diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:27:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:27:54 +0000 |
commit | 671ee61508947ebca9ecf7095ef0d36d5cc058a6 (patch) | |
tree | bfbd7af201da15d384c92859ef509f158d437e66 /dev-lang | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-671ee61508947ebca9ecf7095ef0d36d5cc058a6.tar.gz historical-671ee61508947ebca9ecf7095ef0d36d5cc058a6.tar.bz2 historical-671ee61508947ebca9ecf7095ef0d36d5cc058a6.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lang')
83 files changed, 547 insertions, 547 deletions
diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest index faba7ace62e6..195c2d69c8cc 100644 --- a/dev-lang/R/Manifest +++ b/dev-lang/R/Manifest @@ -1,16 +1,16 @@ +MD5 23c78e150ea900402a3f6c5757345277 ChangeLog 2448 +MD5 0f7bfd103476c37d91510ed754f05aab R-1.4.1-r1.ebuild 2462 +MD5 a29dc09858c830afb8839afa82a6f56b R-1.4.1.ebuild 2459 +MD5 d7a886d77da7d0b1bcb9350fe77ea693 R-1.5.1.ebuild 2758 MD5 69e7caa2fa11325d1729eb41abfd4e0e R-1.6.1.ebuild 2672 -MD5 01d2af740cfaf5c189387da47fc89770 R-1.7.1.ebuild 2698 -MD5 06575366d8d0a2f47dfa6a7478af1694 R-1.4.1.ebuild 2466 MD5 11e2f9279d2c8a6867a6f960fc0197cb R-1.6.2.ebuild 2674 -MD5 a129dec8f541cb4e8b21f51511d50b81 R-1.4.1-r1.ebuild 2469 MD5 cbdb91166892da7fd0cd8f5cace90706 R-1.7.0.ebuild 2674 -MD5 13e45453d57b8713d4640ae079b05fd6 R-1.5.1.ebuild 2764 -MD5 23c78e150ea900402a3f6c5757345277 ChangeLog 2448 +MD5 01d2af740cfaf5c189387da47fc89770 R-1.7.1.ebuild 2698 MD5 f695db67db56e52a2f19cff1e64a6e97 files/R-1.5.1-tcltk.diff 503 MD5 44015fe4137f1326769e89f2c2c2eda7 files/R-logo.png 4867 -MD5 0980ed6af02571cc8a1dc58941c5d2bf files/digest-R-1.4.1-r1 57 MD5 15ce6e575cf7a5844aa8deecb504e7be files/R.desktop 425 MD5 0980ed6af02571cc8a1dc58941c5d2bf files/digest-R-1.4.1 57 +MD5 0980ed6af02571cc8a1dc58941c5d2bf files/digest-R-1.4.1-r1 57 MD5 d8807f86bf0814c5b3d0f603d65e239f files/digest-R-1.5.1 57 MD5 922fc77976474c4c66e5d8357894907f files/digest-R-1.6.1 57 MD5 4d6a8f6796e8abc204cd16638749ddae files/digest-R-1.6.2 57 diff --git a/dev-lang/R/R-1.4.1-r1.ebuild b/dev-lang/R/R-1.4.1-r1.ebuild index 759f11bb0d05..3c1fc67c7dab 100644 --- a/dev-lang/R/R-1.4.1-r1.ebuild +++ b/dev-lang/R/R-1.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/dev-lang/R/R-1.4.1-r1.ebuild,v 1.10 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.4.1-r1.ebuild,v 1.11 2003/09/06 22:27:50 msterret Exp $ IUSE="atlas X tcltk gnome" @@ -9,8 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics." SRC_URI="http://cran.r-project.org/src/base/${P}.tgz" - - #There are daily release patches, don't know how to utilize these + + #There are daily release patches, don't know how to utilize these #"ftp://ftp.stat.math.ethz.ch/Software/${PN}/${PN}-release.diff.gz" HOMEPAGE="http://www.r-project.org/" @@ -33,14 +33,14 @@ KEYWORDS="x86 sparc " src_compile() { local myconf="--enable-R-profiling --enable-R-shlib --with-readline" - + #Eventually, we will want to take into account that a user may have #an alternate or additional blas libraries, - #i.e. USE variable blas and and virtual/blas + #i.e. USE variable blas and and virtual/blas use atlas || myconf="${myconf} --without-blas" #default enabled use X || myconf="${myconf} --without-x" #default enabled - + if use tcltk; then #configure needs to find the files tclConfig.sh and tkConfig.sh myconf="${myconf} --with-tcltk --with-tcl-config=/usr/lib --with-tk-config=/usr/lib" @@ -49,7 +49,7 @@ src_compile() { fi use gnome && myconf="${myconf} --with-gnome" #default disabled - + ./configure \ --host=${CHOST} \ --prefix=/usr \ @@ -62,7 +62,7 @@ src_compile() { } src_install () { - + make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ @@ -74,7 +74,7 @@ src_install () { cp ${D}/usr/bin/R ${S}/bin/R.orig sed -e '/^R_HOME_DIR=.*/s::R_HOME_DIR=/usr/lib/R:' \ ${S}/bin/R.orig > ${D}/usr/bin/R - + dodoc AUTHORS BUGS COPYING* ChangeLog FAQ INSTALL *NEWS README \ RESOURCES THANKS VERSION Y2K diff --git a/dev-lang/R/R-1.4.1.ebuild b/dev-lang/R/R-1.4.1.ebuild index 4b543e6f35b3..f18e19978df6 100644 --- a/dev-lang/R/R-1.4.1.ebuild +++ b/dev-lang/R/R-1.4.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/dev-lang/R/R-1.4.1.ebuild,v 1.10 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.4.1.ebuild,v 1.11 2003/09/06 22:27:51 msterret Exp $ IUSE="atlas X tcltk gnome" @@ -9,8 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics." SRC_URI="http://cran.r-project.org/src/base/${P}.tgz" - - #There are daily release patches, don't know how to utilize these + + #There are daily release patches, don't know how to utilize these #"ftp://ftp.stat.math.ethz.ch/Software/${PN}/${PN}-release.diff.gz" HOMEPAGE="http://www.r-project.org/" @@ -32,14 +32,14 @@ KEYWORDS="x86 sparc " src_compile() { local myconf="--enable-R-profiling --enable-R-shlib --with-readline" - + #Eventually, we will want to take into account that a user may have #an alternate or additional blas libraries, - #i.e. USE variable blas and and virtual/blas + #i.e. USE variable blas and and virtual/blas use atlas || myconf="${myconf} --without-blas" #default enabled use X || myconf="${myconf} --without-x" #default enabled - + if use tcltk; then #configure needs to find the files tclConfig.sh and tkConfig.sh myconf="${myconf} --with-tcltk --with-tcl-config=/usr/lib --with-tk-config=/usr/lib" @@ -48,7 +48,7 @@ src_compile() { fi use gnome && myconf="${myconf} --with-gnome" #default disabled - + ./configure \ --host=${CHOST} \ --prefix=/usr \ @@ -61,7 +61,7 @@ src_compile() { } src_install () { - + make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ @@ -73,7 +73,7 @@ src_install () { cp ${D}/usr/bin/R ${S}/bin/R.orig sed -e '/^R_HOME_DIR=.*/s::R_HOME_DIR=/usr/lib/R:' \ ${S}/bin/R.orig > ${D}/usr/bin/R - + dodoc AUTHORS BUGS COPYING* ChangeLog FAQ INSTALL *NEWS README \ RESOURCES THANKS VERSION Y2K diff --git a/dev-lang/R/R-1.5.1.ebuild b/dev-lang/R/R-1.5.1.ebuild index 082d30884bea..87d2baf0862b 100644 --- a/dev-lang/R/R-1.5.1.ebuild +++ b/dev-lang/R/R-1.5.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/dev-lang/R/R-1.5.1.ebuild,v 1.9 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.5.1.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ IUSE="atlas X tcltk gnome" @@ -9,8 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics." SRC_URI="http://cran.r-project.org/src/base/${P}.tgz" - - #There are daily release patches, don't know how to utilize these + + #There are daily release patches, don't know how to utilize these #"ftp://ftp.stat.math.ethz.ch/Software/${PN}/${PN}-release.diff.gz" HOMEPAGE="http://www.r-project.org/" @@ -38,14 +38,14 @@ src_unpack() { src_compile() { local myconf="--enable-R-profiling --enable-R-shlib --with-readline" - + #Eventually, we will want to take into account that a user may have #an alternate or additional blas libraries, - #i.e. USE variable blas and and virtual/blas + #i.e. USE variable blas and and virtual/blas use atlas || myconf="${myconf} --without-blas" #default enabled use X || myconf="${myconf} --without-x" #default enabled - + if use tcltk; then #configure needs to find the files tclConfig.sh and tkConfig.sh myconf="${myconf} --with-tcltk --with-tcl-config=/usr/lib --with-tk-config=/usr/lib" @@ -54,7 +54,7 @@ src_compile() { fi use gnome && myconf="${myconf} --with-gnome" #default disabled - + ./configure \ --host=${CHOST} \ --prefix=/usr \ @@ -67,7 +67,7 @@ src_compile() { } src_install () { - + make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ @@ -87,7 +87,7 @@ src_install () { rm R dosym ../lib/R/bin/R /usr/bin/R cd ${S} - + dodoc AUTHORS BUGS COPYING* ChangeLog FAQ INSTALL *NEWS README \ RESOURCES THANKS VERSION Y2K diff --git a/dev-lang/ccc/Manifest b/dev-lang/ccc/Manifest index adae6940f87b..b489dfad91c4 100644 --- a/dev-lang/ccc/Manifest +++ b/dev-lang/ccc/Manifest @@ -1,6 +1,6 @@ -MD5 07c23f2221e8354eb3a3c8d7c2b693e6 ccc-6.5.9.001.ebuild 5924 -MD5 4b3f7aa933313b8412980d239e4d2186 ccc-6.5.6.002.ebuild 5029 MD5 89a34b5621598b13374a5a68ee73ad09 ChangeLog 970 +MD5 25b3e588e0dc36d835538324da158266 ccc-6.5.6.002.ebuild 5028 +MD5 01baad62ac9cc4fbb51cbbdd14328ab3 ccc-6.5.9.001.ebuild 5922 MD5 091d23a4c0875c38225effcdc1c668a8 metadata.xml 1506 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ccc-6.5.6.002 0 MD5 f5926e7843dd4e86213deeba6cdb546d files/digest-ccc-6.5.9.001 76 diff --git a/dev-lang/ccc/ccc-6.5.6.002.ebuild b/dev-lang/ccc/ccc-6.5.6.002.ebuild index da19ae567de9..c62ea16a1ee8 100644 --- a/dev-lang/ccc/ccc-6.5.6.002.ebuild +++ b/dev-lang/ccc/ccc-6.5.6.002.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.1 2003/04/12 03:44:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -39,7 +39,7 @@ src_unpack() { if [ ! -f ${DISTDIR}/${ccc_rpm} ]; then eerror "" - eerror "Please download ${ccc_rpm} from" + eerror "Please download ${ccc_rpm} from" eerror "${HOMEPAGE}, and place it in" eerror "${DISTDIR}" eerror "" diff --git a/dev-lang/ccc/ccc-6.5.9.001.ebuild b/dev-lang/ccc/ccc-6.5.9.001.ebuild index 206b586dc89e..4720d21db85d 100644 --- a/dev-lang/ccc/ccc-6.5.9.001.ebuild +++ b/dev-lang/ccc/ccc-6.5.9.001.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.3 2003/06/23 17:08:25 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.4 2003/09/06 22:27:51 msterret Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -41,7 +41,7 @@ ee_license_reg="http://h18000.www1.hp.com/products/software/alpha-tools/ee-licen src_unpack() { # convert rpm into tar archive local ccc_rpm="ccc-${ccc_release}.alpha.rpm" - + if [ -z ${CCC_LICENSE_KEY} ]; then eerror "" eerror "You have not set the environment variable" @@ -64,12 +64,12 @@ src_unpack() { --output ${ccc_rpm} \ --decrypt ${DISTDIR}/${ccc_rpm}.crypt \ <<< ${CCC_LICENSE_KEY:-NULL} - + # Test PIPESTATUS for gpg result since last thing in pipeline is grep #if [ ${PIPESTATUS[0]} -ne 0 ]; then # die "Sorry, your license key doesnt seem to unlock the distribution" #fi - + ebegin "Unpacking ccc distribution..." # This is the same as using rpm2targz then extracting 'cept that # it's faster, less work, and less hard disk space. rpmoffset is @@ -126,7 +126,7 @@ src_compile() { # package # # this should no longer be nescessary with RDEPEND requiring >=libcpml-5.2.01-r2 - + #sed -i 's/^ version_high_enough / true /' \ # usr/lib/compaq/ccc-${ccc_release}/alpha-linux/bin/probe_linux.sh diff --git a/dev-lang/cfal/Manifest b/dev-lang/cfal/Manifest index a1e06fda4e23..44eaeeb8b453 100644 --- a/dev-lang/cfal/Manifest +++ b/dev-lang/cfal/Manifest @@ -1,3 +1,3 @@ -MD5 c9c5810575999d9caa79bc274835d5f0 cfal-1.2.0.4.ebuild 3879 MD5 70b6a4f1493da91c2d3365c7375a076b ChangeLog 397 +MD5 34517bfd678170a0107b88bcfc4b2ab4 cfal-1.2.0.4.ebuild 3875 MD5 459fdd606a760e1b9bb6ea8c50d58b7c files/digest-cfal-1.2.0.4 144 diff --git a/dev-lang/cfal/cfal-1.2.0.4.ebuild b/dev-lang/cfal/cfal-1.2.0.4.ebuild index 359f08997ba2..52a5daf8ab79 100644 --- a/dev-lang/cfal/cfal-1.2.0.4.ebuild +++ b/dev-lang/cfal/cfal-1.2.0.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/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.1 2003/08/19 22:24:41 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.support.compaq.com/alpha-tools" # its okay to set a SRC_URI here, as the rpm is gpg encrypted # and user must agree to the license before getting access -SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/crypt/cfal-1.2.0-4.alpha.rpm.crypt +SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/crypt/cfal-1.2.0-4.alpha.rpm.crypt ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/cfalrtl-1.2.0-3.alpha.rpm" S=${WORKDIR} @@ -40,7 +40,7 @@ src_unpack() { # convert rpm into tar archive local cfal_rpm="cfal-${cfal_release}.alpha.rpm" local cfalrtl_rpm="cfalrtl-${cfalrtl_release}.alpha.rpm" - + if [ -z ${CFAL_LICENSE_KEY} ]; then eerror "" eerror "You have not set the environment variable" @@ -62,7 +62,7 @@ src_unpack() { --passphrase-fd 0 \ --output ${cfal_rpm} \ --decrypt ${DISTDIR}/${cfal_rpm}.crypt - + ebegin "Unpacking cfal distribution..." # This is the same as using rpm2targz then extracting 'cept that # it's faster, less work, and less hard disk space. rpmoffset is @@ -95,7 +95,7 @@ src_compile() { mv ${S}/usr/doc/cfal-1.2.0/README ${S}/usr/doc/cfal-1.2.0/fort.man \ ${S}/usr/doc/cfal-1.2.0/decfortran90.hlp ${S} rm -rf ${S}/usr/doc - + # fix up lib paths - bug #15719, comment 6 einfo "Copying crtbegin/crtend from gcc..." gcc_libs_path="`gcc-config --get-lib-path`" @@ -110,12 +110,12 @@ src_compile() { src_install() { # move files over mv usr ${D} || die "cfal installation failed" - + dodoc README fort.man decfortran90.hlp dodir /lib dosym /usr/lib/compaq/cfal/fpp /lib/fpp - + prepalldocs prepallman } diff --git a/dev-lang/cxx/Manifest b/dev-lang/cxx/Manifest index 97daa651996d..8d56da1c3cc6 100644 --- a/dev-lang/cxx/Manifest +++ b/dev-lang/cxx/Manifest @@ -1,6 +1,6 @@ -MD5 3cb12f6e0b5e6a79a6675c72b1add31d cxx-6.5.9.31-r1.ebuild 5827 -MD5 e133467166ab271910d2566ae0088ec5 cxx-6.5.9.31.ebuild 5645 MD5 3c51f000d2942c53b63a434d0f1aef85 ChangeLog 928 +MD5 f748899d2053f214bc73a9ace9b16a98 cxx-6.5.9.31-r1.ebuild 5819 +MD5 c9721e3640e4e6236790a5e9c0fde768 cxx-6.5.9.31.ebuild 5645 MD5 1301db74278b5d421b45dc4c906b0796 metadata.xml 874 MD5 5bce56b04b2d22571e77109bfb41fbac files/digest-cxx-6.5.9.31 75 MD5 5bce56b04b2d22571e77109bfb41fbac files/digest-cxx-6.5.9.31-r1 75 diff --git a/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild b/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild index 1addd9baafa4..c80083cc1341 100644 --- a/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild +++ b/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.4 2003/06/23 17:11:53 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -56,7 +56,7 @@ src_unpack() { eerror "" die "no license key in \$CXX_LICENSE_KEY" fi - + # :-NULL safeguards against bash bug. einfo "Decrypting cxx distribution..." gpg --quiet \ @@ -66,7 +66,7 @@ src_unpack() { --output ${cxx_rpm} \ --decrypt ${DISTDIR}/${cxx_rpm}.crypt \ <<< ${CXX_LICENSE_KEY:-NULL} - + ebegin "Unpacking cxx distribution..." # This is the same as using rpm2targz then extracting 'cept that # it's faster, less work, and less hard disk space. rpmoffset is @@ -122,7 +122,7 @@ src_compile() { # is the wrong approach, but it will do for the first pass at this # package # - # update: No longer nescessary with >=libcpml-5.2.01-r2 + # update: No longer nescessary with >=libcpml-5.2.01-r2 # #sed -i 's/^ version_high_enough / true /' \ # usr/lib/compaq/cxx-${cxx_release}/alpha-linux/bin/probe_linux.sh diff --git a/dev-lang/cxx/cxx-6.5.9.31.ebuild b/dev-lang/cxx/cxx-6.5.9.31.ebuild index 62dce7a9b0aa..05fea91c5892 100644 --- a/dev-lang/cxx/cxx-6.5.9.31.ebuild +++ b/dev-lang/cxx/cxx-6.5.9.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/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.1 2003/04/15 14:49:59 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -52,7 +52,7 @@ src_unpack() { eerror "" die "no license key in \$CXX_LICENSE_KEY" fi - + # :-NULL safeguards against bash bug. einfo "Decrypting cxx distribution..." gpg --quiet --passphrase-fd 0 --output ${cxx_rpm} \ @@ -115,7 +115,7 @@ src_compile() { # is the wrong approach, but it will do for the first pass at this # package # - # update: No longer nescessary with >=libcpml-5.2.01-r2 + # update: No longer nescessary with >=libcpml-5.2.01-r2 # #sed -i 's/^ version_high_enough / true /' \ # usr/lib/compaq/cxx-${cxx_release}/alpha-linux/bin/probe_linux.sh diff --git a/dev-lang/entity/Manifest b/dev-lang/entity/Manifest index 96ffc5955085..3dea23aec0ab 100644 --- a/dev-lang/entity/Manifest +++ b/dev-lang/entity/Manifest @@ -1,5 +1,5 @@ MD5 3902fa7d30746b0cc28280d33ec77e82 ChangeLog 756 -MD5 2c355275917797b0b421202ed260b7a3 entity-0.7.2-r1.ebuild 2343 -MD5 47169515c827ac0cf1c7b998935c01e6 entity-0.7.2.ebuild 2326 +MD5 033c1f86aa93db810f3706043b0f9abe entity-0.7.2-r1.ebuild 2337 +MD5 3bb4b96ea93a3555768f6f0e4afa902e entity-0.7.2.ebuild 2319 MD5 ca78150c48e85c015a89488ab2ac3e66 files/digest-entity-0.7.2 64 MD5 ca78150c48e85c015a89488ab2ac3e66 files/digest-entity-0.7.2-r1 64 diff --git a/dev-lang/entity/entity-0.7.2-r1.ebuild b/dev-lang/entity/entity-0.7.2-r1.ebuild index 5dd6f75fd193..d7f0d7043245 100644 --- a/dev-lang/entity/entity-0.7.2-r1.ebuild +++ b/dev-lang/entity/entity-0.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2-r1.ebuild,v 1.12 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2-r1.ebuild,v 1.13 2003/09/06 22:27:51 msterret Exp $ IUSE="sdl gnome ssl opengl python tcltk perl" @@ -30,24 +30,24 @@ src_compile() { use tcltk \ && myconf="--enable-tcl=module --with-tcl=/usr/lib" \ || myconf="--enable-tcl=no" - + use perl \ && myconf="${myconf} --enable-perl=static" \ || myconf="${myconf} --enable-perl=no" - + use python \ && myconf="${myconf} --enable-python=static" \ || myconf="${myconf} --enable-python=no" - + use ssl \ && myconf="${myconf} --enable-openssl" - + use sdl \ && myconf="${myconf} --enable-sdl" - + use gnome \ && myconf="${myconf} --enable-gnome --enable-gdkimlib" - + use opengl \ && myconf="${myconf} --enable-gtkgl" @@ -80,7 +80,7 @@ src_install () { insinto /usr/share/entity/stembuilder/images doins stembuilder/images/*.xpm - dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO + dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO docinto txt dodoc docs/README* docs/*.txt docs/*.ascii dohtml -r docs diff --git a/dev-lang/entity/entity-0.7.2.ebuild b/dev-lang/entity/entity-0.7.2.ebuild index d75b7fbd09aa..0cb3f36d7726 100644 --- a/dev-lang/entity/entity-0.7.2.ebuild +++ b/dev-lang/entity/entity-0.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/dev-lang/entity/entity-0.7.2.ebuild,v 1.23 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2.ebuild,v 1.24 2003/09/06 22:27:51 msterret Exp $ IUSE="sdl gnome ssl opengl python tcltk perl" @@ -30,27 +30,27 @@ src_compile() { use tcltk \ && myconf="--enable-tcl=module --with-tcl=/usr/lib" \ || myconf="--enable-tcl=no" - + use perl \ && myconf="${myconf} --enable-perl=static" \ || myconf="${myconf} --enable-perl=no" - + use python \ && myconf="${myconf} --enable-python=static" \ || myconf="${myconf} --enable-python=no" - + use ssl \ && myconf="${myconf} --enable-openssl" - + use sdl \ && myconf="${myconf} --enable-sdl" - + use gnome \ && myconf="${myconf} --enable-gnome --enable-gdkimlib" - + use opengl \ && myconf="${myconf} --enable-gtkgl" - + DEBIAN_ENTITY_MAGIC="voodoo" CFLAGS="$CFLAGS -I/usr/X11R6/include" \ econf \ --enable-exec-class=yes \ @@ -79,7 +79,7 @@ src_install () { insinto /usr/share/entity/stembuilder/images doins stembuilder/images/*.xpm - dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO + dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO docinto txt dodoc docs/README* docs/*.txt docs/*.ascii dohtml -r docs diff --git a/dev-lang/gforth/Manifest b/dev-lang/gforth/Manifest index a366ea558974..dffc9f6947b9 100644 --- a/dev-lang/gforth/Manifest +++ b/dev-lang/gforth/Manifest @@ -1,7 +1,7 @@ -MD5 7a30c3b5440bf0523287414f644ce1db files/digest-gforth-0.5.0 65 +MD5 2a03052cfc8970dde707aa535584ce42 ChangeLog 754 +MD5 45ddcf3cf569665acd9f94efd62b4c18 gforth-0.5.0.ebuild 1376 +MD5 322e62344f1236a98bc877896ac633f8 gforth-0.6.1.ebuild 1391 MD5 74edc6d12c9a8d2858070dc09e2c264c files/50gforth-gentoo.el 200 +MD5 7a30c3b5440bf0523287414f644ce1db files/digest-gforth-0.5.0 65 MD5 a046426efcf946fd34d9ad1f22311bc9 files/digest-gforth-0.6.1 65 MD5 47338bda82d2c5cbd41aa03a5eaeea2a files/gforth.el-gentoo.patch 1428 -MD5 45ddcf3cf569665acd9f94efd62b4c18 gforth-0.5.0.ebuild 1376 -MD5 2a03052cfc8970dde707aa535584ce42 ChangeLog 754 -MD5 af7a506a0449cebcfd95a78f937b8ad4 gforth-0.6.1.ebuild 1388 diff --git a/dev-lang/gforth/gforth-0.6.1.ebuild b/dev-lang/gforth/gforth-0.6.1.ebuild index 677d50f6cbcc..7a065cbdfee1 100644 --- a/dev-lang/gforth/gforth-0.6.1.ebuild +++ b/dev-lang/gforth/gforth-0.6.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/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ IUSE="emacs" @@ -22,7 +22,7 @@ SITEFILE=50gforth-gentoo.el src_unpack() { unpack ${A} - cd ${S} && patch -p0 <${FILESDIR}/gforth.el-gentoo.patch || die + cd ${S} && patch -p0 <${FILESDIR}/gforth.el-gentoo.patch || die } src_compile() { diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest index d325d2b7841a..48757554f2ae 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -1,20 +1,20 @@ +MD5 31e212a04c2d364e65c4835ef257365d ChangeLog 4980 +MD5 42b857369c2e24507f00520e99fdaf5a ghc-5.02.3.ebuild 7646 +MD5 4e310a2cb7f0093cd85d9a366f2337cc ghc-5.04.2.ebuild 4536 MD5 53cadcab720c08f0d03fced644adc7ce ghc-5.04.3.ebuild 4536 -MD5 e3486ab7c78862821cbbd2404db9dbfd ghc-5.04.3-r1.ebuild 6070 MD5 d1ee334700eb465393538865978531b5 ghc-5.04.ebuild 6950 +MD5 a5f8e7551d3b9c8a5d2743503ee46dc8 ghc-5.04.3-r1.ebuild 6069 MD5 b6e8ef3b1bab47650ac6a3134e931375 ghc-6.0.ebuild 4262 -MD5 4e310a2cb7f0093cd85d9a366f2337cc ghc-5.04.2.ebuild 4536 -MD5 42b857369c2e24507f00520e99fdaf5a ghc-5.02.3.ebuild 7646 MD5 fa326cb3c1499ef73016242e06a243e9 ghc-6.0.1.ebuild 4264 -MD5 31e212a04c2d364e65c4835ef257365d ChangeLog 4980 -MD5 9da9270be8ac4d92d6a5c23fd519cc3c files/lndir.c 8050 -MD5 cc8947705ec2b2a685edb4eefddeebc2 files/ghc-5.02.3-gentoo.patch.bz2 14489 -MD5 1c126024044290a2f7e501c0f4415169 files/ghc-5.04-gentoo.patch.bz2 68891 -MD5 d4a4184d5dcf525047332f9c68e522f7 files/ghc-5.04.3-r1.patch 2717 -MD5 b5a1b76b1e1f437dcf7b9aa4b1545f40 files/ghc-4.08.2-gentoo.patch.bz2 640 -MD5 a20f2d9eabadd7ed4890784b905f857c files/digest-ghc-5.04.3-r1 68 -MD5 d417c9e24a826959ad6d921247e43328 files/digest-ghc-6.0.1 67 MD5 2891bd736d41f4aeea530385ef426d6d files/digest-ghc-5.02.3 207 +MD5 199f2676b7f849997c3e45c0c604c4a5 files/digest-ghc-5.04 205 MD5 7bf7dff845836a99f4b08d8b230d916f files/digest-ghc-5.04.2 68 MD5 a20f2d9eabadd7ed4890784b905f857c files/digest-ghc-5.04.3 68 +MD5 b5a1b76b1e1f437dcf7b9aa4b1545f40 files/ghc-4.08.2-gentoo.patch.bz2 640 +MD5 cc8947705ec2b2a685edb4eefddeebc2 files/ghc-5.02.3-gentoo.patch.bz2 14489 +MD5 1c126024044290a2f7e501c0f4415169 files/ghc-5.04-gentoo.patch.bz2 68891 +MD5 9da9270be8ac4d92d6a5c23fd519cc3c files/lndir.c 8050 +MD5 a20f2d9eabadd7ed4890784b905f857c files/digest-ghc-5.04.3-r1 68 +MD5 d4a4184d5dcf525047332f9c68e522f7 files/ghc-5.04.3-r1.patch 2717 MD5 1b6997afc8940a5df3f780897d78ee0a files/digest-ghc-6.0 65 -MD5 199f2676b7f849997c3e45c0c604c4a5 files/digest-ghc-5.04 205 +MD5 d417c9e24a826959ad6d921247e43328 files/digest-ghc-6.0.1 67 diff --git a/dev-lang/ghc/ghc-5.04.3-r1.ebuild b/dev-lang/ghc/ghc-5.04.3-r1.ebuild index f564c2e496d1..906f42ba0664 100644 --- a/dev-lang/ghc/ghc-5.04.3-r1.ebuild +++ b/dev-lang/ghc/ghc-5.04.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/dev-lang/ghc/ghc-5.04.3-r1.ebuild,v 1.4 2003/07/29 11:45:10 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.3-r1.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $ #Some explanation of bootstrap logic: # @@ -53,7 +53,7 @@ DEPEND="virtual/ghc >=app-text/docbook-dsssl-stylesheets-1.64 >=dev-haskell/haddock-0.4 tetex? ( >=app-text/tetex-1.0.7 - >=app-text/jadetex-3.12 ) ) + >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl virtual/glu virtual/glut )" diff --git a/dev-lang/gpc/Manifest b/dev-lang/gpc/Manifest index 1c1dfa024dac..50ccc63d7974 100644 --- a/dev-lang/gpc/Manifest +++ b/dev-lang/gpc/Manifest @@ -1,6 +1,6 @@ -MD5 ad8f10d75741e698735becc89e3fa79b files/digest-gpc-2.1 124 -MD5 8e81b3e198b66c75d685925dec67a68d files/gpc-20020510_lang.h.patch 249 -MD5 729eb15baaa5891ef0d83b1195ac342e files/digest-gpc-20030209 193 -MD5 23b08851efc0a4326367bc6ac0152896 gpc-2.1.ebuild 3010 MD5 31c4562d62e5bf2da92f01abdbdf9e5f ChangeLog 1300 +MD5 adcec6e6f4619d30e6fedbd0059792eb gpc-2.1.ebuild 3008 MD5 e5f02d121b917ec88d4b9e7470ada425 gpc-20030209.ebuild 4341 +MD5 ad8f10d75741e698735becc89e3fa79b files/digest-gpc-2.1 124 +MD5 729eb15baaa5891ef0d83b1195ac342e files/digest-gpc-20030209 193 +MD5 8e81b3e198b66c75d685925dec67a68d files/gpc-20020510_lang.h.patch 249 diff --git a/dev-lang/gpc/gpc-2.1.ebuild b/dev-lang/gpc/gpc-2.1.ebuild index 48e8b6ea5a2b..57fbd79a8213 100644 --- a/dev-lang/gpc/gpc-2.1.ebuild +++ b/dev-lang/gpc/gpc-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/dev-lang/gpc/gpc-2.1.ebuild,v 1.11 2003/02/13 10:25:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/gpc-2.1.ebuild,v 1.12 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Gnu Pascal Compiler" SRC_URI="http://gnu-pascal.de/current/${P}.tar.gz @@ -20,7 +20,7 @@ S="${WORKDIR}/gcc-2.95.3" src_unpack() { unpack "${P}.tar.gz" unpack "gcc-2.95.3.tar.gz" - + #the release is just a renamed 20020510 package #thus need to reset ${P} at this point P=gpc-20020510 @@ -38,7 +38,7 @@ src_unpack() { #it does not seem to do any harm patch lang.h < ${FILESDIR}/gpc-20020510_lang.h.patch - cd "${WORKDIR}/${P}" + cd "${WORKDIR}/${P}" mv p "${S}/gcc/" cd "${S}" @@ -87,7 +87,7 @@ src_install() { #now lib cd ${D}/usr/lib/ rm libiberty.a - + cd ${D}/usr/lib/gcc-lib/i686-pc-linux-gnu/ mv 2.95.3 2.95.3.orig mkdir 2.95.3 @@ -95,7 +95,7 @@ src_install() { mkdir 2.95.3/include mv 2.95.3.orig/include/gpc-in-c.h 2.95.3/include/ rm -rf 2.95.3.orig - + # Install documentation. #gpc wants to install some files and a lot of demos under /usr/doc diff --git a/dev-lang/gprolog/Manifest b/dev-lang/gprolog/Manifest index 0b020508c627..74acf1e6da18 100644 --- a/dev-lang/gprolog/Manifest +++ b/dev-lang/gprolog/Manifest @@ -1,5 +1,5 @@ +MD5 1ad5ab0a363912e0624171570aeea807 ChangeLog 559 +MD5 4a5c27726ace9cdfb1dfbde05fade966 gprolog-1.2.13.ebuild 1034 +MD5 34cd3d54d754732ac21d13dc5a80dcff gprolog-1.2.16.ebuild 1057 MD5 343cd0728a313eee77e9f5f9c9f74415 files/digest-gprolog-1.2.13 67 MD5 4156a4307e91ebac06c4df79dc7ceae0 files/digest-gprolog-1.2.16 132 -MD5 d1a58dae4db7356756f2ea39b3714d81 gprolog-1.2.13.ebuild 1033 -MD5 1ad5ab0a363912e0624171570aeea807 ChangeLog 559 -MD5 e5e247ff7cafcb80c6b8afba6404c5b4 gprolog-1.2.16.ebuild 1054 diff --git a/dev-lang/gprolog/gprolog-1.2.13.ebuild b/dev-lang/gprolog/gprolog-1.2.13.ebuild index f4a097b9489c..a47326cd2d96 100644 --- a/dev-lang/gprolog/gprolog-1.2.13.ebuild +++ b/dev-lang/gprolog/gprolog-1.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/gprolog-1.2.13.ebuild,v 1.3 2003/02/13 10:25:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/gprolog-1.2.13.ebuild,v 1.4 2003/09/06 22:27:51 msterret Exp $ IUSE="" @@ -36,5 +36,5 @@ src_install() { HTML_DIR=${D}/usr/share/doc/${P}/html \ EXAMPLES_DIR=${D}/usr/share/${P}/examples install || die "install failed" cd ${S}/.. - dodoc ChangeLog COPYING INSTALL NEWS PROBLEMS README VERSION + dodoc ChangeLog COPYING INSTALL NEWS PROBLEMS README VERSION } diff --git a/dev-lang/gprolog/gprolog-1.2.16.ebuild b/dev-lang/gprolog/gprolog-1.2.16.ebuild index 9f3e8efb7f38..7d73da05abed 100644 --- a/dev-lang/gprolog/gprolog-1.2.16.ebuild +++ b/dev-lang/gprolog/gprolog-1.2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/gprolog-1.2.16.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/gprolog-1.2.16.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ IUSE="" @@ -36,5 +36,5 @@ src_install() { HTML_DIR=${D}/usr/share/doc/${P}/html \ EXAMPLES_DIR=${D}/usr/share/${P}/examples install || die "install failed" cd ${S}/.. - dodoc ChangeLog COPYING INSTALL NEWS PROBLEMS README VERSION + dodoc ChangeLog COPYING INSTALL NEWS PROBLEMS README VERSION } diff --git a/dev-lang/helium/Manifest b/dev-lang/helium/Manifest index 98d53ed3c259..1e9fc13957f3 100644 --- a/dev-lang/helium/Manifest +++ b/dev-lang/helium/Manifest @@ -1,5 +1,5 @@ +MD5 088aab92c38922afb7310f4487d87f4a ChangeLog 653 +MD5 069a7799e03881cc2d29bc38e909cc6e helium-1.1.ebuild 1843 MD5 9383829eb1e80fc6be12c53d3162d58b files/digest-helium-1.1 119 MD5 538379c81a9dfdc87a15ce0e6a504c8a files/helium-1.1-readline.patch 1710 MD5 3991ed4891d6455e980008f704211a97 files/helium-wrapper 558 -MD5 088aab92c38922afb7310f4487d87f4a ChangeLog 653 -MD5 24bbc0324b2c261713425b16b057cf81 helium-1.1.ebuild 1849 diff --git a/dev-lang/helium/helium-1.1.ebuild b/dev-lang/helium/helium-1.1.ebuild index fa5377df5730..d793cd7e097b 100644 --- a/dev-lang/helium/helium-1.1.ebuild +++ b/dev-lang/helium/helium-1.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/dev-lang/helium/helium-1.1.ebuild,v 1.5 2003/08/05 18:57:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.6 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Helium (for learning Haskell)" HOMEPAGE="http://www.cs.uu.nl/~afie/helium" @@ -20,9 +20,9 @@ RDEPEND="virtual/glibc dev-libs/gmp readline? ( sys-libs/readline )" -src_unpack() { +src_unpack() { unpack ${P}-src.tar.gz - + # patch for readline support if requested if [ "`use readline`" ]; then patch -p0 -i ${FILESDIR}/${P}-readline.patch || die @@ -33,7 +33,7 @@ src_unpack() { mv ParsecPerm.hs ParsecPerm.hs.orig sed -e 's/(\$/(\$ /' ParsecPerm.hs.orig > ParsecPerm.hs } - + src_compile() { pushd lvm || die pushd src || die diff --git a/dev-lang/hugs98/Manifest b/dev-lang/hugs98/Manifest index 5e8fedb8a0c6..f69f42f11097 100644 --- a/dev-lang/hugs98/Manifest +++ b/dev-lang/hugs98/Manifest @@ -1,7 +1,7 @@ MD5 7b7030334b3b20888afdda6baefd4e4d ChangeLog 2630 MD5 ecb3014b175bf445ae635af0cee2d81d hugs98-2000.12-r1.ebuild 1064 -MD5 bbcbf591f41bb40e46d4f0e320158576 hugs98-2002.11-r1.ebuild 1139 -MD5 b50823132d587ce83ea640ca64d8a658 hugs98-2002.11.ebuild 1149 +MD5 24ac92330ff2564781ce5ca254078836 hugs98-2002.11.ebuild 1150 +MD5 e58b5e986047b3940e5e6decead9dd16 hugs98-2002.11-r1.ebuild 1138 MD5 d9342d57b4d22a12a7d09b7615dfe3c3 files/digest-hugs98-2000.12-r1 66 MD5 e34344bfc901d89daf1e5350ec13926d files/digest-hugs98-2002.11 67 MD5 e34344bfc901d89daf1e5350ec13926d files/digest-hugs98-2002.11-r1 67 diff --git a/dev-lang/hugs98/hugs98-2002.11-r1.ebuild b/dev-lang/hugs98/hugs98-2002.11-r1.ebuild index e11c813b2d4e..e1c9c390c0e5 100644 --- a/dev-lang/hugs98/hugs98-2002.11-r1.ebuild +++ b/dev-lang/hugs98/hugs98-2002.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/dev-lang/hugs98/hugs98-2002.11-r1.ebuild,v 1.1 2003/04/24 11:51:48 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11-r1.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $ IUSE="" @@ -40,7 +40,7 @@ src_install () { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + #somewhat clean-up installation of few docs cd ${S} dodoc Credits License Readme diff --git a/dev-lang/hugs98/hugs98-2002.11.ebuild b/dev-lang/hugs98/hugs98-2002.11.ebuild index f4dea3740e50..5c7679dab572 100644 --- a/dev-lang/hugs98/hugs98-2002.11.ebuild +++ b/dev-lang/hugs98/hugs98-2002.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11.ebuild,v 1.4 2003/02/13 10:25:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $ IUSE="" @@ -41,7 +41,7 @@ src_install () { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + #somewhat clean-up installation of few docs cd ${S} dodoc Credits License Readme diff --git a/dev-lang/icon/Manifest b/dev-lang/icon/Manifest index 3a1fd9ede840..ea2c42bd6361 100644 --- a/dev-lang/icon/Manifest +++ b/dev-lang/icon/Manifest @@ -1,4 +1,4 @@ MD5 fdb11db6b0812f43c3674e515302e367 ChangeLog 746 -MD5 049a7233902cb3301bac6732188b774c icon-9.40.ebuild 1138 +MD5 fc08ecd2029b48f388d55c7f0d1fce87 icon-9.40.ebuild 1139 MD5 abd61a0d7e185c2ac47a4539c79e5d0c files/digest-icon-9.40 62 MD5 fadf61644e614aee6ca9af4533791738 files/icon-9.40-gentoo.diff 244 diff --git a/dev-lang/icon/icon-9.40.ebuild b/dev-lang/icon/icon-9.40.ebuild index ad8bd9c8caae..1190bf8c55dc 100644 --- a/dev-lang/icon/icon-9.40.ebuild +++ b/dev-lang/icon/icon-9.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.12 2003/03/01 04:54:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.13 2003/09/06 22:27:51 msterret Exp $ MY_PV=${PV/./} SRC_URI="http://www.cs.arizona.edu/icon/ftp/packages/unix/icon.v${MY_PV}src.tgz" @@ -29,7 +29,7 @@ src_compile() { else make Configure name=intel_linux || die fi - + make || die # small builtin test diff --git a/dev-lang/nasm/Manifest b/dev-lang/nasm/Manifest index 92c99ccbc301..67b853689137 100644 --- a/dev-lang/nasm/Manifest +++ b/dev-lang/nasm/Manifest @@ -1,6 +1,6 @@ +MD5 d70d00b3f2a35b4354d38fca2b1e3052 ChangeLog 3122 +MD5 d5f1823abb4ce093751d2827d4fde9d6 nasm-0.98.37.ebuild 1130 +MD5 073c980e024cb2ae68af13a02e3cd898 nasm-0.98.36.ebuild 1123 MD5 c630822366bb6f18444c619566a4831b files/digest-nasm-0.98.37 65 MD5 a8068e96360f80d35fcdc23d81852269 files/digest-nasm-0.98.36 65 MD5 88550348598115ac7f0345ed60988c29 files/nasm-0.98.36-remove-doc-target.diff 958 -MD5 d5f1823abb4ce093751d2827d4fde9d6 nasm-0.98.37.ebuild 1130 -MD5 d70d00b3f2a35b4354d38fca2b1e3052 ChangeLog 3122 -MD5 18dd743c63f8a0db0826d3c24dfceadd nasm-0.98.36.ebuild 1122 diff --git a/dev-lang/nasm/nasm-0.98.36.ebuild b/dev-lang/nasm/nasm-0.98.36.ebuild index 9c631d72ab06..64b68ed79ed3 100644 --- a/dev-lang/nasm/nasm-0.98.36.ebuild +++ b/dev-lang/nasm/nasm-0.98.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.36.ebuild,v 1.4 2003/09/05 13:22:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.36.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="groovy little assembler" HOMEPAGE="http://nasm.sourceforge.net/" @@ -29,7 +29,7 @@ src_compile() { else make everything || die fi - + } src_install() { diff --git a/dev-lang/nhc98/Manifest b/dev-lang/nhc98/Manifest index 329a9c50ead2..86916d67991c 100644 --- a/dev-lang/nhc98/Manifest +++ b/dev-lang/nhc98/Manifest @@ -1,9 +1,9 @@ +MD5 95ff3475255be8bf9dcf93aa05d15cc3 ChangeLog 1648 +MD5 1ea2d771ae345d8f59cda34d6eb1f0b3 nhc98-1.12.ebuild 1600 +MD5 fc802efe3b388884c18af9cfc18d6347 nhc98-1.16.ebuild 1852 +MD5 db91938b5a6939302f96abaf3b9a34f2 nhc98-1.16-r1.ebuild 1707 MD5 cb9b8ca2325e79acfb518a8c77ed6192 files/digest-nhc98-1.12 66 +MD5 410a15e8992a631b9d59a2f6cb69ead5 files/digest-nhc98-1.16 127 MD5 2f41dd93a084141f569f8b1dc5c87eee files/hmakerc 335 MD5 deae8fae985674b5a477ee8da85160e6 files/nhc98-1.12-getenv.patch 515 -MD5 410a15e8992a631b9d59a2f6cb69ead5 files/digest-nhc98-1.16 127 MD5 410a15e8992a631b9d59a2f6cb69ead5 files/digest-nhc98-1.16-r1 127 -MD5 3979ac2117bd5d2b24eeed692d50855e nhc98-1.12.ebuild 1598 -MD5 95ff3475255be8bf9dcf93aa05d15cc3 ChangeLog 1648 -MD5 fc802efe3b388884c18af9cfc18d6347 nhc98-1.16.ebuild 1852 -MD5 db91938b5a6939302f96abaf3b9a34f2 nhc98-1.16-r1.ebuild 1707 diff --git a/dev-lang/nhc98/nhc98-1.12.ebuild b/dev-lang/nhc98/nhc98-1.12.ebuild index b5d68da8fbbf..40418a53db52 100644 --- a/dev-lang/nhc98/nhc98-1.12.ebuild +++ b/dev-lang/nhc98/nhc98-1.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/dev-lang/nhc98/nhc98-1.12.ebuild,v 1.9 2003/08/05 16:21:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/nhc98-1.12.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -43,7 +43,7 @@ src_install() { cd ${S} MACHINE=`script/harch` cp ${FILESDIR}/hmakerc ${D}/usr/lib/hmake/${MACHINE}/ - + #install docs and man pages manually dodoc README INSTALL COPYRIGHT doman man/* diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest index ce669d1b17a2..e95cb365b3bb 100644 --- a/dev-lang/perl/Manifest +++ b/dev-lang/perl/Manifest @@ -1,15 +1,19 @@ MD5 0ed23c2a48eada01ba41cd208c188ae5 ChangeLog 18794 -MD5 c8e4216a11db71fc9f9eb41cd229aa30 perl-5.8.0-r10.ebuild 14042 -MD5 8159b8145a8117b40e81230c01e0a162 perl-5.8.0-r9.ebuild 13567 -MD5 bebf63b411601f6e94c8bb10130dc613 perl-5.6.1-r10.ebuild 6818 -MD5 a87133157cee37153f632453056bca54 perl-5.6.1-r11.ebuild 6275 -MD5 79cee68621674f414f76eda6484fb6ee perl-5.6.1-r12.ebuild 7226 -MD5 5b3880ecf6b188acbb104ff973228c85 perl-5.8.0-r11.ebuild 9907 -MD5 3b1c243d7703573aad964d86b7f2045a perl-5.8.0-r12.ebuild 10330 -MD5 5a6a2b85873b9ff6ea1c15e0b899c859 perl-5.8.1_rc1.ebuild 10471 -MD5 6c182111579baf7800903fb18271d642 perl-5.8.1_rc2.ebuild 10476 -MD5 790abf2b5369df0a06e7624c26b8cdd2 perl-5.8.1_rc3.ebuild 10476 -MD5 bac5e7452acad4e82711ce7b4d1e9c0d perl-5.8.1_rc4.ebuild 10476 +MD5 24ff8508e26dad0bf26947852f9388b6 perl-5.6.1-r10.ebuild 6802 +MD5 51da78b2203cbf4e81dafb6e24dd2e22 perl-5.8.0-r10.ebuild 14009 +MD5 907c3574f85470b1f2148180f7321f20 perl-5.8.0-r9.ebuild 13534 +MD5 eb32eb1c9640aeeb3abe6998d26a6af8 perl-5.6.1-r11.ebuild 6258 +MD5 e4404b1b1cb433934704c2d5e8a36089 perl-5.6.1-r12.ebuild 7206 +MD5 31f5ae7d2343aa4819b892820b0ccaf7 perl-5.8.0-r11.ebuild 9890 +MD5 3dae0c22efbe8f918052ea70f156723f perl-5.8.0-r12.ebuild 10314 +MD5 d45968fa52ba2a4b1fd3b54d0be0f9a9 perl-5.8.1_rc1.ebuild 10455 +MD5 aa2447b410ec708d954d6049da67e5fa perl-5.8.1_rc2.ebuild 10458 +MD5 69e9d22842c4ef144b83b1efc487949b perl-5.8.1_rc3.ebuild 10458 +MD5 14cea63702f7654ee5ea0ab212a23004 perl-5.8.1_rc4.ebuild 10458 +MD5 ea9bf02b28e73e19dc85eb07f2347460 files/5.6.1-builtin-fixup.diff 777 +MD5 28fe3868fd4e47ca609f7af6156c94ea files/5.6.1-op-test-fix.diff 503 +MD5 6b85fd38953aa08ceab8d0fa92cdd2ac files/digest-perl-5.6.1-r10 859 +MD5 5dee2b8a9e5e840e7379f11ae07eb68c files/digest-perl-5.6.1-r11 859 MD5 8605f033c451df987f4631bbf9d7b481 files/digest-perl-5.8.0-r10 64 MD5 cc61dca6d96347b5d93cfdde1514feb4 files/digest-perl-5.8.0-r9 860 MD5 d2af75f06a64c5934db314ff38939cdd files/libperl-5.8.0-create-libperl-soname.patch 424 @@ -18,12 +22,8 @@ MD5 060e9f10466fdc1268c75a7cf4dcbc7c files/perl-5.8.0-RC2-special-h2ph-not-faili MD5 4e49da394d326bcb744c7990bd27d6ac files/perl-5.8.0-perldoc-emptydirs.patch 461 MD5 4e99f7529e149661372283c981cf17ff files/perl-5.8.0-prelink-lpthread.patch 476 MD5 393b3dff879c892d461901183d3b0055 files/perl-5.8.0-sockatmark-should-__THROW.patch 402 -MD5 ea9bf02b28e73e19dc85eb07f2347460 files/5.6.1-builtin-fixup.diff 777 -MD5 28fe3868fd4e47ca609f7af6156c94ea files/5.6.1-op-test-fix.diff 503 -MD5 6b85fd38953aa08ceab8d0fa92cdd2ac files/digest-perl-5.6.1-r10 859 -MD5 5dee2b8a9e5e840e7379f11ae07eb68c files/digest-perl-5.6.1-r11 859 -MD5 9f290d90a6928f0b9662b20c1426c48a files/digest-perl-5.6.1-r12 198 MD5 803b7c028f59008ea1e6d577e5c0bab0 files/stat.t 8884 +MD5 9f290d90a6928f0b9662b20c1426c48a files/digest-perl-5.6.1-r12 198 MD5 5c83a2e6f630182b708d39c7de034075 files/digest-perl-5.8.0-r11 188 MD5 5c83a2e6f630182b708d39c7de034075 files/digest-perl-5.8.0-r12 188 MD5 013255dc6a00399b13caaf899a72e8db files/perl-5.8.0-reorder-INC.patch 2292 diff --git a/dev-lang/perl/perl-5.6.1-r10.ebuild b/dev-lang/perl/perl-5.6.1-r10.ebuild index 45d160f10e63..fb49b5356546 100644 --- a/dev-lang/perl/perl-5.6.1-r10.ebuild +++ b/dev-lang/perl/perl-5.6.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r10.ebuild,v 1.8 2003/08/22 13:01:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r10.ebuild,v 1.9 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" @@ -30,7 +30,7 @@ src_compile() { if [ "${ARCH}" = "alpha" ]; then CFLAGS="${CFLAGS} -fPIC" CXXFLAGS="${CXXFLAGS} -fPIC" - fi + fi local myconf if [ "`use gdbm`" ] @@ -94,7 +94,7 @@ src_compile() { rm -rf ${S} unpack ${A} cd ${S} - + # configure for libperl.a # this is gross -- from Christian Gafton, Red Hat cat > config.over <<EOF @@ -148,7 +148,7 @@ EOF mv Makefile Makefile_orig sed -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - + #for some reason, this rm -f doesn't seem to actually do anything. So we explicitly use "Makefile" #(rather than the default "makefile") in all make commands below. #rm -f makefile x2p/makefile @@ -166,20 +166,20 @@ EOF echo "Skipping tests on this platform" else egrep -v "(<built-in>|<command line>)" x2p/makefile_orig >x2p/makefile - make -f Makefile test + make -f Makefile test fi } src_install() { -#The following is to handle international users. Perl does nls post-install - export LC_ALL=C +#The following is to handle international users. Perl does nls post-install + export LC_ALL=C export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` insinto /usr/lib/perl5/${PV}/${PARCH}/CORE/ doins ${WORKDIR}/libperl.so dosym /usr/lib/perl5/${PV}/${PARCH}/CORE/libperl.so /usr/lib/libperl.so - + # make -f Makefile \ # INSTALLMAN1DIR=${D}/usr/share/man/man1 \ @@ -212,7 +212,7 @@ src_install() { dodoc Changes* Artistic Copying README Todo* AUTHORS prepalldocs - + # HTML Documentation dodir /usr/share/doc/${PF}/html ${D}/usr/bin/perl installhtml --recurse --htmldir=${D}/usr/share/doc/${PF}/html diff --git a/dev-lang/perl/perl-5.6.1-r11.ebuild b/dev-lang/perl/perl-5.6.1-r11.ebuild index cb5996e4cdd9..8b45148b0c87 100644 --- a/dev-lang/perl/perl-5.6.1-r11.ebuild +++ b/dev-lang/perl/perl-5.6.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.9 2003/08/22 13:01:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" @@ -30,7 +30,7 @@ src_compile() { if [ "${ARCH}" = "alpha" ]; then CFLAGS="${CFLAGS} -fPIC" CXXFLAGS="${CXXFLAGS} -fPIC" - fi + fi local myconf if [ "`use gdbm`" ] @@ -52,7 +52,7 @@ src_compile() { fi # put in built-in removal patch - patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die + patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die patch -p0 < ${FILESDIR}/${PV}-op-test-fix.diff || die # configure for libperl.so @@ -96,9 +96,9 @@ src_compile() { cd ${S} # put in built-in removal patch - patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die + patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die patch -p0 < ${FILESDIR}/${PV}-op-test-fix.diff || die - + # configure for libperl.a # this is gross -- from Christian Gafton, Red Hat cat > config.over <<EOF @@ -152,7 +152,7 @@ EOF mv Makefile Makefile_orig sed -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - + make || die # Parallel make fails @@ -160,20 +160,20 @@ EOF if [ `expr "$PARCH" ":" "sparc"` -gt 4 ]; then echo "Skipping tests on this platform" else - make test + make test fi } src_install() { -#The following is to handle international users. Perl does nls post-install - export LC_ALL=C +#The following is to handle international users. Perl does nls post-install + export LC_ALL=C export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` insinto /usr/lib/perl5/${PV}/${PARCH}/CORE/ doins ${WORKDIR}/libperl.so dosym /usr/lib/perl5/${PV}/${PARCH}/CORE/libperl.so /usr/lib/libperl.so - + # make -f Makefile \ # INSTALLMAN1DIR=${D}/usr/share/man/man1 \ @@ -206,7 +206,7 @@ src_install() { dodoc Changes* Artistic Copying README Todo* AUTHORS prepalldocs - + # HTML Documentation dodir /usr/share/doc/${PF}/html ${D}/usr/bin/perl installhtml --recurse --htmldir=${D}/usr/share/doc/${PF}/html diff --git a/dev-lang/perl/perl-5.6.1-r12.ebuild b/dev-lang/perl/perl-5.6.1-r12.ebuild index 93b337a68e4e..50fdb223d3e8 100644 --- a/dev-lang/perl/perl-5.6.1-r12.ebuild +++ b/dev-lang/perl/perl-5.6.1-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r12.ebuild,v 1.6 2003/08/22 13:01:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r12.ebuild,v 1.7 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" MM_VERSION="6.05" @@ -22,7 +22,7 @@ DEPEND="sys-apps/groff >=sys-apps/portage-2.0.45-r5 >=sys-apps/sed-4 ${RDEPEND}" - + src_unpack() { unpack ${A} @@ -52,7 +52,7 @@ src_compile() { if [ "${ARCH}" = "alpha" ]; then CFLAGS="${CFLAGS} -fPIC" CXXFLAGS="${CXXFLAGS} -fPIC" - fi + fi local myconf if [ "`use gdbm`" ] @@ -74,7 +74,7 @@ src_compile() { fi # put in built-in removal patch - patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die + patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die patch -p0 < ${FILESDIR}/${PV}-op-test-fix.diff || die # configure for libperl.so @@ -118,9 +118,9 @@ src_compile() { cd ${S} # put in built-in removal patch - patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die + patch -p1 < ${FILESDIR}/${PV}-builtin-fixup.diff || die patch -p0 < ${FILESDIR}/${PV}-op-test-fix.diff || die - + # configure for libperl.a # this is gross -- from Christian Gafton, Red Hat cat > config.over <<EOF @@ -174,7 +174,7 @@ EOF mv Makefile Makefile_orig sed -e 's#^all: $(FIRSTMAKEFILE) #all: README #' \ Makefile_orig > Makefile - + make || die # Parallel make fails @@ -182,20 +182,20 @@ EOF if [ `expr "$PARCH" ":" "sparc"` -gt 4 ]; then echo "Skipping tests on this platform" else - make test + make test fi } src_install() { -#The following is to handle international users. Perl does nls post-install - export LC_ALL=C +#The following is to handle international users. Perl does nls post-install + export LC_ALL=C export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` insinto /usr/lib/perl5/${PV}/${PARCH}/CORE/ doins ${WORKDIR}/libperl.so dosym /usr/lib/perl5/${PV}/${PARCH}/CORE/libperl.so /usr/lib/libperl.so - + # make -f Makefile \ # INSTALLMAN1DIR=${D}/usr/share/man/man1 \ @@ -228,7 +228,7 @@ src_install() { dodoc Changes* Artistic Copying README Todo* AUTHORS prepalldocs - + # HTML Documentation dodir /usr/share/doc/${PF}/html ${D}/usr/bin/perl installhtml --recurse --htmldir=${D}/usr/share/doc/${PF}/html diff --git a/dev-lang/perl/perl-5.8.0-r10.ebuild b/dev-lang/perl/perl-5.8.0-r10.ebuild index 83fb3e184ccd..131f84880d9e 100644 --- a/dev-lang/perl/perl-5.8.0-r10.ebuild +++ b/dev-lang/perl/perl-5.8.0-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r10.ebuild,v 1.17 2003/08/22 13:01:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r10.ebuild,v 1.18 2003/09/06 22:27:51 msterret Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -52,7 +52,7 @@ # # Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002). -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -67,7 +67,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 @@ -178,7 +178,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -214,7 +214,7 @@ src_compile() { then myconf="${myconf} -Ud_longdbl" fi - + if [ "${PN}" = "libperl" ] then rm -f config.sh Policy.sh @@ -240,7 +240,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 @@ -277,17 +277,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} @@ -300,7 +300,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} @@ -344,19 +344,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" && -n "`use doc`" ]] 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 \ @@ -393,20 +393,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 @@ -428,7 +428,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" @@ -456,7 +456,7 @@ pkg_postinst() { eerror "for more information or to report a bug." eerror "" eerror "" - + fi } diff --git a/dev-lang/perl/perl-5.8.0-r11.ebuild b/dev-lang/perl/perl-5.8.0-r11.ebuild index cb057d0336a5..112228bf249e 100644 --- a/dev-lang/perl/perl-5.8.0-r11.ebuild +++ b/dev-lang/perl/perl-5.8.0-r11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r11.ebuild,v 1.8 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r11.ebuild,v 1.9 2003/09/06 22:27:51 msterret Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -106,7 +106,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -142,7 +142,7 @@ src_compile() { then myconf="${myconf} -Ud_longdbl" fi - + cat > config.over <<EOF installprefix=${D}/usr installarchlib=\`echo \$installarchlib | sed "s!\$prefix!\$installprefix!"\` @@ -177,16 +177,16 @@ EOF -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= } src_install() { - + export LC_ALL="C" - + # Need to do this, else apps do not link to dynamic version of # the library ... local coredir="/usr/lib/perl5/${PV}/${myarch}${mythreading}/CORE" @@ -194,7 +194,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} @@ -237,18 +237,18 @@ 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 - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ -n "`use doc`" ] 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 \ @@ -283,7 +283,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" diff --git a/dev-lang/perl/perl-5.8.0-r12.ebuild b/dev-lang/perl/perl-5.8.0-r12.ebuild index 314703127ae9..8bfc40077f81 100644 --- a/dev-lang/perl/perl-5.8.0-r12.ebuild +++ b/dev-lang/perl/perl-5.8.0-r12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r12.ebuild,v 1.12 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r12.ebuild,v 1.13 2003/09/06 22:27:51 msterret Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -115,7 +115,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -188,16 +188,16 @@ EOF -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= } src_install() { - + export LC_ALL="C" - + # Need to do this, else apps do not link to dynamic version of # the library ... local coredir="/usr/lib/perl5/${PV}/${myarch}${mythreading}/CORE" @@ -205,7 +205,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} @@ -248,18 +248,18 @@ 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 - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ -n "`use doc`" ] 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 \ @@ -294,7 +294,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" diff --git a/dev-lang/perl/perl-5.8.0-r9.ebuild b/dev-lang/perl/perl-5.8.0-r9.ebuild index 5af1cd33b0fa..4bd0940ef4a1 100644 --- a/dev-lang/perl/perl-5.8.0-r9.ebuild +++ b/dev-lang/perl/perl-5.8.0-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r9.ebuild,v 1.8 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.0-r9.ebuild,v 1.9 2003/09/06 22:27:51 msterret Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -52,7 +52,7 @@ # # Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002). -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -92,7 +92,7 @@ then =sys-devel/libperl-${PV}*" fi -RDEPEND="berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) +RDEPEND="berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" if [ "${PN}" = "libperl" ] @@ -166,7 +166,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -202,7 +202,7 @@ src_compile() { fi [ "${ARCH}" = "hppa" ] && append-flags -fPIC - + if [ "${PN}" = "libperl" ] then rm -f config.sh Policy.sh @@ -228,7 +228,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 @@ -265,17 +265,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} @@ -288,7 +288,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} @@ -332,19 +332,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 \ @@ -381,20 +381,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 @@ -416,7 +416,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" @@ -445,7 +445,7 @@ pkg_postinst() { eerror "" sleep 5 eerror "" - + fi } diff --git a/dev-lang/perl/perl-5.8.1_rc1.ebuild b/dev-lang/perl/perl-5.8.1_rc1.ebuild index 4e1810b3e4e4..0a62e7ac949c 100644 --- a/dev-lang/perl/perl-5.8.1_rc1.ebuild +++ b/dev-lang/perl/perl-5.8.1_rc1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc1.ebuild,v 1.9 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc1.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -115,7 +115,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -159,7 +159,7 @@ src_compile() { fi [ "${ARCH}" = "hppa" ] && append-flags -fPIC - + cat > config.over <<EOF installprefix=${D}/usr installarchlib=\`echo \$installarchlib | sed "s!\$prefix!\$installprefix!"\` @@ -194,16 +194,16 @@ EOF -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= } src_install() { - + export LC_ALL="C" - + # Need to do this, else apps do not link to dynamic version of # the library ... local coredir="/usr/lib/perl5/${PV}/${myarch}${mythreading}/CORE" @@ -211,7 +211,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} @@ -254,18 +254,18 @@ 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 - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ -n "`use doc`" ] 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 \ @@ -300,7 +300,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" diff --git a/dev-lang/perl/perl-5.8.1_rc2.ebuild b/dev-lang/perl/perl-5.8.1_rc2.ebuild index 5d8333c5972d..7ae8081ed3fc 100644 --- a/dev-lang/perl/perl-5.8.1_rc2.ebuild +++ b/dev-lang/perl/perl-5.8.1_rc2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc2.ebuild,v 1.4 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc2.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -115,7 +115,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -159,8 +159,8 @@ src_compile() { fi [ "${ARCH}" = "hppa" ] && append-flags -fPIC - - + + cat > config.over <<EOF installprefix=${D}/usr installarchlib=\`echo \$installarchlib | sed "s!\$prefix!\$installprefix!"\` @@ -195,16 +195,16 @@ EOF -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= } src_install() { - + export LC_ALL="C" - + # Need to do this, else apps do not link to dynamic version of # the library ... local coredir="/usr/lib/perl5/${PV}/${myarch}${mythreading}/CORE" @@ -212,7 +212,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} @@ -255,18 +255,18 @@ 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 - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ -n "`use doc`" ] 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 \ @@ -301,7 +301,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" diff --git a/dev-lang/perl/perl-5.8.1_rc3.ebuild b/dev-lang/perl/perl-5.8.1_rc3.ebuild index d0a0d8e1e467..39cc8d4f28eb 100644 --- a/dev-lang/perl/perl-5.8.1_rc3.ebuild +++ b/dev-lang/perl/perl-5.8.1_rc3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc3.ebuild,v 1.3 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc3.ebuild,v 1.4 2003/09/06 22:27:51 msterret Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -115,7 +115,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -159,8 +159,8 @@ src_compile() { fi [ "${ARCH}" = "hppa" ] && append-flags -fPIC - - + + cat > config.over <<EOF installprefix=${D}/usr installarchlib=\`echo \$installarchlib | sed "s!\$prefix!\$installprefix!"\` @@ -195,16 +195,16 @@ EOF -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= } src_install() { - + export LC_ALL="C" - + # Need to do this, else apps do not link to dynamic version of # the library ... local coredir="/usr/lib/perl5/${PV}/${myarch}${mythreading}/CORE" @@ -212,7 +212,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} @@ -255,18 +255,18 @@ 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 - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ -n "`use doc`" ] 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 \ @@ -301,7 +301,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" diff --git a/dev-lang/perl/perl-5.8.1_rc4.ebuild b/dev-lang/perl/perl-5.8.1_rc4.ebuild index f5bb67fdd4fa..457b8ca3bfb1 100644 --- a/dev-lang/perl/perl-5.8.1_rc4.ebuild +++ b/dev-lang/perl/perl-5.8.1_rc4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc4.ebuild,v 1.2 2003/08/22 13:01:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.1_rc4.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" @@ -115,7 +115,7 @@ src_compile() { export LC_ALL="C" local myconf="" - + if [ "`use threads`" ] then einfo "using threads" @@ -159,8 +159,8 @@ src_compile() { fi [ "${ARCH}" = "hppa" ] && append-flags -fPIC - - + + cat > config.over <<EOF installprefix=${D}/usr installarchlib=\`echo \$installarchlib | sed "s!\$prefix!\$installprefix!"\` @@ -195,16 +195,16 @@ EOF -Dcf_by='Gentoo' \ -Ud_csh \ ${myconf} || die "Unable to configure" - + MAKEOPTS="${MAKEOPTS} -j1" emake || die "Unable to make" - + emake -i test CCDLFLAGS= } src_install() { - + export LC_ALL="C" - + # Need to do this, else apps do not link to dynamic version of # the library ... local coredir="/usr/lib/perl5/${PV}/${myarch}${mythreading}/CORE" @@ -212,7 +212,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} @@ -255,18 +255,18 @@ 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 - + dodoc Changes* Artistic Copying README Todo* AUTHORS if [ -n "`use doc`" ] 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 \ @@ -301,7 +301,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" diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index fe232c9ecc90..a623c214e642 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,20 +1,20 @@ -MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3 62 +MD5 4044b53fdf0a2c2bd3f34b3d774f5457 ChangeLog 5804 +MD5 58b06d58bccd371fcbf1b781164c75a9 python-2.1.3-r1.ebuild 2345 +MD5 76b49950a9807c1b491b7cc04eca6458 python-2.2.1-r5.ebuild 2919 +MD5 c70d578ef0b3e6358108691e8b88d458 python-2.2.2.ebuild 3027 +MD5 b5ce70d94f27185e138e67267ff416fe python-2.2.2-r1.ebuild 3123 +MD5 789d8555967a31cc0de2126fa6468fc2 python-2.2.3.ebuild 2999 +MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 +MD5 605cac9cdfb644daa5bdfc187509736b python-2.2.3-r1.ebuild 3202 MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62 -MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2-r1 62 -MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997 -MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178 -MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r1 62 -MD5 2e09618aa68d0184ea63d68c799986dd files/python-2.2.3-db4.patch 1096 MD5 aa73c4258e3be099345a929ad6e01665 files/digest-python-2.2.1-r5 62 MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2 62 MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152 MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.1 178 MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.2 178 -MD5 067b51e93b48ce7877df67399883c842 python-2.1.3-r1.ebuild 2345 -MD5 1197270783d184d8abb7d7c5e81ecaea python-2.2.2-r1.ebuild 3125 -MD5 9cdcf1bf5e7e41309cda2e0b394d9224 python-2.2.3.ebuild 3003 -MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 -MD5 59ae92751ff4bec6fdc7e04da3848bb2 python-2.2.3-r1.ebuild 3207 -MD5 4acba90247dbf1f810e372bbb8f11cb9 python-2.2.1-r5.ebuild 2919 -MD5 81969a1011c98f45f1996ca956156d77 python-2.2.2.ebuild 3027 -MD5 4044b53fdf0a2c2bd3f34b3d774f5457 ChangeLog 5804 +MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2-r1 62 +MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997 +MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3 62 +MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178 +MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r1 62 +MD5 2e09618aa68d0184ea63d68c799986dd files/python-2.2.3-db4.patch 1096 diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index 11b68c0a5971..4b982080dd94 100644 --- a/dev-lang/python/python-2.1.3-r1.ebuild +++ b/dev-lang/python/python-2.1.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/dev-lang/python/python-2.1.3-r1.ebuild,v 1.10 2003/02/13 10:28:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.11 2003/09/06 22:27:51 msterret Exp $ IUSE="readline tcltk berkdb" @@ -35,10 +35,10 @@ src_compile() { t=${S}/Makefile.pre.in cp $t $t.orig || die sed 's:install-platlib.*:& --install-scripts=$(BINDIR):' $t.orig > $t - + local myopts #if we are creating a new build image, we remove the dependency on g++ - + econf --with-fpectl \ --with-threads \ --infodir='${prefix}'/share/info \ diff --git a/dev-lang/python/python-2.2.1-r5.ebuild b/dev-lang/python/python-2.2.1-r5.ebuild index 34c9e50993b6..12415a26851d 100644 --- a/dev-lang/python/python-2.2.1-r5.ebuild +++ b/dev-lang/python/python-2.2.1-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/dev-lang/python/python-2.2.1-r5.ebuild,v 1.9 2003/02/13 10:28:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r5.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -52,14 +52,14 @@ src_compile() { t=${S}/Makefile.pre.in cp $t $t.orig || die sed 's:install-platlib.*:& --install-scripts=$(BINDIR):' $t.orig > $t - + local myopts #if we are creating a new build image, we remove the dependency on g++ if [ "`use build`" -a ! "`use bootstrap`" ] then myopts="--with-cxx=no" fi - + econf --with-fpectl \ --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ @@ -83,7 +83,7 @@ src_install() { # it probably shouldn't - use DistUtils, people! insinto /usr/lib/python${PYVER}/config doins ${S}/Makefile.pre.in - + # While we're working on the config stuff... Let's fix the OPT var # so that it doesn't have any opts listed in it. Prevents the problem # with compiling things with conflicting opts later. diff --git a/dev-lang/python/python-2.2.2-r1.ebuild b/dev-lang/python/python-2.2.2-r1.ebuild index eb3130a1b510..dd89f7e230a4 100644 --- a/dev-lang/python/python-2.2.2-r1.ebuild +++ b/dev-lang/python/python-2.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2-r1.ebuild,v 1.2 2003/06/02 13:03:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2-r1.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -55,14 +55,14 @@ src_compile() { t="${S}/Makefile.pre.in" cp ${t} ${t}.orig || die sed 's:install-platlib.*:& --install-scripts=$(BINDIR):' ${t}.orig > ${t} - + local myopts #if we are creating a new build image, we remove the dependency on g++ if [ "`use build`" -a ! "`use bootstrap`" ] then myopts="--with-cxx=no" fi - + econf --with-fpectl \ --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ @@ -86,7 +86,7 @@ src_install() { # it probably shouldn't - use DistUtils, people! insinto /usr/lib/python${PYVER}/config doins ${S}/Makefile.pre.in - + # While we're working on the config stuff... Let's fix the OPT var # so that it doesn't have any opts listed in it. Prevents the problem # with compiling things with conflicting opts later. diff --git a/dev-lang/python/python-2.2.2.ebuild b/dev-lang/python/python-2.2.2.ebuild index 441a98dcbaa1..84f5b9d1ae96 100644 --- a/dev-lang/python/python-2.2.2.ebuild +++ b/dev-lang/python/python-2.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/dev-lang/python/python-2.2.2.ebuild,v 1.9 2003/02/23 01:05:12 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -52,14 +52,14 @@ src_compile() { t="${S}/Makefile.pre.in" cp ${t} ${t}.orig || die sed 's:install-platlib.*:& --install-scripts=$(BINDIR):' ${t}.orig > ${t} - + local myopts #if we are creating a new build image, we remove the dependency on g++ if [ "`use build`" -a ! "`use bootstrap`" ] then myopts="--with-cxx=no" fi - + econf --with-fpectl \ --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ @@ -83,7 +83,7 @@ src_install() { # it probably shouldn't - use DistUtils, people! insinto /usr/lib/python${PYVER}/config doins ${S}/Makefile.pre.in - + # While we're working on the config stuff... Let's fix the OPT var # so that it doesn't have any opts listed in it. Prevents the problem # with compiling things with conflicting opts later. diff --git a/dev-lang/python/python-2.2.3-r1.ebuild b/dev-lang/python/python-2.2.3-r1.ebuild index 54eb3fee82ad..9a764c8520ef 100644 --- a/dev-lang/python/python-2.2.3-r1.ebuild +++ b/dev-lang/python/python-2.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/dev-lang/python/python-2.2.3-r1.ebuild,v 1.5 2003/08/05 16:21:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r1.ebuild,v 1.6 2003/09/06 22:27:51 msterret Exp $ IUSE="readline tcltk berkdb bootstrap build doc" @@ -41,7 +41,7 @@ inherit flag-o-matic eutils src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-db4.patch + epatch ${FILESDIR}/${P}-db4.patch } src_compile() { @@ -55,17 +55,17 @@ src_compile() { t="${S}/Makefile.pre.in" cp ${t} ${t}.orig || die sed 's:install-platlib.*:& --install-scripts=$(BINDIR):' ${t}.orig > ${t} - + local myopts #if we are creating a new build image, we remove the dependency on g++ if [ "`use build`" -a ! "`use bootstrap`" ] then myopts="--with-cxx=no" fi - + # build python with threads support myopts="${myopts} --with-threads" - + econf --with-fpectl \ --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ @@ -76,10 +76,10 @@ src_compile() { src_install() { dodir /usr make install prefix=${D}/usr || die - + rm -f ${D}/usr/bin/python dosym python${PYVER_MAJOR}.${PYVER_MINOR} /usr/bin/python${PYVER_MAJOR} - dosym python${PYVER_MAJOR} /usr/bin/python + dosym python${PYVER_MAJOR} /usr/bin/python dodoc README # install our own custom python-config @@ -90,7 +90,7 @@ src_install() { # it probably shouldn't - use DistUtils, people! insinto /usr/lib/python${PYVER}/config doins ${S}/Makefile.pre.in - + # While we're working on the config stuff... Let's fix the OPT var # so that it doesn't have any opts listed in it. Prevents the problem # with compiling things with conflicting opts later. diff --git a/dev-lang/python/python-2.2.3.ebuild b/dev-lang/python/python-2.2.3.ebuild index bb940648165d..bf10659eef01 100644 --- a/dev-lang/python/python-2.2.3.ebuild +++ b/dev-lang/python/python-2.2.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/dev-lang/python/python-2.2.3.ebuild,v 1.6 2003/07/16 18:28:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3.ebuild,v 1.7 2003/09/06 22:27:51 msterret Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -49,14 +49,14 @@ src_compile() { t="${S}/Makefile.pre.in" cp ${t} ${t}.orig || die sed 's:install-platlib.*:& --install-scripts=$(BINDIR):' ${t}.orig > ${t} - + local myopts #if we are creating a new build image, we remove the dependency on g++ if [ "`use build`" -a ! "`use bootstrap`" ] then myopts="--with-cxx=no" fi - + econf --with-fpectl \ --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ @@ -67,10 +67,10 @@ src_compile() { src_install() { dodir /usr make install prefix=${D}/usr || die - + rm -f ${D}/usr/bin/python dosym python${PYVER_MAJOR}.${PYVER_MINOR} /usr/bin/python${PYVER_MAJOR} - dosym python${PYVER_MAJOR} /usr/bin/python + dosym python${PYVER_MAJOR} /usr/bin/python dodoc README # install our own custom python-config @@ -81,7 +81,7 @@ src_install() { # it probably shouldn't - use DistUtils, people! insinto /usr/lib/python${PYVER}/config doins ${S}/Makefile.pre.in - + # While we're working on the config stuff... Let's fix the OPT var # so that it doesn't have any opts listed in it. Prevents the problem # with compiling things with conflicting opts later. diff --git a/dev-lang/smalltalkx/Manifest b/dev-lang/smalltalkx/Manifest index 8713c0c04663..1c6c4b6ab3ff 100644 --- a/dev-lang/smalltalkx/Manifest +++ b/dev-lang/smalltalkx/Manifest @@ -1,3 +1,3 @@ -MD5 48faffcf1f2a85a05dc98d64b5453214 files/digest-smalltalkx-4.1.4 148 MD5 bb604068e47f345665f4bfd051aa0a8d ChangeLog 666 -MD5 57aa45d4766019c2e51776d41773fe5b smalltalkx-4.1.4.ebuild 1146 +MD5 fe8d6fdefd6697cf0502a04409864516 smalltalkx-4.1.4.ebuild 1147 +MD5 48faffcf1f2a85a05dc98d64b5453214 files/digest-smalltalkx-4.1.4 148 diff --git a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild b/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild index 492cb21a7d9d..aa4c5d1458c4 100644 --- a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild +++ b/dev-lang/smalltalkx/smalltalkx-4.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/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.5 2003/08/05 18:56:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.6 2003/09/06 22:27:51 msterret Exp $ MY_PV=${PV//./} S=${WORKDIR}/stx @@ -30,7 +30,7 @@ src_install() { done dodir /usr/bin - dosym /opt/smalltalk/${PV}/bin/smalltalk /usr/bin/smalltalk + dosym /opt/smalltalk/${PV}/bin/smalltalk /usr/bin/smalltalk # create a path entry in /etc/env.d echo "PATH=/opt/smalltalk/${PV}/bin" >> ${WORKDIR}/50smalltalkx diff --git a/dev-lang/squeak/Manifest b/dev-lang/squeak/Manifest index dc24f2866a64..0bcef493a546 100644 --- a/dev-lang/squeak/Manifest +++ b/dev-lang/squeak/Manifest @@ -1,5 +1,5 @@ MD5 0f3f5efa09089b39c09eea1d4d7a125b ChangeLog 544 -MD5 c53bbaba9bcac50e70877300900630b7 squeak-3.2.5.ebuild 2960 -MD5 814cd5ddbbbeb941d7b024dd5228faca squeak-3.4.1.ebuild 3024 +MD5 f558da018cd99c1230db0c9fe96c8672 squeak-3.2.5.ebuild 2925 +MD5 c5ee64830a6abb8992d522b313a0ab02 squeak-3.4.1.ebuild 2988 MD5 95975b038cad92087afe83055e6b2137 files/digest-squeak-3.2.5 69 MD5 e15651f69bf3b5c02f40bcffceefb53c files/digest-squeak-3.4.1 69 diff --git a/dev-lang/squeak/squeak-3.2.5.ebuild b/dev-lang/squeak/squeak-3.2.5.ebuild index 6e1445d0bdcb..d7f239ec8c1e 100644 --- a/dev-lang/squeak/squeak-3.2.5.ebuild +++ b/dev-lang/squeak/squeak-3.2.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/dev-lang/squeak/squeak-3.2.5.ebuild,v 1.2 2003/02/13 10:29:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.2.5.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Highly-portable Smalltalk-80 implementation" HOMEPAGE="http://www.squeak.org/" @@ -19,13 +19,13 @@ RDEPEND="=dev-lang/squeak-vm-3.2* S="${WORKDIR}/Squeak-3.2-5" -src_compile() { +src_compile() { local myconf="" - + use X || myconf="--without-x" use oss && myconf="${myconf} --with-audio=oss" use mmx && myconf="${myconf} --enable-mpg-mmx" - + cd ${S} mkdir build cd build @@ -47,9 +47,9 @@ src_compile() { emake || die } -src_install() { - cd ${S}/build - +src_install() { + cd ${S}/build + make DESTDIR=${D} ROOT=${D} install || die exeinto /usr/bin @@ -58,9 +58,9 @@ src_install() { ### the rest is all for the plugin cd nps - + # plugin sample, must be served to work, file:// doesnt work. - + insinto /usr/share/doc/squeak-3.2.5 doins test/plugintest.html doins test/plugintest.sts @@ -69,35 +69,35 @@ src_install() { SQ_DIR=/usr/lib/squeak VM_VERSION=3.2-5 - NPSQUEAK_SO=${SQ_DIR}/${VM_VERSION}/npsqueak.so + NPSQUEAK_SO=${SQ_DIR}/${VM_VERSION}/npsqueak.so sed "s|@SQ_DIR@|${SQ_DIR}|;s|@VM_VERSION@|${VM_VERSION}|;s|@NPSQUEAK_SO@|${NPSQUEAK_SO}|" \ npsqueakrun.in > npsqueakrun.in.2 sed "s|@SQ_DIR@|${SQ_DIR}|;s|@VM_VERSION@|${VM_VERSION}|;s|@NPSQUEAK_SO@|${NPSQUEAK_SO}|" \ npsqueakregister.in > npsqueakregister sed 's|^ensurefile|ensurefile "${HOME}/.npsqueak/SqueakPlugin.changes" "${SQ_DIR}/npsqueak.changes"\nensurefile|' npsqueakrun.in.2 > npsqueakrun - exeinto /usr/lib/squeak - doexe npsqueakregister + exeinto /usr/lib/squeak + doexe npsqueakregister exeinto /usr/lib/squeak/3.2-5 doexe npsqueakrun # install in browsers (no opera use flags?) - dodir /opt/netscape/plugins - dosym /usr/lib/squeak/3.2-5/npsqueak.so /opt/netscape/plugins - + dodir /opt/netscape/plugins + dosym /usr/lib/squeak/3.2-5/npsqueak.so /opt/netscape/plugins + if [ "`use mozilla`" ] ; then dodir /usr/lib/mozilla/plugins dosym /opt/netscape/plugins/npsqueak.so \ /usr/lib/mozilla/plugins/npsqueak.so fi - + # maybe we should install the image here.. - + # dosym /usr/lib/squeak/SqueakV3.sources /usr/lib/squeak/3.2-5/SqueakV3.sources # doins npsqueak.image - # doins npsqueak.changes + # doins npsqueak.changes } pkg_postinst() { diff --git a/dev-lang/squeak/squeak-3.4.1.ebuild b/dev-lang/squeak/squeak-3.4.1.ebuild index 6349264c3afe..687998cbd506 100644 --- a/dev-lang/squeak/squeak-3.4.1.ebuild +++ b/dev-lang/squeak/squeak-3.4.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/dev-lang/squeak/squeak-3.4.1.ebuild,v 1.1 2003/05/21 11:53:43 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.4.1.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $ #Simply change these numbers for different versions MV=3.4 @@ -24,13 +24,13 @@ RDEPEND="dev-lang/squeak-vm S="${WORKDIR}/Squeak-${NV}" -src_compile() { +src_compile() { local myconf="" - + use X || myconf="--without-x" use oss && myconf="${myconf} --with-audio=oss" use mmx && myconf="${myconf} --enable-mpg-mmx" - + cd ${S} mkdir build cd build @@ -52,9 +52,9 @@ src_compile() { emake || die } -src_install() { - cd ${S}/build - +src_install() { + cd ${S}/build + make DESTDIR=${D} ROOT=${D} install || die exeinto /usr/bin @@ -63,9 +63,9 @@ src_install() { ### the rest is all for the plugin cd nps - + # plugin sample, must be served to work, file:// doesnt work. - + insinto /usr/share/doc/squeak-${FV} doins test/plugintest.html doins test/plugintest.sts @@ -74,35 +74,35 @@ src_install() { SQ_DIR=/usr/lib/squeak VM_VERSION=${NV} - NPSQUEAK_SO=${SQ_DIR}/${VM_VERSION}/npsqueak.so + NPSQUEAK_SO=${SQ_DIR}/${VM_VERSION}/npsqueak.so sed "s|@SQ_DIR@|${SQ_DIR}|;s|@VM_VERSION@|${VM_VERSION}|;s|@NPSQUEAK_SO@|${NPSQUEAK_SO}|" \ npsqueakrun.in > npsqueakrun.in.2 sed "s|@SQ_DIR@|${SQ_DIR}|;s|@VM_VERSION@|${VM_VERSION}|;s|@NPSQUEAK_SO@|${NPSQUEAK_SO}|" \ npsqueakregister.in > npsqueakregister sed 's|^ensurefile|ensurefile "${HOME}/.npsqueak/SqueakPlugin.changes" "${SQ_DIR}/npsqueak.changes"\nensurefile|' npsqueakrun.in.2 > npsqueakrun - exeinto /usr/lib/squeak - doexe npsqueakregister + exeinto /usr/lib/squeak + doexe npsqueakregister exeinto /usr/lib/squeak/${NV} doexe npsqueakrun # install in browsers (no opera use flags?) - dodir /opt/netscape/plugins - dosym /usr/lib/squeak/${NV}/npsqueak.so /opt/netscape/plugins - + dodir /opt/netscape/plugins + dosym /usr/lib/squeak/${NV}/npsqueak.so /opt/netscape/plugins + if [ "`use mozilla`" ] ; then dodir /usr/lib/mozilla/plugins dosym /opt/netscape/plugins/npsqueak.so \ /usr/lib/mozilla/plugins/npsqueak.so fi - + # maybe we should install the image here.. - + # dosym /usr/lib/squeak/SqueakV3.sources /usr/lib/squeak/${NV}/SqueakV3.sources # doins npsqueak.image - # doins npsqueak.changes + # doins npsqueak.changes } pkg_postinst() { diff --git a/dev-lang/stratego/Manifest b/dev-lang/stratego/Manifest index fb0e7deb3b5a..bcf08072f577 100644 --- a/dev-lang/stratego/Manifest +++ b/dev-lang/stratego/Manifest @@ -1,5 +1,5 @@ +MD5 105f5a8e88a92bedd6cd5050c7111d5f ChangeLog 2556 +MD5 49583d2c596d3aecd503db03a4af9133 stratego-0.8.1.ebuild 901 +MD5 0abba665c9056c3ccc2ffb3fb61bada0 stratego-0.8.ebuild 737 MD5 8ec323e2bf9a0b7aa6fa098191cd860f files/digest-stratego-0.8 65 MD5 f1c3a70b539596218da8cd99217b962f files/digest-stratego-0.8.1 67 -MD5 0abba665c9056c3ccc2ffb3fb61bada0 stratego-0.8.ebuild 737 -MD5 105f5a8e88a92bedd6cd5050c7111d5f ChangeLog 2556 -MD5 251b4f380e870c9720071e2c5cc1fdd0 stratego-0.8.1.ebuild 900 diff --git a/dev-lang/stratego/stratego-0.8.1.ebuild b/dev-lang/stratego/stratego-0.8.1.ebuild index 09069342f0c1..450a7b438083 100644 --- a/dev-lang/stratego/stratego-0.8.1.ebuild +++ b/dev-lang/stratego/stratego-0.8.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/dev-lang/stratego/stratego-0.8.1.ebuild,v 1.9 2003/08/05 18:57:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.1.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Stratego term-rewriting language" HOMEPAGE="http://www.stratego-language.org/" @@ -8,14 +8,14 @@ SRC_URI="http://www.stratego-language.org/ftp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND=">=dev-libs/aterm-1.6.7 >=dev-libs/cpl-stratego-0.4" src_compile() { # 2002-11-02, karltk@gentoo.org: - # The Stratego build system is b0rken; it installs before + # The Stratego build system is b0rken; it installs before # compilation is finished. Thorougly annoying. econf || die "econf failed" # make DESTDIR=${D} -C srts install || die diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest index bd790ee92b3d..cb4cef3c6b47 100644 --- a/dev-lang/swig/Manifest +++ b/dev-lang/swig/Manifest @@ -1,9 +1,9 @@ MD5 ffcf9febd450c9cf080a3f795b2fe4ea ChangeLog 1635 -MD5 801a44fb0ba446cf346ebb8a44629951 swig-1.3.10-r1.ebuild 1435 -MD5 e7c2e005ac540017455ad6c891f862fb swig-1.3.10-r2.ebuild 1607 -MD5 eaba74d8ded36df16acc099864a6e193 swig-1.3.15.ebuild 1602 -MD5 384e1ef392999b6be0c100cf6a77ac13 swig-1.3.16.ebuild 1606 -MD5 0634cf30d6bbd922ff8adc6528bf0405 swig-1.3.19.ebuild 1616 +MD5 56d3c0d9ad2a944a4536cbe876db5fd7 swig-1.3.10-r1.ebuild 1433 +MD5 f2a098397453a371a95e355658867ba7 swig-1.3.10-r2.ebuild 1605 +MD5 da1ec094bcbe81f8055d4d955570f79d swig-1.3.15.ebuild 1601 +MD5 9a4d05ad954a4f20d6ab0e173925bb91 swig-1.3.16.ebuild 1606 +MD5 0e30d1b640ff64649363b782a07d1593 swig-1.3.19.ebuild 1619 MD5 3401a99e11b722195726e0be08702ea1 files/digest-swig-1.3.10-r1 64 MD5 3401a99e11b722195726e0be08702ea1 files/digest-swig-1.3.10-r2 64 MD5 1306e2daaac98d3744368c28640b508b files/digest-swig-1.3.15 64 diff --git a/dev-lang/swig/swig-1.3.10-r1.ebuild b/dev-lang/swig/swig-1.3.10-r1.ebuild index e4133dd6c5d4..7d9c6e1d11ca 100644 --- a/dev-lang/swig/swig-1.3.10-r1.ebuild +++ b/dev-lang/swig/swig-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r1.ebuild,v 1.12 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r1.ebuild,v 1.13 2003/09/06 22:27:51 msterret Exp $ IUSE="java guile python tcltk ruby perl" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc guile? ( >=dev-util/guile-1.4 ) tcltk? ( >=dev-lang/tk-8.3 ) perl? ( >=dev-lang/perl-5.6.1 )" - + SLOT="0" LICENSE="as-is" @@ -32,10 +32,10 @@ src_compile() { use guile && myc="$myc --with-guile" || myc="$myc --without-guile" use tcltk && myc="$myc --with-tcl" || myc="$myc --without-tcl" use perl && myc="$myc --with-perl" || myc="$myc --without-perl" - + unset CXXFLAGS unset CFLAGS - + ./configure \ --host=${CHOST} \ --prefix=/usr \ diff --git a/dev-lang/swig/swig-1.3.10-r2.ebuild b/dev-lang/swig/swig-1.3.10-r2.ebuild index 4f940d712b0d..23a356e88fad 100644 --- a/dev-lang/swig/swig-1.3.10-r2.ebuild +++ b/dev-lang/swig/swig-1.3.10-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/dev-lang/swig/swig-1.3.10-r2.ebuild,v 1.13 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r2.ebuild,v 1.14 2003/09/06 22:27:51 msterret Exp $ IUSE="java guile python tcltk ruby perl" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc guile? ( >=dev-util/guile-1.4 ) tcltk? ( >=dev-lang/tk-8.3 ) perl? ( >=dev-lang/perl-5.6.1 )" - + SLOT="0" LICENSE="as-is" @@ -38,13 +38,13 @@ src_compile() { || myc="$myc --without-tcl" use perl && myc="$myc --with-perl" \ || myc="$myc --without-perl" - + unset CXXFLAGS unset CFLAGS use ruby && local rubyver="`ruby --version | cut -d '.' -f 1,2`" use ruby && RUBY="/usr/lib/ruby/${rubyver/ruby /}/" - + ./configure \ --host=${CHOST} \ --prefix=/usr \ diff --git a/dev-lang/swig/swig-1.3.15.ebuild b/dev-lang/swig/swig-1.3.15.ebuild index 8817e8c92b2a..ada4526b96cc 100644 --- a/dev-lang/swig/swig-1.3.15.ebuild +++ b/dev-lang/swig/swig-1.3.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/dev-lang/swig/swig-1.3.15.ebuild,v 1.6 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.15.ebuild,v 1.7 2003/09/06 22:27:51 msterret Exp $ IUSE="java guile python tcltk ruby perl" @@ -35,13 +35,13 @@ src_compile() { || myc="$myc --without-tcl" use perl && myc="$myc --with-perl" \ || myc="$myc --without-perl" - + unset CXXFLAGS unset CFLAGS use ruby && local rubyver="`ruby --version | cut -d '.' -f 1,2`" use ruby && RUBY="/usr/lib/ruby/${rubyver/ruby /}/" - + ./configure \ --host=${CHOST} \ --prefix=/usr \ diff --git a/dev-lang/swig/swig-1.3.16.ebuild b/dev-lang/swig/swig-1.3.16.ebuild index c25276c88edc..0ce4780b9508 100644 --- a/dev-lang/swig/swig-1.3.16.ebuild +++ b/dev-lang/swig/swig-1.3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.16.ebuild,v 1.7 2003/08/17 09:10:18 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.16.ebuild,v 1.8 2003/09/06 22:27:51 msterret Exp $ IUSE="java guile python tcltk ruby perl" @@ -35,13 +35,13 @@ src_compile() { || myc="$myc --without-tcl" use perl && myc="$myc --with-perl" \ || myc="$myc --without-perl" - + unset CXXFLAGS unset CFLAGS use ruby && local rubyver="`ruby --version | cut -d '.' -f 1,2`" use ruby && RUBY="/usr/lib/ruby/${rubyver/ruby /}/" - + ./configure \ --host=${CHOST} \ --prefix=/usr \ diff --git a/dev-lang/swig/swig-1.3.19.ebuild b/dev-lang/swig/swig-1.3.19.ebuild index e0e40f719bce..7e49ebc6f497 100644 --- a/dev-lang/swig/swig-1.3.19.ebuild +++ b/dev-lang/swig/swig-1.3.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.19.ebuild,v 1.1 2003/07/29 14:54:05 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.19.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $ IUSE="java guile python tcltk ruby perl" @@ -35,13 +35,13 @@ src_compile() { || myc="$myc --without-tcl" use perl && myc="$myc --with-perl" \ || myc="$myc --without-perl" - + unset CXXFLAGS unset CFLAGS use ruby && local rubyver="`ruby --version | cut -d '.' -f 1,2`" use ruby && RUBY="/usr/lib/ruby/${rubyver/ruby /}/" - + ./configure \ --host=${CHOST} \ --prefix=/usr \ diff --git a/dev-lang/tcl/Manifest b/dev-lang/tcl/Manifest index f06dffebc003..a74748eb847c 100644 --- a/dev-lang/tcl/Manifest +++ b/dev-lang/tcl/Manifest @@ -1,13 +1,13 @@ +MD5 3aa2a254c5916ebf1b3c2a806a8b2cb9 ChangeLog 2560 +MD5 efce7f63c18f3658617fda1b3f7d5838 tcl-8.3.3-r1.ebuild 2065 +MD5 08cf84b54506f74693dfb290bcb9ed09 tcl-8.3.3-r3.ebuild 2168 +MD5 e2b68ca009a061f2904e82843493906d tcl-8.3.4.ebuild 2179 +MD5 8c2b1fbfbd6a363e66afa121c021bb0b tcl-8.4.2.ebuild 2649 +MD5 294413bdc33e50063240be6ae9914276 tcl-8.4.2-r1.ebuild 2655 +MD5 e4221a44aa7483a63c711162f334b20e tcl-8.4.3.ebuild 2652 MD5 ee8221e881e685cb7836325e4021881e files/digest-tcl-8.3.3-r1 61 MD5 ee8221e881e685cb7836325e4021881e files/digest-tcl-8.3.3-r3 61 MD5 d7d05b473cf799a637baaa9f321b070f files/digest-tcl-8.3.4 121 MD5 f608ebc717b6f106b101e76b49c89df2 files/digest-tcl-8.4.2 65 MD5 f608ebc717b6f106b101e76b49c89df2 files/digest-tcl-8.4.2-r1 65 MD5 805b9b9face80f817e3a995e109d524d files/digest-tcl-8.4.3 65 -MD5 4d789330b75b3718dbf9176d90ba8d25 tcl-8.3.3-r1.ebuild 2074 -MD5 ef64831bbaf6b767a5529e51493f8bed tcl-8.3.3-r3.ebuild 2177 -MD5 bffe9e3745c5a02b5a5dc2a00d906152 tcl-8.3.4.ebuild 2188 -MD5 3aa2a254c5916ebf1b3c2a806a8b2cb9 ChangeLog 2560 -MD5 283dced8142b077f7703628a4dcb2861 tcl-8.4.2.ebuild 2658 -MD5 1a764eb397808036f1aec8e48e5a2da9 tcl-8.4.2-r1.ebuild 2664 -MD5 b9c0e0b47fd2b4abe52eb0f7630859e9 tcl-8.4.3.ebuild 2661 diff --git a/dev-lang/tcl/tcl-8.3.3-r1.ebuild b/dev-lang/tcl/tcl-8.3.3-r1.ebuild index d4e4967bd069..45ba338fcd28 100644 --- a/dev-lang/tcl/tcl-8.3.3-r1.ebuild +++ b/dev-lang/tcl/tcl-8.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/dev-lang/tcl/tcl-8.3.3-r1.ebuild,v 1.13 2003/02/13 10:31:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r1.ebuild,v 1.14 2003/09/06 22:27:51 msterret Exp $ S=${WORKDIR}/${PN}${PV} @@ -27,9 +27,9 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ || die - # threading is not recommended as it breaks some packages + # threading is not recommended as it breaks some packages # --enable-threads \ - + emake CFLAGS="${CFLAGS}" || die } @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TCL_SRC_DIR='${S}',TCL_SRC_DIR='/usr/lib/tcl${v1}/include'," \ @@ -50,7 +50,7 @@ src_install() { -e "s,^TCL_BUILD_STUB_LIB_PATH='${S}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ ${D}/usr/lib/tclConfig.sh > ${D}/usr/lib/tclConfig.sh.new mv ${D}/usr/lib/tclConfig.sh.new ${D}/usr/lib/tclConfig.sh - + # install private headers dodir /usr/lib/tcl${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tcl${v1}/include/unix @@ -58,14 +58,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tcl${v1}/include/generic rm -f ${D}/usr/lib/tcl${v1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h + rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${v1}.a /usr/lib/libtcl.a dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a - + ln -sf tclsh${v1} ${D}/usr/bin/tclsh - + cd ${S} dodoc README changes license.terms diff --git a/dev-lang/tcl/tcl-8.3.3-r3.ebuild b/dev-lang/tcl/tcl-8.3.3-r3.ebuild index 6fcb2905f814..08791797e95f 100644 --- a/dev-lang/tcl/tcl-8.3.3-r3.ebuild +++ b/dev-lang/tcl/tcl-8.3.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r3.ebuild,v 1.12 2003/02/13 10:31:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r3.ebuild,v 1.13 2003/09/06 22:27:51 msterret Exp $ S=${WORKDIR}/${PN}${PV} @@ -27,9 +27,9 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ || die - # threading is not recommended as it breaks some packages + # threading is not recommended as it breaks some packages # --enable-threads \ - + emake CFLAGS="${CFLAGS}" || die } @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TCL_SRC_DIR='${S}',TCL_SRC_DIR='/usr/lib/tcl${v1}/include'," \ @@ -51,7 +51,7 @@ src_install() { -e "s,^TCL_LIB_FILE='libtcl8.3..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.3\$\{TCL_DBGX\}.so\"," \ ${D}/usr/lib/tclConfig.sh > ${D}/usr/lib/tclConfig.sh.new mv ${D}/usr/lib/tclConfig.sh.new ${D}/usr/lib/tclConfig.sh - + # install private headers dodir /usr/lib/tcl${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tcl${v1}/include/unix @@ -59,14 +59,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tcl${v1}/include/generic rm -f ${D}/usr/lib/tcl${v1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h + rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${v1}.so /usr/lib/libtcl.so dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a - + ln -sf tclsh${v1} ${D}/usr/bin/tclsh - + cd ${S} dodoc README changes license.terms diff --git a/dev-lang/tcl/tcl-8.3.4.ebuild b/dev-lang/tcl/tcl-8.3.4.ebuild index fd421e7abf57..e77019594506 100644 --- a/dev-lang/tcl/tcl-8.3.4.ebuild +++ b/dev-lang/tcl/tcl-8.3.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/dev-lang/tcl/tcl-8.3.4.ebuild,v 1.5 2003/07/18 20:09:03 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.4.ebuild,v 1.6 2003/09/06 22:27:51 msterret Exp $ S=${WORKDIR}/${PN}${PV} @@ -27,9 +27,9 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ || die - # threading is not recommended as it breaks some packages + # threading is not recommended as it breaks some packages # --enable-threads \ - + emake CFLAGS="${CFLAGS}" || die } @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TCL_SRC_DIR='${S}',TCL_SRC_DIR='/usr/lib/tcl${v1}/include'," \ @@ -51,7 +51,7 @@ src_install() { -e "s,^TCL_LIB_FILE='libtcl8.3..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.3\$\{TCL_DBGX\}.so\"," \ ${D}/usr/lib/tclConfig.sh > ${D}/usr/lib/tclConfig.sh.new mv ${D}/usr/lib/tclConfig.sh.new ${D}/usr/lib/tclConfig.sh - + # install private headers dodir /usr/lib/tcl${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tcl${v1}/include/unix @@ -59,14 +59,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tcl${v1}/include/generic rm -f ${D}/usr/lib/tcl${v1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h + rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${v1}.so /usr/lib/libtcl.so dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a - + ln -sf tclsh${v1} ${D}/usr/bin/tclsh - + cd ${S} dodoc README changes license.terms diff --git a/dev-lang/tcl/tcl-8.4.2-r1.ebuild b/dev-lang/tcl/tcl-8.4.2-r1.ebuild index 7c2ada1a1283..e72d51c36f7f 100644 --- a/dev-lang/tcl/tcl-8.4.2-r1.ebuild +++ b/dev-lang/tcl/tcl-8.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.2-r1.ebuild,v 1.2 2003/08/15 13:03:24 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.2-r1.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ S=${WORKDIR}/${PN}${PV} @@ -31,9 +31,9 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ || die - # threading is not recommended as it breaks some packages + # threading is not recommended as it breaks some packages # --enable-threads \ - + emake CFLAGS="${CFLAGS}" || die } @@ -43,10 +43,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix S= make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TCL_SRC_DIR='${S}',TCL_SRC_DIR='/usr/lib/tcl${v1}/include'," \ @@ -55,7 +55,7 @@ src_install() { -e "s,^TCL_LIB_FILE='libtcl8.4..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.4\$\{TCL_DBGX\}.so\"," \ ${D}/usr/lib/tclConfig.sh > ${D}/usr/lib/tclConfig.sh.new mv ${D}/usr/lib/tclConfig.sh.new ${D}/usr/lib/tclConfig.sh - + # install private headers dodir /usr/lib/tcl${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tcl${v1}/include/unix @@ -63,14 +63,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tcl${v1}/include/generic rm -f ${D}/usr/lib/tcl${v1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h + rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${v1}.so /usr/lib/libtcl.so dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a - + ln -sf tclsh${v1} ${D}/usr/bin/tclsh - + cd ${S} dodoc README changes license.terms diff --git a/dev-lang/tcl/tcl-8.4.2.ebuild b/dev-lang/tcl/tcl-8.4.2.ebuild index 540bb8889db1..ea736c088d02 100644 --- a/dev-lang/tcl/tcl-8.4.2.ebuild +++ b/dev-lang/tcl/tcl-8.4.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/dev-lang/tcl/tcl-8.4.2.ebuild,v 1.3 2003/08/15 13:03:24 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.2.ebuild,v 1.4 2003/09/06 22:27:51 msterret Exp $ S=${WORKDIR}/${PN}${PV} @@ -31,9 +31,9 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ || die - # threading is not recommended as it breaks some packages + # threading is not recommended as it breaks some packages # --enable-threads \ - + emake CFLAGS="${CFLAGS}" || die } @@ -43,10 +43,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TCL_SRC_DIR='${S}',TCL_SRC_DIR='/usr/lib/tcl${v1}/include'," \ @@ -55,7 +55,7 @@ src_install() { -e "s,^TCL_LIB_FILE='libtcl8.4..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.4\$\{TCL_DBGX\}.so\"," \ ${D}/usr/lib/tclConfig.sh > ${D}/usr/lib/tclConfig.sh.new mv ${D}/usr/lib/tclConfig.sh.new ${D}/usr/lib/tclConfig.sh - + # install private headers dodir /usr/lib/tcl${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tcl${v1}/include/unix @@ -63,14 +63,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tcl${v1}/include/generic rm -f ${D}/usr/lib/tcl${v1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h + rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${v1}.so /usr/lib/libtcl.so dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a - + ln -sf tclsh${v1} ${D}/usr/bin/tclsh - + cd ${S} dodoc README changes license.terms diff --git a/dev-lang/tcl/tcl-8.4.3.ebuild b/dev-lang/tcl/tcl-8.4.3.ebuild index ab3e3856abd3..8368baf074af 100644 --- a/dev-lang/tcl/tcl-8.4.3.ebuild +++ b/dev-lang/tcl/tcl-8.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/dev-lang/tcl/tcl-8.4.3.ebuild,v 1.2 2003/08/15 13:03:24 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.3.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ S=${WORKDIR}/${PN}${PV} @@ -31,9 +31,9 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ || die - # threading is not recommended as it breaks some packages + # threading is not recommended as it breaks some packages # --enable-threads \ - + emake CFLAGS="${CFLAGS}" || die } @@ -43,10 +43,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix S= make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TCL_SRC_DIR='${S}',TCL_SRC_DIR='/usr/lib/tcl${v1}/include'," \ @@ -55,7 +55,7 @@ src_install() { -e "s,^TCL_LIB_FILE='libtcl8.4..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.4\$\{TCL_DBGX\}.so\"," \ ${D}/usr/lib/tclConfig.sh > ${D}/usr/lib/tclConfig.sh.new mv ${D}/usr/lib/tclConfig.sh.new ${D}/usr/lib/tclConfig.sh - + # install private headers dodir /usr/lib/tcl${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tcl${v1}/include/unix @@ -63,14 +63,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tcl${v1}/include/generic rm -f ${D}/usr/lib/tcl${v1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h + rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${v1}.so /usr/lib/libtcl.so dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a - + ln -sf tclsh${v1} ${D}/usr/bin/tclsh - + cd ${S} dodoc README changes license.terms diff --git a/dev-lang/tk/Manifest b/dev-lang/tk/Manifest index 2c70dbb00f62..8bba5586f8cf 100644 --- a/dev-lang/tk/Manifest +++ b/dev-lang/tk/Manifest @@ -1,19 +1,19 @@ +MD5 bd3e2f77f75cee14a942cbc4be6f9a0e ChangeLog 2940 +MD5 8a95a04a3123e4062f4524f88fb46e27 tk-8.3.3-r2.ebuild 2068 +MD5 d0c04c9c5e0966aeec62ce08ba5ec5eb tk-8.3.3-r3.ebuild 2178 +MD5 54cdba17fa649ca601f6e7fdac0b18e2 tk-8.3.3.ebuild 2011 +MD5 3bf4cdc593e70a244ff64a90edcaa10f tk-8.3.4-r1.ebuild 2002 +MD5 ddf741f74e32a66149d087fde2b44160 tk-8.3.4.ebuild 2180 +MD5 5454949238d7fe7db20c30843fd29fe2 tk-8.4.2.ebuild 1981 +MD5 181dd7cbb5af7810ed334010dcdaf0b5 tk-8.4.2-r1.ebuild 1987 +MD5 b73fcf2c7dc2aa5a6b945ef38f177c65 tk-8.4.3.ebuild 1981 MD5 2ba3335fd9167fef8f3f99be70675257 files/digest-tk-8.3.3 60 MD5 2ba3335fd9167fef8f3f99be70675257 files/digest-tk-8.3.3-r2 60 MD5 2ba3335fd9167fef8f3f99be70675257 files/digest-tk-8.3.3-r3 60 MD5 36c75264a0b45c6be330ddf87572bd14 files/digest-tk-8.3.4 189 -MD5 3e8db8239fe4e68f5107a7a1d4f2f85b files/remove-control-v.diff 400 MD5 0321d3bb5b70142a415de40ae2d5e3d4 files/digest-tk-8.3.4-r1 192 MD5 a65c7aa6c260fbb5974e34fa22fb5f68 files/digest-tk-8.4.2 64 MD5 e662e61449ea86b439ceb41463762cdc files/remove-control-v-8.4.diff 449 +MD5 3e8db8239fe4e68f5107a7a1d4f2f85b files/remove-control-v.diff 400 MD5 a65c7aa6c260fbb5974e34fa22fb5f68 files/digest-tk-8.4.2-r1 64 MD5 b3e7fb189b73f361f1fa7abddd3ee14a files/digest-tk-8.4.3 64 -MD5 738660c48867d574389b5e83e1ef1406 tk-8.3.3-r2.ebuild 2072 -MD5 8524eec98607182f4cb1a6757a33eaa7 tk-8.3.3-r3.ebuild 2182 -MD5 076888589ea70bb8c7ed3809db304515 tk-8.3.3.ebuild 2015 -MD5 556bd23d0e4128c86e1e27fcd98058c9 tk-8.3.4.ebuild 2184 -MD5 bd3e2f77f75cee14a942cbc4be6f9a0e ChangeLog 2940 -MD5 9e6f4996aa7647485cc559a6dc11d1ed tk-8.3.4-r1.ebuild 2006 -MD5 9f85730976a7f646d90ca04a0eb5e82a tk-8.4.2.ebuild 1985 -MD5 d32794a39a761255f65e496f1ff0d2a0 tk-8.4.2-r1.ebuild 1991 -MD5 551993aee0b2baf2d3676f0ce57ea567 tk-8.4.3.ebuild 1985 diff --git a/dev-lang/tk/tk-8.3.3-r2.ebuild b/dev-lang/tk/tk-8.3.3-r2.ebuild index 32b942f713b8..cb78aa78859e 100644 --- a/dev-lang/tk/tk-8.3.3-r2.ebuild +++ b/dev-lang/tk/tk-8.3.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/dev-lang/tk/tk-8.3.3-r2.ebuild,v 1.8 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3-r2.ebuild,v 1.9 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Tk Widget Set" HOMEPAGE="http://dev.scriptics.com/software/tcltk/" @@ -33,10 +33,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -e "s,^TK_BUILD_LIB_SPEC='-L${S2}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TK_SRC_DIR='${S2}',TCL_SRC_DIR='/usr/lib/tk${v1}/include'," \ @@ -44,7 +44,7 @@ src_install() { -e "s,^TK_BUILD_STUB_LIB_PATH='${S2}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ ${D}/usr/lib/tkConfig.sh > ${D}/usr/lib/tkConfig.sh.new mv ${D}/usr/lib/tkConfig.sh.new ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -52,15 +52,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.3.3-r3.ebuild b/dev-lang/tk/tk-8.3.3-r3.ebuild index 3d84c44dbdb0..3c7ec8f294a9 100644 --- a/dev-lang/tk/tk-8.3.3-r3.ebuild +++ b/dev-lang/tk/tk-8.3.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3-r3.ebuild,v 1.6 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3-r3.ebuild,v 1.7 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -41,10 +41,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -e "s,^TK_BUILD_LIB_SPEC='-L${S2}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TK_SRC_DIR='${S2}',TCL_SRC_DIR='/usr/lib/tk${v1}/include'," \ @@ -52,7 +52,7 @@ src_install() { -e "s,^TK_BUILD_STUB_LIB_PATH='${S2}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ ${D}/usr/lib/tkConfig.sh > ${D}/usr/lib/tkConfig.sh.new mv ${D}/usr/lib/tkConfig.sh.new ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -60,15 +60,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.3.3.ebuild b/dev-lang/tk/tk-8.3.3.ebuild index 0afd5cacf593..154a39f14835 100644 --- a/dev-lang/tk/tk-8.3.3.ebuild +++ b/dev-lang/tk/tk-8.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/dev-lang/tk/tk-8.3.3.ebuild,v 1.14 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3.ebuild,v 1.15 2003/09/06 22:27:51 msterret Exp $ DESCRIPTION="Tk Widget Set" HOMEPAGE="http://dev.scriptics.com/software/tcltk/" @@ -33,10 +33,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -e "s,^TK_BUILD_LIB_SPEC='-L${S2}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TK_SRC_DIR='${S2}',TCL_SRC_DIR='/usr/lib/tk${V2}/include'," \ @@ -44,7 +44,7 @@ src_install() { -e "s,^TK_BUILD_STUB_LIB_PATH='${S2}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ ${D}/usr/lib/tkConfig.sh > ${D}/usr/lib/tkConfig.sh.new mv ${D}/usr/lib/tkConfig.sh.new ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${V2}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -52,14 +52,14 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.3.4-r1.ebuild b/dev-lang/tk/tk-8.3.4-r1.ebuild index 7171c5dde86f..fde7cee7e642 100644 --- a/dev-lang/tk/tk-8.3.4-r1.ebuild +++ b/dev-lang/tk/tk-8.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.4-r1.ebuild,v 1.3 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.4-r1.ebuild,v 1.4 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -i \ -e "s,^\(TK_BUILD_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ @@ -50,7 +50,7 @@ src_install() { -e "s,^\(TK_BUILD_STUB_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ -e "s,^\(TK_BUILD_STUB_LIB_PATH='\)${S}/unix,\1/usr/lib," \ ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -58,15 +58,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.3.4.ebuild b/dev-lang/tk/tk-8.3.4.ebuild index 0441847d945e..c77b2e30f1ea 100644 --- a/dev-lang/tk/tk-8.3.4.ebuild +++ b/dev-lang/tk/tk-8.3.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/dev-lang/tk/tk-8.3.4.ebuild,v 1.5 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.4.ebuild,v 1.6 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -41,10 +41,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -e "s,^TK_BUILD_LIB_SPEC='-L${S2}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ -e "s,^TK_SRC_DIR='${S2}',TCL_SRC_DIR='/usr/lib/tk${v1}/include'," \ @@ -52,7 +52,7 @@ src_install() { -e "s,^TK_BUILD_STUB_LIB_PATH='${S2}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ ${D}/usr/lib/tkConfig.sh > ${D}/usr/lib/tkConfig.sh.new mv ${D}/usr/lib/tkConfig.sh.new ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -60,15 +60,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.4.2-r1.ebuild b/dev-lang/tk/tk-8.4.2-r1.ebuild index d81470f2741c..68ff66aeb7b5 100644 --- a/dev-lang/tk/tk-8.4.2-r1.ebuild +++ b/dev-lang/tk/tk-8.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.2-r1.ebuild,v 1.2 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.2-r1.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix S= make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -i \ -e "s,^\(TK_BUILD_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ @@ -50,7 +50,7 @@ src_install() { -e "s,^\(TK_BUILD_STUB_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ -e "s,^\(TK_BUILD_STUB_LIB_PATH='\)${S}/unix,\1/usr/lib," \ ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -58,15 +58,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.4.2.ebuild b/dev-lang/tk/tk-8.4.2.ebuild index 307e1b2d2bd0..bce98701d613 100644 --- a/dev-lang/tk/tk-8.4.2.ebuild +++ b/dev-lang/tk/tk-8.4.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/dev-lang/tk/tk-8.4.2.ebuild,v 1.2 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.2.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -i \ -e "s,^\(TK_BUILD_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ @@ -50,7 +50,7 @@ src_install() { -e "s,^\(TK_BUILD_STUB_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ -e "s,^\(TK_BUILD_STUB_LIB_PATH='\)${S}/unix,\1/usr/lib," \ ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -58,15 +58,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } diff --git a/dev-lang/tk/tk-8.4.3.ebuild b/dev-lang/tk/tk-8.4.3.ebuild index aab61cb26049..67859ae5a4f6 100644 --- a/dev-lang/tk/tk-8.4.3.ebuild +++ b/dev-lang/tk/tk-8.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/dev-lang/tk/tk-8.4.3.ebuild,v 1.2 2003/08/05 16:26:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.3.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ inherit eutils @@ -39,10 +39,10 @@ src_install() { #short version number local v1 v1=${PV%.*} - + cd ${S}/unix make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install || die - + # fix the tkConfig.sh to eliminate refs to the build directory sed -i \ -e "s,^\(TK_BUILD_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ @@ -50,7 +50,7 @@ src_install() { -e "s,^\(TK_BUILD_STUB_LIB_SPEC='-L\)${S}/unix,\1/usr/lib," \ -e "s,^\(TK_BUILD_STUB_LIB_PATH='\)${S}/unix,\1/usr/lib," \ ${D}/usr/lib/tkConfig.sh - + # install private headers dodir /usr/lib/tk${v1}/include/unix install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix @@ -58,15 +58,15 @@ src_install() { install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic rm -f ${D}/usr/lib/tk${v1}/include/generic/tk.h rm -f ${D}/usr/lib/tk${v1}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h + rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h # install symlink for libraries #dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a - + ln -sf wish${v1} ${D}/usr/bin/wish - + cd ${S} dodoc README changes license.terms } |