diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 02:03:59 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 02:03:59 +0000 |
commit | ab34bd0c03a91a3ff9df58a8adbdb7f04f112109 (patch) | |
tree | 2dfcf80d45dfae57f217b4b8c5938976002e7894 | |
parent | New revision with experimental gtk2 support. should be kept hard masked for a... (diff) | |
download | gentoo-2-ab34bd0c03a91a3ff9df58a8adbdb7f04f112109.tar.gz gentoo-2-ab34bd0c03a91a3ff9df58a8adbdb7f04f112109.tar.bz2 gentoo-2-ab34bd0c03a91a3ff9df58a8adbdb7f04f112109.zip |
whitespace cleanup
31 files changed, 434 insertions, 440 deletions
diff --git a/app-editors/xemacs/Manifest b/app-editors/xemacs/Manifest index 8932b385529d..4ab255ebfa48 100644 --- a/app-editors/xemacs/Manifest +++ b/app-editors/xemacs/Manifest @@ -1,3 +1,10 @@ +MD5 5c24d8160adca0c73988afe4b430a157 ChangeLog 7094 +MD5 af724b1d0888bf60116bb8f0c6539ee4 xemacs-21.4.10-r1.ebuild 4926 +MD5 8d0972a7d312a7d5dd938507d86ea03c xemacs-21.4.10-r2.ebuild 4836 +MD5 97cf46a6171bec6a48e3cc888ab62be1 xemacs-21.4.10.ebuild 3959 +MD5 9c3a7d1a3a0f40f21a36e6f87205b287 xemacs-21.4.11.ebuild 4819 +MD5 85ea98ce19c368c1ce5b868ad52137cf xemacs-21.4.12.ebuild 5064 +MD5 026efd40dc73a39977fa4b1d40855b00 xemacs-21.4.9.ebuild 4257 MD5 df382940daa67bb8888fbae22d617cb4 files/README.Gentoo 1426 MD5 c0105f25a98b5dde2f43d624e3e24ca8 files/digest-xemacs-21.4.10 274 MD5 9d39ec32a092541d819789bc9ec482c8 files/digest-xemacs-21.4.10-r1 274 @@ -12,10 +19,3 @@ MD5 94beef92edcaf12edef657556fbb7a7e files/xemacs-21.4.8-ppc.diff 1032 MD5 678239bc0954d838f5a9c53a6570c850 files/xemacs-21.4.9-ppc-glibc-2.3.x.diff 1112 MD5 94beef92edcaf12edef657556fbb7a7e files/xemacs-21.4.9-ppc.diff 1032 MD5 ace9b77c4d23c9500c1e81a3606545f8 files/quick-fix.patch 393 -MD5 5c24d8160adca0c73988afe4b430a157 ChangeLog 7094 -MD5 af724b1d0888bf60116bb8f0c6539ee4 xemacs-21.4.10-r1.ebuild 4926 -MD5 8d0972a7d312a7d5dd938507d86ea03c xemacs-21.4.10-r2.ebuild 4836 -MD5 754cebe154b20ef00e63f71790f365b7 xemacs-21.4.10.ebuild 4027 -MD5 96ed690d2406809738346705a6ba89e7 xemacs-21.4.11.ebuild 4860 -MD5 784f726866a84fb7dd94b31fcf80b1b7 xemacs-21.4.12.ebuild 5107 -MD5 d49fcbe6558861b4dc0fc678be83f5ad xemacs-21.4.9.ebuild 4297 diff --git a/app-editors/xemacs/xemacs-21.4.10.ebuild b/app-editors/xemacs/xemacs-21.4.10.ebuild index fa672376668d..90c6723422c3 100644 --- a/app-editors/xemacs/xemacs-21.4.10.ebuild +++ b/app-editors/xemacs/xemacs-21.4.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/app-editors/xemacs/xemacs-21.4.10.ebuild,v 1.7 2003/07/08 19:13:27 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.10.ebuild,v 1.8 2003/09/05 01:59:15 msterret Exp $ IUSE="gpm esd postgres xface nas X jpeg tiff png mule motif canna" @@ -43,7 +43,7 @@ RDEPEND="virtual/glibc png? ( =media-libs/libpng-1.2* ) jpeg? ( media-libs/jpeg ) - canna? ( app-i18n/canna )" + canna? ( app-i18n/canna )" DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" @@ -57,10 +57,10 @@ KEYWORDS="x86 -ppc ~sparc " src_unpack() { unpack ${P}.tar.gz - + cd ${S} patch -p0 <${FILESDIR}/emodules.info-21.4.8-gentoo.patch || die - + if [ ${ARCH} = "ppc" ] ; then patch -p0 < ${FILESDIR}/${P}-ppc.diff || die fi @@ -73,14 +73,14 @@ src_compile() { if use X; then myconf="${myconf} - --with-x - --with-xpm - --with-dragndrop + --with-x + --with-xpm + --with-dragndrop --with-gif=no" - use tiff && myconf="${myconf} --with-tiff" || + use tiff && myconf="${myconf} --with-tiff" || myconf="${myconf} --without-tiff" - use png && myconf="${myconf} --with-png" || + use png && myconf="${myconf} --with-png" || myconf="${myconf} --without-png" use jpeg && myconf="${myconf} --with-jpeg" || myconf="${myconf} --without-jpeg" @@ -92,10 +92,10 @@ src_compile() { myconf="${myconf} --with-scrollbars=lucid" myconf="${myconf} --with-menubars=lucid" else - myconf="${myconf} - --without-x - --without-xpm - --without-dragndrop + myconf="${myconf} + --without-x + --without-xpm + --without-dragndrop --with-gif=no" fi @@ -105,8 +105,8 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - use canna && myconf="${myconf} --with-canna" || - myconf="${myconf} --without-canna" + use canna && myconf="${myconf} --with-canna" || + myconf="${myconf} --without-canna" local soundconf="native" @@ -130,25 +130,25 @@ src_compile() { make || die } -src_install() { +src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man/man1 \ infodir=${D}/usr/share/info \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ unpack efs-${EFS}-pkg.tar.gz unpack xemacs-base-${BASE}-pkg.tar.gz - # (optionally) install mule base package + # (optionally) install mule base package if use mule; then dodir /usr/lib/xemacs/mule-packages cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs/xemacs-21.4.11.ebuild b/app-editors/xemacs/xemacs-21.4.11.ebuild index 6d487e212e85..f299a4d4c9a4 100644 --- a/app-editors/xemacs/xemacs-21.4.11.ebuild +++ b/app-editors/xemacs/xemacs-21.4.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/app-editors/xemacs/xemacs-21.4.11.ebuild,v 1.4 2003/07/08 19:13:27 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.11.ebuild,v 1.5 2003/09/05 01:59:15 msterret Exp $ IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna lucid athena neXt Xaw3d" @@ -49,7 +49,7 @@ RDEPEND="virtual/glibc png? ( =media-libs/libpng-1.2* ) jpeg? ( media-libs/jpeg ) - canna? ( app-i18n/canna ) + canna? ( app-i18n/canna ) freewnn? ( app-i18n/freewnn )" DEPEND="${RDEPEND} @@ -67,10 +67,10 @@ KEYWORDS="x86 -ppc ~sparc" src_unpack() { unpack ${PN}-${MY_PV}.tar.gz - + cd ${S} patch -p0 <${FILESDIR}/emodules.info-21.4.8-gentoo.patch || die - + if [ ${ARCH} = "ppc" ] ; then patch -p0 < ${FILESDIR}/${P}-ppc.diff || die fi @@ -111,9 +111,9 @@ src_compile() { use dnd && myconf="${myconf} --with-dragndrop --with-offix" - use tiff && myconf="${myconf} --with-tiff" || + use tiff && myconf="${myconf} --with-tiff" || myconf="${myconf} --without-tiff" - use png && myconf="${myconf} --with-png" || + use png && myconf="${myconf} --with-png" || myconf="${myconf} --without-png" use jpeg && myconf="${myconf} --with-jpeg" || myconf="${myconf} --without-jpeg" @@ -121,10 +121,10 @@ src_compile() { myconf="${myconf} --without-xface" else - myconf="${myconf} - --without-x - --without-xpm - --without-dragndrop + myconf="${myconf} + --without-x + --without-xpm + --without-dragndrop --with-gif=no" fi @@ -135,7 +135,7 @@ src_compile() { use ldap && myconf="${myconf} --with-ldap" || myconf="${myconf} --without-ldap" - if [ "`use mule`" ] ; then + if [ "`use mule`" ] ; then myconf="${myconf} --with-mule" use motif && myconf="${myconf} --with-xim=motif" || myconf="${myconf} --with-xim=xlib" @@ -166,21 +166,21 @@ src_compile() { make || die } -src_install() { +src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man/man1 \ infodir=${D}/usr/share/info \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ dodir /usr/lib/xemacs/site-packages/ - + if use mule; then dodir /usr/lib/xemacs/mule-packages fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs/xemacs-21.4.12.ebuild b/app-editors/xemacs/xemacs-21.4.12.ebuild index 9433ff984a88..65656035a2e1 100644 --- a/app-editors/xemacs/xemacs-21.4.12.ebuild +++ b/app-editors/xemacs/xemacs-21.4.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/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.8 2003/08/05 15:09:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.9 2003/09/05 01:59:15 msterret Exp $ inherit eutils @@ -45,7 +45,7 @@ RDEPEND="virtual/glibc png? ( =media-libs/libpng-1.2* ) jpeg? ( media-libs/jpeg ) - canna? ( app-i18n/canna ) + canna? ( app-i18n/canna ) freewnn? ( app-i18n/freewnn )" DEPEND="${RDEPEND} @@ -67,7 +67,7 @@ src_unpack() { cd ${S} patch -p0 <${FILESDIR}/emodules.info-21.4.8-gentoo.patch || die - + if [ ${ARCH} = "ppc" ] ; then patch -p0 < ${FILESDIR}/${P}-ppc.diff || die fi @@ -110,9 +110,9 @@ src_compile() { use dnd && myconf="${myconf} --with-dragndrop --with-offix" - use tiff && myconf="${myconf} --with-tiff" || + use tiff && myconf="${myconf} --with-tiff" || myconf="${myconf} --without-tiff" - use png && myconf="${myconf} --with-png" || + use png && myconf="${myconf} --with-png" || myconf="${myconf} --without-png" use jpeg && myconf="${myconf} --with-jpeg" || myconf="${myconf} --without-jpeg" @@ -120,10 +120,10 @@ src_compile() { myconf="${myconf} --without-xface" else - myconf="${myconf} - --without-x - --without-xpm - --without-dragndrop + myconf="${myconf} + --without-x + --without-xpm + --without-dragndrop --with-gif=no" fi @@ -134,7 +134,7 @@ src_compile() { use ldap && myconf="${myconf} --with-ldap" || myconf="${myconf} --without-ldap" - if [ "`use mule`" ] ; then + if [ "`use mule`" ] ; then myconf="${myconf} --with-mule" use motif && myconf="${myconf} --with-xim=motif" || myconf="${myconf} --with-xim=xlib" @@ -170,23 +170,23 @@ src_compile() { make || die } -src_install() { +src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man/man1 \ infodir=${D}/usr/share/info \ install gzip-el || die - + # install base packages directories dodir /usr/lib/xemacs/xemacs-packages/ dodir /usr/lib/xemacs/site-packages/ dodir /usr/lib/xemacs/site-modules/ dodir /usr/lib/xemacs/site-lisp/ - + if use mule; then dodir /usr/lib/xemacs/mule-packages fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs/xemacs-21.4.9.ebuild b/app-editors/xemacs/xemacs-21.4.9.ebuild index 5c236ce3a676..70350fd7c8f5 100644 --- a/app-editors/xemacs/xemacs-21.4.9.ebuild +++ b/app-editors/xemacs/xemacs-21.4.9.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/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.9 2003/07/08 19:13:27 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.10 2003/09/05 01:59:15 msterret Exp $ IUSE="gpm esd postgres xface nas X jpeg tiff png mule" @@ -55,10 +55,10 @@ KEYWORDS="x86 ppc sparc " src_unpack() { unpack ${P}.tar.gz - + cd ${S} patch -p0 <${FILESDIR}/emodules.info-21.4.8-gentoo.patch || die - + if [ ${ARCH} = "ppc" ] ; then patch -p0 < ${FILESDIR}/${P}-ppc.diff || die @@ -81,14 +81,14 @@ src_compile() { if use X; then myconf="${myconf} - --with-x - --with-xpm - --with-dragndrop + --with-x + --with-xpm + --with-dragndrop --with-gif=no" - use tiff && myconf="${myconf} --with-tiff" || + use tiff && myconf="${myconf} --with-tiff" || myconf="${myconf} --without-tiff" - use png && myconf="${myconf} --with-png" || + use png && myconf="${myconf} --with-png" || myconf="${myconf} --without-png" use jpeg && myconf="${myconf} --with-jpeg" || myconf="${myconf} --without-jpeg" @@ -100,10 +100,10 @@ src_compile() { myconf="${myconf} --with-scrollbars=lucid" myconf="${myconf} --with-menubars=lucid" else - myconf="${myconf} - --without-x - --without-xpm - --without-dragndrop + myconf="${myconf} + --without-x + --without-xpm + --without-dragndrop --with-gif=no" fi @@ -113,7 +113,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -136,25 +136,25 @@ src_compile() { make || die } -src_install() { +src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man/man1 \ infodir=${D}/usr/share/info \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ unpack efs-${EFS}-pkg.tar.gz unpack xemacs-base-${BASE}-pkg.tar.gz - # (optionally) install mule base package + # (optionally) install mule base package if use mule; then dodir /usr/lib/xemacs/mule-packages cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 575d6429811b..8afae624a8ce 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -1,100 +1,100 @@ -MD5 b2e89e886710927e540748a92166ed36 gcc-3.3-r1.ebuild 16485 -MD5 63530786ea42df2b5ca6e52999f586f2 gcc-2.95.3-r7.ebuild 5464 -MD5 7aa7239d769e91ef64b34820192afc69 gcc-3.2.2-r2.ebuild 15873 -MD5 37095aa486e319bb769a4017ae63e955 gcc-3.3.ebuild 16659 -MD5 35a62ec3d775aafaaab96391904ffa0d gcc-3.3.1.ebuild 15927 -MD5 f0c40822ad0933eecc7fde8f973072d8 gcc-3.2.3-r1.ebuild 17338 -MD5 857d79065f68cdc820201acbeb5c10ac gcc-3.2.1-r7.ebuild 14840 -MD5 feb010a6cb97e65c1d201a5796e92942 gcc-3.0.4-r6.ebuild 8766 -MD5 85e2366f675b5b808daf3a709d08a101 gcc-3.1.1-r1.ebuild 9642 -MD5 3f91b3c313269ba11e2bf2d48a549ea6 gcc-3.2.2.ebuild 16082 -MD5 b47190af0648ab5deee8d2fdf337bd4e gcc-2.95.3-r8.ebuild 9250 -MD5 b6b3fc753a05897175f5edad1708929f gcc-3.2-r5.ebuild 12933 -MD5 789ae0db671f886a9d355cfcc6c561ec gcc-3.1-r8.ebuild 9814 MD5 e00c7acf639161703fc5740d2193716c ChangeLog 26988 -MD5 30f05626a455bb2366bf687e806302a7 gcc-3.2.3-r2.ebuild 17332 +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 4e0f0058ffaa6fb901f384422b79857b gcc-3.3-r1.ebuild 16467 +MD5 353943f7af198d3cbf9e7152ac89ea4e gcc-3.2-r5.ebuild 12915 +MD5 5a2ec15a8852442c904eabf9eb2570fe gcc-3.2.3-r2.ebuild 17306 +MD5 04865a42b024585c6499dfedd8ebff1d gcc-3.2.1-r7.ebuild 14818 +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 +MD5 fe8f3ca19a2ae9ee5a1d73c9d6b70847 gcc-3.3.1.ebuild 15910 MD5 d70bcc196f1d68275346f067efcb9373 files/cc 20 MD5 dcf3646d19d351cc4d95a8096c6eaf58 files/cpp 20 +MD5 3213bd50acdbbd71ce7dd3e40710e30e files/digest-gcc-2.95.3-r7 64 +MD5 3213bd50acdbbd71ce7dd3e40710e30e files/digest-gcc-2.95.3-r8 64 MD5 4a4be6eb294e00da7fef14ec597dcf13 files/digest-gcc-3.0.4-r6 128 +MD5 f57a9900e4d0edcae7b1e327e263d2f7 files/digest-gcc-3.3 294 +MD5 f0b73e4542862243a43920fd6fd0cb99 files/digest-gcc-3.1-r8 62 MD5 0d683280daf95e6bb9712549352a200c files/digest-gcc-3.1.1-r1 140 +MD5 b1a242694f56184cbcdd40ba25800d50 files/gcc-2.95.3-alpha.diff 14345 +MD5 cd65d39a64a53d74db2ad18611e18a27 files/digest-gcc-3.2-r5 134 +MD5 c589fe6a54dc88cf40463cf85a32e81e files/specs-3.3-amd64-unilib 3953 +MD5 12d4b0c4fc49fad52850ab007c3c7371 files/digest-gcc-3.3-r1 353 +MD5 40e6872c09149a81973f01a78c80bbb7 files/digest-gcc-3.2.3-r2 279 MD5 3853f5e3fdf34c40e6f45ae35a845c99 files/digest-gcc-3.2.1-r7 223 +MD5 cd99b576d23043d02ee0b47a63c0c95e files/digest-gcc-3.2.2 64 MD5 a71b08c7e35abe2526586874801de12e files/digest-gcc-3.2.2-r2 226 -MD5 6d14c0e8546cb9f8e18e24ddb71cdc2b files/digest-gcc-3.2.3-r1 278 -MD5 40e6872c09149a81973f01a78c80bbb7 files/digest-gcc-3.2.3-r2 279 -MD5 523970c128b929fe7c7cf36508ebd1d5 files/gcc-2.95.3-new-atexit.diff 13604 -MD5 33df162e1767e168f4f39442785071af files/texinfo-4.0-no-ncurses-gentoo.diff 51748 -MD5 2d5af6fe0b03d39a94cb4c4d4b03e226 files/gcc-2.95.3-atexit.diff 1731 MD5 8e1f9b62901fac8d4c06705eb2db995c files/fix_libtool_files.sh 1743 -MD5 a84561f46d573c1c835b1c4d2510cc07 files/gcc-3-deopt.patch 588 -MD5 9c13e6b0d5770979430b76c578afa22c files/gcc3-program-transform.patch 9771 -MD5 cd99b576d23043d02ee0b47a63c0c95e files/digest-gcc-3.2.2 64 -MD5 3e18bebbec7685b3d968a9674e4eb8f8 files/digest-gcc-3.3.1 274 +MD5 2d5af6fe0b03d39a94cb4c4d4b03e226 files/gcc-2.95.3-atexit.diff 1731 MD5 73da03a8bd40327709e7850d9e2158e6 files/gcc-2.95.3-destructor-atexit.diff 3890 -MD5 3213bd50acdbbd71ce7dd3e40710e30e files/digest-gcc-2.95.3-r7 64 -MD5 3213bd50acdbbd71ce7dd3e40710e30e files/digest-gcc-2.95.3-r8 64 -MD5 f57a9900e4d0edcae7b1e327e263d2f7 files/digest-gcc-3.3 294 -MD5 b1a242694f56184cbcdd40ba25800d50 files/gcc-2.95.3-alpha.diff 14345 +MD5 523970c128b929fe7c7cf36508ebd1d5 files/gcc-2.95.3-new-atexit.diff 13604 MD5 385267d11aa8b32522d1585b2d520476 files/gcc-3-deopt-doc.patch 819 +MD5 a84561f46d573c1c835b1c4d2510cc07 files/gcc-3-deopt.patch 588 +MD5 9c13e6b0d5770979430b76c578afa22c files/gcc3-program-transform.patch 9771 MD5 e3193bdffb435b77a21bfb504ff6f591 files/mkinfodir 7324 -MD5 f0b73e4542862243a43920fd6fd0cb99 files/digest-gcc-3.1-r8 62 -MD5 cd65d39a64a53d74db2ad18611e18a27 files/digest-gcc-3.2-r5 134 -MD5 12d4b0c4fc49fad52850ab007c3c7371 files/digest-gcc-3.3-r1 353 -MD5 c589fe6a54dc88cf40463cf85a32e81e files/specs-3.3-amd64-unilib 3953 +MD5 33df162e1767e168f4f39442785071af files/texinfo-4.0-no-ncurses-gentoo.diff 51748 +MD5 6d14c0e8546cb9f8e18e24ddb71cdc2b files/digest-gcc-3.2.3-r1 278 +MD5 3e18bebbec7685b3d968a9674e4eb8f8 files/digest-gcc-3.3.1 274 +MD5 aa7a1e8bbe618c0d88368e69caeb7653 files/3.1/gcc31-attr-visibility.patch.bz2 3671 +MD5 8b4c6af1c730dcdd843a77e8095d312b files/3.1/gcc31-attr-visibility2.patch.bz2 2341 +MD5 98f539e65ab7e21994e5d378537a5506 files/3.1/gcc31-boehm-gc-libs.patch.bz2 1921 +MD5 9495fab2aa4388693856b2c52f5ac363 files/3.1/gcc31-c++-diagnostic-no-line-wrapping.patch.bz2 562 +MD5 ea61b0ff2db11805fb0778c63b51f43b files/3.1/gcc31-c++-null-pm-init.patch.bz2 4434 +MD5 24642b902b9937cdebeb14063859135f files/3.1/gcc31-c++-tsubst-asm.patch.bz2 703 MD5 f7274feec78a2dc4ce9233880804ed0f files/3.1/gcc31-dwarf2-pr6381.patch.bz2 1059 -MD5 a235188ad8a8ac2bb3dc8fcd51603225 files/3.1/gcc31-fold-const.patch.bz2 1867 +MD5 87f7be372b23072220fbceed8a127474 files/3.1/gcc31-dwarf2-pr6436-test.patch.bz2 336 MD5 9ea8c34a980997a0d89744cb2ddf941a files/3.1/gcc31-fdata-sections.patch.bz2 2676 -MD5 98f539e65ab7e21994e5d378537a5506 files/3.1/gcc31-boehm-gc-libs.patch.bz2 1921 +MD5 d3250673494682fa71cb3760e6de257b files/3.1/gcc31-fde-merge-compat.patch.bz2 634 +MD5 a235188ad8a8ac2bb3dc8fcd51603225 files/3.1/gcc31-fold-const.patch.bz2 1867 +MD5 637b53059fa127746952cbffe1e8d403 files/3.1/gcc31-fold-const2.patch.bz2 368 +MD5 734e98009983615eff4814f671d83679 files/3.1/gcc31-i386-expand-clrstr.patch.bz2 527 +MD5 2aadf0591cbf8a4e04235f5fb415f974 files/3.1/gcc31-i386-malign-double-doc.patch.bz2 526 MD5 f3818c997439d173ac11322c08f2f2c8 files/3.1/gcc31-libstdc++-pr6594.patch.bz2 635 -MD5 87f7be372b23072220fbceed8a127474 files/3.1/gcc31-dwarf2-pr6436-test.patch.bz2 336 -MD5 386ffd7fc3ca4a8af55155fe57871dc4 files/3.1/gcc31-test-rotate.patch.bz2 1060 +MD5 981171de6a3f8d53741f77c12c221469 files/3.1/gcc31-libstdc++-pr6648.patch.bz2 770 MD5 2f1d2c02b99aa182f1fd9b6328c8b77a files/3.1/gcc31-libstdc++-setrlim.patch.bz2 584 -MD5 2aadf0591cbf8a4e04235f5fb415f974 files/3.1/gcc31-i386-malign-double-doc.patch.bz2 526 -MD5 ea61b0ff2db11805fb0778c63b51f43b files/3.1/gcc31-c++-null-pm-init.patch.bz2 4434 -MD5 8b4c6af1c730dcdd843a77e8095d312b files/3.1/gcc31-attr-visibility2.patch.bz2 2341 MD5 df404bbcc95193a2591895758915e74e files/3.1/gcc31-pr6643.patch.bz2 421 -MD5 aa7a1e8bbe618c0d88368e69caeb7653 files/3.1/gcc31-attr-visibility.patch.bz2 3671 -MD5 9495fab2aa4388693856b2c52f5ac363 files/3.1/gcc31-c++-diagnostic-no-line-wrapping.patch.bz2 562 -MD5 d3250673494682fa71cb3760e6de257b files/3.1/gcc31-fde-merge-compat.patch.bz2 634 -MD5 637b53059fa127746952cbffe1e8d403 files/3.1/gcc31-fold-const2.patch.bz2 368 +MD5 386ffd7fc3ca4a8af55155fe57871dc4 files/3.1/gcc31-test-rotate.patch.bz2 1060 MD5 7f4bc242692c8e5a2ea0e3e865433d94 files/3.1/gcc31-trunc_int_for_mode.patch.bz2 826 -MD5 981171de6a3f8d53741f77c12c221469 files/3.1/gcc31-libstdc++-pr6648.patch.bz2 770 -MD5 24642b902b9937cdebeb14063859135f files/3.1/gcc31-c++-tsubst-asm.patch.bz2 703 -MD5 734e98009983615eff4814f671d83679 files/3.1/gcc31-i386-expand-clrstr.patch.bz2 527 -MD5 7f884a426afe182c10d2a5fad94c73cc files/3.2/gcc-3.2.fix-copy.patch 2185 -MD5 a97a78f90c372855823b9facf1ba57b6 files/3.2/gcc-3.2.ctype.patch 3500 -MD5 2b3b3b8637dc17eedce3b1ca1b68f1f1 files/3.2/gcc-3.2-glibc-2.3-compat.diff 5511 -MD5 f0d236f86eaa66efd429fdac632e0ae2 files/3.2/gcc-3.2.fix-var.patch 1577 -MD5 f6b6f7c3577eccb694066bb54dd8075a files/3.3/gcc33-gentoo-branding-1.patch 870 -MD5 d047c78a9141b16915d8ec3f54d1e246 files/3.3/gcc33-coreutils-compat.patch.bz2 3462 +MD5 d6ee829d1712436361f5f1daf7b14e83 files/3.3/gcc33-gentoo-branding.patch 890 MD5 453122edf63d75cca3a6c56a6dac45b0 files/3.3/gcc33-propolice-version.patch 570 +MD5 d047c78a9141b16915d8ec3f54d1e246 files/3.3/gcc33-coreutils-compat.patch.bz2 3462 +MD5 f6b6f7c3577eccb694066bb54dd8075a files/3.3/gcc33-gentoo-branding-1.patch 870 MD5 088e0807e677010cafe4e590e8711be1 files/3.3/gcc33-no-multilib-amd64.patch 343 -MD5 d6ee829d1712436361f5f1daf7b14e83 files/3.3/gcc33-gentoo-branding.patch 890 -MD5 bbf2dfd80e3656467fb1fff1094f4c03 files/awk/fixlafiles.awk 6117 -MD5 51719a174883702ef1851fac4cc79398 files/3.2.1/gcc32-strip-dotdot.patch 2071 +MD5 2b3b3b8637dc17eedce3b1ca1b68f1f1 files/3.2/gcc-3.2-glibc-2.3-compat.diff 5511 +MD5 a97a78f90c372855823b9facf1ba57b6 files/3.2/gcc-3.2.ctype.patch 3500 +MD5 7f884a426afe182c10d2a5fad94c73cc files/3.2/gcc-3.2.fix-copy.patch 2185 +MD5 f0d236f86eaa66efd429fdac632e0ae2 files/3.2/gcc-3.2.fix-var.patch 1577 +MD5 7e8381ddac68428122ee2b186e3e7c5b files/3.2.1/gcc-3.2.1-bug-url.patch 537 MD5 8ec9b0352d226e4693cabffe0fa5bba6 files/3.2.1/gcc31-loop-load-final-value.patch 3324 +MD5 f0261a99a420d6b533014b95c0a7d00c files/3.2.1/gcc32-ada-make.patch 957 +MD5 5e8f2122ef7f9ce187b0a0d50ac9d24a files/3.2.1/gcc32-arm-disable-mathf.patch 2229 +MD5 044a164462d9392aa67cde6f9fd5c1bc files/3.2.1/gcc32-arm-reload1-fix.patch 932 +MD5 38131a537835873acb08c415d27a013e files/3.2.1/gcc32-athlon-alignment.patch 509 MD5 2c18cb2004c626adf634823713582738 files/3.2.1/gcc32-fix-sixtrack.patch 2001 MD5 43442dbe4412f751605f1597815b5671 files/3.2.1/gcc32-libjava-x86_64-biarch-sigaction.patch 445 -MD5 7978d1aaf6bae19163e83c110dec1b38 files/3.2.1/gcc32-sparc32-hack.patch 2192 -MD5 38131a537835873acb08c415d27a013e files/3.2.1/gcc32-athlon-alignment.patch 509 -MD5 044a164462d9392aa67cde6f9fd5c1bc files/3.2.1/gcc32-arm-reload1-fix.patch 932 -MD5 5e8f2122ef7f9ce187b0a0d50ac9d24a files/3.2.1/gcc32-arm-disable-mathf.patch 2229 -MD5 7e8381ddac68428122ee2b186e3e7c5b files/3.2.1/gcc-3.2.1-bug-url.patch 537 -MD5 62e1cc1d310d74e97080b10802263791 files/3.2.1/gcc32-pr8988.patch 2070 -MD5 f0261a99a420d6b533014b95c0a7d00c files/3.2.1/gcc32-ada-make.patch 957 MD5 9f5b59d7567b90894d8d32cf99f910cc files/3.2.1/gcc32-pr8213.patch 2036 -MD5 444d0885eecc638ed3ca644d96323422 files/3.2.1/gcc32-tls-reload-fix.patch 6660 +MD5 62e1cc1d310d74e97080b10802263791 files/3.2.1/gcc32-pr8988.patch 2070 MD5 f8505ae264a0fe9557382b7c96a13461 files/3.2.1/gcc32-shared-pthread.patch 3637 +MD5 7978d1aaf6bae19163e83c110dec1b38 files/3.2.1/gcc32-sparc32-hack.patch 2192 +MD5 51719a174883702ef1851fac4cc79398 files/3.2.1/gcc32-strip-dotdot.patch 2071 MD5 c113c3352ad365b8a35d2b0c21e69256 files/3.2.1/gcc32-testsuite.patch 650 +MD5 444d0885eecc638ed3ca644d96323422 files/3.2.1/gcc32-tls-reload-fix.patch 6660 MD5 17f15202b98a8dd84d0f4b67eff2d868 files/3.2.2/gcc32-pr7768.patch 1789 -MD5 465eeaf6008c25dc69ff502dc2a9d8e0 files/3.2.2/gcc322-ggc_page-speedup.patch 872 -MD5 ccb007933a794eb661ee3b742189f285 files/3.2.2/gcc322-pr8746.patch 2816 MD5 9f5b59d7567b90894d8d32cf99f910cc files/3.2.2/gcc32-pr8213.patch 2036 MD5 0760a0992d24384d13b7e160614c54ac files/3.2.2/gcc32-pr9732.patch 5534 +MD5 465eeaf6008c25dc69ff502dc2a9d8e0 files/3.2.2/gcc322-ggc_page-speedup.patch 872 +MD5 ccb007933a794eb661ee3b742189f285 files/3.2.2/gcc322-pr8746.patch 2816 MD5 f055e4ef28077477e8d64c6a985b1ad4 files/3.2.2/gcc322-pr9888.patch 9771 -MD5 494d917cc15c81c9cead4a8c17d4d00d files/3.2.3/gcc32-mklibgcc-serialize-crtfiles.patch 926 +MD5 bbf2dfd80e3656467fb1fff1094f4c03 files/awk/fixlafiles.awk 6117 +MD5 1f4f8ca52d2dda4a5dc3a9b8f130841c files/3.2.3/gcc-323-propolice-version.patch 700 MD5 c9c45dab64bab25e716859626ad7f94f files/3.2.3/gcc32-c++-classfn-member-template.patch 3219 +MD5 494d917cc15c81c9cead4a8c17d4d00d files/3.2.3/gcc32-mklibgcc-serialize-crtfiles.patch 926 MD5 99db7c1a41babe024f0c6859c30a87ee files/3.2.3/gcc323-gentoo-branding.patch 2058 MD5 52ef1426cb70a472182503502b768058 files/3.2.3/gcc-3.2.3-mergel-fix.patch 2749 MD5 869b9a1ea49bf8b07c8405d2f1d76270 files/3.2.3/gcc323-hppa-default_assemble_visibility.patch 571 -MD5 1f4f8ca52d2dda4a5dc3a9b8f130841c files/3.2.3/gcc-323-propolice-version.patch 700 MD5 d3e53318166d71a05d2b51bd44502270 files/3.3.1/gcc331-gentoo-branding.patch 874 diff --git a/sys-devel/gcc/gcc-2.95.3-r7.ebuild b/sys-devel/gcc/gcc-2.95.3-r7.ebuild index 119f760503e8..b7a839faea0e 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.18 2003/02/13 16:29:40 vapier Exp $ +# $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 $ IUSE="nls static build" @@ -26,7 +26,7 @@ then DEPEND="${DEPEND} nls? ( sys-devel/gettext ) >=sys-libs/ncurses-5.2-r2 >=sys-apps/texinfo-4.2-r4" - + RDEPEND="${RDEPEND} >=sys-libs/ncurses-5.2-r2" fi @@ -35,11 +35,11 @@ fi src_unpack() { unpack ${P}.tar.gz - + cd ${S} libtoolize --copy --force &> ${T}/foo-out - + # This new patch for the atexit problem occured with glibc-2.2.3 should # work with glibc-2.2.4. This closes bug #3987 and #4004. # @@ -56,7 +56,7 @@ src_unpack() { # Azarah - 30 Jun 2002 # epatch ${FILESDIR}/${P}-new-atexit.diff - + # Now we integrate texinfo-${TV} into gcc. It comes with texinfo-3.12. # cd ${S} # tar xzf ${DISTDIR}/texinfo-${TV}.tar.gz || die @@ -120,9 +120,9 @@ src_install() { # binutils libiberty.a and we want to use that version # closes bug #2262 rm -f ${D}/usr/lib/libiberty.a - + [ -e ${D}/usr/bin/gcc ] || die "gcc not found in ${D}" - + FULLPATH=${D}${LOC}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH} dosym g++ /usr/bin/${CHOST}-g++ @@ -133,7 +133,7 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/05gcc echo "CXX=\"g++\"" >> ${D}/etc/env.d/05gcc - + # Install wrappers exeinto /lib doexe ${FILESDIR}/cpp @@ -144,7 +144,7 @@ src_install() { if [ -z "`use build`" ] then #do a full texinfo-${TV} install - + # cd ${S}/texinfo # make DESTDIR=${D} infodir=${D}/usr/share/info install || die # exeinto /usr/sbin @@ -159,7 +159,7 @@ src_install() { # # cd ${S}/texinfo # docinto texinfo -# dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO +# dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO # docinto texinfo/info # dodoc info/README # docinto texinfo/makeinfo @@ -168,7 +168,7 @@ src_install() { # end texinfo 4.0; begin more gcc stuff cd ${S} - docinto / + docinto / dodoc COPYING COPYING.LIB README* FAQ MAINTAINERS docinto html dodoc faq.html diff --git a/sys-devel/gcc/gcc-2.95.3-r8.ebuild b/sys-devel/gcc/gcc-2.95.3-r8.ebuild index 4e479f3d166a..741c7e2c1139 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.19 2003/06/25 19:21:39 vapier Exp $ +# $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 $ IUSE="static nls bootstrap java build" @@ -72,7 +72,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.2 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.2.3 >=sys-libs/zlib-1.1.4 @@ -105,7 +105,7 @@ src_unpack() { # # Azarah - 30 Jun 2002 # - if ! use alpha >/dev/null ;then + if ! use alpha >/dev/null ;then epatch ${FILESDIR}/${P}-new-atexit.diff else epatch ${FILESDIR}/${P}-alpha.diff @@ -121,17 +121,17 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ ${x}.orig > ${x} - + # Fix --with-gxx-include-dir= cp ${x} ${x}.orig sed -e 's:gxx_include_dir=${includedir}:gxx_include_dir=$(FAKE_ROOT)${includedir}:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done } @@ -178,7 +178,7 @@ src_compile() { ${myconf} || die touch ${S}/gcc/c-gperf.h - + # Setup -j in MAKEOPTS get_number_of_jobs @@ -221,9 +221,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -235,13 +235,13 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Install wrappers exeinto /lib doexe ${FILESDIR}/cpp exeinto /usr/bin doexe ${FILESDIR}/cc - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc if [ -z "`use build`" ] @@ -284,7 +284,7 @@ src_install() { if [ -z "`use build`" ] then cd ${S} - docinto / + docinto / dodoc COPYING COPYING.LIB README* FAQ MAINTAINERS docinto html dodoc faq.html diff --git a/sys-devel/gcc/gcc-3.0.4-r6.ebuild b/sys-devel/gcc/gcc-3.0.4-r6.ebuild index 25e68dee6782..f8b1f3509841 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.12 2003/02/13 16:29:51 vapier Exp $ +# $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 $ IUSE="nls bootstrap static build" @@ -44,12 +44,12 @@ build_multiple() { return 0 else return 1 - fi + fi } src_unpack() { unpack ${P}.tar.bz2 - + #now we integrate texinfo-${TV} into gcc. It comes with texinfo-3.12. cd ${S} tar xzf ${DISTDIR}/texinfo-${TV}.tar.gz || die @@ -160,7 +160,7 @@ src_install() { cp Makefile Makefile.orig sed -e "s:datadir = /usr/share:datadir = ${D}/usr/share:" \ Makefile.orig >Makefile - + #make install from the build directory cd ${WORKDIR}/build make prefix=${D}${LOC} \ @@ -168,14 +168,14 @@ src_install() { infodir=${D}${LOC}/share/info \ datadir=${D}${LOC}/share/gcc-${PV} \ install || die - + if ! build_multiple then GCC_SUFFIX="" fi [ -e ${D}${LOC}/bin/gcc${GCC_SUFFIX} ] || die "gcc not found in ${D}" - + FULLPATH=${LOC}/lib/gcc-lib/${CHOST}/${PV} FULLPATH_D=${D}${LOC}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH_D} @@ -246,14 +246,14 @@ src_install() { if [ -z "`use build`" ] then #do a full texinfo-${TV} install - + if ! build_multiple then cd ${WORKDIR}/build/texinfo make DESTDIR=${D} \ infodir=${D}/usr/share/info \ install || die - + exeinto /usr/sbin doexe ${FILESDIR}/mkinfodir @@ -266,7 +266,7 @@ src_install() { cd ${S}/texinfo docinto texinfo - dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO + dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO docinto texinfo/info dodoc info/README docinto texinfo/makeinfo @@ -276,7 +276,7 @@ src_install() { # end texinfo 4.0; begin more gcc stuff cd ${S} - docinto / + docinto / dodoc BUGS COPYING COPYING.LIB ChangeLog GNATS README* FAQ MAINTAINERS docinto html dodoc *.html diff --git a/sys-devel/gcc/gcc-3.1-r8.ebuild b/sys-devel/gcc/gcc-3.1-r8.ebuild index 7c71b181c451..24b5c9705710 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.12 2003/06/12 22:12:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.1-r8.ebuild,v 1.13 2003/09/05 02:01:09 msterret Exp $ IUSE="nls bootstrap static build" @@ -31,7 +31,7 @@ LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 sparc -ppc" DEPEND="virtual/glibc" -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 >=sys-apps/texinfo-4.2-r4" if [ -z "`use build`" ] @@ -60,7 +60,7 @@ build_multiple() { return 0 else return 1 - fi + fi } # used to patch Makefiles to install into the build dir @@ -68,7 +68,7 @@ FAKE_ROOT="" src_unpack() { unpack ${P}.tar.bz2 - + cd ${SORIG} # Fixup libtool to correctly generate .la files with portage # Only apply the portage patch, and only to ltmain.sh in ${SORIG}/ @@ -99,7 +99,7 @@ src_unpack() { bzip2 -dc ${FILESDIR}/${PV}/${x} | \ patch -p0 || die "failed with patch ${x}" done - + # SuSE patches bzip2 -dc ${FILESDIR}/${PV}/gcc31-i386-expand-clrstr.patch.bz2 | \ patch -p1 || die "failed with patch gcc31-i386-expand-clrstr" @@ -200,14 +200,14 @@ src_install() { infodir=${D}${LOC}/share/info \ FAKE_ROOT=${D} \ install || die - + if ! build_multiple then GCC_SUFFIX="" fi [ -e ${D}${LOC}/bin/gcc${GCC_SUFFIX} ] || die "gcc not found in ${D}" - + FULLPATH=${LOC}/lib/gcc-lib/${CHOST}/${PV} FULLPATH_D=${D}${LOC}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH_D} @@ -282,7 +282,7 @@ src_install() { if [ -z "`use build`" ] then cd ${SORIG} - docinto / + docinto / dodoc BUGS COPYING COPYING.LIB ChangeLog GNATS README* FAQ MAINTAINERS docinto html dodoc *.html @@ -332,7 +332,7 @@ pkg_postrm() { then ln -sf gcc ${ROOT}/usr/bin/cc fi - + # Fix ncurses b0rking (if r5 isn't unmerged) 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 5216e9fdce34..589edd1fd977 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.9 2003/08/10 01:18:41 george Exp $ +# $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 $ IUSE="static nls bootstrap java build" @@ -36,7 +36,7 @@ DEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 >=sys-apps/texinfo-4.2-r4 !build? ( >=sys-libs/ncurses-5.2-r2 )" @@ -58,7 +58,7 @@ build_multiple() { return 0 else return 1 - fi + fi } # used to patch Makefiles to install into the build dir @@ -70,7 +70,7 @@ src_unpack() { mkdir -p ${WORKDIR}/patches tar -jxf ${DISTDIR}/${P}_final-patches-1.0.tbz2 -C ${WORKDIR}/patches || \ die "Could not unpack patches" - + cd ${S} # Fixup libtool to correctly generate .la files with portage elibtoolize --portage --shallow @@ -189,14 +189,14 @@ src_install() { infodir=${D}${LOC}/share/info \ FAKE_ROOT=${D} \ install || die - + if ! build_multiple then GCC_SUFFIX="" fi [ -e ${D}${LOC}/bin/gcc${GCC_SUFFIX} ] || die "gcc not found in ${D}" - + FULLPATH=${LOC}/lib/gcc-lib/${CHOST}/${PV} FULLPATH_D=${D}${LOC}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH_D} @@ -293,7 +293,7 @@ src_install() { if [ -z "`use build`" ] then cd ${S} - docinto / + docinto / dodoc COPYING COPYING.LIB ChangeLog LAST_UPDATED README MAINTAINERS cd ${S}/boehm-gc docinto boehm-gc @@ -320,7 +320,7 @@ src_install() { cd ${S}/libstdc++-v3 docinto libstdc++-v3 dodoc ChangeLog* README - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -347,7 +347,7 @@ pkg_postrm() { then ln -sf gcc ${ROOT}/usr/bin/cc fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; } diff --git a/sys-devel/gcc/gcc-3.2-r5.ebuild b/sys-devel/gcc/gcc-3.2-r5.ebuild index 1b6bbfa3d0e6..04871e0a85c6 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.10 2003/08/10 01:18:41 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2-r5.ebuild,v 1.11 2003/09/05 02:01:09 msterret Exp $ IUSE="static nls bootstrap java build" @@ -82,7 +82,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.2 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.2 >=sys-libs/zlib-1.1.4 @@ -142,23 +142,23 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ ${x}.orig > ${x} - + # Fix --with-gxx-include-dir= cp ${x} ${x}.orig sed -e 's:gxx_include_dir = @gxx_:gxx_include_dir = $(FAKE_ROOT)@gxx_:' \ -e 's:glibcppinstalldir = @gxx_:glibcppinstalldir = $(FAKE_ROOT)@gxx_:' \ ${x}.orig > ${x} - + # Where java security stuff should be installed cp ${x} ${x}.orig sed -e 's:secdir = $(libdir)/security:secdir = $(FAKE_ROOT)$(LIBPATH)/security:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done } @@ -259,9 +259,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -273,11 +273,11 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/05gcc echo "CXX=\"g++\"" >> ${D}/etc/env.d/05gcc - + # Dummies to get CONTENTS right .. will handle with gcc-config touch ${D}/lib/cpp touch ${D}/usr/bin/cc - + # This should be invalidated by the linker scripts we have as the latest # fix for bug #4411 # @@ -396,7 +396,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -420,7 +420,7 @@ pkg_postinst() { then gcc-config --use-portage-chost ${CCHOST}-${MY_PV_FULL} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; } diff --git a/sys-devel/gcc/gcc-3.2.1-r7.ebuild b/sys-devel/gcc/gcc-3.2.1-r7.ebuild index c8cb86d6dbc6..ff66268705dd 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.5 2003/05/17 00:18:44 azarah Exp $ +# $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 $ IUSE="static nls bootstrap java build" @@ -65,7 +65,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${P}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -104,7 +104,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.2 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.0 >=sys-libs/zlib-1.1.4 @@ -121,7 +121,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${P}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -183,7 +183,7 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ @@ -199,12 +199,12 @@ src_unpack() { sed -e 's:gxx_include_dir = @gxx_:gxx_include_dir = $(FAKE_ROOT)@gxx_:' \ -e 's:glibcppinstalldir = @gxx_:glibcppinstalldir = $(FAKE_ROOT)@gxx_:' \ ${x}.orig > ${x} - + # Where java security stuff should be installed cp ${x} ${x}.orig sed -e 's:secdir = $(libdir)/security:secdir = $(FAKE_ROOT)$(LIBPATH)/security:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done @@ -220,7 +220,7 @@ src_unpack() { src_compile() { local myconf="" local gcc_lang="" - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -276,7 +276,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -328,9 +328,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -342,14 +342,14 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Install wrappers # Handled by gcc-config now ... # exeinto /lib # doexe ${FILESDIR}/cpp # exeinto /usr/bin # doexe ${FILESDIR}/cc - + # This should be invalidated by the linker scripts we have as the latest # fix for bug #4411 # @@ -468,7 +468,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -495,14 +495,14 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ -f ${WORKDIR}/.oldgccversion -a "${ROOT}" = "/" ] - then + then OLD_GCC_VERSION="`cat ${WORKDIR}/.oldgccversion`" cp -f ${FILESDIR}/fix_libtool_files.sh ${T} chmod +x ${T}/fix_libtool_files.sh ${T}/fix_libtool_files.sh ${OLD_GCC_VERSION} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; } diff --git a/sys-devel/gcc/gcc-3.2.2-r2.ebuild b/sys-devel/gcc/gcc-3.2.2-r2.ebuild index 61472e2d3c1c..a830d58410b6 100644 --- a/sys-devel/gcc/gcc-3.2.2-r2.ebuild +++ b/sys-devel/gcc/gcc-3.2.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/gcc/gcc-3.2.2-r2.ebuild,v 1.6 2003/08/24 08:40:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2-r2.ebuild,v 1.7 2003/09/05 02:01:09 msterret Exp $ IUSE="static nls bootstrap java build" @@ -62,7 +62,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -103,7 +103,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -143,7 +143,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -219,7 +219,7 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ @@ -235,12 +235,12 @@ src_unpack() { sed -e 's:gxx_include_dir = @gxx_:gxx_include_dir = $(FAKE_ROOT)@gxx_:' \ -e 's:glibcppinstalldir = @gxx_:glibcppinstalldir = $(FAKE_ROOT)@gxx_:' \ ${x}.orig > ${x} - + # Where java security stuff should be installed cp ${x} ${x}.orig sed -e 's:secdir = $(libdir)/security:secdir = $(FAKE_ROOT)$(LIBPATH)/security:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done } @@ -248,7 +248,7 @@ src_unpack() { src_compile() { local myconf="" local gcc_lang="" - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -304,7 +304,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -356,9 +356,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -370,14 +370,14 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Install wrappers # Handled by gcc-config now ... # exeinto /lib # doexe ${FILESDIR}/cpp # exeinto /usr/bin # doexe ${FILESDIR}/cc - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc if [ -z "`use build`" ] @@ -479,7 +479,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -529,7 +529,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -540,7 +540,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -549,7 +549,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; } diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index 7966a6ee1bb9..6e9db8b8963f 100644 --- a/sys-devel/gcc/gcc-3.2.2.ebuild +++ b/sys-devel/gcc/gcc-3.2.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/gcc/gcc-3.2.2.ebuild,v 1.18 2003/08/24 08:40:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.19 2003/09/05 02:01:09 msterret Exp $ IUSE="static nls bootstrap java build" @@ -62,7 +62,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -103,7 +103,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -143,7 +143,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -205,7 +205,7 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ @@ -221,12 +221,12 @@ src_unpack() { sed -e 's:gxx_include_dir = @gxx_:gxx_include_dir = $(FAKE_ROOT)@gxx_:' \ -e 's:glibcppinstalldir = @gxx_:glibcppinstalldir = $(FAKE_ROOT)@gxx_:' \ ${x}.orig > ${x} - + # Where java security stuff should be installed cp ${x} ${x}.orig sed -e 's:secdir = $(libdir)/security:secdir = $(FAKE_ROOT)$(LIBPATH)/security:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done } @@ -234,7 +234,7 @@ src_unpack() { src_compile() { local myconf="" local gcc_lang="" - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -290,7 +290,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -342,9 +342,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -356,14 +356,14 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Install wrappers # Handled by gcc-config now ... # exeinto /lib # doexe ${FILESDIR}/cpp # exeinto /usr/bin # doexe ${FILESDIR}/cc - + # This should be invalidated by the linker scripts we have as the latest # fix for bug #4411 # @@ -482,7 +482,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -532,7 +532,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -543,7 +543,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -552,7 +552,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; } diff --git a/sys-devel/gcc/gcc-3.2.3-r1.ebuild b/sys-devel/gcc/gcc-3.2.3-r1.ebuild index 02b08d5793b6..7cb1fed09a9c 100644 --- a/sys-devel/gcc/gcc-3.2.3-r1.ebuild +++ b/sys-devel/gcc/gcc-3.2.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/gcc/gcc-3.2.3-r1.ebuild,v 1.16 2003/08/24 17:30:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r1.ebuild,v 1.17 2003/09/05 02:01:10 msterret Exp $ IUSE="static nls bootstrap java build" @@ -68,7 +68,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -111,7 +111,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -158,7 +158,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -200,7 +200,7 @@ src_unpack() { epatch ${WORKDIR}/protector.dif cp ${WORKDIR}/protector.c ${WORKDIR}/${P}/gcc/ || die "protector.c not found" cp ${WORKDIR}/protector.h ${WORKDIR}/${P}/gcc/ || die "protector.h not found" - version_patch ${FILESDIR}/3.2.3/gcc-323-propolice-version.patch + version_patch ${FILESDIR}/3.2.3/gcc-323-propolice-version.patch fi # Patches from Mandrake/Suse ... @@ -239,7 +239,7 @@ src_unpack() { # Alexander Gabert <pappy@nikita.ath.cx> (14 Jul 2003). epatch ${FILESDIR}/3.2.3/gcc323-hppa-default_assemble_visibility.patch fi - + # Install our pre generated manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] then @@ -258,7 +258,7 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ @@ -274,12 +274,12 @@ src_unpack() { sed -e 's:gxx_include_dir = @gxx_:gxx_include_dir = $(FAKE_ROOT)@gxx_:' \ -e 's:glibcppinstalldir = @gxx_:glibcppinstalldir = $(FAKE_ROOT)@gxx_:' \ ${x}.orig > ${x} - + # Where java security stuff should be installed cp ${x} ${x}.orig sed -e 's:secdir = $(libdir)/security:secdir = $(FAKE_ROOT)$(LIBPATH)/security:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done } @@ -287,7 +287,7 @@ src_unpack() { src_compile() { local myconf="" local gcc_lang="" - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -344,7 +344,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -396,9 +396,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -410,14 +410,14 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Install wrappers # Handled by gcc-config now ... # exeinto /lib # doexe ${FILESDIR}/cpp # exeinto /usr/bin # doexe ${FILESDIR}/cc - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc if [ -z "`use build`" ] @@ -519,7 +519,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -573,7 +573,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -584,7 +584,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -593,7 +593,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; diff --git a/sys-devel/gcc/gcc-3.2.3-r2.ebuild b/sys-devel/gcc/gcc-3.2.3-r2.ebuild index e87facd7fdab..0065ae8c2c02 100644 --- a/sys-devel/gcc/gcc-3.2.3-r2.ebuild +++ b/sys-devel/gcc/gcc-3.2.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/gcc/gcc-3.2.3-r2.ebuild,v 1.4 2003/08/24 17:30:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r2.ebuild,v 1.5 2003/09/05 02:01:10 msterret Exp $ IUSE="static nls bootstrap java build" @@ -68,7 +68,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -111,7 +111,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -158,7 +158,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -200,7 +200,7 @@ src_unpack() { epatch ${WORKDIR}/protector.dif cp ${WORKDIR}/protector.c ${WORKDIR}/${P}/gcc/ || die "protector.c not found" cp ${WORKDIR}/protector.h ${WORKDIR}/${P}/gcc/ || die "protector.h not found" - version_patch ${FILESDIR}/3.2.3/gcc-323-propolice-version.patch + version_patch ${FILESDIR}/3.2.3/gcc-323-propolice-version.patch fi # Patches from Mandrake/Suse ... @@ -239,7 +239,7 @@ src_unpack() { # Alexander Gabert <pappy@nikita.ath.cx> (14 Jul 2003). epatch ${FILESDIR}/3.2.3/gcc323-hppa-default_assemble_visibility.patch fi - + # Install our pre generated manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] then @@ -258,7 +258,7 @@ src_unpack() { cp ${x} ${x}.orig sed -e 's:datadir = @datadir@:datadir = $(FAKE_ROOT)@datadir@:' \ ${x}.orig > ${x} - + # Fix --bindir= cp ${x} ${x}.orig sed -e 's:bindir = @bindir@:bindir = $(FAKE_ROOT)@bindir@:' \ @@ -274,12 +274,12 @@ src_unpack() { sed -e 's:gxx_include_dir = @gxx_:gxx_include_dir = $(FAKE_ROOT)@gxx_:' \ -e 's:glibcppinstalldir = @gxx_:glibcppinstalldir = $(FAKE_ROOT)@gxx_:' \ ${x}.orig > ${x} - + # Where java security stuff should be installed cp ${x} ${x}.orig sed -e 's:secdir = $(libdir)/security:secdir = $(FAKE_ROOT)$(LIBPATH)/security:' \ ${x}.orig > ${x} - + rm -f ${x}.orig done } @@ -287,7 +287,7 @@ src_unpack() { src_compile() { local myconf="" local gcc_lang="" - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -344,7 +344,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -396,9 +396,9 @@ src_install() { LIBPATH="${LIBPATH}" \ FAKE_ROOT="${D}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" - + dodir /lib /usr/bin dodir /etc/env.d/gcc echo "PATH=\"${BINPATH}\"" > ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} @@ -410,14 +410,14 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Install wrappers # Handled by gcc-config now ... # exeinto /lib # doexe ${FILESDIR}/cpp # exeinto /usr/bin # doexe ${FILESDIR}/cc - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc if [ -z "`use build`" ] @@ -519,7 +519,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -573,7 +573,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -584,7 +584,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -593,7 +593,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; diff --git a/sys-devel/gcc/gcc-3.3-r1.ebuild b/sys-devel/gcc/gcc-3.3-r1.ebuild index 02004f5fe398..c483371300ec 100644 --- a/sys-devel/gcc/gcc-3.3-r1.ebuild +++ b/sys-devel/gcc/gcc-3.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/gcc/gcc-3.3-r1.ebuild,v 1.5 2003/08/24 17:30:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3-r1.ebuild,v 1.6 2003/09/05 02:01:10 msterret Exp $ IUSE="static nls bootstrap java build X" @@ -67,7 +67,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -118,7 +118,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -163,7 +163,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -224,7 +224,7 @@ src_unpack() { then epatch ${FILESDIR}/3.3/gcc33-no-multilib-amd64.patch fi - + # PPC mergel miscompilation workaround if use ppc then @@ -243,7 +243,7 @@ src_unpack() { then cd ${S}; unpack ${P}-manpages.tar.bz2 fi - + # Misdesign in libstdc++ (Redhat) cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h @@ -254,7 +254,7 @@ src_compile() { local myconf= local gcc_lang= - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -326,7 +326,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -379,7 +379,7 @@ src_install() { DESTDIR="${D}" \ LIBPATH="${LIBPATH}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" dodir /lib /usr/bin @@ -393,7 +393,7 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc @@ -509,7 +509,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -563,7 +563,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -574,7 +574,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -583,7 +583,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; diff --git a/sys-devel/gcc/gcc-3.3.1.ebuild b/sys-devel/gcc/gcc-3.3.1.ebuild index 52d42f7bcca9..5487fd8bd99d 100644 --- a/sys-devel/gcc/gcc-3.3.1.ebuild +++ b/sys-devel/gcc/gcc-3.3.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/gcc/gcc-3.3.1.ebuild,v 1.5 2003/08/29 16:37:25 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.1.ebuild,v 1.6 2003/09/05 02:01:10 msterret Exp $ IUSE="static nls bootstrap java build X" @@ -67,7 +67,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -118,7 +118,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -163,7 +163,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -219,7 +219,7 @@ src_unpack() { then cd ${S}; unpack ${P}-manpages.tar.bz2 fi - + # Misdesign in libstdc++ (Redhat) cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h @@ -230,7 +230,7 @@ src_compile() { local myconf= local gcc_lang= - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -302,7 +302,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -355,7 +355,7 @@ src_install() { DESTDIR="${D}" \ LIBPATH="${LIBPATH}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" dodir /lib /usr/bin @@ -369,7 +369,7 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc @@ -485,7 +485,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -539,7 +539,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -550,7 +550,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -559,7 +559,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; diff --git a/sys-devel/gcc/gcc-3.3.ebuild b/sys-devel/gcc/gcc-3.3.ebuild index 7ba2b1a2537f..31b29beba155 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.9 2003/08/24 17:30:07 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.ebuild,v 1.10 2003/09/05 02:01:10 msterret Exp $ IUSE="static nls bootstrap java build X" @@ -69,7 +69,7 @@ if [ -z "${SNAPSHOT}" ] then S="${WORKDIR}/${PN}-${MAIN_BRANCH}" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2" - + if [ -n "${PATCH_VER}" ] then SRC_URI="${SRC_URI} @@ -120,7 +120,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - + RDEPEND="virtual/glibc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 @@ -164,7 +164,7 @@ src_unpack() { if [ -z "${SNAPSHOT}" ] then unpack ${PN}-${MAIN_BRANCH}.tar.bz2 - + if [ -n "${PATCH_VER}" ] then unpack ${P}-patches-${PATCH_VER}.tar.bz2 @@ -220,7 +220,7 @@ src_unpack() { # Patches from Mandrake/Suse ... epatch ${FILESDIR}/3.2.3/gcc32-mklibgcc-serialize-crtfiles.patch - + # Get gcc to decreases the number of times the collector has to be run # by increasing its memory workspace, bug #16548. # @@ -251,7 +251,7 @@ src_compile() { local myconf= local gcc_lang= - + if [ -z "`use build`" ] then myconf="${myconf} --enable-shared" @@ -323,7 +323,7 @@ src_compile() { # Do not make manpages if we do not have perl ... if [ ! -x /usr/bin/perl ] - then + then find ${S} -name '*.[17]' -exec touch {} \; || : fi @@ -376,7 +376,7 @@ src_install() { DESTDIR="${D}" \ LIBPATH="${LIBPATH}" \ install || die - + [ -r ${D}${BINPATH}/gcc ] || die "gcc not found in ${D}" dodir /lib /usr/bin @@ -390,7 +390,7 @@ src_install() { # Also set CC and CXX echo "CC=\"gcc\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} echo "CXX=\"g++\"" >> ${D}/etc/env.d/gcc/${CCHOST}-${MY_PV_FULL} - + # Make sure we dont have stuff lying around that # can nuke multiple versions of gcc @@ -506,7 +506,7 @@ src_install() { dohtml -r -a css,diff,html,txt,xml docs/html/* cp -f docs/html/17_intro/[A-Z]* \ ${D}/usr/share/doc/${PF}/${DOCDESTTREE}/17_intro/ - + if [ -n "`use java`" ] then cd ${S}/fastjar @@ -561,7 +561,7 @@ pkg_postinst() { # Update libtool linker scripts to reference new gcc version ... if [ "${ROOT}" = "/" ] && \ [ -f "${WORKDIR}/.oldgccversion" -o -f "${WORKDIR}/.oldgccchost" ] - then + then local OLD_GCC_VERSION= local OLD_GCC_CHOST= @@ -572,7 +572,7 @@ pkg_postinst() { else OLD_GCC_VERSION="${MY_PV_FULL}" fi - + if [ -f "${WORKDIR}/.oldgccchost" ] && \ [ -n "$(cat "${WORKDIR}/.oldgccchost")" ] then @@ -581,7 +581,7 @@ pkg_postinst() { /sbin/fix_libtool_files.sh ${OLD_GCC_VERSION} ${OLD_GCC_CHOST} fi - + # Fix ncurses b0rking (if r5 isn't unmerged) find ${ROOT}/usr/lib/gcc-lib -name '*curses.h' -exec rm -f {} \; diff --git a/sys-devel/kgcc/Manifest b/sys-devel/kgcc/Manifest index 425bf8622db7..b46a6f41dadf 100644 --- a/sys-devel/kgcc/Manifest +++ b/sys-devel/kgcc/Manifest @@ -1,4 +1,4 @@ MD5 aa2d0069b945503e495d84b4857e6a2a ChangeLog 576 -MD5 691b8291f9e51f2f2c003714202fe261 kgcc-2.95.3.ebuild 2666 +MD5 45df54168ba331f39b20a23f6a82dfae kgcc-2.95.3.ebuild 2662 MD5 b298194887d06a1a0368293db55b7b47 files/digest-kgcc-2.95.3 69 MD5 523970c128b929fe7c7cf36508ebd1d5 files/kgcc-2.95.3-new-atexit.diff 13604 diff --git a/sys-devel/kgcc/kgcc-2.95.3.ebuild b/sys-devel/kgcc/kgcc-2.95.3.ebuild index 15c98c4a9100..578cabc72c1a 100644 --- a/sys-devel/kgcc/kgcc-2.95.3.ebuild +++ b/sys-devel/kgcc/kgcc-2.95.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/kgcc/kgcc-2.95.3.ebuild,v 1.3 2003/02/13 16:32:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc/kgcc-2.95.3.ebuild,v 1.4 2003/09/05 02:01:39 msterret Exp $ IUSE="static" @@ -24,11 +24,11 @@ DEPEND="${DEPEND} src_unpack() { unpack gcc-core-${PV}.tar.bz2 - + cd ${S} libtoolize --copy --force &> ${T}/foo-out - + # This new patch for the atexit problem occured with glibc-2.2.3 should # work with glibc-2.2.4. This closes bug #3987 and #4004. # @@ -45,7 +45,7 @@ src_unpack() { # Azarah - 30 Jun 2002 # epatch ${FILESDIR}/${P}-new-atexit.diff - + } src_compile() { @@ -56,7 +56,7 @@ src_compile() { unset CFLAGS unset CXXFLAGS - + ${S}/configure --prefix=${LOC} \ --mandir=${LOC}/share/man \ --infodir=${LOC}/share/info \ @@ -89,7 +89,7 @@ src_install() { # binutils libiberty.a and we want to use that version # closes bug #2262 rm -f ${D}/usr/lib/libiberty.a - + # Don't need man and info files cd ${D}/usr/share rm -rf info man @@ -102,7 +102,7 @@ src_install() { rm -rf *-linux-gnu cd ${S} - docinto / + docinto / dodoc COPYING COPYING.LIB README* FAQ MAINTAINERS docinto html dodoc faq.html diff --git a/sys-devel/libperl/Manifest b/sys-devel/libperl/Manifest index b728fadd438b..eb258eed9295 100644 --- a/sys-devel/libperl/Manifest +++ b/sys-devel/libperl/Manifest @@ -1,10 +1,10 @@ -MD5 d3accd67201ed1e3c15b56f0f2fbe7ac libperl-5.8.1_rc1.ebuild 10874 -MD5 262b4d1ae6927bb7f1617bf078b1f8ac libperl-5.8.0.ebuild 13624 -MD5 765a2afcd042d6782e78b6394c38a96e libperl-5.8.1_rc2.ebuild 10877 MD5 de77032af0c89afdc2cc40fbb03050b5 ChangeLog 2058 +MD5 33f4622f7659d04a7c5141851e4386e7 libperl-5.8.0.ebuild 13597 +MD5 0c6d18a9b91723fbe5e4a45e0a37fa70 libperl-5.8.1_rc1.ebuild 10854 +MD5 f2ad7d92162164ab6c2464dab3ae11e5 libperl-5.8.1_rc2.ebuild 10857 +MD5 8605f033c451df987f4631bbf9d7b481 files/digest-libperl-5.8.0 64 +MD5 d2af75f06a64c5934db314ff38939cdd files/libperl-5.8.0-create-libperl-soname.patch 424 MD5 ac9dfab35984723656c734b7312bf403 files/digest-libperl-5.8.1_rc1 65 +MD5 0bdca74363c218d91a0db4ad1ea55485 files/libperl-5.8.1_rc1-create-libperl-soname.patch 417 MD5 4f40eefa1f841e15d6aad9b6e005b4f5 files/digest-libperl-5.8.1_rc2 68 MD5 0bdca74363c218d91a0db4ad1ea55485 files/libperl-5.8.1_rc2-create-libperl-soname.patch 417 -MD5 0bdca74363c218d91a0db4ad1ea55485 files/libperl-5.8.1_rc1-create-libperl-soname.patch 417 -MD5 8605f033c451df987f4631bbf9d7b481 files/digest-libperl-5.8.0 64 -MD5 d2af75f06a64c5934db314ff38939cdd files/libperl-5.8.0-create-libperl-soname.patch 424 diff --git a/sys-devel/libperl/libperl-5.8.0.ebuild b/sys-devel/libperl/libperl-5.8.0.ebuild index 3298cb9082cc..51aee7f353ca 100644 --- a/sys-devel/libperl/libperl-5.8.0.ebuild +++ b/sys-devel/libperl/libperl-5.8.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/libperl/libperl-5.8.0.ebuild,v 1.14 2003/07/12 02:52:41 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.0.ebuild,v 1.15 2003/09/05 02:02:21 msterret Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -55,7 +55,7 @@ IUSE="berkdb gdbm" -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -71,7 +71,7 @@ MY_P="${P/lib}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${MY_P}.tar.gz" -HOMEPAGE="http://www.perl.org" +HOMEPAGE="http://www.perl.org" if [ "${PN}" = "libperl" ] then @@ -170,7 +170,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -206,7 +206,7 @@ src_compile() { then myconf="${myconf} -Ud_longdbl" fi - + if [ "${PN}" = "libperl" ] then rm -f config.sh Policy.sh @@ -232,7 +232,7 @@ src_compile() { ${myconf} || die emake -f Makefile depend || die "Couldn't make libperl.so depends" - emake -f Makefile ${LIBPERL} || die "Unable to make libperl.so" + emake -f Makefile ${LIBPERL} || die "Unable to make libperl.so" mv ${LIBPERL} ${WORKDIR} else cat > config.over <<EOF @@ -269,17 +269,17 @@ sleep 10 -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= fi } src_install() { - + export LC_ALL="C" - + if [ "${PN}" = "libperl" ] then dolib.so ${WORKDIR}/${LIBPERL} @@ -292,7 +292,7 @@ src_install() { dosym ../../../../${LIBPERL} ${coredir}/${LIBPERL} dosym ../../../../${LIBPERL} ${coredir}/libperl.so.${PERLSLOT} dosym ../../../../${LIBPERL} ${coredir}/libperl.so - + # Fix for "stupid" modules and programs dodir /usr/lib/perl5/site_perl/${PV}/${myarch}${mythreading} @@ -336,19 +336,19 @@ EOF --man3dir="${D}/usr/share/man/man3" --man3ext='3' # This removes ${D} from Config.pm and .packlist - for i in `find ${D} -iname "Config.pm"` `find ${D} -iname ".packlist"`;do + for i in `find ${D} -iname "Config.pm"` `find ${D} -iname ".packlist"`;do einfo "Removing ${D} from ${i}..." sed -e "s:${D}::" ${i} > ${i}.new &&\ mv ${i}.new ${i} || die "Sed failed" done fi - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ "${PN}" = "perl" ] then # HTML Documentation - # We expect errors, warnings, and such with the following. + # We expect errors, warnings, and such with the following. dodir /usr/share/doc/${PF}/html ./perl installhtml \ @@ -385,20 +385,20 @@ pkg_postinst() { # if there are already a perl installed, if so, link libperl.so # to that *soname* version of libperl.so ... local perlversion="`${ROOT}/usr/bin/perl -V:version | cut -d\' -f2 | cut -d. -f1,2`" - + cd ${ROOT}usr/lib # Link libperl.so to the *soname* versioned lib ... ln -snf `echo libperl.so.?.${perlversion} | cut -d. -f1,2,3` libperl.so else local x latest - + # Nope, we are not so lucky ... try to figure out what version # is the latest, and keep fingers crossed ... for x in `ls -1 ${ROOT}usr/lib/libperl.so.?.*` do latest="${x}" done - + cd ${ROOT}usr/lib # Link libperl.so to the *soname* versioned lib ... ln -snf `echo ${latest##*/} | cut -d. -f1,2,3` libperl.so @@ -420,7 +420,7 @@ pkg_postinst() { # Create libperl.so (we use the *soname* versioned lib here ..) ln -snf libperl.so.${PERLSLOT} ${ROOT}usr/lib/libperl.so fi - + if [ "${ROOT}" = "/" ] then ebegin "Converting C header files to the corresponding Perl format" @@ -449,7 +449,7 @@ pkg_postinst() { eerror "" sleep 5 eerror "" - + fi } diff --git a/sys-devel/libperl/libperl-5.8.1_rc1.ebuild b/sys-devel/libperl/libperl-5.8.1_rc1.ebuild index 3e6b540cc6d1..5784bdb62deb 100644 --- a/sys-devel/libperl/libperl-5.8.1_rc1.ebuild +++ b/sys-devel/libperl/libperl-5.8.1_rc1.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/libperl/libperl-5.8.1_rc1.ebuild,v 1.2 2003/07/12 02:52:41 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.1_rc1.ebuild,v 1.3 2003/09/05 02:02:21 msterret Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -55,7 +55,7 @@ IUSE="berkdb gdbm" -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -70,7 +70,7 @@ MY_P="perl-`echo $PV | sed 's/_rc/-RC/'`" S="${WORKDIR}/${MY_P}" DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="http://www.cpan.org/authors/id/J/JH/JHI/${MY_P}.tgz" -HOMEPAGE="http://www.perl.org" +HOMEPAGE="http://www.perl.org" if [ "${PN}" = "libperl" ] then @@ -141,7 +141,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -177,7 +177,7 @@ src_compile() { then myconf="${myconf} -Ud_longdbl" fi - + if [ "${PN}" = "libperl" ] then rm -f config.sh Policy.sh @@ -203,7 +203,7 @@ src_compile() { ${myconf} || die emake -f Makefile depend || die "Couldn't make libperl.so depends" - emake -f Makefile ${LIBPERL} || die "Unable to make libperl.so" + emake -f Makefile ${LIBPERL} || die "Unable to make libperl.so" mv ${LIBPERL} ${WORKDIR} else cat > config.over <<EOF @@ -240,17 +240,17 @@ sleep 10 -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= fi } src_install() { - + export LC_ALL="C" - + if [ "${PN}" = "libperl" ] then dolib.so ${WORKDIR}/${LIBPERL} @@ -263,7 +263,7 @@ src_install() { dosym ../../../../${LIBPERL} ${coredir}/${LIBPERL} dosym ../../../../${LIBPERL} ${coredir}/libperl.so.${PERLSLOT} dosym ../../../../${LIBPERL} ${coredir}/libperl.so - + # Fix for "stupid" modules and programs dodir /usr/lib/perl5/site_perl/${PV}/${myarch}${mythreading} @@ -307,19 +307,19 @@ EOF --man3dir="${D}/usr/share/man/man3" --man3ext='3' # This removes ${D} from Config.pm and .packlist - for i in `find ${D} -iname "Config.pm"` `find ${D} -iname ".packlist"`;do + for i in `find ${D} -iname "Config.pm"` `find ${D} -iname ".packlist"`;do einfo "Removing ${D} from ${i}..." sed -e "s:${D}::" ${i} > ${i}.new &&\ mv ${i}.new ${i} || die "Sed failed" done fi - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ "${PN}" = "perl" ] then # HTML Documentation - # We expect errors, warnings, and such with the following. + # We expect errors, warnings, and such with the following. dodir /usr/share/doc/${PF}/html ./perl installhtml \ @@ -354,20 +354,20 @@ pkg_postinst() { # if there are already a perl installed, if so, link libperl.so # to that *soname* version of libperl.so ... local perlversion="`${ROOT}/usr/bin/perl -V:version | cut -d\' -f2 | cut -d. -f1,2`" - + cd ${ROOT}usr/lib # Link libperl.so to the *soname* versioned lib ... ln -snf `echo libperl.so.?.${perlversion} | cut -d. -f1,2,3` libperl.so else local x latest - + # Nope, we are not so lucky ... try to figure out what version # is the latest, and keep fingers crossed ... for x in `ls -1 ${ROOT}usr/lib/libperl.so.?.*` do latest="${x}" done - + cd ${ROOT}usr/lib # Link libperl.so to the *soname* versioned lib ... ln -snf `echo ${latest##*/} | cut -d. -f1,2,3` libperl.so diff --git a/sys-devel/libperl/libperl-5.8.1_rc2.ebuild b/sys-devel/libperl/libperl-5.8.1_rc2.ebuild index 4bc23bd0d4c2..d39799c2c1b2 100644 --- a/sys-devel/libperl/libperl-5.8.1_rc2.ebuild +++ b/sys-devel/libperl/libperl-5.8.1_rc2.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/libperl/libperl-5.8.1_rc2.ebuild,v 1.1 2003/07/23 21:32:57 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.1_rc2.ebuild,v 1.2 2003/09/05 02:02:21 msterret Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -55,7 +55,7 @@ IUSE="berkdb gdbm" -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -70,7 +70,7 @@ MY_P="perl-`echo $PV | sed 's/_rc/-RC/'`" S="${WORKDIR}/${MY_P}" DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="http://www.cpan.org/authors/id/J/JH/JHI/${MY_P}.tar.gz" -HOMEPAGE="http://www.perl.org" +HOMEPAGE="http://www.perl.org" if [ "${PN}" = "libperl" ] then @@ -141,7 +141,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -177,7 +177,7 @@ src_compile() { then myconf="${myconf} -Ud_longdbl" fi - + if [ "${PN}" = "libperl" ] then rm -f config.sh Policy.sh @@ -203,7 +203,7 @@ src_compile() { ${myconf} || die emake -f Makefile depend || die "Couldn't make libperl.so depends" - emake -f Makefile ${LIBPERL} || die "Unable to make libperl.so" + emake -f Makefile ${LIBPERL} || die "Unable to make libperl.so" mv ${LIBPERL} ${WORKDIR} else cat > config.over <<EOF @@ -240,17 +240,17 @@ sleep 10 -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= fi } src_install() { - + export LC_ALL="C" - + if [ "${PN}" = "libperl" ] then dolib.so ${WORKDIR}/${LIBPERL} @@ -263,7 +263,7 @@ src_install() { dosym ../../../../${LIBPERL} ${coredir}/${LIBPERL} dosym ../../../../${LIBPERL} ${coredir}/libperl.so.${PERLSLOT} dosym ../../../../${LIBPERL} ${coredir}/libperl.so - + # Fix for "stupid" modules and programs dodir /usr/lib/perl5/site_perl/${PV}/${myarch}${mythreading} @@ -307,19 +307,19 @@ EOF --man3dir="${D}/usr/share/man/man3" --man3ext='3' # This removes ${D} from Config.pm and .packlist - for i in `find ${D} -iname "Config.pm"` `find ${D} -iname ".packlist"`;do + for i in `find ${D} -iname "Config.pm"` `find ${D} -iname ".packlist"`;do einfo "Removing ${D} from ${i}..." sed -e "s:${D}::" ${i} > ${i}.new &&\ mv ${i}.new ${i} || die "Sed failed" done fi - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ "${PN}" = "perl" ] then # HTML Documentation - # We expect errors, warnings, and such with the following. + # We expect errors, warnings, and such with the following. dodir /usr/share/doc/${PF}/html ./perl installhtml \ @@ -354,20 +354,20 @@ pkg_postinst() { # if there are already a perl installed, if so, link libperl.so # to that *soname* version of libperl.so ... local perlversion="`${ROOT}/usr/bin/perl -V:version | cut -d\' -f2 | cut -d. -f1,2`" - + cd ${ROOT}usr/lib # Link libperl.so to the *soname* versioned lib ... ln -snf `echo libperl.so.?.${perlversion} | cut -d. -f1,2,3` libperl.so else local x latest - + # Nope, we are not so lucky ... try to figure out what version # is the latest, and keep fingers crossed ... for x in `ls -1 ${ROOT}usr/lib/libperl.so.?.*` do latest="${x}" done - + cd ${ROOT}usr/lib # Link libperl.so to the *soname* versioned lib ... ln -snf `echo ${latest##*/} | cut -d. -f1,2,3` libperl.so diff --git a/sys-devel/m4/Manifest b/sys-devel/m4/Manifest index 239cddb75081..d7a26658936a 100644 --- a/sys-devel/m4/Manifest +++ b/sys-devel/m4/Manifest @@ -1,8 +1,8 @@ MD5 45f1eac72b4f9c81f6419b649302cbd9 ChangeLog 1796 -MD5 344c141dde2ead7ccaae2099abdbffa0 m4-1.4.ebuild 1197 -MD5 1222af6850824e44d2b117f21f38c874 m4-1.4o-r2.ebuild 1224 -MD5 91d641fdce19dae3b3af35d2106bc064 m4-1.4p-r1.ebuild 1545 -MD5 cdea44a8d06d1c5ec63b8665f0c5f396 m4-1.4p.ebuild 1534 +MD5 c06a03afd689cdc67c6b7a84166b6edf m4-1.4.ebuild 1193 +MD5 b33c32e0dba826ef64ae97f086ffa9d1 m4-1.4o-r2.ebuild 1142 +MD5 87d74d52dce6222d7e15acaa42aa65cc m4-1.4p-r1.ebuild 1540 +MD5 5eb850fad04a28f579500e015309f71b m4-1.4p.ebuild 1529 MD5 bb66a9e8ca60b752e95b5234d7f7b0b0 files/digest-m4-1.4 118 MD5 fd56a0a7848beda0e23b0c9efdb286df files/digest-m4-1.4o-r2 59 MD5 df58525b27b74338c793376824215b78 files/digest-m4-1.4p 63 diff --git a/sys-devel/m4/m4-1.4.ebuild b/sys-devel/m4/m4-1.4.ebuild index 8c4dcaecbb92..d747fe33a6ac 100644 --- a/sys-devel/m4/m4-1.4.ebuild +++ b/sys-devel/m4/m4-1.4.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/m4/m4-1.4.ebuild,v 1.6 2003/06/22 06:18:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.ebuild,v 1.7 2003/09/05 02:03:56 msterret Exp $ IUSE="nls" @@ -33,14 +33,14 @@ src_unpack() { src_compile() { local myconf= - + use nls || myconf="--disable-nls" - + ./configure --host=${CHOST} \ --prefix=/usr \ --enable-changeword \ ${myconf} || die - + emake || die } diff --git a/sys-devel/m4/m4-1.4o-r2.ebuild b/sys-devel/m4/m4-1.4o-r2.ebuild index b18dae993e74..7a821c52289a 100644 --- a/sys-devel/m4/m4-1.4o-r2.ebuild +++ b/sys-devel/m4/m4-1.4o-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/m4/m4-1.4o-r2.ebuild,v 1.13 2003/02/13 16:33:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r2.ebuild,v 1.14 2003/09/05 02:03:56 msterret Exp $ IUSE="nls" @@ -14,38 +14,34 @@ SLOT="0" KEYWORDS="x86 sparc " DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - >=sys-devel/libtool-1.3.5-r2" + nls? ( sys-devel/gettext ) + >=sys-devel/libtool-1.3.5-r2" RDEPEND="virtual/glibc" src_compile() { - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - try ./configure --prefix=/usr --libexecdir=/usr/lib \ - --mandir=/usr/share/man --infodir=/usr/share/info \ - --with-modules --host=${CHOST} ${myconf} - try make ${MAKEOPTS} + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --prefix=/usr --libexecdir=/usr/lib \ + --mandir=/usr/share/man --infodir=/usr/share/info \ + --with-modules --host=${CHOST} ${myconf} + try make ${MAKEOPTS} } src_install() { + cd ${S} - cd ${S} + try make prefix=${D}/usr libexecdir=${D}/usr/lib \ + mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - try make prefix=${D}/usr libexecdir=${D}/usr/lib \ - mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - - rm -rf ${D}/usr/include - - dodoc AUTHORS BACKLOG ChangeLog COPYING NEWS README* THANKS TODO - docinto modules - dodoc modules/README modules/TODO - docinto html - dodoc examples/WWW/*.htm + rm -rf ${D}/usr/include + dodoc AUTHORS BACKLOG ChangeLog COPYING NEWS README* THANKS TODO + docinto modules + dodoc modules/README modules/TODO + docinto html + dodoc examples/WWW/*.htm } - - diff --git a/sys-devel/m4/m4-1.4p-r1.ebuild b/sys-devel/m4/m4-1.4p-r1.ebuild index 923999aabd99..283d168b5a66 100644 --- a/sys-devel/m4/m4-1.4p-r1.ebuild +++ b/sys-devel/m4/m4-1.4p-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/m4/m4-1.4p-r1.ebuild,v 1.6 2003/03/11 21:11:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p-r1.ebuild,v 1.7 2003/09/05 02:03:56 msterret Exp $ inherit gnuconfig @@ -34,9 +34,9 @@ src_unpack() { src_compile() { local myconf= - + use nls || myconf="--disable-nls" - + ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --mandir=/usr/share/man \ @@ -44,7 +44,7 @@ src_compile() { --with-modules \ --host=${CHOST} \ ${myconf} || die - + make ${MAKEOPTS} || die } @@ -62,9 +62,8 @@ src_install() { dodoc modules/README modules/TODO docinto html dohtml examples/WWW/*.htm - + # mkconfig.sh creates this file in other revisions... # It shouldn't be there, so we delete it. rm -f /tmp/env } - diff --git a/sys-devel/m4/m4-1.4p.ebuild b/sys-devel/m4/m4-1.4p.ebuild index 49849fa42129..4086fdaee442 100644 --- a/sys-devel/m4/m4-1.4p.ebuild +++ b/sys-devel/m4/m4-1.4p.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/m4/m4-1.4p.ebuild,v 1.15 2003/02/24 10:11:26 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.16 2003/09/05 02:03:56 msterret Exp $ inherit gnuconfig @@ -36,7 +36,7 @@ src_compile() { then myconf="--disable-nls" fi - + ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --mandir=/usr/share/man \ @@ -44,7 +44,7 @@ src_compile() { --with-modules \ --host=${CHOST} \ ${myconf} || die - + make ${MAKEOPTS} || die } @@ -62,9 +62,8 @@ src_install() { dodoc modules/README modules/TODO docinto html dohtml examples/WWW/*.htm - + # mkconfig.sh creates this file in other revisions... # It shouldn't be there, so we delete it. rm -f /tmp/env } - |