Changeset 732 in MondoRescue
- Timestamp:
- Jul 31, 2006, 2:20:43 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/gentoo/mindi.ebuild
r572 r732 7 7 DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." 8 8 HOMEPAGE="http://www.mondorescue.org" 9 SRC_URI="ftp://ftp.mondorescue.org/src/${P VR}.tar.gz"9 SRC_URI="ftp://ftp.mondorescue.org/src/${P}.tar.gz" 10 10 11 11 LICENSE="GPL-2" … … 30 30 export DONT_RELINK=1 31 31 export RPMBUILDMINDI="true" 32 ./install.sh32 ${WORKDIR}/${P}/install.sh 33 33 } 34 34 -
branches/stable/mondo-doc/distributions/debian/rules
r731 r732 23 23 24 24 # Build architecture independent 25 build-indep: build-indep-stamp25 build-indep: 26 26 $(MAKE) -f Makefile.man VERSION=VVV 27 27 $(MAKE) -f Makefile.howto VERSION=VVV -
branches/stable/mondo/distributions/gentoo/mondo.ebuild
r572 r732 9 9 DESCRIPTION="The premier GPL disaster recovery solution." 10 10 HOMEPAGE="http://www.mondorescue.org" 11 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV} -${PR}.tgz"11 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tar.gz" 12 12 13 13 LICENSE="GPL-2" … … 29 29 >=sys-boot/syslinux-1.52" 30 30 31 S=${WORKDIR}/${PN/-rescue/}-${PV} -${PR}31 S=${WORKDIR}/${PN/-rescue/}-${PV} 32 32 33 33 src_unpack() { -
branches/stable/tools/build2pkg
r724 r732 93 93 elif [ _"$dtype" = _"ebuild" ]; then 94 94 log=$TMP/$p-gentoo.log 95 ln -sf $src .96 95 tar xfz $src $p-${VER}/distributions/${ddir}-$dver/$p-${VER}.ebuild 97 96 if [ _"`grep $TOPBUILDDIR/portage /etc/make.conf`" = _"" ]; then … … 101 100 102 101 mkdir -p ${TOPBUILDDIR}/portage/sys-apps/$p 103 mv $p-${VER}/distributions/${ddir}-$dver/$p-${VER}.ebuild ${TOPBUILDDIR}/portage/sys-apps/$p 102 mv $p-${VER}/distributions/${ddir}-$dver/$p-${VER}.ebuild ${TOPBUILDDIR}/portage/sys-apps/$p/$p-${VER}.ebuild 104 103 rm -rf $p-${VER} 105 104 … … 110 109 status=-1 111 110 fi 112 ebuild $p-${VER}.ebuild unpack 2>> $log 1>> $log 113 if [ $? != 0 ]; then 114 cat $log 115 status=-1 116 fi 117 ebuild $p-${VER}.ebuild compile 2>> $log 1>> $log 118 if [ $? != 0 ]; then 119 cat $log 120 status=-1 121 fi 122 #ebuild $p-${VER}.ebuild install 2>> $log 1>> $log 111 ebuild $p-${VER}.ebuild install 2>> $log 1>> $log 123 112 if [ $? != 0 ]; then 124 113 cat $log -
branches/stable/tools/distro-env
r659 r732 72 72 dfam="gentoo" 73 73 dtype="ebuild" 74 suf=".${ddir}${dver}" 74 dver1=`echo ${dver} | sed "s/\.//"` 75 suf=".${ddir}${dver1}" 75 76 BUILDDIR=${TOPDIR}/ebuild 76 77 elif [ $ddir = "slackware" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.