[Lunar-commits] CVS: moonbase/profiles/xservers-profile BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_BUILD, NONE, 1.1 PRE_BUILD, NONE, 1.1

Nick Hudson nhudson at lunar-linux.org
Thu Apr 8 01:33:22 GMT 2004


Update of /var/cvs/lunar/moonbase/profiles/xservers-profile
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25684/xservers-profile

Added Files:
	BUILD DEPENDS DETAILS POST_BUILD PRE_BUILD 
Log Message:

Adding a better name for this profile so that it might not confuse people


--- NEW FILE: BUILD ---
#COUNT=0                                    &&
# needs selected_depenmds function instead of is_depends oops
#for package in xfree86 xfree86-beta; do
#  if is_depends $package; then
#    echo "has $package"
#    let "COUNT+=1"
#  fi
#done                                       &&
#
#if [ "$COUNT" -gt "1" ]; then
#  error_message "More than one server package was selected please only selest one."
#  false
#elif [ "$COUNT" -eq "0" ]; then
#  error_message "No packages were selected for your xserver please select one."
#  false
#fi &&
echo > $C_FIFO

--- NEW FILE: DEPENDS ---
optional_depends XOrg "" "" "Answer YES to use the open source XOrg xserver and NO to all others" &&
optional_depends xfree86 "" "" "Answer YES to use the standard xfree86 server and NO to others (This module will not be updated anymore)" &&
optional_depends xfree86-beta "" "" "Answer YES to use the developmental xfree86 server and NO to others(This module will not be updated anymore)"

--- NEW FILE: DETAILS ---
          MODULE=xservers-profile
         VERSION=0
        WEB_SITE=www.lunar-linux.org
         ENTERED=20040408
         UPDATED=20040408
           SHORT="The profile for XOrg or XFree86"
cat << EOF
This profile is so that you may choose your xserver of choice
EOF

--- NEW FILE: POST_BUILD ---
true

--- NEW FILE: PRE_BUILD ---
true



More information about the Lunar-commits mailing list