diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-12-07 14:16:10 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-12-07 14:16:10 +0000 |
commit | df4430a35f6fe6a61acf9fcd0349bf402c2f083b (patch) | |
tree | 9948e6c039ac16abceb00b48c1ce4bcd06e819fa /dev-lang/tcl | |
parent | added gcc 3.3 patch (diff) | |
download | gentoo-2-df4430a35f6fe6a61acf9fcd0349bf402c2f083b.tar.gz gentoo-2-df4430a35f6fe6a61acf9fcd0349bf402c2f083b.tar.bz2 gentoo-2-df4430a35f6fe6a61acf9fcd0349bf402c2f083b.zip |
cleanup
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/tcl/files/digest-tcl-8.4.2 | 1 | ||||
-rw-r--r-- | dev-lang/tcl/files/digest-tcl-8.4.2-r1 | 1 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.2-r1.ebuild | 88 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.2.ebuild | 88 |
5 files changed, 0 insertions, 182 deletions
diff --git a/dev-lang/tcl/Manifest b/dev-lang/tcl/Manifest index 043c72b133c1..97f78b789173 100644 --- a/dev-lang/tcl/Manifest +++ b/dev-lang/tcl/Manifest @@ -2,14 +2,10 @@ MD5 a14640127e41e6bd4b2106abaa896646 ChangeLog 2881 MD5 efce7f63c18f3658617fda1b3f7d5838 tcl-8.3.3-r1.ebuild 2065 MD5 08cf84b54506f74693dfb290bcb9ed09 tcl-8.3.3-r3.ebuild 2168 MD5 c707fdc5fe0d20eba094a599d22c832a tcl-8.3.4.ebuild 2181 -MD5 294413bdc33e50063240be6ae9914276 tcl-8.4.2-r1.ebuild 2655 -MD5 8c2b1fbfbd6a363e66afa121c021bb0b tcl-8.4.2.ebuild 2649 MD5 636747d6923c84e00d83f62540b6f140 tcl-8.4.3.ebuild 2662 MD5 198af20b35edc6da7b6e42e17992b71d tcl-8.4.4.ebuild 2619 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 60769afac9fd8a34d060eb2626206265 files/digest-tcl-8.4.4 65 diff --git a/dev-lang/tcl/files/digest-tcl-8.4.2 b/dev-lang/tcl/files/digest-tcl-8.4.2 deleted file mode 100644 index 4cc729cd7d81..000000000000 --- a/dev-lang/tcl/files/digest-tcl-8.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4be55d8ebfcc9773407537445edd2ae1 tcl8.4.2-src.tar.gz 3330617 diff --git a/dev-lang/tcl/files/digest-tcl-8.4.2-r1 b/dev-lang/tcl/files/digest-tcl-8.4.2-r1 deleted file mode 100644 index 4cc729cd7d81..000000000000 --- a/dev-lang/tcl/files/digest-tcl-8.4.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4be55d8ebfcc9773407537445edd2ae1 tcl8.4.2-src.tar.gz 3330617 diff --git a/dev-lang/tcl/tcl-8.4.2-r1.ebuild b/dev-lang/tcl/tcl-8.4.2-r1.ebuild deleted file mode 100644 index e72d51c36f7f..000000000000 --- a/dev-lang/tcl/tcl-8.4.2-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# 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.3 2003/09/06 22:27:51 msterret Exp $ - - -S=${WORKDIR}/${PN}${PV} -SRC_URI="ftp://ftp.scriptics.com/pub/tcl/tcl8_4/${PN}${PV}-src.tar.gz" - - -HOMEPAGE="http://dev.scriptics.com/software/tcltk/" - -DESCRIPTION="Tool Command Language" - -# gentoolkit is needed only for revdep-rebuild -DEPEND="virtual/glibc - >=app-portage/gentoolkit-0.1.22" -RDEPEND="virtual/glibc" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~x86" -IUSE="" - -# hyper-optimizations untested... -# - -src_compile() { - - cd ${S}/unix - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - || die - # threading is not recommended as it breaks some packages - # --enable-threads \ - - emake CFLAGS="${CFLAGS}" || die - -} - -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'," \ - -e "s,^TCL_BUILD_STUB_LIB_SPEC='-L${S}/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib," \ - -e "s,^TCL_BUILD_STUB_LIB_PATH='${S}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ - -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 - dodir /usr/lib/tcl${v1}/include/generic - 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 - - # 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 - -} - -pkg_postinst() { - ewarn - ewarn "If you're upgrading from tcl-8.3, you must recompile the other" - ewarn "packages on your system that link with tcl after the upgrade" - ewarn "completes. To perform this action, please run revdep-rebuild." - ewarn "If you have dev-lang/tk and dev-tcltk/tclx installed you should" - ewarn "upgrade them before this recompilation, too," - ewarn - sleep 5 -} diff --git a/dev-lang/tcl/tcl-8.4.2.ebuild b/dev-lang/tcl/tcl-8.4.2.ebuild deleted file mode 100644 index ea736c088d02..000000000000 --- a/dev-lang/tcl/tcl-8.4.2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# 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.4 2003/09/06 22:27:51 msterret Exp $ - - -S=${WORKDIR}/${PN}${PV} -SRC_URI="ftp://ftp.scriptics.com/pub/tcl/tcl8_4/${PN}${PV}-src.tar.gz" - - -HOMEPAGE="http://dev.scriptics.com/software/tcltk/" - -DESCRIPTION="Tool Command Language" - -# gentoolkit is needed only for revdep-rebuild -DEPEND="virtual/glibc - >=app-portage/gentoolkit-0.1.22" -RDEPEND="virtual/glibc" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~x86" -IUSE="" - -# hyper-optimizations untested... -# - -src_compile() { - - cd ${S}/unix - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - || die - # threading is not recommended as it breaks some packages - # --enable-threads \ - - emake CFLAGS="${CFLAGS}" || die - -} - -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'," \ - -e "s,^TCL_BUILD_STUB_LIB_SPEC='-L${S}/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib," \ - -e "s,^TCL_BUILD_STUB_LIB_PATH='${S}/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \ - -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 - dodir /usr/lib/tcl${v1}/include/generic - 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 - - # 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 - -} - -pkg_postinst() { - ewarn - ewarn "If you're upgrading from tcl-8.3, you must recompile the other" - ewarn "packages on your system that link with tcl after the upgrade" - ewarn "completes. To perform this action, please run revdep-rebuild." - ewarn "If you have dev-lang/tk and dev-tcltk/tclx installed you should" - ewarn "upgrade them before this recompilation, too," - ewarn - sleep 5 -} |