summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-12-31 20:37:25 +0000
committerMike Frysinger <vapier@gentoo.org>2007-12-31 20:37:25 +0000
commit174367f1002efcefe2b4c5e013ad615b5b5f154a (patch)
treed4062245d71705491895ef856f41d2d857e2c535 /sys-devel
parentStabilized wrt bug #201691. (diff)
downloadhistorical-174367f1002efcefe2b4c5e013ad615b5b5f154a.tar.gz
historical-174367f1002efcefe2b4c5e013ad615b5b5f154a.tar.bz2
historical-174367f1002efcefe2b4c5e013ad615b5b5f154a.zip
old
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.5.223
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.5.23b3
-rw-r--r--sys-devel/libtool/libtool-1.5.22.ebuild151
-rw-r--r--sys-devel/libtool/libtool-1.5.23b.ebuild99
4 files changed, 0 insertions, 256 deletions
diff --git a/sys-devel/libtool/files/digest-libtool-1.5.22 b/sys-devel/libtool/files/digest-libtool-1.5.22
deleted file mode 100644
index c47a9afe31b2..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.5.22
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8e0ac9797b62ba4dcc8a2fb7936412b0 libtool-1.5.22.tar.gz 2921483
-RMD160 7cbe793ee0509908daac928b4dc3a0f16f7293bf libtool-1.5.22.tar.gz 2921483
-SHA256 88e9ffaaade21c1ddaf6297723dd2fb4ca18ccaef0499a28b6e672f02c8ceb5d libtool-1.5.22.tar.gz 2921483
diff --git a/sys-devel/libtool/files/digest-libtool-1.5.23b b/sys-devel/libtool/files/digest-libtool-1.5.23b
deleted file mode 100644
index 3c92977be733..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.5.23b
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d396433eca05ce2da9809e2af76ce3f6 libtool-1.5.23b.tar.gz 2914155
-RMD160 b29b952bfda7dcdae2f6d156343e3ac0c8d339b7 libtool-1.5.23b.tar.gz 2914155
-SHA256 32a3a7a9cb20ec44d3e7b224f9933f8f8fafef006abaccf5f4e6087b7d25d983 libtool-1.5.23b.tar.gz 2914155
diff --git a/sys-devel/libtool/libtool-1.5.22.ebuild b/sys-devel/libtool/libtool-1.5.22.ebuild
deleted file mode 100644
index f088f6cd3a56..000000000000
--- a/sys-devel/libtool/libtool-1.5.22.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.22.ebuild,v 1.14 2007/06/26 02:53:27 mr_bones_ Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $
-
-inherit eutils
-
-DESCRIPTION="A shared library tool for developers"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1.5"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-devel/gnuconfig
- >=sys-devel/autoconf-2.59
- >=sys-devel/automake-1.9"
-DEPEND="${RDEPEND}
- sys-apps/help2man"
-
-lt_setup() {
- export WANT_AUTOCONF=2.5
- ROOT=/ has_version '=sys-devel/automake-1.10*' && \
- export WANT_AUTOMAKE=1.10 || \
- export WANT_AUTOMAKE=1.9
-}
-
-gen_ltmain_sh() {
- local date=
- local PACKAGE=
- local VERSION=
-
- rm -f ltmain.shT
- date=`./mkstamp < ./ChangeLog` && \
- eval `egrep '^[[:space:]]*PACKAGE.*=' configure` && \
- eval `egrep '^[[:space:]]*VERSION.*=' configure` && \
- sed -e "s/@PACKAGE@/${PACKAGE}/" -e "s/@VERSION@/${VERSION}/" \
- -e "s%@TIMESTAMP@%$date%" ./ltmain.in > ltmain.shT || return 1
-
- mv -f ltmain.shT ltmain.sh || {
- (rm -f ltmain.sh && cp ltmain.shT ltmain.sh && rm -f ltmain.shT)
- return 1
- }
-
- return 0
-}
-
-src_unpack() {
- lt_setup
- unpack ${A}
- cd "${S}"
-
- # Make sure non of the patches touch ltmain.sh, but rather ltmain.in
- rm -f ltmain.sh*
-
-# Seems to be included in shipped tarball ...
-# epatch "${FILESDIR}"/1.4.3/${PN}-1.4.2-relink-58664.patch
-# epatch "${FILESDIR}"/1.4.3/${PN}-1.4.2-multilib.patch
- # Mandrake patches
-# epatch "${FILESDIR}"/1.4.3/${PN}-1.4.3-lib64.patch
-# Fix bug #43244
-# epatch "${FILESDIR}"/1.4.3/${PN}-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch
- epatch "${FILESDIR}"/1.4.3/${PN}-1.4.2-archive-shared.patch
- epatch "${FILESDIR}"/1.5.6/${PN}-1.5.6-ltmain-SED.patch
- epatch "${FILESDIR}"/1.4.3/${PN}-1.4.2-expsym-linux.patch
- epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-use-linux-version-in-fbsd.patch #109105
-
- # Gentoo Patches
- # Do not create bogus entries in $dependency_libs or $libdir
- # with ${D} or ${S} in them.
- # <azarah@gentoo.org> - (07 April 2002)
- epatch "${FILESDIR}"/1.5.10/${PN}-1.5.10-portage.patch
- # If a package use an older libtool, and libtool.m4 for that
- # package is updated, but not libtool, then we may run into an
- # issue where internal variables are named differently. Often
- # this shows up as libs being built without '.so' extension #73140
- # Note: concept has already been integrated into libtool-2+
- epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-version-checking.patch
- sed -i "s:@_LT_VERSION@:${PV}:" libtool.m4 || die "sed libtool.m4"
- # For older autoconf setups's that do not support libtool.m4,
- # $max_cmd_len are never set, causing all tests against it to
- # fail, resulting in 'integer expression expected' errors and
- # possible misbehaviour.
- # <azarah@gentoo.org> - (11 Feb 2004)
- epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-ltmain_sh-max_cmd_len.patch
-
- # Libtool's autoguessing at tag's sucks ... it get's confused
- # if the tag's CC says '<CHOST>-gcc' and the env CC says 'gcc'
- # or vice versa ... newer automakes specify the tag so no
- # guessing is needed #67692
- epatch "${FILESDIR}"/1.5.6/libtool-1.5-filter-host-tags.patch
-
- # Libtool uses links to handle locking object files with
- # dependencies. Hard links can't cross filesystems though,
- # so we have to use a diff source for the link. #40992
- epatch "${FILESDIR}"/1.5.10/libtool-1.5.10-locking.patch
-
- # In some cases EGREP is not set by the build system.
- epatch "${FILESDIR}"/1.5.14/libtool-1.5.14-egrep.patch
-
- # Make sure LD_LIBRARY_PATH doesn't override RUNPATH #99593
- # Note: concept has already been integrated into libtool-2+
- epatch "${FILESDIR}"/1.5.20/libtool-1.5.20-override-LD_LIBRARY_PATH.patch
-
- ebegin "Generating ltmain.sh"
- gen_ltmain_sh || die "Failed to generate ltmain.sh!"
- eend 0
-
- # Now let's run all our autotool stuff so that files we patch
- # below don't get regenerated on us later
- cp libtool.m4 acinclude.m4
- local d p
- for d in . libltdl ; do
- ebegin "Running autotools in '${d}'"
- cd "${S}"/${d}
- touch acinclude.m4
- for p in aclocal "automake -c -a" autoconf ; do
- ${p} || die "${p}"
- done
- eend 0
- done
- cd "${S}"
-
- epunt_cxx
-}
-
-src_compile() {
- lt_setup
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
-
- local x
- for x in libtool libtoolize ; do
- help2man ${x} > ${x}.1
- doman ${x}.1
- done
-
- for x in $(find "${D}" -name config.guess -o -name config.sub) ; do
- rm -f "${x}" ; ln -sf ../gnuconfig/$(basename "${x}") "${x}"
- done
- cd "${D}"/usr/share/libtool/libltdl
- for x in config.guess config.sub ; do
- rm -f ${x} ; ln -sfn ../${x} ${x}
- done
-}
diff --git a/sys-devel/libtool/libtool-1.5.23b.ebuild b/sys-devel/libtool/libtool-1.5.23b.ebuild
deleted file mode 100644
index 076293d3ec9d..000000000000
--- a/sys-devel/libtool/libtool-1.5.23b.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.23b.ebuild,v 1.14 2007/08/01 12:15:45 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A shared library tool for developers"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-SRC_URI="ftp://alpha.gnu.org/gnu/libtool/${P}.tar.gz
- mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1.5"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-devel/gnuconfig
- >=sys-devel/autoconf-2.60
- >=sys-devel/automake-1.10"
-DEPEND="${RDEPEND}
- sys-apps/help2man"
-
-gen_ltmain_sh() {
- local date=
- local PACKAGE=
- local VERSION=
-
- rm -f ltmain.shT
- date=`./mkstamp < ./ChangeLog` && \
- eval `egrep '^[[:space:]]*PACKAGE.*=' configure` && \
- eval `egrep '^[[:space:]]*VERSION.*=' configure` && \
- sed -e "s/@PACKAGE@/${PACKAGE}/" -e "s/@VERSION@/${VERSION}/" \
- -e "s%@TIMESTAMP@%$date%" ./ltmain.in > ltmain.shT || return 1
-
- mv -f ltmain.shT ltmain.sh || {
- (rm -f ltmain.sh && cp ltmain.shT ltmain.sh && rm -f ltmain.shT)
- return 1
- }
-
- return 0
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Make sure non of the patches touch ltmain.sh, but rather ltmain.in
- rm -f ltmain.sh*
-
- epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-use-linux-version-in-fbsd.patch #109105
- epatch "${FILESDIR}"/1.5.10/${PN}-1.5.10-portage.patch
- epatch "${FILESDIR}"/1.5.10/libtool-1.5.10-locking.patch #40992
-
- # Note: The following patches should be dropped with libtool-2+
- epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-version-checking.patch #73140
- sed -i "s:@_LT_VERSION@:${PV}:" libtool.m4 || die "sed libtool.m4"
- epatch "${FILESDIR}"/1.5.6/libtool-1.5-filter-host-tags.patch
- epatch "${FILESDIR}"/1.5.20/libtool-1.5.20-override-LD_LIBRARY_PATH.patch
-
- ebegin "Generating ltmain.sh"
- gen_ltmain_sh || die "Failed to generate ltmain.sh!"
- eend 0
-
- # Now let's run all our autotool stuff so that files we patch
- # below don't get regenerated on us later
- cp libtool.m4 acinclude.m4
- local d p
- for d in . libltdl ; do
- ebegin "Running autotools in '${d}'"
- cd "${S}"/${d}
- touch acinclude.m4
- for p in aclocal "automake -c -a" autoconf ; do
- ${p} || die "${p}"
- done
- eend 0
- done
- cd "${S}"
-
- epunt_cxx
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
-
- local x
- for x in libtool libtoolize ; do
- help2man ${x} > ${x}.1
- doman ${x}.1
- done
-
- for x in $(find "${D}" -name config.guess -o -name config.sub) ; do
- rm -f "${x}" ; ln -sf ../gnuconfig/$(basename "${x}") "${x}"
- done
- cd "${D}"/usr/share/libtool/libltdl
- for x in config.guess config.sub ; do
- rm -f ${x} ; ln -sfn ../${x} ${x}
- done
-}