diff options
74 files changed, 501 insertions, 501 deletions
diff --git a/sys-devel/autoconf/Manifest b/sys-devel/autoconf/Manifest index 5315537658d7..a1dbc89e837d 100644 --- a/sys-devel/autoconf/Manifest +++ b/sys-devel/autoconf/Manifest @@ -1,10 +1,10 @@ MD5 a976dbbfd0d831874887317b2292e000 ChangeLog 4052 -MD5 0f271cff6e98196c74516a06565ea26d autoconf-2.13-r2.ebuild 992 -MD5 7f9971b8f2f88150a5e9018654d16e15 autoconf-2.53a.ebuild 2788 -MD5 01fdc724f3abacdd7e9396719c6ce5b2 autoconf-2.54-r1.ebuild 3216 -MD5 96234097fcaecbe99838ea35231e7614 autoconf-2.54.ebuild 3214 -MD5 1796cdf0a4eba0fab3ff935557c35cd9 autoconf-2.57-r1.ebuild 3220 -MD5 b0ecf336e6938a87f7551161f4ebbcb2 autoconf-2.57.ebuild 3217 +MD5 f73eea253e36a72484edff7fe1ca1086 autoconf-2.13-r2.ebuild 989 +MD5 512a24f6969c9f497f2d94c77a7b549c autoconf-2.53a.ebuild 2782 +MD5 02b36622049cd1daa12c16dc708dc7b8 autoconf-2.54-r1.ebuild 3207 +MD5 0e3dddf05f2b4efa229843d9a1201410 autoconf-2.54.ebuild 3205 +MD5 80e4f02d5d36ba9ee15401fb3ba9b1c4 autoconf-2.57-r1.ebuild 3214 +MD5 0e273fec6f80838f4556e7114868d8d8 autoconf-2.57.ebuild 3212 MD5 28795f22763ef0683a8a1e72e8dd4646 files/ac-wrapper.pl 2133 MD5 12f8fb67eaf50f87ed7825356503e8d7 files/autoconf-2.13-configure-gentoo.diff 958 MD5 f935499520b964a1fcfc23b68d8c8558 files/autoconf-2.13-configure.in-gentoo.diff 443 diff --git a/sys-devel/autoconf/autoconf-2.13-r2.ebuild b/sys-devel/autoconf/autoconf-2.13-r2.ebuild index a68c2633546f..24a83788a349 100644 --- a/sys-devel/autoconf/autoconf-2.13-r2.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-r2.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/sys-devel/autoconf/autoconf-2.13-r2.ebuild,v 1.14 2003/09/02 19:19:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13-r2.ebuild,v 1.15 2003/09/06 08:10:52 msterret Exp $ IUSE="" @@ -28,7 +28,7 @@ src_compile() { ./configure --prefix=/usr \ --infodir=/usr/share/info \ --host=${CHOST} || die - + make ${MAKEOPTS} || die } @@ -40,7 +40,7 @@ src_install() { exeinto /usr/share/autoconf doexe ${S}/install-sh - + dodoc COPYING AUTHORS ChangeLog.* NEWS README TODO } diff --git a/sys-devel/autoconf/autoconf-2.53a.ebuild b/sys-devel/autoconf/autoconf-2.53a.ebuild index 415d434d7968..74e344d195f2 100644 --- a/sys-devel/autoconf/autoconf-2.53a.ebuild +++ b/sys-devel/autoconf/autoconf-2.53a.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/sys-devel/autoconf/autoconf-2.53a.ebuild,v 1.15 2003/09/02 19:19:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53a.ebuild,v 1.16 2003/09/06 08:10:52 msterret Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -36,7 +36,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -47,7 +47,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -86,7 +86,7 @@ src_install() { # # need to use 'prefix' here, else we get sandbox problems - cd ${OLD_S} + cd ${OLD_S} make prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ @@ -107,7 +107,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te diff --git a/sys-devel/autoconf/autoconf-2.54-r1.ebuild b/sys-devel/autoconf/autoconf-2.54-r1.ebuild index a4d3a5acdc40..8748318fc758 100644 --- a/sys-devel/autoconf/autoconf-2.54-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.54-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/sys-devel/autoconf/autoconf-2.54-r1.ebuild,v 1.2 2003/09/02 19:19:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54-r1.ebuild,v 1.3 2003/09/06 08:10:52 msterret Exp $ IUSE="" @@ -27,11 +27,11 @@ DEPEND=">=sys-apps/texinfo-4.3 src_unpack() { unpack ${A} - + cd ${OLD_S} epatch ${FILESDIR}/${OLD_P}-configure-gentoo.diff epatch ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff - + cd ${S} # Enable both autoconf-2.1 and autoconf-2.5 info pages epatch ${FILESDIR}/${PN}-2.5-infopage-namechange.patch @@ -48,7 +48,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -60,12 +60,12 @@ src_compile() { cp autoconf.texi autoconf.texi.orig sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \ autoconf.texi.orig > autoconf.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -104,7 +104,7 @@ src_install() { # # need to use 'prefix' here, else we get sandbox problems - cd ${OLD_S} + cd ${OLD_S} make prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ @@ -125,7 +125,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te diff --git a/sys-devel/autoconf/autoconf-2.54.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild index 6b64ff524735..8fa613e4c255 100644 --- a/sys-devel/autoconf/autoconf-2.54.ebuild +++ b/sys-devel/autoconf/autoconf-2.54.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/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.14 2003/09/02 19:19:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.15 2003/09/06 08:10:52 msterret Exp $ IUSE="" @@ -27,11 +27,11 @@ DEPEND=">=sys-apps/texinfo-4.3 src_unpack() { unpack ${A} - + cd ${OLD_S} epatch ${FILESDIR}/${OLD_P}-configure-gentoo.diff epatch ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff - + cd ${S} # Enable both autoconf-2.1 and autoconf-2.5 info pages epatch ${FILESDIR}/${PN}-2.5-infopage-namechange.patch @@ -48,7 +48,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -60,12 +60,12 @@ src_compile() { cp autoconf.texi autoconf.texi.orig sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \ autoconf.texi.orig > autoconf.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -104,7 +104,7 @@ src_install() { # # need to use 'prefix' here, else we get sandbox problems - cd ${OLD_S} + cd ${OLD_S} make prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ @@ -125,7 +125,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te diff --git a/sys-devel/autoconf/autoconf-2.57-r1.ebuild b/sys-devel/autoconf/autoconf-2.57-r1.ebuild index 7f08982b6079..c1b8837294af 100644 --- a/sys-devel/autoconf/autoconf-2.57-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.57-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/sys-devel/autoconf/autoconf-2.57-r1.ebuild,v 1.4 2003/09/02 19:19:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57-r1.ebuild,v 1.5 2003/09/06 08:10:52 msterret Exp $ IUSE="" @@ -27,11 +27,11 @@ DEPEND=">=sys-apps/texinfo-4.3 src_unpack() { unpack ${A} - + cd ${OLD_S} epatch ${FILESDIR}/${OLD_P}-configure-gentoo.diff epatch ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff - + cd ${S} # Enable both autoconf-2.1 and autoconf-2.5 info pages epatch ${FILESDIR}/${PN}-2.57-infopage-namechange.patch @@ -48,7 +48,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -60,12 +60,12 @@ src_compile() { cp autoconf.texi autoconf.texi.orig sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \ autoconf.texi.orig > autoconf.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -125,7 +125,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te diff --git a/sys-devel/autoconf/autoconf-2.57.ebuild b/sys-devel/autoconf/autoconf-2.57.ebuild index 3e39a83a6a07..30409db57b69 100644 --- a/sys-devel/autoconf/autoconf-2.57.ebuild +++ b/sys-devel/autoconf/autoconf-2.57.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/sys-devel/autoconf/autoconf-2.57.ebuild,v 1.9 2003/09/02 19:19:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57.ebuild,v 1.10 2003/09/06 08:10:52 msterret Exp $ IUSE="" @@ -27,11 +27,11 @@ DEPEND=">=sys-apps/texinfo-4.3 src_unpack() { unpack ${A} - + cd ${OLD_S} epatch ${FILESDIR}/${OLD_P}-configure-gentoo.diff epatch ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff - + cd ${S} # Enable both autoconf-2.1 and autoconf-2.5 info pages epatch ${FILESDIR}/${PN}-2.57-infopage-namechange.patch @@ -48,7 +48,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -60,12 +60,12 @@ src_compile() { cp autoconf.texi autoconf.texi.orig sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \ autoconf.texi.orig > autoconf.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -125,7 +125,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest index c62abbb11e7b..84e8efceb633 100644 --- a/sys-devel/automake/Manifest +++ b/sys-devel/automake/Manifest @@ -1,16 +1,16 @@ MD5 69ca91a18203d8c6342f30cef8699d78 ChangeLog 6249 -MD5 e236360f1bd4c98a7620f0c5d890522f automake-1.6.1-r6.ebuild 7938 -MD5 87ee6d43f77b8e5b01d6155f332c3587 automake-1.6.3.ebuild 8673 -MD5 d01ab2c40b2eb27645faa7954ed455e2 automake-1.7.2.ebuild 10572 -MD5 77532407011eb83f50673a226184d4af automake-1.7.5-r2.ebuild 10598 +MD5 13217e119923c46fa2ec537611cda19f automake-1.6.1-r6.ebuild 7925 +MD5 a3f43b0dc20de682ced9aa0e1020f87d automake-1.6.3.ebuild 8659 +MD5 dcbcb204a53815b6d540cac81eb6f9cb automake-1.7.2.ebuild 10558 +MD5 0e256cb87cb57447e084e412d3ebed74 automake-1.7.5-r2.ebuild 10584 MD5 0aceb83a953ea5fb93e7dfbca4055e07 files/am-wrapper.pl-1.5 1599 MD5 50b9b3413db5942659f7ec0bf5fc1cb5 files/am-wrapper.pl-1.6 2735 MD5 d17e61bff6e2fcbcc019892df9504afd files/am-wrapper.pl-1.7 5233 MD5 41ad4c592f0cb2cbc83ff461fc36eea9 files/automake-1.4_p5-ignore-duplicates.patch 882 MD5 fbf3743bc8590dcb5bd34c675cb9d9f0 files/automake-1.5-target_hook.patch 1132 MD5 efeb425eb64e48fb408abbb521c13be0 files/automake-1.7.2-infopage-namechange.patch 507 -MD5 e93136e02eb000c938f564484d306d76 files/automake-1.7.5-infopage-namechange.patch 592 MD5 14581f79becf382f8dadeacb3f617356 files/digest-automake-1.6.1-r6 198 MD5 edda410a5e7d1a809f7bd679289c7a5f files/digest-automake-1.6.3 198 MD5 d9fa713e36ec2111a2fa03c0d6644f5b files/digest-automake-1.7.2 265 +MD5 e93136e02eb000c938f564484d306d76 files/automake-1.7.5-infopage-namechange.patch 592 MD5 6f85249cd60cd57baa49f351b058be56 files/digest-automake-1.7.5-r2 265 diff --git a/sys-devel/automake/automake-1.6.1-r6.ebuild b/sys-devel/automake/automake-1.6.1-r6.ebuild index 93b9e5e5dea3..146cf55200d7 100644 --- a/sys-devel/automake/automake-1.6.1-r6.ebuild +++ b/sys-devel/automake/automake-1.6.1-r6.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/sys-devel/automake/automake-1.6.1-r6.ebuild,v 1.16 2003/09/02 19:16:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.1-r6.ebuild,v 1.17 2003/09/06 08:10:38 msterret Exp $ # OLD14 = 1.4 # OLD15 = 1.5 @@ -73,17 +73,17 @@ src_compile() { # so 'ac-wrapper.pl' do not detect that it should use # autoconf-2.5x export WANT_AUTOCONF_2_5=1 - + cd ${S} perl -pi -e "s:setfilename automake.info:setfilename automake-1.6.info:" \ automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake ${MAKEOPTS} || die # @@ -94,12 +94,12 @@ src_compile() { perl -pi -e "s:setfilename automake.info:setfilename automake-1.5.info:" \ automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake ${MAKEOPTS} || die unset WANT_AUTOCONF_2_5 @@ -111,7 +111,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake ${MAKEOPTS} || die } @@ -119,13 +119,13 @@ src_compile() { # use the correct directories, and also adds the normal # /usr/share/aclocal for aclocal to include. fix_bins() { - + for x in aclocal automake do perl -pi -e "s:share/automake\":share/automake-${1}\":g" ${x} perl -pi -e "s:share/aclocal\":share/aclocal-${1}\":g" ${x} done - + # add "/usr/share/aclocal" to m4 search patch cp aclocal aclocal.orig sed -e '/&scan_m4_files (@dirlist);/i \push (@dirlist, \"/usr/share/aclocal\");' \ @@ -158,7 +158,7 @@ src_install() { cd ${S} # not needed for 1.6.1 # fix_bins ${NEW_PV} - + make DESTDIR=${D} \ install || die @@ -179,7 +179,7 @@ src_install() { cd ${OLD15_S} fix_bins ${OLD15_PV} - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-${OLD15_PV} \ m4datadir=/usr/share/aclocal-${OLD15_PV} \ @@ -205,7 +205,7 @@ src_install() { # Ignore duplicates like automake-1.5 and 1.6 patch -p0 <${FILESDIR}/${PN}-1.4_p5-ignore-duplicates.patch || die - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-1.4 \ m4datadir=/usr/share/aclocal-1.4 \ @@ -222,7 +222,7 @@ src_install() { # # ************ misc stuff **************** - + # Some packages needs a /usr/share/automake directory dosym automake-1.4 /usr/share/automake @@ -232,7 +232,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in automake aclocal diff --git a/sys-devel/automake/automake-1.6.3.ebuild b/sys-devel/automake/automake-1.6.3.ebuild index 5e5eb0eecfdd..22e1e6a0c0a7 100644 --- a/sys-devel/automake/automake-1.6.3.ebuild +++ b/sys-devel/automake/automake-1.6.3.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/sys-devel/automake/automake-1.6.3.ebuild,v 1.11 2003/09/02 19:16:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.12 2003/09/06 08:10:38 msterret Exp $ IUSE="" @@ -77,7 +77,7 @@ src_compile() { # so 'ac-wrapper.pl' do not detect that it should use # autoconf-2.5x export WANT_AUTOCONF_2_5=1 - + cd ${S} perl -pi -e 's:setfilename automake.info:setfilename automake16.info:' \ @@ -86,12 +86,12 @@ src_compile() { automake.texi perl -pi -e 's|\* aclocal:|\* aclocal v1.6:|' automake.texi perl -pi -e 's:\(automake\):\(automake16\):' automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -106,12 +106,12 @@ src_compile() { automake.texi perl -pi -e 's|\* aclocal:|\* aclocal v1.5:|' automake.texi perl -pi -e 's:\(automake\):\(automake15\):' automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die unset WANT_AUTOCONF_2_5 @@ -126,12 +126,12 @@ src_compile() { perl -pi -e 's:GNU admin:GNU programming tools:' automake.texi # perl -pi -e 's|\* automake: \(automake\)|\* Automake: \(automake\)|' \ # automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -139,13 +139,13 @@ src_compile() { # use the correct directories, and also adds the normal # /usr/share/aclocal for aclocal to include. fix_bins() { - + for x in aclocal automake do perl -pi -e "s:share/automake\":share/automake-${1}\":g" ${x} perl -pi -e "s:share/aclocal\":share/aclocal-${1}\":g" ${x} done - + # add "/usr/share/aclocal" to m4 search patch cp aclocal aclocal.orig sed -e '/&scan_m4_files (@dirlist);/i \push (@dirlist, \"/usr/share/aclocal\");' \ @@ -178,7 +178,7 @@ src_install() { cd ${S} # not needed for 1.6.3 # fix_bins ${NEW_PV} - + make DESTDIR=${D} \ install || die @@ -199,7 +199,7 @@ src_install() { cd ${OLD15_S} fix_bins ${OLD15_PV} - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-${OLD15_PV} \ m4datadir=/usr/share/aclocal-${OLD15_PV} \ @@ -225,7 +225,7 @@ src_install() { # Ignore duplicates like automake-1.5 and 1.6 patch -p0 <${FILESDIR}/${PN}-1.4_p5-ignore-duplicates.patch || die - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-1.4 \ m4datadir=/usr/share/aclocal-1.4 \ @@ -242,7 +242,7 @@ src_install() { # # ************ misc stuff **************** - + # Some packages needs a /usr/share/automake directory dosym automake-1.4 /usr/share/automake @@ -252,7 +252,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in automake aclocal diff --git a/sys-devel/automake/automake-1.7.2.ebuild b/sys-devel/automake/automake-1.7.2.ebuild index 9bebb5a4660c..7d9f4bc583e9 100644 --- a/sys-devel/automake/automake-1.7.2.ebuild +++ b/sys-devel/automake/automake-1.7.2.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/sys-devel/automake/automake-1.7.2.ebuild,v 1.8 2003/09/02 19:16:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.2.ebuild,v 1.9 2003/09/06 08:10:38 msterret Exp $ IUSE="" @@ -111,7 +111,7 @@ src_compile() { # so 'ac-wrapper.pl' do not detect that it should use # autoconf-2.5x export WANT_AUTOCONF_2_5=1 - + cd ${OLD16_S} perl -pi -e 's:setfilename automake.info:setfilename automake16.info:' \ @@ -120,12 +120,12 @@ src_compile() { automake.texi perl -pi -e 's|\* aclocal:|\* aclocal v1.6:|' automake.texi perl -pi -e 's:\(automake\):\(automake16\):' automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -140,12 +140,12 @@ src_compile() { automake.texi perl -pi -e 's|\* aclocal:|\* aclocal v1.5:|' automake.texi perl -pi -e 's:\(automake\):\(automake15\):' automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die unset WANT_AUTOCONF_2_5 @@ -160,12 +160,12 @@ src_compile() { perl -pi -e 's:GNU admin:GNU programming tools:' automake.texi # perl -pi -e 's|\* automake: \(automake\)|\* Automake: \(automake\)|' \ # automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -173,13 +173,13 @@ src_compile() { # use the correct directories, and also adds the normal # /usr/share/aclocal for aclocal to include. fix_bins() { - + for x in aclocal automake do perl -pi -e "s:share/automake\":share/automake-${1}\":g" ${x} perl -pi -e "s:share/aclocal\":share/aclocal-${1}\":g" ${x} done - + # add "/usr/share/aclocal" to m4 search patch cp aclocal aclocal.orig sed -e '/&scan_m4_files (@dirlist);/i \push (@dirlist, \"/usr/share/aclocal\");' \ @@ -235,7 +235,7 @@ src_install() { cd ${OLD16_S} # not needed for 1.6.3 # fix_bins ${NEW_PV} - + make DESTDIR=${D} \ install || die @@ -256,7 +256,7 @@ src_install() { cd ${OLD15_S} fix_bins ${OLD15_PV} - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-${OLD15_PV} \ m4datadir=/usr/share/aclocal-${OLD15_PV} \ @@ -282,7 +282,7 @@ src_install() { # Ignore duplicates like automake-1.5 and 1.6 patch -p0 <${FILESDIR}/${PN}-1.4_p5-ignore-duplicates.patch || die - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-1.4 \ m4datadir=/usr/share/aclocal-1.4 \ @@ -299,7 +299,7 @@ src_install() { # # ************ misc stuff **************** - + # Some packages needs a /usr/share/automake directory dosym automake-1.4 /usr/share/automake @@ -309,7 +309,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in automake aclocal diff --git a/sys-devel/automake/automake-1.7.5-r2.ebuild b/sys-devel/automake/automake-1.7.5-r2.ebuild index afac1af123b3..f02442643c64 100644 --- a/sys-devel/automake/automake-1.7.5-r2.ebuild +++ b/sys-devel/automake/automake-1.7.5-r2.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/sys-devel/automake/automake-1.7.5-r2.ebuild,v 1.4 2003/09/02 19:16:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.5-r2.ebuild,v 1.5 2003/09/06 08:10:38 msterret Exp $ IUSE="" @@ -111,7 +111,7 @@ src_compile() { # so 'ac-wrapper.pl' do not detect that it should use # autoconf-2.5x export WANT_AUTOCONF_2_5=1 - + cd ${OLD16_S} perl -pi -e 's:setfilename automake.info:setfilename automake16.info:' \ @@ -120,12 +120,12 @@ src_compile() { automake.texi perl -pi -e 's|\* aclocal:|\* aclocal v1.6:|' automake.texi perl -pi -e 's:\(automake\):\(automake16\):' automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die # @@ -140,12 +140,12 @@ src_compile() { automake.texi perl -pi -e 's|\* aclocal:|\* aclocal v1.5:|' automake.texi perl -pi -e 's:\(automake\):\(automake15\):' automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die unset WANT_AUTOCONF_2_5 @@ -160,12 +160,12 @@ src_compile() { perl -pi -e 's:GNU admin:GNU programming tools:' automake.texi # perl -pi -e 's|\* automake: \(automake\)|\* Automake: \(automake\)|' \ # automake.texi - + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die - + emake || die } @@ -173,13 +173,13 @@ src_compile() { # use the correct directories, and also adds the normal # /usr/share/aclocal for aclocal to include. fix_bins() { - + for x in aclocal automake do perl -pi -e "s:share/automake\":share/automake-${1}\":g" ${x} perl -pi -e "s:share/aclocal\":share/aclocal-${1}\":g" ${x} done - + # add "/usr/share/aclocal" to m4 search patch cp aclocal aclocal.orig sed -e '/&scan_m4_files (@dirlist);/i \push (@dirlist, \"/usr/share/aclocal\");' \ @@ -235,7 +235,7 @@ src_install() { cd ${OLD16_S} # not needed for 1.6.3 # fix_bins ${NEW_PV} - + make DESTDIR=${D} \ install || die @@ -256,7 +256,7 @@ src_install() { cd ${OLD15_S} fix_bins ${OLD15_PV} - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-${OLD15_PV} \ m4datadir=/usr/share/aclocal-${OLD15_PV} \ @@ -283,7 +283,7 @@ src_install() { # Ignore duplicates like automake-1.5 and 1.6 #epatch ${FILESDIR}/${PN}-1.4_p5-ignore-duplicates.patch - + make DESTDIR=${D} \ pkgdatadir=/usr/share/automake-1.4 \ m4datadir=/usr/share/aclocal-1.4 \ @@ -300,7 +300,7 @@ src_install() { # # ************ misc stuff **************** - + # Some packages needs a /usr/share/automake directory dosym automake-1.4 /usr/share/automake @@ -310,7 +310,7 @@ src_install() { } pkg_preinst() { - + # remove these to make sure symlinks install properly if old versions # was binaries for x in automake aclocal diff --git a/sys-devel/bc/Manifest b/sys-devel/bc/Manifest index 52c1718445b1..6fa3fc1a2c22 100644 --- a/sys-devel/bc/Manifest +++ b/sys-devel/bc/Manifest @@ -1,5 +1,5 @@ -MD5 c2af00c4a8ecd5cdc5d9d90a5504f01b bc-1.06-r5.ebuild 1817 MD5 82f556e37c30b77f958b5e6a3848e70f ChangeLog 1694 +MD5 b9151bc11e3362aa44dfd26d01a77c0b bc-1.06-r5.ebuild 1818 MD5 c6bc9e8c6698c429c778901b2d353c3f files/bc-1.06-info-fix.diff 3182 -MD5 ab5dc8993a9b72c7a4f4160c6a6348ac files/digest-bc-1.06-r5 59 MD5 40794acac9c09ee182af19387df613b4 files/bc-1.06-readline42.diff 430 +MD5 ab5dc8993a9b72c7a4f4160c6a6348ac files/digest-bc-1.06-r5 59 diff --git a/sys-devel/bc/bc-1.06-r5.ebuild b/sys-devel/bc/bc-1.06-r5.ebuild index 4ebbc0fbdd60..5a3fc53377f2 100644 --- a/sys-devel/bc/bc-1.06-r5.ebuild +++ b/sys-devel/bc/bc-1.06-r5.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/sys-devel/bc/bc-1.06-r5.ebuild,v 1.8 2003/07/20 00:04:04 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.9 2003/09/06 08:10:07 msterret Exp $ IUSE="readline" @@ -15,7 +15,7 @@ SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 ppc sparc alpha hppa arm mips amd64" -RDEPEND="readline? ( >=sys-libs/readline-4.1 +RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" DEPEND="$RDEPEND >=sys-apps/portage-2.0.47-r10 diff --git a/sys-devel/bin86/Manifest b/sys-devel/bin86/Manifest index d88c00df18be..7aebbec971f8 100644 --- a/sys-devel/bin86/Manifest +++ b/sys-devel/bin86/Manifest @@ -1,12 +1,12 @@ +MD5 c66a2b7241aab2897a0519de9a8ea3c9 ChangeLog 1504 +MD5 d49aa68797cca8ca7e44bba74a211620 bin86-0.15.5.ebuild 765 +MD5 2a45e4718d3133e3bcb87429d706fbf1 bin86-0.16.0.ebuild 745 +MD5 a4b95e3c929218907f80a9a5e22bb9f6 bin86-0.16.10.ebuild 759 +MD5 1aecc149f971328548e8cb3907ca3664 bin86-0.16.11.ebuild 759 +MD5 a6f2838a670af9917d6e81e2c2109cb0 bin86-0.16.11-r1.ebuild 833 MD5 d602d21813859b5f74b9349bab1a8f22 files/bin86-0.15.4-Makefile-gentoo.diff 1682 MD5 e3d44923f880c5e2ae32acb9581903cf files/digest-bin86-0.15.5 64 MD5 7d22d60b602b4280bac1e01f3d92a31a files/digest-bin86-0.16.0 65 MD5 c845c74a3bfb5ebe45c6cd5038415441 files/digest-bin86-0.16.10 66 MD5 9448e27802855b46024c8af6803ae47e files/digest-bin86-0.16.11 66 MD5 9448e27802855b46024c8af6803ae47e files/digest-bin86-0.16.11-r1 66 -MD5 c797d2290266117cce1f64925add84be bin86-0.15.5.ebuild 766 -MD5 8bf8531b37c9a9b8d6177af7079d4825 bin86-0.16.0.ebuild 746 -MD5 7b59df7d2589871f102962e1afb2433f bin86-0.16.10.ebuild 760 -MD5 c66a2b7241aab2897a0519de9a8ea3c9 ChangeLog 1504 -MD5 6ee962fcdf61b626673bf96041382f2b bin86-0.16.11.ebuild 760 -MD5 921b78f12bad55bb5835d44cbe9819aa bin86-0.16.11-r1.ebuild 833 diff --git a/sys-devel/bin86/bin86-0.15.5.ebuild b/sys-devel/bin86/bin86-0.15.5.ebuild index 0750f251d763..79fb51860b5e 100644 --- a/sys-devel/bin86/bin86-0.15.5.ebuild +++ b/sys-devel/bin86/bin86-0.15.5.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/sys-devel/bin86/bin86-0.15.5.ebuild,v 1.11 2003/07/16 08:13:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.5.ebuild,v 1.12 2003/09/06 08:09:55 msterret Exp $ S=${WORKDIR}/bin86 DESCRIPTION="Assembler and loader used to create kernel bootsector" @@ -29,7 +29,7 @@ src_install() { make DESTDIR=${D} install || die - dodoc README README-0.4 ChangeLog + dodoc README README-0.4 ChangeLog docinto as dodoc as/COPYING as/TODO } diff --git a/sys-devel/bin86/bin86-0.16.0.ebuild b/sys-devel/bin86/bin86-0.16.0.ebuild index 94c5626d4ffa..41cdc66efac8 100644 --- a/sys-devel/bin86/bin86-0.16.0.ebuild +++ b/sys-devel/bin86/bin86-0.16.0.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/sys-devel/bin86/bin86-0.16.0.ebuild,v 1.5 2003/07/16 08:13:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.0.ebuild,v 1.6 2003/09/06 08:09:55 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Assembler and loader used to create kernel bootsector" @@ -25,7 +25,7 @@ src_install() { einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" - dodoc README README-0.4 ChangeLog + dodoc README README-0.4 ChangeLog docinto as dodoc as/COPYING as/TODO } diff --git a/sys-devel/bin86/bin86-0.16.10.ebuild b/sys-devel/bin86/bin86-0.16.10.ebuild index daf4dec870af..4ddede56d6f7 100644 --- a/sys-devel/bin86/bin86-0.16.10.ebuild +++ b/sys-devel/bin86/bin86-0.16.10.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/sys-devel/bin86/bin86-0.16.10.ebuild,v 1.3 2003/07/16 08:13:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.10.ebuild,v 1.4 2003/09/06 08:09:55 msterret Exp $ IUSE="" @@ -28,7 +28,7 @@ src_install() { einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" - dodoc README README-0.4 ChangeLog + dodoc README README-0.4 ChangeLog docinto as dodoc as/COPYING as/TODO } diff --git a/sys-devel/bin86/bin86-0.16.11-r1.ebuild b/sys-devel/bin86/bin86-0.16.11-r1.ebuild index f287ee30daf6..c638456a54eb 100644 --- a/sys-devel/bin86/bin86-0.16.11-r1.ebuild +++ b/sys-devel/bin86/bin86-0.16.11-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/sys-devel/bin86/bin86-0.16.11-r1.ebuild,v 1.1 2003/08/18 00:19:40 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.11-r1.ebuild,v 1.2 2003/09/06 08:09:55 msterret Exp $ IUSE="" @@ -27,7 +27,7 @@ src_install() { einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" - dodoc README README-0.4 ChangeLog + dodoc README README-0.4 ChangeLog docinto as dodoc as/COPYING as/TODO } diff --git a/sys-devel/bin86/bin86-0.16.11.ebuild b/sys-devel/bin86/bin86-0.16.11.ebuild index aa91f59596a4..cec1a499c588 100644 --- a/sys-devel/bin86/bin86-0.16.11.ebuild +++ b/sys-devel/bin86/bin86-0.16.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/sys-devel/bin86/bin86-0.16.11.ebuild,v 1.2 2003/07/16 08:13:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.11.ebuild,v 1.3 2003/09/06 08:09:55 msterret Exp $ IUSE="" @@ -28,7 +28,7 @@ src_install() { einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" - dodoc README README-0.4 ChangeLog + dodoc README README-0.4 ChangeLog docinto as dodoc as/COPYING as/TODO } diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest index e09500ac2683..6f138c56190d 100644 --- a/sys-devel/binutils/Manifest +++ b/sys-devel/binutils/Manifest @@ -1,83 +1,83 @@ -MD5 39c137509f3ea2ab526bb092b10a9c54 binutils-2.11.92.0.12.3-r2.ebuild 3055 -MD5 5ed1c40a92233028ce782a0c337603d9 binutils-2.13.90.0.16-r1.ebuild 4740 -MD5 c9a828a339b9ba2d8659e5e1f2c5e0b8 binutils-2.14.90.0.2.ebuild 5337 -MD5 521cc69bcb76129aae7d1bfe050b8ee1 binutils-2.14.90.0.6-r1.ebuild 5126 -MD5 4836093e8728a6e672965159f4c998ef binutils-2.14.90.0.4.1-r1.ebuild 6299 -MD5 51bfea19ab266367baf39b3e6224be33 binutils-2.13.90.0.18.ebuild 4580 -MD5 d7b8122753b4b58b3a672d538cb88af7 binutils-2.14.90.0.5-r1.ebuild 5792 -MD5 2adeb2860e4df3cdcb96ef6cd5430ab1 binutils-2.13.90.0.18-r1.ebuild 5376 -MD5 368c85b995c3ab74a32a09e573aba1f9 binutils-2.12.90.0.15.ebuild 3512 -MD5 d380d8dcc8f85ab0f95f2dc5e2ac5774 binutils-2.14.90.0.6-r2.ebuild 5617 MD5 9aa122f00c99dc885dbf9adc4aaa2060 ChangeLog 15038 -MD5 011c5a33d84072e1af09ccf89cba6d61 binutils-2.11.92.0.7.ebuild 2357 -MD5 6c32de9a9503293bb03048f09dadc182 files/digest-binutils-2.11.92.0.7 74 +MD5 0605cad192892662d9ab7bcf4292a278 binutils-2.11.92.0.12.3-r2.ebuild 3047 +MD5 b7db6fb32b4653b2832c60bc12dce7a1 binutils-2.11.92.0.7.ebuild 2325 +MD5 1b11085f74185bfe7061a6fb01d62ebd binutils-2.12.90.0.15.ebuild 3501 +MD5 e56840c0286c1b40a114e80ced64dc45 binutils-2.13.90.0.18.ebuild 4572 +MD5 6d2fe81a47256f8c2cc53c0d9696ed84 binutils-2.14.90.0.2.ebuild 5330 +MD5 b7ddfee30d6b7884c1b9088c6fde759d binutils-2.13.90.0.16-r1.ebuild 4661 +MD5 180a5724a39c60a76cce5d23a40b23f7 binutils-2.13.90.0.18-r1.ebuild 5367 +MD5 0128e4349da81a9b35d368f3f5457d08 binutils-2.14.90.0.6-r1.ebuild 5115 +MD5 0d3d8558697ba9460ac9b932bcdf9c1e binutils-2.14.90.0.6-r2.ebuild 5606 +MD5 87e2477ba1072a1fc76af67ab531b0a2 binutils-2.14.90.0.4.1-r1.ebuild 6288 +MD5 92e0fa5133dbba4ffefc25a217f28686 binutils-2.14.90.0.5-r1.ebuild 5781 MD5 fe5fb935b171a472f5eb1a8bca63c136 files/binutils-2.12.90.0.14-glibc21.patch 7936 MD5 f453b3f208b17cd18380bc3653936487 files/binutils-2.12.90.0.14-x86_64-libpic.patch 1184 -MD5 4270b9eea6fb9d807bc63ba0a221ea9b files/digest-binutils-2.13.90.0.18 75 +MD5 db3f89b51f6961b0cf92bdddf8127ea7 files/digest-binutils-2.11.92.0.12.3-r2 161 +MD5 6c32de9a9503293bb03048f09dadc182 files/digest-binutils-2.11.92.0.7 74 +MD5 e6b97971464cab854a321254d84ae44f files/digest-binutils-2.12.90.0.15 75 +MD5 bac15ed517ba3cc1eb3c08f463654aad files/digest-binutils-2.14.90.0.2 75 MD5 b7ccd9bdcb0ab7c26bcf2a3e4c2e2afc files/digest-binutils-2.13.90.0.16-r1 75 +MD5 4270b9eea6fb9d807bc63ba0a221ea9b files/digest-binutils-2.13.90.0.18 75 MD5 d435975192db69b96d36c62e2ad0876c files/digest-binutils-2.13.90.0.18-r1 160 -MD5 f2fca878c36319fd0efd1606f4baf24e files/digest-binutils-2.14.90.0.5-r1 75 MD5 3b32997c2ca6b9893839c439e077e82d files/digest-binutils-2.14.90.0.6-r1 75 MD5 3b32997c2ca6b9893839c439e077e82d files/digest-binutils-2.14.90.0.6-r2 75 -MD5 db3f89b51f6961b0cf92bdddf8127ea7 files/digest-binutils-2.11.92.0.12.3-r2 161 MD5 c2028bfe76e16c23a00a4ad36a5a36f2 files/digest-binutils-2.14.90.0.4.1-r1 77 -MD5 e6b97971464cab854a321254d84ae44f files/digest-binutils-2.12.90.0.15 75 -MD5 bac15ed517ba3cc1eb3c08f463654aad files/digest-binutils-2.14.90.0.2 75 -MD5 0670eef65a3797752d6f4376aee8bb3a files/2.13/binutils-2.13.90.0.16-sparc-nonpic.patch 3197 -MD5 6dd59bc404c01dd65a21a68cf62c639e files/2.13/binutils-2.13.90.0.16-rodata-cst.patch 974 -MD5 f4b4e9a06281de3fb837b2e337fe590e files/2.13/binutils-2.13.90.0.18-compatsym.patch 14498 +MD5 f2fca878c36319fd0efd1606f4baf24e files/digest-binutils-2.14.90.0.5-r1 75 +MD5 b811d65855a74369e0faccf7574b886b files/2.13/binutils-2.13.90.0.10-glibc21.patch 2931 MD5 03bc9914be9e707ed18fdfc9a35332d3 files/2.13/binutils-2.13.90.0.10-ia64-brl.patch 436 -MD5 b265b60d8878dd647f2e39fb9fcf4871 files/2.13/binutils-2.13.90.0.18-searchdir.patch 1523 -MD5 2183b775b86400dd7eda35bf1ccee678 files/2.13/binutils-2.13.90.0.20-gas-mips-gprel.patch 945 -MD5 deaf6a8f7c0151b4b02a86ebcb399188 files/2.13/binutils-2.13.90.0.18-s390-noreladyn.patch 906 -MD5 e0bd20dafcff53d856546d93a0d291f2 files/2.13/binutils-2.13.90.0.18-eh-frame-hdr.patch 3035 -MD5 303de899d608b90e7b367c890bb05717 files/2.13/binutils-2.13.90.0.18-sparc-nonpic.patch 3205 -MD5 c013cc4711373f43cb426e8b08d69ae1 files/2.13/binutils-2.13.90.0.18-testsuite-Wall-fixes.patch 943 -MD5 8e6216c4ee8463ab38d9761a1be712f0 files/2.13/binutils-2.13.90.0.16-stt_tls.patch 6518 +MD5 1841b2037b3da0e0dfddb0345a0526e8 files/2.13/binutils-2.13.90.0.10-x86_64-gotpcrel.patch 769 MD5 cbf08de84154ca2dcf26e572f2892f00 files/2.13/binutils-2.13.90.0.10-x86_64-testsuite.patch 1205 -MD5 fed0711b95edc0c64ee93ccfbc8e6268 files/2.13/binutils-2.13.90.0.18-ltconfig-multilib.patch 878 -MD5 081ac3fc51a0c66a797b1408fdbc11b9 files/2.13/binutils-2.13.90.0.18-libpath-suffix.patch 1244 -MD5 5eea3d007abf53ca4c416a1ef715d0da files/2.13/binutils-2.13.90.0.18-alpha-relax.patch 627 MD5 feebd067c397d519e1ca9340606968a8 files/2.13/binutils-2.13.90.0.16-array-sects-compat.patch 1054 +MD5 9cb4e1aa89e17b711543bfbc18e6dd42 files/2.13/binutils-2.13.90.0.16-eh-frame-ro.patch 17193 +MD5 c16f13adaeb21909a350b0a562b8a4d5 files/2.13/binutils-2.13.90.0.16-ia64-bootstrap.patch 3535 MD5 5d6014cd92f7f981294fac37c677bc8b files/2.13/binutils-2.13.90.0.16-ppc-apuinfo.patch 518 -MD5 b811d65855a74369e0faccf7574b886b files/2.13/binutils-2.13.90.0.10-glibc21.patch 2931 -MD5 1841b2037b3da0e0dfddb0345a0526e8 files/2.13/binutils-2.13.90.0.10-x86_64-gotpcrel.patch 769 +MD5 6dd59bc404c01dd65a21a68cf62c639e files/2.13/binutils-2.13.90.0.16-rodata-cst.patch 974 +MD5 0670eef65a3797752d6f4376aee8bb3a files/2.13/binutils-2.13.90.0.16-sparc-nonpic.patch 3197 +MD5 8e6216c4ee8463ab38d9761a1be712f0 files/2.13/binutils-2.13.90.0.16-stt_tls.patch 6518 MD5 ddcb10d9ab716f378c1fe596673a6251 files/2.13/binutils-2.13.90.0.16-tls-strip.patch 5383 -MD5 feebd067c397d519e1ca9340606968a8 files/2.13/binutils-2.13.90.0.20-array-sects-compat.patch 1054 -MD5 c16f13adaeb21909a350b0a562b8a4d5 files/2.13/binutils-2.13.90.0.16-ia64-bootstrap.patch 3535 +MD5 5eea3d007abf53ca4c416a1ef715d0da files/2.13/binutils-2.13.90.0.18-alpha-relax.patch 627 +MD5 f4b4e9a06281de3fb837b2e337fe590e files/2.13/binutils-2.13.90.0.18-compatsym.patch 14498 +MD5 e0bd20dafcff53d856546d93a0d291f2 files/2.13/binutils-2.13.90.0.18-eh-frame-hdr.patch 3035 MD5 0a94baa713a60d9b3ec11847dc8f887f files/2.13/binutils-2.13.90.0.18-eh-frame-ro.patch 16506 -MD5 3adacb6f6d6330dc9a54cc129d09743a files/2.13/binutils-2.13.90.0.18-sub-same.patch 1035 +MD5 081ac3fc51a0c66a797b1408fdbc11b9 files/2.13/binutils-2.13.90.0.18-libpath-suffix.patch 1244 +MD5 fed0711b95edc0c64ee93ccfbc8e6268 files/2.13/binutils-2.13.90.0.18-ltconfig-multilib.patch 878 MD5 886c4cf5037f3e353f5ea9793564f737 files/2.13/binutils-2.13.90.0.18-ppc64-tls1.patch 66696 -MD5 9cb4e1aa89e17b711543bfbc18e6dd42 files/2.13/binutils-2.13.90.0.16-eh-frame-ro.patch 17193 -MD5 5843be8cd03f28a31ec20592c392dd3b files/2.13/binutils-2.13.90.0.18-s390-file-loc.patch 1493 MD5 5691090f1b2c356df4cc30f01820d3f3 files/2.13/binutils-2.13.90.0.18-ppc64-tls2.patch 14098 -MD5 60ff948d89725566178e8149375c3f31 files/2.14/binutils-2.14.90.0.4-gas-execstack.patch 3379 +MD5 5843be8cd03f28a31ec20592c392dd3b files/2.13/binutils-2.13.90.0.18-s390-file-loc.patch 1493 +MD5 deaf6a8f7c0151b4b02a86ebcb399188 files/2.13/binutils-2.13.90.0.18-s390-noreladyn.patch 906 +MD5 b265b60d8878dd647f2e39fb9fcf4871 files/2.13/binutils-2.13.90.0.18-searchdir.patch 1523 +MD5 303de899d608b90e7b367c890bb05717 files/2.13/binutils-2.13.90.0.18-sparc-nonpic.patch 3205 +MD5 3adacb6f6d6330dc9a54cc129d09743a files/2.13/binutils-2.13.90.0.18-sub-same.patch 1035 +MD5 c013cc4711373f43cb426e8b08d69ae1 files/2.13/binutils-2.13.90.0.18-testsuite-Wall-fixes.patch 943 +MD5 feebd067c397d519e1ca9340606968a8 files/2.13/binutils-2.13.90.0.20-array-sects-compat.patch 1054 +MD5 2183b775b86400dd7eda35bf1ccee678 files/2.13/binutils-2.13.90.0.20-gas-mips-gprel.patch 945 +MD5 c98edbd5a87f00832a367a40a6e576d1 files/2.14/binutils-2.14.90.0.1-eh-frame-ro.patch 17942 +MD5 e941bf2e41367989d389e2988672f87a files/2.14/binutils-2.14.90.0.1-sparc-nonpic.patch 3147 +MD5 03d6c934577cf40ec75b41bfc38b48a0 files/2.14/binutils-mips-openssl-got-fix.patch 540 MD5 d232bcf016de028994efd262aa2ff401 files/2.14/binutils-2.14.90.0.4-cfi.patch 74784 -MD5 ac3d7aa7ac1ff2a7f6979482506a4346 files/2.14/binutils-2.14.90.0.5-ppc64-fdesc.patch 962 -MD5 b42bde8fcae8815f106b6c1f78e68134 files/2.14/binutils-2.14.90.0.4-ppc-bigplt.patch 628 +MD5 e7283a4967ce5101a016b31e747e8442 files/2.14/binutils-2.14.90.0.4-cfi2.patch 18449 MD5 42ecd945c2269a792b9b7aea542b9a16 files/2.14/binutils-2.14.90.0.4-cfi3.patch 13929 -MD5 09de3fa664f792872af4d6a029909315 files/2.14/binutils-2.14.90.0.6-eh-frame-ro.patch 14503 -MD5 8b2e5222b6be2949bad3c41f65a80ec8 files/2.14/binutils-2.14.90.0.5-ppc64-mask.patch 918 -MD5 04ed3642c4bebee3fe6de9e9e6e2f23b files/2.14/binutils-2.14.90.0.4-eh-frame-ro.patch 16503 -MD5 e6f5f65fe3a3998c3c2845b92eef79e8 files/2.14/binutils-2.14.90.0.4-pt-gnu-stack.patch 8453 MD5 613770b55db9f6e3c11f040a94c9c4ea files/2.14/binutils-2.14.90.0.4-cfi4.patch 11909 -MD5 c1a6d53bb2eb89124a74f47b0bca0b89 files/2.14/binutils-2.14.90.0.5-ppc64-pie.patch 581 -MD5 4aa97425036b8c3fb98975ab06cab3ae files/2.14/binutils-2.14.90.0.4-pni.patch 16030 -MD5 e941bf2e41367989d389e2988672f87a files/2.14/binutils-2.14.90.0.1-sparc-nonpic.patch 3147 -MD5 559bf684bf26c292862d4287f047111c files/2.14/binutils-2.14.90.0.6-dont-crash-on-null-owner.patch 822 -MD5 9c5337bbe0b341173304747c1c9279e9 files/2.14/binutils-2.14.90.0.5-ppc64-elfvsb.patch 899 +MD5 04ed3642c4bebee3fe6de9e9e6e2f23b files/2.14/binutils-2.14.90.0.4-eh-frame-ro.patch 16503 +MD5 60ff948d89725566178e8149375c3f31 files/2.14/binutils-2.14.90.0.4-gas-execstack.patch 3379 MD5 69161dd93a78ddede56256e0de28d282 files/2.14/binutils-2.14.90.0.4-gas-pred.patch 1104 -MD5 03d6c934577cf40ec75b41bfc38b48a0 files/2.14/binutils-mips-openssl-got-fix.patch 540 MD5 fed0711b95edc0c64ee93ccfbc8e6268 files/2.14/binutils-2.14.90.0.4-ltconfig-multilib.patch 878 -MD5 bd68995fbb6476d0ebaded68d3b0cd19 files/2.14/binutils-2.14.90.0.5-ppc64-power4.patch 560 -MD5 3793ff770ff2fca80a2238f8de0a165e files/2.14/binutils-2.14.90.0.4-pie2.patch 1011 -MD5 09fbb09e0296aab8c563a76fbfe88acb files/2.14/binutils-2.14.90.0.5-eh-frame-ro.patch 14717 MD5 ee0529757cf72b4d4f8c30733cda49c7 files/2.14/binutils-2.14.90.0.4-pie.patch 24448 -MD5 3e14abfac76ec336c6859ad6cdd34ddd files/2.14/binutils-2.14.90.0.5-place-orphan.patch 1870 -MD5 e941bf2e41367989d389e2988672f87a files/2.14/binutils-2.14.90.0.4-sparc-nonpic.patch 3147 +MD5 3793ff770ff2fca80a2238f8de0a165e files/2.14/binutils-2.14.90.0.4-pie2.patch 1011 +MD5 4aa97425036b8c3fb98975ab06cab3ae files/2.14/binutils-2.14.90.0.4-pni.patch 16030 +MD5 b42bde8fcae8815f106b6c1f78e68134 files/2.14/binutils-2.14.90.0.4-ppc-bigplt.patch 628 +MD5 f8d0738db8174c369f4f3a6185d8f76b files/2.14/binutils-2.14.90.0.4-ppc64-ctors.patch 843 MD5 5fa7bd6f7e2c4fa50b74367a85f37541 files/2.14/binutils-2.14.90.0.4-ppc64-prelink.patch 4721 -MD5 c98edbd5a87f00832a367a40a6e576d1 files/2.14/binutils-2.14.90.0.1-eh-frame-ro.patch 17942 -MD5 d5afbb421242988c33551fdb2054581b files/2.14/binutils-2.14.90.0.5-s390-pie.patch 2016 +MD5 e6f5f65fe3a3998c3c2845b92eef79e8 files/2.14/binutils-2.14.90.0.4-pt-gnu-stack.patch 8453 +MD5 e941bf2e41367989d389e2988672f87a files/2.14/binutils-2.14.90.0.4-sparc-nonpic.patch 3147 +MD5 09fbb09e0296aab8c563a76fbfe88acb files/2.14/binutils-2.14.90.0.5-eh-frame-ro.patch 14717 +MD5 9c5337bbe0b341173304747c1c9279e9 files/2.14/binutils-2.14.90.0.5-ppc64-elfvsb.patch 899 +MD5 ac3d7aa7ac1ff2a7f6979482506a4346 files/2.14/binutils-2.14.90.0.5-ppc64-fdesc.patch 962 MD5 0d4022656708019a1b010c69dbf2442b files/2.14/binutils-2.14.90.0.5-ppc64-ldr.patch 825 -MD5 f8d0738db8174c369f4f3a6185d8f76b files/2.14/binutils-2.14.90.0.4-ppc64-ctors.patch 843 -MD5 e7283a4967ce5101a016b31e747e8442 files/2.14/binutils-2.14.90.0.4-cfi2.patch 18449 +MD5 8b2e5222b6be2949bad3c41f65a80ec8 files/2.14/binutils-2.14.90.0.5-ppc64-mask.patch 918 +MD5 c1a6d53bb2eb89124a74f47b0bca0b89 files/2.14/binutils-2.14.90.0.5-ppc64-pie.patch 581 +MD5 bd68995fbb6476d0ebaded68d3b0cd19 files/2.14/binutils-2.14.90.0.5-ppc64-power4.patch 560 +MD5 d5afbb421242988c33551fdb2054581b files/2.14/binutils-2.14.90.0.5-s390-pie.patch 2016 +MD5 3e14abfac76ec336c6859ad6cdd34ddd files/2.14/binutils-2.14.90.0.5-place-orphan.patch 1870 +MD5 09de3fa664f792872af4d6a029909315 files/2.14/binutils-2.14.90.0.6-eh-frame-ro.patch 14503 +MD5 559bf684bf26c292862d4287f047111c files/2.14/binutils-2.14.90.0.6-dont-crash-on-null-owner.patch 822 diff --git a/sys-devel/binutils/binutils-2.11.92.0.12.3-r2.ebuild b/sys-devel/binutils/binutils-2.11.92.0.12.3-r2.ebuild index 177284f58b3c..22c8e1e0415f 100644 --- a/sys-devel/binutils/binutils-2.11.92.0.12.3-r2.ebuild +++ b/sys-devel/binutils/binutils-2.11.92.0.12.3-r2.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/sys-devel/binutils/binutils-2.11.92.0.12.3-r2.ebuild,v 1.12 2003/06/25 22:35:44 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.11.92.0.12.3-r2.ebuild,v 1.13 2003/09/06 08:09:19 msterret Exp $ IUSE="nls static build" @@ -25,13 +25,13 @@ src_unpack() { } src_compile() { - + local myconf use nls && \ myconf="${myconf} --without-included-gettext" || \ myconf="${myconf} --disable-nls" - + ./configure --enable-shared \ --enable-64-bit-bfd \ --prefix=/usr \ @@ -39,7 +39,7 @@ src_compile() { --infodir=/usr/share/info \ --host=${CHOST} \ ${myconf} || die - + if [ "`use static`" ] then emake -e LDFLAGS=-all-static || die @@ -58,18 +58,18 @@ src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man \ install || die - + #c++filt is included with gcc -- what are these GNU people thinking? #but not the manpage, so leave that! rm -f ${D}/usr/bin/c++filt #${D}/usr/share/man/man1/c++filt* - + #strip has a symlink going from /usr/${CHOST}/bin/strip to /usr/bin/strip #we should reverse it: rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip #the strip symlink gets created in the loop below - - #ar, as, ld, nm, ranlib and strip are in two places; create symlinks. This will reduce the + + #ar, as, ld, nm, ranlib and strip are in two places; create symlinks. This will reduce the #size of the tbz2 significantly. We also move all the stuff in /usr/bin to /usr/${CHOST}/bin #and create the appropriate symlinks. Things are cleaner that way. cd ${D}/usr/bin @@ -79,12 +79,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv $x ../${CHOST}/bin/${x} - else + else rm -f $x fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then diff --git a/sys-devel/binutils/binutils-2.11.92.0.7.ebuild b/sys-devel/binutils/binutils-2.11.92.0.7.ebuild index 123b3d5d5d90..b9d330163a96 100644 --- a/sys-devel/binutils/binutils-2.11.92.0.7.ebuild +++ b/sys-devel/binutils/binutils-2.11.92.0.7.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/sys-devel/binutils/binutils-2.11.92.0.7.ebuild,v 1.11 2003/05/25 15:34:03 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.11.92.0.7.ebuild,v 1.12 2003/09/06 08:09:19 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tools necessary to build programs" @@ -29,16 +29,16 @@ src_compile() { src_install() { make prefix=${D}/usr mandir=${D}/usr/share/man install || die - #c++filt is included with gcc -- what are these GNU people thinking? + #c++filt is included with gcc -- what are these GNU people thinking? rm ${D}/usr/bin/c++filt ${D}/usr/share/man/man1/c++filt* - + #strip has a symlink going from /usr/${CHOST}/bin/strip to /usr/bin/strip; we should reverse #it: rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip #the strip symlink gets created in the loop below - - #ar, as, ld, nm, ranlib and strip are in two places; create symlinks. This will reduce the + + #ar, as, ld, nm, ranlib and strip are in two places; create symlinks. This will reduce the #size of the tbz2 significantly. We also move all the stuff in /usr/bin to /usr/${CHOST}/bin #and create the appropriate symlinks. Things are cleaner that way. cd ${D}/usr/bin @@ -48,19 +48,19 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv $x ../${CHOST}/bin/${x} - else + else rm -f $x fi ln -s ../${CHOST}/bin/${x} ${x} done cd ${S} if [ -z "`use build`" ] - then + then dodoc COPYING* README docinto bfd - dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO + dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO docinto binutils - dodoc binutils/ChangeLog binutils/NEWS binutils/README + dodoc binutils/ChangeLog binutils/NEWS binutils/README docinto gas dodoc gas/ChangeLog* gas/CONTRIBUTORS gas/COPYING \ gas/NEWS gas/README* @@ -72,10 +72,10 @@ src_install() { dodoc libiberty/ChangeLog* libiberty/COPYING.LIB libiberty/README docinto opcodes dodoc opcodes/ChangeLog* - else - rm -rf ${D}/usr/share/man - fi - + else + rm -rf ${D}/usr/share/man + fi + } diff --git a/sys-devel/binutils/binutils-2.12.90.0.15.ebuild b/sys-devel/binutils/binutils-2.12.90.0.15.ebuild index add5eac426d0..1166920217a6 100644 --- a/sys-devel/binutils/binutils-2.12.90.0.15.ebuild +++ b/sys-devel/binutils/binutils-2.12.90.0.15.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/sys-devel/binutils/binutils-2.12.90.0.15.ebuild,v 1.11 2003/05/25 15:34:03 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.15.ebuild,v 1.12 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap static build" @@ -21,7 +21,7 @@ KEYWORDS="x86 ppc sparc " DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -30,7 +30,7 @@ DEPEND="virtual/glibc src_compile() { - + local myconf="" use nls && \ myconf="${myconf} --without-included-gettext" || \ @@ -45,7 +45,7 @@ src_compile() { --infodir=/usr/share/info \ --host=${CHOST} \ ${myconf} || die - + if [ "`use static`" ] then make headers -C bfd CFLAGS=-O || die @@ -75,18 +75,18 @@ src_install() { insinto /usr/include doins include/libiberty.h - + #c++filt is included with gcc -- what are these GNU people thinking? #but not the manpage, so leave that! rm -f ${D}/usr/bin/c++filt #${D}/usr/share/man/man1/c++filt* - + #strip has a symlink going from /usr/${CHOST}/bin/strip to /usr/bin/strip #we should reverse it: rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip #the strip symlink gets created in the loop below - #ar, as, ld, nm, ranlib and strip are in two places; create symlinks. This will reduce the + #ar, as, ld, nm, ranlib and strip are in two places; create symlinks. This will reduce the #size of the tbz2 significantly. We also move all the stuff in /usr/bin to /usr/${CHOST}/bin #and create the appropriate symlinks. Things are cleaner that way. cd ${D}/usr/bin @@ -96,12 +96,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv $x ../${CHOST}/bin/${x} - else + else rm -f $x fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -109,7 +109,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild b/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild index 87b8d5a20423..68272fcbc9e2 100644 --- a/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild +++ b/sys-devel/binutils/binutils-2.13.90.0.16-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/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild,v 1.10 2003/05/25 15:34:03 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild,v 1.11 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap static build" @@ -25,7 +25,7 @@ KEYWORDS="x86 ppc alpha sparc mips hppa" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -33,7 +33,7 @@ DEPEND="virtual/glibc # if "build" or "bootstrap" not in USE. src_unpack() { - + unpack ${A} cd ${S} @@ -52,14 +52,14 @@ src_unpack() { src_compile() { - # Add patches for mips - if [ "${ARCH}" = "mips" ] - then - cd ${S} - chmod +x mips/README - ./mips/README - fi - + # Add patches for mips + if [ "${ARCH}" = "mips" ] + then + cd ${S} + chmod +x mips/README + ./mips/README + fi + local myconf="" use nls && \ myconf="${myconf} --without-included-gettext" || \ @@ -75,7 +75,7 @@ src_compile() { --infodir=/usr/share/info \ --host=${CHOST} \ ${myconf} || die - + if [ "`use static`" ] then make headers -C bfd CFLAGS=-O || die @@ -106,18 +106,18 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... # rm -f ${D}/usr/bin/c++filt #${D}/usr/share/man/man1/c++filt* - + # By default strip has a symlink going from /usr/${CHOST}/bin/strip to # /usr/bin/strip we should reverse it: rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -129,12 +129,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -142,7 +142,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.13.90.0.18-r1.ebuild b/sys-devel/binutils/binutils-2.13.90.0.18-r1.ebuild index 9b6e660d858a..d33e80865bc5 100644 --- a/sys-devel/binutils/binutils-2.13.90.0.18-r1.ebuild +++ b/sys-devel/binutils/binutils-2.13.90.0.18-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/sys-devel/binutils/binutils-2.13.90.0.18-r1.ebuild,v 1.7 2003/05/25 15:34:03 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.18-r1.ebuild,v 1.8 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap build" @@ -26,7 +26,7 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc ~mips ~hppa ~arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -40,7 +40,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -119,18 +119,18 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... # rm -f ${D}/usr/bin/c++filt #${D}/usr/share/man/man1/c++filt* - + # By default strip has a symlink going from /usr/${CHOST}/bin/strip to # /usr/bin/strip we should reverse it: rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -142,12 +142,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -155,7 +155,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.13.90.0.18.ebuild b/sys-devel/binutils/binutils-2.13.90.0.18.ebuild index fb8727853e39..9b69583f86ba 100644 --- a/sys-devel/binutils/binutils-2.13.90.0.18.ebuild +++ b/sys-devel/binutils/binutils-2.13.90.0.18.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/sys-devel/binutils/binutils-2.13.90.0.18.ebuild,v 1.17 2003/05/27 23:48:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.18.ebuild,v 1.18 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap build" @@ -25,7 +25,7 @@ KEYWORDS="x86 ppc alpha sparc ~mips ~hppa arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -106,18 +106,18 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... # rm -f ${D}/usr/bin/c++filt #${D}/usr/share/man/man1/c++filt* - + # By default strip has a symlink going from /usr/${CHOST}/bin/strip to # /usr/bin/strip we should reverse it: rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -129,12 +129,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -142,7 +142,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.14.90.0.2.ebuild b/sys-devel/binutils/binutils-2.14.90.0.2.ebuild index 75835eaa4c85..ebe2e49e9cad 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.2.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.2.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/sys-devel/binutils/binutils-2.14.90.0.2.ebuild,v 1.10 2003/09/01 19:22:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.2.ebuild,v 1.11 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap build" @@ -25,7 +25,7 @@ KEYWORDS="amd64 x86 ppc -alpha sparc mips -hppa -arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -119,7 +119,7 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... @@ -130,7 +130,7 @@ src_install() { rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -142,12 +142,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -155,7 +155,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.14.90.0.4.1-r1.ebuild b/sys-devel/binutils/binutils-2.14.90.0.4.1-r1.ebuild index d1f4893cf996..a03b93149373 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.4.1-r1.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.4.1-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/sys-devel/binutils/binutils-2.14.90.0.4.1-r1.ebuild,v 1.3 2003/09/01 19:22:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.4.1-r1.ebuild,v 1.4 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap build" @@ -25,7 +25,7 @@ KEYWORDS="~amd64 -x86 -ppc -alpha -sparc mips -hppa -arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -90,9 +90,9 @@ src_unpack() { cp ${x} ${x}.orig gawk ' { - if ($0 ~ /LIBADD/) + if ($0 ~ /LIBADD/) gsub("../bfd/libbfd.la", "-L../bfd/.libs ../bfd/libbfd.la") - + print }' ${x}.orig > ${x} rm -rf ${x}.orig @@ -143,7 +143,7 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... @@ -154,7 +154,7 @@ src_install() { rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -166,12 +166,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -179,7 +179,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.14.90.0.5-r1.ebuild b/sys-devel/binutils/binutils-2.14.90.0.5-r1.ebuild index 4a46ce94228b..5002ae4e4730 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.5-r1.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.5-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/sys-devel/binutils/binutils-2.14.90.0.5-r1.ebuild,v 1.4 2003/09/01 19:22:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.5-r1.ebuild,v 1.5 2003/09/06 08:09:19 msterret Exp $ IUSE="nls bootstrap build" @@ -25,7 +25,7 @@ KEYWORDS="~amd64 ~x86 ~ppc -alpha ~sparc ~mips -hppa -arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -79,9 +79,9 @@ src_unpack() { cp ${x} ${x}.orig gawk ' { - if ($0 ~ /LIBADD/) + if ($0 ~ /LIBADD/) gsub("../bfd/libbfd.la", "-L../bfd/.libs ../bfd/libbfd.la") - + print }' ${x}.orig > ${x} rm -rf ${x}.orig @@ -132,7 +132,7 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... @@ -143,7 +143,7 @@ src_install() { rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -155,12 +155,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -168,7 +168,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.14.90.0.6-r1.ebuild b/sys-devel/binutils/binutils-2.14.90.0.6-r1.ebuild index e6ea387292dd..2e07695efa2a 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.6-r1.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.6-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/sys-devel/binutils/binutils-2.14.90.0.6-r1.ebuild,v 1.1 2003/08/26 08:03:21 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.6-r1.ebuild,v 1.2 2003/09/06 08:09:20 msterret Exp $ IUSE="nls bootstrap build" @@ -25,7 +25,7 @@ KEYWORDS="~amd64 ~x86 ~ppc ~alpha ~sparc ~mips ~hppa ~arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -66,9 +66,9 @@ src_unpack() { cp ${x} ${x}.orig gawk ' { - if ($0 ~ /LIBADD/) + if ($0 ~ /LIBADD/) gsub("../bfd/libbfd.la", "-L../bfd/.libs ../bfd/libbfd.la") - + print }' ${x}.orig > ${x} rm -rf ${x}.orig @@ -119,7 +119,7 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... @@ -130,7 +130,7 @@ src_install() { rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -142,12 +142,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -155,7 +155,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/binutils/binutils-2.14.90.0.6-r2.ebuild b/sys-devel/binutils/binutils-2.14.90.0.6-r2.ebuild index 2f1468a20258..61ee7793eec8 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.6-r2.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.6-r2.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/sys-devel/binutils/binutils-2.14.90.0.6-r2.ebuild,v 1.2 2003/09/03 20:00:43 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.6-r2.ebuild,v 1.3 2003/09/06 08:09:20 msterret Exp $ IUSE="nls bootstrap build" @@ -25,7 +25,7 @@ KEYWORDS="~amd64 x86 ~ppc ~alpha ~sparc ~mips ~hppa ~arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 nls? ( sys-devel/gettext ) - || ( dev-lang/perl + || ( dev-lang/perl ( !build? ( dev-lang/perl ) ) ( !bootstrap? ( dev-lang/perl ) ) )" @@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then fi src_unpack() { - + unpack ${A} cd ${S} @@ -76,9 +76,9 @@ src_unpack() { cp ${x} ${x}.orig gawk ' { - if ($0 ~ /LIBADD/) + if ($0 ~ /LIBADD/) gsub("../bfd/libbfd.la", "-L../bfd/.libs ../bfd/libbfd.la") - + print }' ${x}.orig > ${x} rm -rf ${x}.orig @@ -129,7 +129,7 @@ src_install() { insinto /usr/include doins include/libiberty.h - + # c++filt is included with gcc -- what are these GNU people thinking? # but not the manpage, so leave that! # We install it now, as gcc-3.3 do not have it any longer ... @@ -140,7 +140,7 @@ src_install() { rm ${D}/usr/${CHOST}/bin/strip; mv ${D}/usr/bin/strip ${D}/usr/${CHOST}/bin/strip # The strip symlink gets created in the loop below - + # By default ar, as, ld, nm, ranlib and strip are in two places; create # symlinks. This will reduce the size of the tbz2 significantly. We also # move all the stuff in /usr/bin to /usr/${CHOST}/bin and create the @@ -152,12 +152,12 @@ src_install() { if [ ! -e ../${CHOST}/bin/${x} ] then mv ${x} ../${CHOST}/bin/${x} - else + else rm -f ${x} fi ln -s ../${CHOST}/bin/${x} ${x} done - + cd ${S} if [ -z "`use build`" ] then @@ -165,7 +165,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install-info || die - + dodoc COPYING* README docinto bfd dodoc bfd/ChangeLog* bfd/COPYING bfd/README bfd/PORTING bfd/TODO diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index c07d4a6d87a0..2d3dff2d0723 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -1,7 +1,7 @@ MD5 760f84c2423fa0b1f06ed3949ee1a8b1 ChangeLog 2643 -MD5 f62f6580d8834f75e34d281af0d3990d bison-1.34-r1.ebuild 1220 -MD5 a4b81fc2758bcb3ce75c4638afb4f951 bison-1.35.ebuild 1327 -MD5 ce608c6837b90707c697d27486e9e65b bison-1.75.ebuild 1152 +MD5 6237bb7c742aaabfba528d8521f856da bison-1.34-r1.ebuild 1190 +MD5 cabead588b35fd0ef81765e0db4d9cf2 bison-1.35.ebuild 1297 +MD5 d5c8185871d1fb88a98f59353ad7aa25 bison-1.75.ebuild 1122 MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63 MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63 MD5 ccaa497656beb47a684c2e33084522b0 files/digest-bison-1.75 63 diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild index 21da85f2f446..fc13ddf8e563 100644 --- a/sys-devel/bison/bison-1.34-r1.ebuild +++ b/sys-devel/bison/bison-1.34-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/sys-devel/bison/bison-1.34-r1.ebuild,v 1.10 2003/09/02 19:09:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.11 2003/09/06 08:09:07 msterret Exp $ IUSE="nls static build" @@ -37,7 +37,7 @@ src_compile() { fi } -src_install() { +src_install() { make DESTDIR=${D} \ datadir=/usr/share \ diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index 049bb8f91f00..b8f734ee9f71 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.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/sys-devel/bison/bison-1.35.ebuild,v 1.15 2003/09/02 19:09:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.16 2003/09/06 08:09:07 msterret Exp $ IUSE="nls static build" # icc" @@ -40,7 +40,7 @@ src_compile() { fi } -src_install() { +src_install() { make DESTDIR=${D} \ datadir=/usr/share \ diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild index 7a95a88afbcc..a18968856135 100644 --- a/sys-devel/bison/bison-1.75.ebuild +++ b/sys-devel/bison/bison-1.75.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/sys-devel/bison/bison-1.75.ebuild,v 1.9 2003/09/02 19:09:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.10 2003/09/06 08:09:07 msterret Exp $ IUSE="nls static build" # icc" @@ -21,7 +21,7 @@ src_compile() { # use icc && CC="iccbin" CXX="iccbin" LD="iccbin" local myconf="" - + use nls || myconf="--disable-nls" econf ${myconf} || die @@ -34,7 +34,7 @@ src_compile() { fi } -src_install() { +src_install() { make DESTDIR=${D} \ datadir=/usr/share \ diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest index 789ded148b49..1be8f1c88d6c 100644 --- a/sys-devel/distcc/Manifest +++ b/sys-devel/distcc/Manifest @@ -1,17 +1,21 @@ MD5 70893a3daaa64f713c3be145282e1ffd ChangeLog 12515 -MD5 564b09fcdf279623746f23731af6cdef distcc-2.5-r1.ebuild 3209 +MD5 3f24933f751d9ba7a6c90c2751a3e083 distcc-2.5-r1.ebuild 3208 +MD5 c68dd76338384f0a996204db7364f8f7 distcc-2.8-r2.ebuild 3357 +MD5 f7332ba9718f262c2f3efb2f7f8945c7 distcc-2.9.ebuild 3445 MD5 8cfcda064781a10ddcddbc85f43b032a distcc-2.10.ebuild 3451 MD5 ff26d9e0a5f8d639aa1f2810187d9012 distcc-2.10-r1.ebuild 3489 MD5 a64395143382132b1a82f6d87016e21e distcc-2.10-r2.ebuild 3508 -MD5 c68dd76338384f0a996204db7364f8f7 distcc-2.8-r2.ebuild 3357 -MD5 f7332ba9718f262c2f3efb2f7f8945c7 distcc-2.9.ebuild 3445 MD5 70619e7eb5fa4fd0aa4f3588579cd50d metadata.xml 443 +MD5 56fd1ac60c1b8402e1632da62f32a890 files/digest-distcc-2.8-r2 63 +MD5 ade4e8cda892045944e204fc2c3df8bd files/digest-distcc-2.9 63 MD5 996b45704fdf266745dfc2e6038a1f76 files/digest-distcc-2.10 64 MD5 e1ecfcc1aad7c385cf3c41966277cda7 files/digest-distcc-2.5-r1 63 MD5 996b45704fdf266745dfc2e6038a1f76 files/digest-distcc-2.10-r1 64 MD5 996b45704fdf266745dfc2e6038a1f76 files/digest-distcc-2.10-r2 64 -MD5 56fd1ac60c1b8402e1632da62f32a890 files/digest-distcc-2.8-r2 63 -MD5 ade4e8cda892045944e204fc2c3df8bd files/digest-distcc-2.9 63 +MD5 ced4e94d8c61a8f175d62a39478e7afc files/2.9/001_fix_tmpdir.patch.gz 248 +MD5 05483b8174e619ee439b905cca85c7ad files/2.9/conf 592 +MD5 63dd07135a46fcef934e3fa4c926d5f7 files/2.9/distcc-config 7559 +MD5 c400119892789344a9702d466476ddbd files/2.9/init 625 MD5 c2a0343f9e9ca3d4d1e0f0c099dfa229 files/2.10/conf 594 MD5 eff3d6f240d8ffe05bef7505e347d0b0 files/2.10/init 620 MD5 efc7f3962c4be47255b910ff5ed2462b files/2.10/distcc-config 7576 @@ -19,7 +23,3 @@ MD5 ee4f0fde9d5e6fe88bf7f513cf12920c files/2.8/001_fix_tempfile.patch.gz 251 MD5 41f782125d594b7249fcd1fc6c306b02 files/2.8/conf 592 MD5 9e01d7b626696716500bbf56c68a5680 files/2.8/distcc-config 7559 MD5 a985e7680ba7958cb9a170c8e2019e8e files/2.8/init 625 -MD5 ced4e94d8c61a8f175d62a39478e7afc files/2.9/001_fix_tmpdir.patch.gz 248 -MD5 05483b8174e619ee439b905cca85c7ad files/2.9/conf 592 -MD5 63dd07135a46fcef934e3fa4c926d5f7 files/2.9/distcc-config 7559 -MD5 c400119892789344a9702d466476ddbd files/2.9/init 625 diff --git a/sys-devel/distcc/distcc-2.5-r1.ebuild b/sys-devel/distcc/distcc-2.5-r1.ebuild index c283c99bd877..23388f5a4647 100644 --- a/sys-devel/distcc/distcc-2.5-r1.ebuild +++ b/sys-devel/distcc/distcc-2.5-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/sys-devel/distcc/distcc-2.5-r1.ebuild,v 1.4 2003/08/11 01:56:36 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.5-r1.ebuild,v 1.5 2003/09/06 08:09:35 msterret Exp $ inherit eutils @@ -98,7 +98,7 @@ pkg_postinst() { einfo "/usr/lib/distcc/bin to your path before /usr/bin. If you're" einfo "combining this with ccache, put the ccache path BEFORE distcc." einfo "Portage 2.0.46-r11+ will take advantage of distcc if you put" - einfo "distcc into the FEATURES setting in make.conf and use" + einfo "distcc into the FEATURES setting in make.conf and use" einfo "distcc-config --set-hosts. Do NOT set CC=distcc or similar." ewarn "See http://www.gentoo.org/doc/en/distcc.xml for information." } diff --git a/sys-devel/flex/Manifest b/sys-devel/flex/Manifest index 27e5cabb0c57..0bfdadea6871 100644 --- a/sys-devel/flex/Manifest +++ b/sys-devel/flex/Manifest @@ -1,11 +1,11 @@ MD5 dea6af58351a5e4db4b496c243ae1e7b ChangeLog 2102 -MD5 333590f45fce066bffaf4a408af73b8f flex-2.5.23.ebuild 900 -MD5 ac0b8e86462c7fb011cc98af75ed79ad flex-2.5.4a-r5.ebuild 1228 -MD5 95337c753dadef7fc038787ca5355eab flex-2.5.31.ebuild 918 +MD5 22e819b5fdfe5953cc812a3583a03873 flex-2.5.23.ebuild 900 +MD5 7b6266c76f8167b662ffc463ff5b25c0 flex-2.5.31.ebuild 917 +MD5 d712ae8161cc7cd93dc4281aa4e8c589 flex-2.5.4a-r5.ebuild 1227 MD5 16e4a9013f877177d2fc9ba784ae9959 files/digest-flex-2.5.23 63 +MD5 46a5f0c3323bbf9d46b3682cf9b39263 files/digest-flex-2.5.31 64 MD5 a50411d58e9407414db98087253bdacd files/digest-flex-2.5.4a-r5 63 MD5 06f3fd21134a6d82073ce64e2ad60274 files/flex-2.5.4-glibc22.patch 2241 MD5 497470663c67fc14a2eb95b51f7f9614 files/flex-2.5.4a-gcc3.patch 277 MD5 de46348f431a1b72e51b8f2253ebcaf3 files/flex-2.5.4a-gcc31.patch 3189 MD5 28010d818ed73f21c9d37fd955c9f25b files/flex-2.5.4a-skel.patch 350 -MD5 46a5f0c3323bbf9d46b3682cf9b39263 files/digest-flex-2.5.31 64 diff --git a/sys-devel/flex/flex-2.5.23.ebuild b/sys-devel/flex/flex-2.5.23.ebuild index 2a3d2cd3a8f8..2bab2c5a3008 100644 --- a/sys-devel/flex/flex-2.5.23.ebuild +++ b/sys-devel/flex/flex-2.5.23.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/sys-devel/flex/flex-2.5.23.ebuild,v 1.8 2003/04/17 22:55:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.23.ebuild,v 1.9 2003/09/06 08:08:48 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU lexical analyser generator" @@ -32,7 +32,7 @@ src_compile() { src_install() { einstall || die - + if [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS ONEWS README* RoadMap THANKS TODO diff --git a/sys-devel/flex/flex-2.5.31.ebuild b/sys-devel/flex/flex-2.5.31.ebuild index 6079d459c2ab..a4b146d6b837 100644 --- a/sys-devel/flex/flex-2.5.31.ebuild +++ b/sys-devel/flex/flex-2.5.31.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/sys-devel/flex/flex-2.5.31.ebuild,v 1.3 2003/06/22 06:20:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.31.ebuild,v 1.4 2003/09/06 08:08:48 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU lexical analyser generator" @@ -32,7 +32,7 @@ src_compile() { src_install() { einstall || die - + if [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS ONEWS README* RoadMap THANKS TODO diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild index a6abbdbfea67..4974b5139705 100644 --- a/sys-devel/flex/flex-2.5.4a-r5.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r5.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/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.12 2003/06/22 06:20:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.13 2003/09/06 08:08:48 msterret Exp $ S="${WORKDIR}/${P/a/}" DESCRIPTION="GNU lexical analyser generator" @@ -41,7 +41,7 @@ src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man/man1 \ install || die - + if [ -z "`use build`" ] then dodoc COPYING NEWS README diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 8afae624a8ce..e1c05bf9f785 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -1,14 +1,14 @@ MD5 e00c7acf639161703fc5740d2193716c ChangeLog 26988 -MD5 57667f0a2773a0818468b8a62ac47787 gcc-2.95.3-r7.ebuild 5454 -MD5 926e22386c59eab3e3025e720f667449 gcc-2.95.3-r8.ebuild 9228 -MD5 d1a1c0387375d17cd34cc872ec81ceb5 gcc-3.0.4-r6.ebuild 8754 -MD5 4e63d7adfa883259cb23f922b8f5001c gcc-3.1-r8.ebuild 9804 -MD5 b344cbb582e04a0ce6948e0edebe52c6 gcc-3.1.1-r1.ebuild 9634 -MD5 73c3494635134f77504f7033cbf3315f gcc-3.3.ebuild 16643 +MD5 6d0d6b9214ecb88e26a54b70901c50b4 gcc-2.95.3-r7.ebuild 5436 +MD5 079abbc45c914fdad6c90540fe82302c gcc-2.95.3-r8.ebuild 9213 +MD5 459fe070924cbfd485139f84f2dd47ff gcc-3.0.4-r6.ebuild 8738 +MD5 c44c493b629be3a1abbc1eb4d3cb00d1 gcc-3.1-r8.ebuild 9776 +MD5 3f796d926d7c63b50910a657cb67a358 gcc-3.1.1-r1.ebuild 9595 +MD5 25a95ad59dc52c9ec23faf193ea4f168 gcc-3.3.ebuild 16642 MD5 4e0f0058ffaa6fb901f384422b79857b gcc-3.3-r1.ebuild 16467 -MD5 353943f7af198d3cbf9e7152ac89ea4e gcc-3.2-r5.ebuild 12915 +MD5 89c5294c24b323cf6c28e507fef6d59d gcc-3.2-r5.ebuild 12876 MD5 5a2ec15a8852442c904eabf9eb2570fe gcc-3.2.3-r2.ebuild 17306 -MD5 04865a42b024585c6499dfedd8ebff1d gcc-3.2.1-r7.ebuild 14818 +MD5 cdd4137c0fcbc4c227f5ee69cbd0a5f2 gcc-3.2.1-r7.ebuild 14779 MD5 b7e10c34f96b547e8bd79d95c532c5f0 gcc-3.2.2-r2.ebuild 15849 MD5 ef5803da7b93347bd5434f364f6e0c1e gcc-3.2.2.ebuild 16058 MD5 63fa17fd1bd1beece95b2d0fa9f34ca0 gcc-3.2.3-r1.ebuild 17312 diff --git a/sys-devel/gcc/gcc-2.95.3-r7.ebuild b/sys-devel/gcc/gcc-2.95.3-r7.ebuild index b7a839faea0e..ae9720b25dee 100644 --- a/sys-devel/gcc/gcc-2.95.3-r7.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r7.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/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.19 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.20 2003/09/06 08:06:07 msterret Exp $ IUSE="nls static build" @@ -123,7 +123,7 @@ src_install() { [ -e ${D}/usr/bin/gcc ] || die "gcc not found in ${D}" - FULLPATH=${D}${LOC}/lib/gcc-lib/${CHOST}/${PV} + FULLPATH=${D}${LOC}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH} dosym g++ /usr/bin/${CHOST}-g++ dosym g++ /usr/bin/${CHOST}-c++ @@ -141,8 +141,8 @@ src_install() { doexe ${FILESDIR}/cc cd ${S} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then #do a full texinfo-${TV} install # cd ${S}/texinfo @@ -196,8 +196,8 @@ src_install() { cd ${S}/libstdc++ docinto libstdc++ dodoc ChangeLog NEWS - else - rm -rf ${D}/usr/share/{man,info} + else + rm -rf ${D}/usr/share/{man,info} # do a minimal texinfo install (build image) # cd ${S}/texinfo # dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex} diff --git a/sys-devel/gcc/gcc-2.95.3-r8.ebuild b/sys-devel/gcc/gcc-2.95.3-r8.ebuild index 741c7e2c1139..1282060e4fce 100644 --- a/sys-devel/gcc/gcc-2.95.3-r8.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r8.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/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.20 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.21 2003/09/06 08:06:07 msterret Exp $ IUSE="static nls bootstrap java build" @@ -281,8 +281,8 @@ src_install() { fi cd ${S} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then cd ${S} docinto / dodoc COPYING COPYING.LIB README* FAQ MAINTAINERS @@ -312,8 +312,8 @@ src_install() { cd ${S}/libstdc++ docinto libstdc++ dodoc ChangeLog NEWS - else - rm -rf ${D}/usr/share/{man,info} + else + rm -rf ${D}/usr/share/{man,info} fi } diff --git a/sys-devel/gcc/gcc-3.0.4-r6.ebuild b/sys-devel/gcc/gcc-3.0.4-r6.ebuild index f8b1f3509841..951ca19a9986 100644 --- a/sys-devel/gcc/gcc-3.0.4-r6.ebuild +++ b/sys-devel/gcc/gcc-3.0.4-r6.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/sys-devel/gcc/gcc-3.0.4-r6.ebuild,v 1.13 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.0.4-r6.ebuild,v 1.14 2003/09/06 08:06:07 msterret Exp $ IUSE="nls bootstrap static build" @@ -60,7 +60,7 @@ src_unpack() { if [ "`use build`" ] then patch -p0 < ${FILESDIR}/texinfo-${TV}-no-ncurses-gentoo.diff || die - touch * + touch * fi cd ${S} @@ -243,8 +243,8 @@ src_install() { rm -f ${D}${LOC}/lib/libgcc_s.so* cd ${S} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then #do a full texinfo-${TV} install if ! build_multiple @@ -309,8 +309,8 @@ src_install() { cd ${S}/libstdc++-v3 docinto libstdc++-v3 dodoc ChangeLog* README - else - rm -rf ${D}/usr/share/{man,info} + else + rm -rf ${D}/usr/share/{man,info} #do a minimal texinfo install (build image) cd ${WORKDIR}/build/texinfo dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex} diff --git a/sys-devel/gcc/gcc-3.1-r8.ebuild b/sys-devel/gcc/gcc-3.1-r8.ebuild index 24b5c9705710..dde692d43675 100644 --- a/sys-devel/gcc/gcc-3.1-r8.ebuild +++ b/sys-devel/gcc/gcc-3.1-r8.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/sys-devel/gcc/gcc-3.1-r8.ebuild,v 1.13 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.1-r8.ebuild,v 1.14 2003/09/06 08:06:07 msterret Exp $ IUSE="nls bootstrap static build" @@ -279,8 +279,8 @@ src_install() { fi cd ${SORIG} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then cd ${SORIG} docinto / dodoc BUGS COPYING COPYING.LIB ChangeLog GNATS README* FAQ MAINTAINERS @@ -315,12 +315,12 @@ src_install() { cd ${SORIG}/libstdc++-v3 docinto libstdc++-v3 dodoc ChangeLog* README - else - rm -rf ${D}/usr/share/{man,info} + else + rm -rf ${D}/usr/share/{man,info} fi - # Fix ncurses b0rking - find ${D}/ -name '*curses.h' -exec rm -f {} \; + # Fix ncurses b0rking + find ${D}/ -name '*curses.h' -exec rm -f {} \; } pkg_postrm() { @@ -334,6 +334,6 @@ pkg_postrm() { fi # Fix ncurses b0rking (if r5 isn't unmerged) - find /usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; + find /usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; } diff --git a/sys-devel/gcc/gcc-3.1.1-r1.ebuild b/sys-devel/gcc/gcc-3.1.1-r1.ebuild index 589edd1fd977..48029e6a9673 100644 --- a/sys-devel/gcc/gcc-3.1.1-r1.ebuild +++ b/sys-devel/gcc/gcc-3.1.1-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/sys-devel/gcc/gcc-3.1.1-r1.ebuild,v 1.10 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.1.1-r1.ebuild,v 1.11 2003/09/06 08:06:07 msterret Exp $ IUSE="static nls bootstrap java build" @@ -290,8 +290,8 @@ src_install() { fi cd ${S} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then cd ${S} docinto / dodoc COPYING COPYING.LIB ChangeLog LAST_UPDATED README MAINTAINERS @@ -321,21 +321,21 @@ src_install() { docinto libstdc++-v3 dodoc ChangeLog* README - if [ -n "`use java`" ] - then + if [ -n "`use java`" ] + then cd ${S}/fastjar docinto fastjar dodoc AUTHORS CHANGES COPYING ChangeLog NEWS README cd ${S}/libjava docinto libjava dodoc ChangeLog* COPYING HACKING LIBGCJ_LICENSE NEWS README THANKS - fi - else - rm -rf ${D}/usr/share/{man,info} + fi + else + rm -rf ${D}/usr/share/{man,info} fi - # Fix ncurses b0rking - find ${D}/ -name '*curses.h' -exec rm -f {} \; + # Fix ncurses b0rking + find ${D}/ -name '*curses.h' -exec rm -f {} \; } pkg_postrm() { diff --git a/sys-devel/gcc/gcc-3.2-r5.ebuild b/sys-devel/gcc/gcc-3.2-r5.ebuild index 04871e0a85c6..4000e6438579 100644 --- a/sys-devel/gcc/gcc-3.2-r5.ebuild +++ b/sys-devel/gcc/gcc-3.2-r5.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/sys-devel/gcc/gcc-3.2-r5.ebuild,v 1.11 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2-r5.ebuild,v 1.12 2003/09/06 08:06:07 msterret Exp $ IUSE="static nls bootstrap java build" @@ -362,8 +362,8 @@ src_install() { fi cd ${S} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then cd ${S} docinto /${CCHOST} dodoc COPYING COPYING.LIB ChangeLog FAQ GNATS MAINTAINERS README @@ -397,21 +397,21 @@ src_install() { cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - if [ -n "`use java`" ] - then + if [ -n "`use java`" ] + then cd ${S}/fastjar docinto ${CCHOST}/fastjar dodoc AUTHORS CHANGES COPYING ChangeLog NEWS README cd ${S}/libjava docinto ${CCHOST}/libjava dodoc ChangeLog* COPYING HACKING LIBGCJ_LICENSE NEWS README THANKS - fi - else - rm -rf ${D}/usr/share/{man,info} + fi + else + rm -rf ${D}/usr/share/{man,info} fi - # Fix ncurses b0rking - find ${D}/ -name '*curses.h' -exec rm -f {} \; + # Fix ncurses b0rking + find ${D}/ -name '*curses.h' -exec rm -f {} \; } pkg_postinst() { diff --git a/sys-devel/gcc/gcc-3.2.1-r7.ebuild b/sys-devel/gcc/gcc-3.2.1-r7.ebuild index ff66268705dd..7f5136d6d0e8 100644 --- a/sys-devel/gcc/gcc-3.2.1-r7.ebuild +++ b/sys-devel/gcc/gcc-3.2.1-r7.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/sys-devel/gcc/gcc-3.2.1-r7.ebuild,v 1.6 2003/09/05 02:01:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.1-r7.ebuild,v 1.7 2003/09/06 08:06:07 msterret Exp $ IUSE="static nls bootstrap java build" @@ -434,8 +434,8 @@ src_install() { fi cd ${S} - if [ -z "`use build`" ] - then + if [ -z "`use build`" ] + then cd ${S} docinto /${CCHOST} dodoc COPYING COPYING.LIB ChangeLog FAQ GNATS MAINTAINERS README @@ -469,21 +469,21 @@ src_install() { cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - if [ -n "`use java`" ] - then + if [ -n "`use java`" ] + then cd ${S}/fastjar docinto ${CCHOST}/fastjar dodoc AUTHORS CHANGES COPYING ChangeLog NEWS README cd ${S}/libjava docinto ${CCHOST}/libjava dodoc ChangeLog* COPYING HACKING LIBGCJ_LICENSE NEWS README THANKS - fi - else - rm -rf ${D}/usr/share/{man,info} + fi + else + rm -rf ${D}/usr/share/{man,info} fi - # Fix ncurses b0rking - find ${D}/ -name '*curses.h' -exec rm -f {} \; + # Fix ncurses b0rking + find ${D}/ -name '*curses.h' -exec rm -f {} \; } pkg_postinst() { diff --git a/sys-devel/gcc/gcc-3.3.ebuild b/sys-devel/gcc/gcc-3.3.ebuild index 31b29beba155..fd1b87db5b1e 100644 --- a/sys-devel/gcc/gcc-3.3.ebuild +++ b/sys-devel/gcc/gcc-3.3.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/sys-devel/gcc/gcc-3.3.ebuild,v 1.10 2003/09/05 02:01:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.ebuild,v 1.11 2003/09/06 08:06:07 msterret Exp $ IUSE="static nls bootstrap java build X" @@ -207,7 +207,7 @@ src_unpack() { fi # Make gcc's version info specific to Gentoo - version_patch ${FILESDIR}/3.3/gcc33-gentoo-branding.patch + version_patch ${FILESDIR}/3.3/gcc33-gentoo-branding.patch if [ -n "${PP_VER}" ] then diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest index 025d44ce0a38..f47eb342ad68 100644 --- a/sys-devel/gdb/Manifest +++ b/sys-devel/gdb/Manifest @@ -1,13 +1,13 @@ -MD5 f741db03148c86f10f51002aa02a6951 gdb-5.1.1-r2.ebuild 1844 -MD5 fa35394889eb5b7e0b6c597ffaab552b gdb-5.2.1.ebuild 1577 -MD5 b74f84233b314f9e61222d5aba85340c gdb-5.3.ebuild 2375 MD5 6313ca350d3f42c7c6ba3aa569a8fe70 ChangeLog 3571 -MD5 5b0433c121b92f2a35c2106bbf45bbb9 files/gdb-5.3-hppa-03.patch 2678 +MD5 eab96cc13d008c4d03d29f4694315593 gdb-5.1.1-r2.ebuild 1846 +MD5 f20c111afc14048091c5901c32e7a56f gdb-5.2.1.ebuild 1579 +MD5 c7368b4c8c22bbf33aca440a88207b44 gdb-5.3.ebuild 2375 +MD5 c9906583fd4286272dff5fd2503ebe39 files/digest-gdb-5.1.1-r2 63 MD5 263738287571b63dd7bb69d3d5d50e04 files/digest-gdb-5.2.1 64 -MD5 734c7bb9c66275fa7982d104905234da files/gdb-5.1.1-ppc-booltypes.patch 994 -MD5 1de0e1b91ac150426719e904f0e1a5cd files/gdb-5.3-sparc-nat-asm.patch 521 -MD5 4d383b990c22a7f0ee0d4a1679b82d20 files/man.diff 607 MD5 2e43a9ed1afd8f8047e7b752b95f0c12 files/digest-gdb-5.3 128 +MD5 734c7bb9c66275fa7982d104905234da files/gdb-5.1.1-ppc-booltypes.patch 994 MD5 ca7cf8e4b2eba16df1842e0a453e2b32 files/gdb-5.3-hppa-01.patch 182179 -MD5 c9906583fd4286272dff5fd2503ebe39 files/digest-gdb-5.1.1-r2 63 MD5 d5314bcbc29fb3ce8351caa3a501c351 files/gdb-5.3-hppa-02.patch 926 +MD5 5b0433c121b92f2a35c2106bbf45bbb9 files/gdb-5.3-hppa-03.patch 2678 +MD5 4d383b990c22a7f0ee0d4a1679b82d20 files/man.diff 607 +MD5 1de0e1b91ac150426719e904f0e1a5cd files/gdb-5.3-sparc-nat-asm.patch 521 diff --git a/sys-devel/gdb/gdb-5.1.1-r2.ebuild b/sys-devel/gdb/gdb-5.1.1-r2.ebuild index 666092ad4331..8ebe23746df7 100644 --- a/sys-devel/gdb/gdb-5.1.1-r2.ebuild +++ b/sys-devel/gdb/gdb-5.1.1-r2.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/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.9 2003/02/13 16:32:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $ IUSE="nls" @@ -32,7 +32,7 @@ src_unpack() { src_compile() { local myconf - + use nls || myconf="--disable-nls" ./configure \ diff --git a/sys-devel/gdb/gdb-5.2.1.ebuild b/sys-devel/gdb/gdb-5.2.1.ebuild index daef705345b1..d5e691724db9 100644 --- a/sys-devel/gdb/gdb-5.2.1.ebuild +++ b/sys-devel/gdb/gdb-5.2.1.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/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.9 2003/02/13 16:32:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $ inherit flag-o-matic @@ -29,7 +29,7 @@ src_unpack() { src_compile() { local myconf - + use nls && myconf="--enable-nls" || myconf="--disable-nls" replace-flags -O? -O2 diff --git a/sys-devel/gdb/gdb-5.3.ebuild b/sys-devel/gdb/gdb-5.3.ebuild index 81b50a39f5e4..119340f53d03 100644 --- a/sys-devel/gdb/gdb-5.3.ebuild +++ b/sys-devel/gdb/gdb-5.3.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/sys-devel/gdb/gdb-5.3.ebuild,v 1.11 2003/07/20 00:04:29 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.ebuild,v 1.12 2003/09/06 08:08:34 msterret Exp $ IUSE="nls objc" @@ -39,7 +39,7 @@ src_unpack() { if [ -n "`use objc`" ] ; then - unpack gdb-5_3-objc-patch.tgz + unpack gdb-5_3-objc-patch.tgz cd ${S} patch -p1 < ${WORKDIR}/gdb-5_3-objc-patch/gdb-5.3-objc-patch.diff || die @@ -58,7 +58,7 @@ src_unpack() { src_compile() { local myconf - + use nls && myconf="--enable-nls" || myconf="--disable-nls" econf ${myconf} || die diff --git a/sys-devel/gettext/Manifest b/sys-devel/gettext/Manifest index b5b8a35b0da2..8d8547c5e193 100644 --- a/sys-devel/gettext/Manifest +++ b/sys-devel/gettext/Manifest @@ -1,14 +1,14 @@ MD5 b696d10b2ea72a2dc08b55020f8f79d7 ChangeLog 3254 -MD5 f3e17acceba8b5199d03000dcad9ca8b gettext-0.11.1.ebuild 1418 -MD5 69f0218e2d33af0bc6d715202faf45b0 gettext-0.11.3-r1.ebuild 1440 -MD5 05aa254c5c9b3e8707779c72fcb0f032 gettext-0.11.5-r1.ebuild 1483 -MD5 59184c1da4c3341d26d477c35ad6b509 gettext-0.11.5.ebuild 1471 -MD5 172a26a4a6ab693018ad4b352c7daf36 gettext-0.12.1.ebuild 1244 -MD5 3ae8937c9dd834eff566b1291cd0438a gettext-0.12.ebuild 1243 +MD5 1b0e6c20c207792ca33761f0fabebad6 gettext-0.11.1.ebuild 1414 +MD5 f2cd35ff5b8d9a4868c3a0c2673e3515 gettext-0.11.3-r1.ebuild 1436 +MD5 210ea569dc605a8c817d5b92de7e4b70 gettext-0.11.5-r1.ebuild 1480 +MD5 763fc1af245f4f84e158d0bda5345db1 gettext-0.11.5.ebuild 1466 +MD5 f8af46354937f203e03004bc78aec2c3 gettext-0.12.ebuild 1243 +MD5 c17699211f2455bd5bc105edd137775c gettext-0.12.1.ebuild 1245 MD5 aece59e56ab02e28c4fa41834e699ac5 files/digest-gettext-0.11.1 67 MD5 3edc9a1e003157012622c2dd3792229b files/digest-gettext-0.11.3-r1 67 MD5 e99872d90f08d5a5ce57121d10f0e07f files/digest-gettext-0.11.5 67 MD5 e99872d90f08d5a5ce57121d10f0e07f files/digest-gettext-0.11.5-r1 67 +MD5 e1790fcdc21680848c6c1edd65fef16f files/gettext-0.10.38-gentoo.diff 640 MD5 7ca8d9845c008fe71015647916822a1b files/digest-gettext-0.12 65 MD5 83b80576c27ac3a75d70802eb9c92790 files/digest-gettext-0.12.1 67 -MD5 e1790fcdc21680848c6c1edd65fef16f files/gettext-0.10.38-gentoo.diff 640 diff --git a/sys-devel/gettext/gettext-0.11.1.ebuild b/sys-devel/gettext/gettext-0.11.1.ebuild index 3fa097b90ffa..c62bc57ef259 100644 --- a/sys-devel/gettext/gettext-0.11.1.ebuild +++ b/sys-devel/gettext/gettext-0.11.1.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/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.14 2003/02/13 16:32:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.15 2003/09/06 08:08:12 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha mips" src_unpack() { unpack ${A} - + cd ${S}/misc cp Makefile.in Makefile.in.orig #This fix stops gettext from invoking emacs to install the po mode @@ -41,18 +41,18 @@ src_install() { exeopts -m0755 exeinto /usr/bin doexe misc/gettextize - + #glibc includes gettext; this isn't needed anymore rm -rf ${D}/usr/{include,lib}/* #again, installed by glibc rm -rf ${D}/usr/share/locale/locale.alias - + if [ -d ${D}/usr/doc/gettext ] then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc - fi + fi dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO } diff --git a/sys-devel/gettext/gettext-0.11.3-r1.ebuild b/sys-devel/gettext/gettext-0.11.3-r1.ebuild index 6812fba85f77..b65085d812e1 100644 --- a/sys-devel/gettext/gettext-0.11.3-r1.ebuild +++ b/sys-devel/gettext/gettext-0.11.3-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/sys-devel/gettext/gettext-0.11.3-r1.ebuild,v 1.5 2003/02/13 16:32:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.3-r1.ebuild,v 1.6 2003/09/06 08:08:12 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc " src_unpack() { unpack ${A} - + cd ${S}/misc cp Makefile.in Makefile.in.orig #This fix stops gettext from invoking emacs to install the po mode @@ -42,18 +42,18 @@ src_install() { exeopts -m0755 exeinto /usr/bin doexe misc/gettextize - + #glibc includes gettext; this isn't needed anymore rm -rf ${D}/usr/{include,lib}/* #again, installed by glibc rm -rf ${D}/usr/share/locale/locale.alias - + if [ -d ${D}/usr/doc/gettext ] then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc - fi + fi dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO } diff --git a/sys-devel/gettext/gettext-0.11.5-r1.ebuild b/sys-devel/gettext/gettext-0.11.5-r1.ebuild index ee031691b8c1..2aa28f13f947 100644 --- a/sys-devel/gettext/gettext-0.11.5-r1.ebuild +++ b/sys-devel/gettext/gettext-0.11.5-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/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.12 2003/07/23 12:26:19 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.13 2003/09/06 08:08:12 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc sparc ~alpha hppa arm ~mips" src_unpack() { unpack ${A} - + cd ${S}/misc cp Makefile.in Makefile.in.orig #This fix stops gettext from invoking emacs to install the po mode @@ -43,7 +43,7 @@ src_install() { exeopts -m0755 exeinto /usr/bin doexe misc/gettextize - + #glibc includes gettext; this isn't needed anymore rm -rf ${D}/usr/include rm -rf ${D}/usr/lib/*.{a,so} @@ -55,7 +55,7 @@ src_install() { then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc - fi + fi dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO } diff --git a/sys-devel/gettext/gettext-0.11.5.ebuild b/sys-devel/gettext/gettext-0.11.5.ebuild index 8ff4842adfd9..2abba4d8424f 100644 --- a/sys-devel/gettext/gettext-0.11.5.ebuild +++ b/sys-devel/gettext/gettext-0.11.5.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/sys-devel/gettext/gettext-0.11.5.ebuild,v 1.9 2003/06/22 05:55:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5.ebuild,v 1.10 2003/09/06 08:08:12 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -13,7 +13,7 @@ KEYWORDS="amd64 x86 ppc sparc alpha hppa mips" src_unpack() { unpack ${A} - + cd ${S}/misc cp Makefile.in Makefile.in.orig #This fix stops gettext from invoking emacs to install the po mode @@ -42,18 +42,18 @@ src_install() { exeopts -m0755 exeinto /usr/bin doexe misc/gettextize - + #glibc includes gettext; this isn't needed anymore rm -rf ${D}/usr/{include,lib}/* #again, installed by glibc rm -rf ${D}/usr/share/locale/locale.alias - + if [ -d ${D}/usr/doc/gettext ] then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc - fi + fi dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO } diff --git a/sys-devel/gettext/gettext-0.12.1.ebuild b/sys-devel/gettext/gettext-0.12.1.ebuild index 2d3fe374d64d..406d9e720a42 100644 --- a/sys-devel/gettext/gettext-0.12.1.ebuild +++ b/sys-devel/gettext/gettext-0.12.1.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/sys-devel/gettext/gettext-0.12.1.ebuild,v 1.1 2003/07/14 13:10:49 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1.ebuild,v 1.2 2003/09/06 08:08:12 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -46,7 +46,7 @@ src_install() { then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc - fi + fi dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO } diff --git a/sys-devel/gettext/gettext-0.12.ebuild b/sys-devel/gettext/gettext-0.12.ebuild index cc13a66c0d68..755f2295ba33 100644 --- a/sys-devel/gettext/gettext-0.12.ebuild +++ b/sys-devel/gettext/gettext-0.12.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/sys-devel/gettext/gettext-0.12.ebuild,v 1.1 2003/07/13 21:31:30 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.ebuild,v 1.2 2003/09/06 08:08:12 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -46,7 +46,7 @@ src_install() { then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc - fi + fi dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO } diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest index 3102507f0edf..05e534f061bd 100644 --- a/sys-devel/libtool/Manifest +++ b/sys-devel/libtool/Manifest @@ -1,8 +1,8 @@ MD5 840898fee58752081fe45f9cad7ad521 ChangeLog 3529 -MD5 9276f3dc658023815ec93d6311722a0c libtool-1.4.1-r10.ebuild 1780 -MD5 a8aa24a06a0b47ea97f6874ceaed30ab libtool-1.4.2-r2.ebuild 2200 -MD5 1834ca0334bfa4e6b88d17d7faa23421 libtool-1.4.3-r1.ebuild 3194 -MD5 64bd56158158394213034d2ac712dc2d libtool-1.4.3.ebuild 2730 +MD5 fbcf7a29349882a6f6c75491400d1953 libtool-1.4.1-r10.ebuild 1780 +MD5 4d48b4072e8f2a4591a4d80a23f6042f libtool-1.4.2-r2.ebuild 2182 +MD5 c6bd1d1f807622326e2232d240a7fe11 libtool-1.4.3-r1.ebuild 3195 +MD5 6d26b33bcad84d410dcc4f3a3719fe5b libtool-1.4.3.ebuild 2731 MD5 cd3779fa4710870bb83597c39736e822 files/digest-libtool-1.4.1-r10 66 MD5 0988730d91b787159d631c37932efef5 files/digest-libtool-1.4.2-r2 66 MD5 6e892e6bd1ca4d9babce9f9163f6118e files/digest-libtool-1.4.3 131 diff --git a/sys-devel/libtool/libtool-1.4.1-r10.ebuild b/sys-devel/libtool/libtool-1.4.1-r10.ebuild index f5c840f89b5d..e287462116dc 100644 --- a/sys-devel/libtool/libtool-1.4.1-r10.ebuild +++ b/sys-devel/libtool/libtool-1.4.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/sys-devel/libtool/libtool-1.4.1-r10.ebuild,v 1.8 2003/07/20 00:05:11 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r10.ebuild,v 1.9 2003/09/06 08:06:35 msterret Exp $ IUSE="" @@ -54,10 +54,10 @@ src_compile() { emake || die } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* NEWS \ - README THANKS TODO doc/PLATFORMS + README THANKS TODO doc/PLATFORMS } diff --git a/sys-devel/libtool/libtool-1.4.2-r2.ebuild b/sys-devel/libtool/libtool-1.4.2-r2.ebuild index 6fb1e209355e..01c82ef656b4 100644 --- a/sys-devel/libtool/libtool-1.4.2-r2.ebuild +++ b/sys-devel/libtool/libtool-1.4.2-r2.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/sys-devel/libtool/libtool-1.4.2-r2.ebuild,v 1.4 2003/02/13 16:33:24 vapier Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.2-r2.ebuild,v 1.5 2003/09/06 08:06:35 msterret Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ IUSE="" @@ -47,12 +47,12 @@ src_unpack() { epatch ${FILESDIR}/${PV}/${P}-archive-shared.patch # This breaks dependancies it seems # <azarah@gentoo.org> (20 Oct 2002) - #epatch ${FILESDIR}/${PV}/${PN}-1.4.1-ltmain.sh-hack.patch - # Do not create bogus entries in $dependency_libs or $libdir - # with ${D} or ${S} in them. - # - # Azarah - 07 April 2002 - epatch ${FILESDIR}/${PV}/${P}-portage.patch + #epatch ${FILESDIR}/${PV}/${PN}-1.4.1-ltmain.sh-hack.patch + # Do not create bogus entries in $dependency_libs or $libdir + # with ${D} or ${S} in them. + # + # Azarah - 07 April 2002 + epatch ${FILESDIR}/${PV}/${P}-portage.patch } src_compile() { @@ -64,10 +64,10 @@ src_compile() { emake || die } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* NEWS \ - README THANKS TODO doc/PLATFORMS + README THANKS TODO doc/PLATFORMS } diff --git a/sys-devel/libtool/libtool-1.4.3-r1.ebuild b/sys-devel/libtool/libtool-1.4.3-r1.ebuild index 929b87fc714a..adad9793ff63 100644 --- a/sys-devel/libtool/libtool-1.4.3-r1.ebuild +++ b/sys-devel/libtool/libtool-1.4.3-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/sys-devel/libtool/libtool-1.4.3-r1.ebuild,v 1.5 2003/08/03 13:47:33 gmsoft Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3-r1.ebuild,v 1.6 2003/09/06 08:06:35 msterret Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ IUSE= @@ -118,6 +118,6 @@ src_install() { cd ${S}; make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* NEWS \ - README THANKS TODO doc/PLATFORMS + README THANKS TODO doc/PLATFORMS } diff --git a/sys-devel/libtool/libtool-1.4.3.ebuild b/sys-devel/libtool/libtool-1.4.3.ebuild index 97d0b55e2a0e..6273f7112318 100644 --- a/sys-devel/libtool/libtool-1.4.3.ebuild +++ b/sys-devel/libtool/libtool-1.4.3.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/sys-devel/libtool/libtool-1.4.3.ebuild,v 1.4 2003/02/27 01:45:53 zwelch Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3.ebuild,v 1.5 2003/09/06 08:06:35 msterret Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ IUSE="" @@ -108,6 +108,6 @@ src_install() { cd ${S}; make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* NEWS \ - README THANKS TODO doc/PLATFORMS + README THANKS TODO doc/PLATFORMS } diff --git a/sys-devel/omni/Manifest b/sys-devel/omni/Manifest index 7b1b1583e75e..37973cb00680 100644 --- a/sys-devel/omni/Manifest +++ b/sys-devel/omni/Manifest @@ -1,3 +1,3 @@ -MD5 8049eb2b6498600b07f53ac67e27cced omni-1.4a.ebuild 1751 MD5 645fec53eb06604ff0d80a86f89ba1ac ChangeLog 352 +MD5 c25fa193c6f42e19d4ed951a67d44d3a omni-1.4a.ebuild 1652 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-omni-1.4a 0 diff --git a/sys-devel/omni/omni-1.4a.ebuild b/sys-devel/omni/omni-1.4a.ebuild index e402415d8bc8..1b2714f15b19 100644 --- a/sys-devel/omni/omni-1.4a.ebuild +++ b/sys-devel/omni/omni-1.4a.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/sys-devel/omni/omni-1.4a.ebuild,v 1.1 2003/06/03 13:03:24 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.4a.ebuild,v 1.2 2003/09/06 08:07:33 msterret Exp $ DESCRIPTION="The Omni OpenMP Compiler" HOMEPAGE="http://phase.etl.go.jp/Omni/" @@ -20,16 +20,16 @@ RDEPEND="java? ( virtual/jdk )" src_unpack() { - if [ ! -e ${DISTDIR}/${A} ] ; then - einfo "Due to license issues you have to download" - einfo "the appropriate Omni archive:" - einfo "http://phase.etl.go.jp/Omni/Omni-release.html" + if [ ! -e ${DISTDIR}/${A} ] ; then + einfo "Due to license issues you have to download" + einfo "the appropriate Omni archive:" + einfo "http://phase.etl.go.jp/Omni/Omni-release.html" einfo "Please get the file "${A} - einfo "" - einfo "The archive should be placed into ${DISTDIR}." + einfo "" + einfo "The archive should be placed into ${DISTDIR}." - die "package archive not found" - fi + die "package archive not found" + fi unpack ${A} @@ -42,7 +42,7 @@ src_compile() { myconf="" # There is no configure script for the doc - if [ ! `use doc` ] ; then + if [ ! `use doc` ] ; then mv Makefile.in Makefile.in.orig sed s/doc// Makefile.in.orig > Makefile.in fi @@ -67,6 +67,6 @@ src_install() { dodir /usr/share/doc/ use doc && mv ${D}usr/lib/openmp/doc ${D}usr/share/doc/${P} use doc && mv ${D}usr/lib/openmp/examples ${D}usr/share/doc/${P} - + dodoc README COPYRIGHT LICENSE } diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest index 6bf3d546618d..94f8cdd5274f 100644 --- a/sys-devel/pmake/Manifest +++ b/sys-devel/pmake/Manifest @@ -1,5 +1,5 @@ -MD5 c731c7fdea414a60bf63f68ce13f3d6a pmake-1.45-r2.ebuild 1566 MD5 47836f6232012d0e193fc81baae73a03 ChangeLog 812 +MD5 3b94e86d8c69d4664e3773b4096c7278 pmake-1.45-r2.ebuild 1566 +MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r2 65 -MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild index bd9d5d769b39..f9714f121357 100644 --- a/sys-devel/pmake/pmake-1.45-r2.ebuild +++ b/sys-devel/pmake/pmake-1.45-r2.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/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.6 2003/05/28 21:34:32 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.7 2003/09/06 08:07:49 msterret Exp $ IUSE="" @@ -26,12 +26,12 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${S} # We do not want all patches in ${FILESDIR}, as 01_all_groffpatch.patch is # not longer valid for this version. epatch ${FILESDIR}/02_all_mktemp.patch - + mv Makefile.boot Makefile.bootorig sed 's/MACHINE=sun/MACHINE=gentoo/g' Makefile.bootorig > Makefile.bootor use x86 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=i386/g' Makefile.bootor > Makefile.boot diff --git a/sys-devel/prelink/Manifest b/sys-devel/prelink/Manifest index 16deba986d7b..2edabe5ae42f 100644 --- a/sys-devel/prelink/Manifest +++ b/sys-devel/prelink/Manifest @@ -1,20 +1,20 @@ -MD5 6b6c42d6852774d46060965b1f36cca0 prelink-20030811.ebuild 938 -MD5 5cc5f8cc439d762ab14337cd3fbcc174 prelink-20030505.ebuild 994 -MD5 8c118db1899960bf727ddc0a25b69d48 prelink-20030217.ebuild 989 +MD5 8e0b273293e523c11c886fd7e5e6818c ChangeLog 2202 MD5 ca0a6873ed5b3b0d5a4fc1a45c713a88 prelink-20021002-r1.ebuild 1108 -MD5 0f0f4bdd4ff94c84bcd94e67b6266507 prelink-20021213.ebuild 988 MD5 8cbd488f531d2427d91a4ad00d0e605e prelink-20021002.ebuild 953 -MD5 8e0b273293e523c11c886fd7e5e6818c ChangeLog 2202 -MD5 1bd0c4f71208d4507058c905227755cd files/prelink-20030505-glibc231.patch 6089 -MD5 39f05d506ac0a5d39d5d2ef0ef020616 files/prelink-20030217-no-undosyslibs-test.patch 624 -MD5 20113771c3a7830d20df1aa4fd6d205f files/prelink-no-undosyslibs-test.patch 562 +MD5 0f0f4bdd4ff94c84bcd94e67b6266507 prelink-20021213.ebuild 988 +MD5 b349b3eb4cd9909b20589b5dc95f077e prelink-20030217.ebuild 979 +MD5 676062667c9700aa7c08920c2f1a33ec prelink-20030505.ebuild 982 +MD5 6b6c42d6852774d46060965b1f36cca0 prelink-20030811.ebuild 938 MD5 845308ce8b158654f5fb63acc604c0ee files/digest-prelink-20021002 69 +MD5 845308ce8b158654f5fb63acc604c0ee files/digest-prelink-20021002-r1 69 MD5 d9e05068478270d99e476272220a2fa1 files/digest-prelink-20021213 69 MD5 20c61e40290cdaeb7a51ea64aa5e39c4 files/digest-prelink-20030217 69 -MD5 f54f54ef5eb06e1c718401f23efd962d files/digest-prelink-20030505 69 -MD5 d0620424e50abcea7b45cd1fc211f34e files/digest-prelink-20030811 69 -MD5 874604d665fcc861ed043ddae21ff9e3 files/prelink-20030217-glibc231.patch 2846 -MD5 74e9570d9acba20fce8600525e1c1826 files/prelink-20021213-no-undosyslibs-test.patch 609 MD5 30d5e9dc1f009b9a471276904d962030 files/prelink-20021002-copyreloc.patch 338 -MD5 845308ce8b158654f5fb63acc604c0ee files/digest-prelink-20021002-r1 69 +MD5 74e9570d9acba20fce8600525e1c1826 files/prelink-20021213-no-undosyslibs-test.patch 609 +MD5 874604d665fcc861ed043ddae21ff9e3 files/prelink-20030217-glibc231.patch 2846 +MD5 39f05d506ac0a5d39d5d2ef0ef020616 files/prelink-20030217-no-undosyslibs-test.patch 624 +MD5 20113771c3a7830d20df1aa4fd6d205f files/prelink-no-undosyslibs-test.patch 562 +MD5 f54f54ef5eb06e1c718401f23efd962d files/digest-prelink-20030505 69 MD5 d67cd2bb94b329019e1c8482e399166b files/prelink-20030505-no-undosyslibs-test.patch 646 +MD5 1bd0c4f71208d4507058c905227755cd files/prelink-20030505-glibc231.patch 6089 +MD5 d0620424e50abcea7b45cd1fc211f34e files/digest-prelink-20030811 69 diff --git a/sys-devel/prelink/prelink-20030217.ebuild b/sys-devel/prelink/prelink-20030217.ebuild index 1aabb558bc43..678de246300b 100644 --- a/sys-devel/prelink/prelink-20030217.ebuild +++ b/sys-devel/prelink/prelink-20030217.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/sys-devel/prelink/prelink-20030217.ebuild,v 1.7 2003/04/28 08:42:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20030217.ebuild,v 1.8 2003/09/06 08:06:52 msterret Exp $ IUSE="" @@ -41,7 +41,7 @@ src_install() { dodoc INSTALL TODO ChangeLog THANKS COPYING README AUTHORS NEWS - insinto /etc - doins ${S}/doc/prelink.conf + insinto /etc + doins ${S}/doc/prelink.conf } diff --git a/sys-devel/prelink/prelink-20030505.ebuild b/sys-devel/prelink/prelink-20030505.ebuild index e86c4dbcd1ed..345c9a90c840 100644 --- a/sys-devel/prelink/prelink-20030505.ebuild +++ b/sys-devel/prelink/prelink-20030505.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/sys-devel/prelink/prelink-20030505.ebuild,v 1.2 2003/05/21 19:34:35 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20030505.ebuild,v 1.3 2003/09/06 08:06:52 msterret Exp $ IUSE="" @@ -41,7 +41,7 @@ src_install() { dodoc INSTALL TODO ChangeLog THANKS COPYING README AUTHORS NEWS - insinto /etc - doins ${S}/doc/prelink.conf + insinto /etc + doins ${S}/doc/prelink.conf } |