diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 01:54:44 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 01:54:44 +0000 |
commit | 22dc518108544df4286355b84a2b884e4e36b30b (patch) | |
tree | 341c4cc3dbacff7f8e0d965e0e3616e1d3ae18e9 | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-22dc518108544df4286355b84a2b884e4e36b30b.tar.gz gentoo-2-22dc518108544df4286355b84a2b884e4e36b30b.tar.bz2 gentoo-2-22dc518108544df4286355b84a2b884e4e36b30b.zip |
repoman: fix leading whitespace
-rw-r--r-- | dev-lang/perl/Manifest | 6 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.6.1-r10.ebuild | 90 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.6.1-r11.ebuild | 74 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.6.1-r12.ebuild | 74 | ||||
-rw-r--r-- | dev-lang/squeak-vm/Manifest | 8 | ||||
-rw-r--r-- | dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/blitz/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/blitz/blitz-0.6.ebuild | 42 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild | 18 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild | 8 |
14 files changed, 176 insertions, 176 deletions
diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest index e95cb365b3bb..1dd6d736ae5f 100644 --- a/dev-lang/perl/Manifest +++ b/dev-lang/perl/Manifest @@ -1,9 +1,9 @@ MD5 0ed23c2a48eada01ba41cd208c188ae5 ChangeLog 18794 -MD5 24ff8508e26dad0bf26947852f9388b6 perl-5.6.1-r10.ebuild 6802 +MD5 0339818063f904e5a6ebe6b16b4d819f perl-5.6.1-r10.ebuild 6666 MD5 51da78b2203cbf4e81dafb6e24dd2e22 perl-5.8.0-r10.ebuild 14009 MD5 907c3574f85470b1f2148180f7321f20 perl-5.8.0-r9.ebuild 13534 -MD5 eb32eb1c9640aeeb3abe6998d26a6af8 perl-5.6.1-r11.ebuild 6258 -MD5 e4404b1b1cb433934704c2d5e8a36089 perl-5.6.1-r12.ebuild 7206 +MD5 33226bb561cd0f81cc4f7756c0f7f4c5 perl-5.6.1-r11.ebuild 6141 +MD5 5e2ced5e0d331faea9122a21c49957b0 perl-5.6.1-r12.ebuild 7089 MD5 31f5ae7d2343aa4819b892820b0ccaf7 perl-5.8.0-r11.ebuild 9890 MD5 3dae0c22efbe8f918052ea70f156723f perl-5.8.0-r12.ebuild 10314 MD5 d45968fa52ba2a4b1fd3b54d0be0f9a9 perl-5.8.1_rc1.ebuild 10455 diff --git a/dev-lang/perl/perl-5.6.1-r10.ebuild b/dev-lang/perl/perl-5.6.1-r10.ebuild index fb49b5356546..1a9531f26613 100644 --- a/dev-lang/perl/perl-5.6.1-r10.ebuild +++ b/dev-lang/perl/perl-5.6.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r10.ebuild,v 1.9 2003/09/06 22:27:51 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r10.ebuild,v 1.10 2003/09/10 01:52:16 msterret Exp $ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" @@ -24,35 +24,35 @@ PDEPEND=">=dev-perl/ExtUtils-MakeMaker-6.05-r4 src_compile() { use gdbm || use berkdb || die "You must have either gdbm or berkdb installed and in your use flags." - #The following is to handle international users. Perl does nls post-install - export LC_ALL=C + #The following is to handle international users. Perl does nls post-install + export LC_ALL=C - if [ "${ARCH}" = "alpha" ]; then - CFLAGS="${CFLAGS} -fPIC" - CXXFLAGS="${CXXFLAGS} -fPIC" - fi + if [ "${ARCH}" = "alpha" ]; then + CFLAGS="${CFLAGS} -fPIC" + CXXFLAGS="${CXXFLAGS} -fPIC" + fi - local myconf - if [ "`use gdbm`" ] - then + local myconf + if [ "`use gdbm`" ] + then myconf="-Di_gdbm" - fi + fi - # It seems that perl config use the hostname instead of the osname on hppa - if [ "`use hppa`" ] - then - myconf="${myconf} -Dosname=linux" - fi + # It seems that perl config use the hostname instead of the osname on hppa + if [ "`use hppa`" ] + then + myconf="${myconf} -Dosname=linux" + fi - if [ "`use berkdb`" ] - then + if [ "`use berkdb`" ] + then myconf="${myconf} -Di_db -Di_ndbm" - else + else myconf="${myconf} -Ui_db -Ui_ndbm" - fi + fi # configure for libperl.so - sh Configure -des \ + sh Configure -des \ -Darchname=${CHOST%%-*}-linux \ -Dcccdlflags='-fPIC' \ -Dcc=gcc \ @@ -72,14 +72,14 @@ src_compile() { -Ud_csh \ ${myconf} || die # add optimization flags - cp config.sh config.sh.orig - sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh + cp config.sh config.sh.orig + sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh # create libperl.so and move it out of the way mv -f Makefile Makefile_orig sed -e 's#^CCDLFLAGS = -rdynamic -Wl,-rpath,/usr/lib/perl5/.*#CCDLFLAGS = -rdynamic#' \ -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` # fixes a bug in the make/testing on new systems mv makefile makefile_orig mv x2p/makefile x2p/makefile_orig @@ -117,7 +117,7 @@ installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\` installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\` EOF - sh Configure -des \ + sh Configure -des \ -Dcc=gcc \ -Dprefix='/usr' \ -Dvendorprefix='/usr' \ @@ -133,11 +133,11 @@ EOF -Ud_csh \ ${myconf} || die - #Optimize ;) - cp config.sh config.sh.orig - sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh - #THIS IS USED LATER: - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + #Optimize ;) + cp config.sh config.sh.orig + sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh + #THIS IS USED LATER: + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` # Umm, for some reason this doesn't want to work, so we'll just remove # the makefiles and let make rebuild them itself. (It seems to do it @@ -149,32 +149,32 @@ EOF sed -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - #for some reason, this rm -f doesn't seem to actually do anything. So we explicitly use "Makefile" - #(rather than the default "makefile") in all make commands below. - #rm -f makefile x2p/makefile + #for some reason, this rm -f doesn't seem to actually do anything. So we explicitly use "Makefile" + #(rather than the default "makefile") in all make commands below. + #rm -f makefile x2p/makefile mv makefile makefile_orig mv x2p/makefile x2p/makefile_orig - egrep -v "(<built-in>|<command line>)" makefile_orig >makefile - egrep -v "(<built-in>|<command line>)" x2p/makefile_orig >x2p/makefile - #make -f Makefile depend || die - #make -f Makefile || die - make || die + egrep -v "(<built-in>|<command line>)" makefile_orig >makefile + egrep -v "(<built-in>|<command line>)" x2p/makefile_orig >x2p/makefile + #make -f Makefile depend || die + #make -f Makefile || die + make || die cp ${O}/files/stat.t ./t/op/ - # Parallel make fails + # Parallel make fails # dont use the || die since some tests fail on bootstrap if [ `expr "$PARCH" ":" "sparc"` -gt 4 ]; then echo "Skipping tests on this platform" else egrep -v "(<built-in>|<command line>)" x2p/makefile_orig >x2p/makefile - make -f Makefile test + make -f Makefile test fi } src_install() { #The following is to handle international users. Perl does nls post-install - export LC_ALL=C + export LC_ALL=C - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` insinto /usr/lib/perl5/${PV}/${PARCH}/CORE/ doins ${WORKDIR}/libperl.so @@ -191,7 +191,7 @@ src_install() { INSTALLMAN1DIR=${D}/usr/share/man/man1 \ INSTALLMAN3DIR=${D}/usr/share/man/man3 \ install || die "Unable to make install" - install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm + install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm #man pages @@ -209,8 +209,8 @@ src_install() { # DOCUMENTATION - dodoc Changes* Artistic Copying README Todo* AUTHORS - prepalldocs + dodoc Changes* Artistic Copying README Todo* AUTHORS + prepalldocs # HTML Documentation diff --git a/dev-lang/perl/perl-5.6.1-r11.ebuild b/dev-lang/perl/perl-5.6.1-r11.ebuild index 8b45148b0c87..71870d88a1ea 100644 --- a/dev-lang/perl/perl-5.6.1-r11.ebuild +++ b/dev-lang/perl/perl-5.6.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.11 2003/09/10 01:52:16 msterret Exp $ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" @@ -24,39 +24,39 @@ PDEPEND=">=dev-perl/ExtUtils-MakeMaker-6.05-r4 src_compile() { use gdbm || use berkdb || die "You must have either gdbm or berkdb installed and in your use flags." - #The following is to handle international users. Perl does nls post-install - export LC_ALL=C + #The following is to handle international users. Perl does nls post-install + export LC_ALL=C - if [ "${ARCH}" = "alpha" ]; then - CFLAGS="${CFLAGS} -fPIC" - CXXFLAGS="${CXXFLAGS} -fPIC" - fi + if [ "${ARCH}" = "alpha" ]; then + CFLAGS="${CFLAGS} -fPIC" + CXXFLAGS="${CXXFLAGS} -fPIC" + fi - local myconf - if [ "`use gdbm`" ] - then + local myconf + if [ "`use gdbm`" ] + then myconf="-Di_gdbm" - fi + fi - # It seems that perl config use the hostname instead of the osname on hppa - if [ "`use hppa`" ] - then - myconf="${myconf} -Dosname=linux" - fi + # It seems that perl config use the hostname instead of the osname on hppa + if [ "`use hppa`" ] + then + myconf="${myconf} -Dosname=linux" + fi - if [ "`use berkdb`" ] - then + if [ "`use berkdb`" ] + then myconf="${myconf} -Di_db -Di_ndbm" - else + else myconf="${myconf} -Ui_db -Ui_ndbm" - fi + fi # put in built-in removal patch patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die patch -p0 < ${FILESDIR}/${PV}-op-test-fix.diff || die # configure for libperl.so - sh Configure -des \ + sh Configure -des \ -Darchname=${CHOST%%-*}-linux \ -Dcccdlflags='-fPIC' \ -Dcc=gcc \ @@ -76,14 +76,14 @@ src_compile() { -Ud_csh \ ${myconf} || die # add optimization flags - cp config.sh config.sh.orig - sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh + cp config.sh config.sh.orig + sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh # create libperl.so and move it out of the way mv -f Makefile Makefile_orig sed -e 's#^CCDLFLAGS = -rdynamic -Wl,-rpath,/usr/lib/perl5/.*#CCDLFLAGS = -rdynamic#' \ -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` make -f Makefile depend || die make -f Makefile libperl.so || die @@ -121,7 +121,7 @@ installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\` installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\` EOF - sh Configure -des \ + sh Configure -des \ -Dcc=gcc \ -Dprefix='/usr' \ -Dvendorprefix='/usr' \ @@ -137,11 +137,11 @@ EOF -Ud_csh \ ${myconf} || die - #Optimize ;) - cp config.sh config.sh.orig - sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh - #THIS IS USED LATER: - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + #Optimize ;) + cp config.sh config.sh.orig + sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh + #THIS IS USED LATER: + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` # Umm, for some reason this doesn't want to work, so we'll just remove # the makefiles and let make rebuild them itself. (It seems to do it @@ -153,9 +153,9 @@ EOF sed -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - make || die + make || die - # Parallel make fails + # Parallel make fails # dont use the || die since some tests fail on bootstrap if [ `expr "$PARCH" ":" "sparc"` -gt 4 ]; then echo "Skipping tests on this platform" @@ -166,9 +166,9 @@ EOF src_install() { #The following is to handle international users. Perl does nls post-install - export LC_ALL=C + export LC_ALL=C - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` insinto /usr/lib/perl5/${PV}/${PARCH}/CORE/ doins ${WORKDIR}/libperl.so @@ -185,7 +185,7 @@ src_install() { INSTALLMAN1DIR=${D}/usr/share/man/man1 \ INSTALLMAN3DIR=${D}/usr/share/man/man3 \ install || die "Unable to make install" - install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm + install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm #man pages @@ -203,8 +203,8 @@ src_install() { # DOCUMENTATION - dodoc Changes* Artistic Copying README Todo* AUTHORS - prepalldocs + dodoc Changes* Artistic Copying README Todo* AUTHORS + prepalldocs # HTML Documentation diff --git a/dev-lang/perl/perl-5.6.1-r12.ebuild b/dev-lang/perl/perl-5.6.1-r12.ebuild index 50fdb223d3e8..dc0a574caed1 100644 --- a/dev-lang/perl/perl-5.6.1-r12.ebuild +++ b/dev-lang/perl/perl-5.6.1-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r12.ebuild,v 1.7 2003/09/06 22:27:51 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r12.ebuild,v 1.8 2003/09/10 01:52:16 msterret Exp $ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" MM_VERSION="6.05" @@ -46,39 +46,39 @@ src_unpack() { src_compile() { use gdbm || use berkdb || die "You must have either gdbm or berkdb installed and in your use flags." - #The following is to handle international users. Perl does nls post-install - export LC_ALL=C + #The following is to handle international users. Perl does nls post-install + export LC_ALL=C - if [ "${ARCH}" = "alpha" ]; then - CFLAGS="${CFLAGS} -fPIC" - CXXFLAGS="${CXXFLAGS} -fPIC" - fi + if [ "${ARCH}" = "alpha" ]; then + CFLAGS="${CFLAGS} -fPIC" + CXXFLAGS="${CXXFLAGS} -fPIC" + fi - local myconf - if [ "`use gdbm`" ] - then + local myconf + if [ "`use gdbm`" ] + then myconf="-Di_gdbm" - fi + fi - # It seems that perl config use the hostname instead of the osname on hppa - if [ "`use hppa`" ] - then - myconf="${myconf} -Dosname=linux" - fi + # It seems that perl config use the hostname instead of the osname on hppa + if [ "`use hppa`" ] + then + myconf="${myconf} -Dosname=linux" + fi - if [ "`use berkdb`" ] - then + if [ "`use berkdb`" ] + then myconf="${myconf} -Di_db -Di_ndbm" - else + else myconf="${myconf} -Ui_db -Ui_ndbm" - fi + fi # put in built-in removal patch patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die patch -p0 < ${FILESDIR}/${PV}-op-test-fix.diff || die # configure for libperl.so - sh Configure -des \ + sh Configure -des \ -Darchname=${CHOST%%-*}-linux \ -Dcccdlflags='-fPIC' \ -Dcc=gcc \ @@ -98,14 +98,14 @@ src_compile() { -Ud_csh \ ${myconf} || die # add optimization flags - cp config.sh config.sh.orig - sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh + cp config.sh config.sh.orig + sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh # create libperl.so and move it out of the way mv -f Makefile Makefile_orig sed -e 's#^CCDLFLAGS = -rdynamic -Wl,-rpath,/usr/lib/perl5/.*#CCDLFLAGS = -rdynamic#' \ -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` make -f Makefile depend || die make -f Makefile libperl.so || die @@ -143,7 +143,7 @@ installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\` installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\` EOF - sh Configure -des \ + sh Configure -des \ -Dcc=gcc \ -Dprefix='/usr' \ -Dvendorprefix='/usr' \ @@ -159,11 +159,11 @@ EOF -Ud_csh \ ${myconf} || die - #Optimize ;) - cp config.sh config.sh.orig - sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh - #THIS IS USED LATER: - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + #Optimize ;) + cp config.sh config.sh.orig + sed -e "s:optimize='-O2':optimize=\'${CFLAGS}\':" config.sh.orig > config.sh + #THIS IS USED LATER: + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` # Umm, for some reason this doesn't want to work, so we'll just remove # the makefiles and let make rebuild them itself. (It seems to do it @@ -175,9 +175,9 @@ EOF sed -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - make || die + make || die - # Parallel make fails + # Parallel make fails # dont use the || die since some tests fail on bootstrap if [ `expr "$PARCH" ":" "sparc"` -gt 4 ]; then echo "Skipping tests on this platform" @@ -188,9 +188,9 @@ EOF src_install() { #The following is to handle international users. Perl does nls post-install - export LC_ALL=C + export LC_ALL=C - export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` insinto /usr/lib/perl5/${PV}/${PARCH}/CORE/ doins ${WORKDIR}/libperl.so @@ -207,7 +207,7 @@ src_install() { INSTALLMAN1DIR=${D}/usr/share/man/man1 \ INSTALLMAN3DIR=${D}/usr/share/man/man3 \ install || die "Unable to make install" - install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm + install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm #man pages @@ -225,8 +225,8 @@ src_install() { # DOCUMENTATION - dodoc Changes* Artistic Copying README Todo* AUTHORS - prepalldocs + dodoc Changes* Artistic Copying README Todo* AUTHORS + prepalldocs # HTML Documentation diff --git a/dev-lang/squeak-vm/Manifest b/dev-lang/squeak-vm/Manifest index b9a953246c89..06366b1a3fe6 100644 --- a/dev-lang/squeak-vm/Manifest +++ b/dev-lang/squeak-vm/Manifest @@ -1,7 +1,7 @@ -MD5 2fde273423e5e0065ab72acc5c8d4d01 squeak-vm-3.5.5180.ebuild 1190 -MD5 35c92cc4067bbcb16abb8a5fb638ee97 squeak-vm-3.4.5170.ebuild 979 -MD5 f5d4ff9233669da1d5004efa21cf4c8a squeak-vm-3.2.4956.ebuild 974 MD5 4616a9717d3be061756b256c09fe5ad7 ChangeLog 727 +MD5 dfc0c50456fd51874229852e4659843b squeak-vm-3.2.4956.ebuild 968 +MD5 e14b000083183eda7efda48b4dd05ee9 squeak-vm-3.5.5180.ebuild 1180 +MD5 102ba0d2031e37950fa7821329868354 squeak-vm-3.4.5170.ebuild 978 MD5 d01d765b41f8c065ec9a19a7c7278e76 files/digest-squeak-vm-3.2.4956 129 -MD5 c47ea324aaf69084cd07c9a19d3e133f files/digest-squeak-vm-3.4.5170 129 MD5 9fe48b0176607ba4e789a8ef1f78075e files/digest-squeak-vm-3.5.5180 129 +MD5 c47ea324aaf69084cd07c9a19d3e133f files/digest-squeak-vm-3.4.5170 129 diff --git a/dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild b/dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild index acf8e91dcf7b..7350ee42286d 100644 --- a/dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild +++ b/dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild,v 1.2 2003/02/13 10:29:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-vm/squeak-vm-3.2.4956.ebuild,v 1.3 2003/09/10 01:53:06 msterret Exp $ DESCRIPTION="Highly-portable Smalltalk-80 implementation VM image" HOMEPAGE="http://www.squeak.org/" NV=3.2-4956 SRC_URI="ftp://st.cs.uiuc.edu/Smalltalk/Squeak/3.2/Squeak${NV}.zip - ftp://st.cs.uiuc.edu/Smalltalk/Squeak/3.2/SqueakV3.sources.gz" + ftp://st.cs.uiuc.edu/Smalltalk/Squeak/3.2/SqueakV3.sources.gz" LICENSE="Apple" SLOT="0" KEYWORDS="~x86" diff --git a/dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild b/dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild index 57e1c1fc4e6c..6760ff6b281c 100644 --- a/dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild +++ b/dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild,v 1.1 2003/05/21 14:35:19 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-vm/squeak-vm-3.4.5170.ebuild,v 1.2 2003/09/10 01:53:06 msterret Exp $ DESCRIPTION="Highly-portable Smalltalk-80 implementation VM image" HOMEPAGE="http://www.squeak.org/" @@ -8,7 +8,7 @@ MV=3.4 NV=${MV}-5170 SRC_URI="ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MV}/Squeak${NV}.zip - ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MV}/SqueakV3.sources.gz" + ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MV}/SqueakV3.sources.gz" LICENSE="Apple" SLOT="0" KEYWORDS="~x86" diff --git a/dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild b/dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild index d191e2ebfa85..7df86566a61e 100644 --- a/dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild +++ b/dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild,v 1.2 2003/05/23 17:35:40 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-vm/squeak-vm-3.5.5180.ebuild,v 1.3 2003/09/10 01:53:06 msterret Exp $ MAJOR=3 MINOR=5 @@ -15,7 +15,7 @@ DESCRIPTION="Squeak image file" HOMEPAGE="http://www.squeak.org/" SRC_URI="ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MM}/Squeak${MMDASHR}.zip - ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MM}/SqueakV3.sources.gz" + ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MM}/SqueakV3.sources.gz" LICENSE="Apple" @@ -32,7 +32,7 @@ RDEPEND="" S=${WORKDIR} src_compile() { - einfo "Compressing Image/Changes files..." + einfo "Compressing Image/Changes files..." gzip Squeak${MMDASHR}.image gzip Squeak${MMDASHR}.changes einfo "done!" diff --git a/dev-libs/blitz/Manifest b/dev-libs/blitz/Manifest index 9fdf6790f0ed..31041eaa0118 100644 --- a/dev-libs/blitz/Manifest +++ b/dev-libs/blitz/Manifest @@ -1,3 +1,3 @@ -MD5 de10c5070943a0175877a7c57662b130 files/digest-blitz-0.6 62 -MD5 5c80cd38594b9e0e5286d3910e943c8b blitz-0.6.ebuild 1195 MD5 42fd678106e7f7180b154bd712ecc869 ChangeLog 352 +MD5 bf611b224abb3f4a5099866cb4c8d63b blitz-0.6.ebuild 1139 +MD5 de10c5070943a0175877a7c57662b130 files/digest-blitz-0.6 62 diff --git a/dev-libs/blitz/blitz-0.6.ebuild b/dev-libs/blitz/blitz-0.6.ebuild index 6d8ed9e396ca..b5bfb57a2112 100644 --- a/dev-libs/blitz/blitz-0.6.ebuild +++ b/dev-libs/blitz/blitz-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.6.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.6.ebuild,v 1.4 2003/09/10 01:53:50 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="High-performance C++ numeric library" @@ -15,28 +15,28 @@ LICENSE="GPL-2" src_compile() { - # default to gcc - local myconf="--with-cxx=gcc" - # ICC: if we've got it, use it - use icc && myconf="--with-cxx=icc" - # oops, they're not in the distribution, but the build requires them - touch NEWS AUTHORS - ./configure ${myconf} --prefix=${D}/usr - emake || die - emake check-testsuite || die + # default to gcc + local myconf="--with-cxx=gcc" + # ICC: if we've got it, use it + use icc && myconf="--with-cxx=icc" + # oops, they're not in the distribution, but the build requires them + touch NEWS AUTHORS + ./configure ${myconf} --prefix=${D}/usr + emake || die + emake check-testsuite || die } src_install () { - emake install || die - cd ${S} - dodoc ChangeLog ChangeLog.1 LICENSE README README.binutils TODO COPYING LEGAL - cd ${D}/usr - dohtml -r doc/blitz - rm -rf ${D}/usr/doc - rm -rf ${D}/usr/demos - rm -rf ${D}/usr/testsuite - rm ${D}/usr/include/random/Makefile.am - rm ${D}/usr/examples/Makefile - mv benchmarks examples ${D}/usr/share/doc/${P} + emake install || die + cd ${S} + dodoc ChangeLog ChangeLog.1 LICENSE README README.binutils TODO COPYING LEGAL + cd ${D}/usr + dohtml -r doc/blitz + rm -rf ${D}/usr/doc + rm -rf ${D}/usr/demos + rm -rf ${D}/usr/testsuite + rm ${D}/usr/include/random/Makefile.am + rm ${D}/usr/examples/Makefile + mv benchmarks examples ${D}/usr/share/doc/${P} } diff --git a/dev-libs/cyrus-imap-dev/Manifest b/dev-libs/cyrus-imap-dev/Manifest index 2015a1edee32..daf0e3527479 100644 --- a/dev-libs/cyrus-imap-dev/Manifest +++ b/dev-libs/cyrus-imap-dev/Manifest @@ -1,10 +1,10 @@ MD5 6ad8e0e0d55432a4d1ded2e6058342ca ChangeLog 1923 -MD5 881d0f07d4dd3ac320bd51a2191df018 cyrus-imap-dev-2.1.11.ebuild 1893 +MD5 b3e364cff6f16db1e029b1eab08495ec cyrus-imap-dev-2.1.11.ebuild 1872 MD5 1fa0c3959d8fff796d74a813bc97b6b8 cyrus-imap-dev-2.1.12.ebuild 2402 -MD5 e9c71f8b8f92f866a89873ae9f9f8f16 cyrus-imap-dev-2.1.9-r1.ebuild 1862 +MD5 492c2b8b1b963b7591ac4747b11f1b0b cyrus-imap-dev-2.1.9-r1.ebuild 1841 MD5 7f250743ab677406ef7058f0c74adc9f cyrus-imap-dev-2.1.9.ebuild 1743 MD5 dc8e4b9931de7f1c47846cd132e5f29a cyrus-imap-dev-2.1.13.ebuild 2419 -MD5 d88317839bccd5f82f56b592211e66aa cyrus-imap-dev-2.1.14.ebuild 3002 +MD5 eaea68163dccc41daed6e40f7ae5d96c cyrus-imap-dev-2.1.14.ebuild 2946 MD5 86761cabdb2db244e47b2185c083acc9 files/config.diff 389 MD5 e2c00049c69e3eca58d5a635dd3fd6dc files/configure.diff 6285 MD5 24cfd296507c04e376368f15665041d1 files/cyrus-imap-dev-2.1.12-libwrap.patch 494 diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild index f2d85e80cc7a..f83130faf63b 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild,v 1.8 2003/09/10 01:54:42 msterret Exp $ DESCRIPTION="Developer support for the Cyrus IMAP Server" HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" @@ -24,9 +24,9 @@ S=${WORKDIR}/cyrus-imapd-${PV} src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/configure.diff || die "patch failed" + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/configure.diff || die "patch failed" } diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild index 7f6d2e648551..fb4f0ce8603e 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild,v 1.5 2003/09/10 01:54:42 msterret Exp $ inherit eutils @@ -33,21 +33,21 @@ src_unpack() { cd ${S} # patch for db4 detection and their respective versioned symbols - epatch ${FILESDIR}/2.1.14-db4.patch + epatch ${FILESDIR}/2.1.14-db4.patch # add libwrap defines as we don't have a dynamicly linked library. epatch ${FILESDIR}/cyrus-imap-dev-2.1.12-libwrap.patch # Does running autoconf squash any of this? - use ipv6 && epatch ${WORKDIR}/${IPV6_P}.diff + use ipv6 && epatch ${WORKDIR}/${IPV6_P}.diff - libtoolize --copy --force - aclocal -I cmulocal || die - autoheader || die - autoconf || die + libtoolize --copy --force + aclocal -I cmulocal || die + autoheader || die + autoconf || die - # remove spurious -I/usr/includes which make configure tests fail - epatch ${FILESDIR}/cyrus-imapd-2.1.12-includepath.patch + # remove spurious -I/usr/includes which make configure tests fail + epatch ${FILESDIR}/cyrus-imapd-2.1.12-includepath.patch # when linking with rpm, you need to link with more libraries. cp configure configure.orig diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild index 051ab4e26b55..80ad8b5aa098 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild,v 1.8 2003/09/10 01:54:42 msterret Exp $ DESCRIPTION="Developer support for the Cyrus IMAP Server" HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" @@ -23,9 +23,9 @@ DEPEND="virtual/glibc S=${WORKDIR}/cyrus-imapd-${PV} src_unpack() { - unpack ${A} - cd ${S} - patch < ${FILESDIR}/config.diff || die "patch failed" + unpack ${A} + cd ${S} + patch < ${FILESDIR}/config.diff || die "patch failed" } src_compile() { |