summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.4.32
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.4.3-r12
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.4.3-r22
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.5.22
-rw-r--r--sys-devel/libtool/libtool-1.4.3-r1.ebuild123
-rw-r--r--sys-devel/libtool/libtool-1.4.3-r2.ebuild171
-rw-r--r--sys-devel/libtool/libtool-1.4.3.ebuild113
-rw-r--r--sys-devel/libtool/libtool-1.5.2.ebuild185
8 files changed, 0 insertions, 600 deletions
diff --git a/sys-devel/libtool/files/digest-libtool-1.4.3 b/sys-devel/libtool/files/digest-libtool-1.4.3
deleted file mode 100644
index e1f620300ee1..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.4.3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 d11a3c835449d7fa50a025dc9c01ad81 libtool-1.4.3.tar.gz 1164463
-MD5 fa26a07c978ad05d1f88ed7a472daa49 libtool-1.3.5.tar.gz 538884
diff --git a/sys-devel/libtool/files/digest-libtool-1.4.3-r1 b/sys-devel/libtool/files/digest-libtool-1.4.3-r1
deleted file mode 100644
index e1f620300ee1..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.4.3-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 d11a3c835449d7fa50a025dc9c01ad81 libtool-1.4.3.tar.gz 1164463
-MD5 fa26a07c978ad05d1f88ed7a472daa49 libtool-1.3.5.tar.gz 538884
diff --git a/sys-devel/libtool/files/digest-libtool-1.4.3-r2 b/sys-devel/libtool/files/digest-libtool-1.4.3-r2
deleted file mode 100644
index e1f620300ee1..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.4.3-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 d11a3c835449d7fa50a025dc9c01ad81 libtool-1.4.3.tar.gz 1164463
-MD5 fa26a07c978ad05d1f88ed7a472daa49 libtool-1.3.5.tar.gz 538884
diff --git a/sys-devel/libtool/files/digest-libtool-1.5.2 b/sys-devel/libtool/files/digest-libtool-1.5.2
deleted file mode 100644
index 301451dc934e..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.5.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 db66ba05502f533ad0cfd84dc0e03bd5 libtool-1.5.2.tar.gz 2653072
-MD5 fa26a07c978ad05d1f88ed7a472daa49 libtool-1.3.5.tar.gz 538884
diff --git a/sys-devel/libtool/libtool-1.4.3-r1.ebuild b/sys-devel/libtool/libtool-1.4.3-r1.ebuild
deleted file mode 100644
index 714b9683c697..000000000000
--- a/sys-devel/libtool/libtool-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3-r1.ebuild,v 1.7 2003/09/17 19:11:17 avenj Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
-
-IUSE=
-
-inherit eutils gnuconfig
-
-# NOTE: We install libltdl of libtool-1.3x for compat reasons ...
-
-OLD_PV="1.3.5"
-S="${WORKDIR}/${P}"
-OLD_S="${WORKDIR}/${PN}-${OLD_PV}"
-DESCRIPTION="A shared library tool for developers"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gnu/${PN}/${PN}-${OLD_PV}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64"
-
-DEPEND="virtual/glibc"
-
-
-lt_setup() {
- export WANT_AUTOCONF_2_5=1
- export WANT_AUTOMAKE_1_5=1
-}
-
-src_unpack() {
- lt_setup
-
- unpack ${A}
-
- # Fix the relink problem where the relinked libs do not get
- # installed. It is *VERY* important that you get a updated
- # 'libtool-${PV}-relink.patch' if you update this, as it
- # fixes a very serious bug. Please not that this patch is
- # included in 'libtool-${PV}-gentoo.patch' for this ebuild.
- #
- # NOTE: all affected apps should get a 'libtoolize --copy --force'
- # added to upate libtool
- #
- cd ${OLD_S}
- epatch ${FILESDIR}/${PV}/${PN}-1.2f-cache.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-nonneg.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-mktemp.patch
-
- use amd64 && S=${OLD_S} gnuconfig_update
- use hppa && S=${OLD_S} gnuconfig_update
-
- cd ${S}
- # Redhat patches
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-mktemp.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4-nonneg.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-s390_x86_64.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-relink-58664.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-multilib.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-demo.patch
- # Mandrake patches
- epatch ${FILESDIR}/${PV}/${PN}-1.4.3-lib64.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-add-x11r6-lib-in-ignores-for-rpath.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-archive-shared.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.3-ltmain-SED.patch
- # Do not create bogus entries in $dependency_libs or $libdir
- # with ${D} or ${S} in them.
- #
- # Azarah - 07 April 2002
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-portage.patch
-}
-
-src_compile() {
- lt_setup
-
- #
- # ************ libtool-1.3x ************
- #
-
- cd ${OLD_S}
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- emake || die
-
- #
- # ************ libtool-1.4x ************
- #
-
- cd ${S}
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- emake || die
-}
-
-src_install() {
- #
- # ************ libtool-1.3x ************
- #
-
- cd ${OLD_S}/libltdl; make DESTDIR=${D} install || die
-
- # Remove stuff we are not going to use ...
- for x in libltdl.a libltdl.la libltdl.so
- do
- [ -f ${x} ] && rm -f ${D}/usr/lib/${x}
- done
- rm -rf ${D}/usr/include
-
- #
- # ************ libtool-1.4x ************
- #
-
- cd ${S}; make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog* NEWS \
- README THANKS TODO doc/PLATFORMS
-}
-
diff --git a/sys-devel/libtool/libtool-1.4.3-r2.ebuild b/sys-devel/libtool/libtool-1.4.3-r2.ebuild
deleted file mode 100644
index 2067ad6e6e3c..000000000000
--- a/sys-devel/libtool/libtool-1.4.3-r2.ebuild
+++ /dev/null
@@ -1,171 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3-r2.ebuild,v 1.2 2003/09/25 02:33:19 azarah Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
-
-IUSE=
-
-inherit eutils gnuconfig
-
-# NOTE: We install libltdl of libtool-1.3x for compat reasons ...
-
-OLD_PV="1.3.5"
-S="${WORKDIR}/${P}"
-OLD_S="${WORKDIR}/${PN}-${OLD_PV}"
-DESCRIPTION="A shared library tool for developers"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gnu/${PN}/${PN}-${OLD_PV}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~ia64"
-
-DEPEND="virtual/glibc"
-
-
-lt_setup() {
- export WANT_AUTOCONF_2_5=1
- export WANT_AUTOMAKE_1_5=1
-}
-
-gen_ltmain_sh() {
- local date=
- local PACKAGE=
- local VERSION=
-
- rm -f ltmain.shT
- date=`./mkstamp < ./ChangeLog` && \
- eval `grep '^PACKAGE' configure` && \
- eval `grep '^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 ${OLD_S}
- echo
- # Install updated missing script
- portageq has_version / "sys-devel/automake" && {
- rm -f missing
- automake --add-missing
- }
-
- einfo "Patching ${OLD_S##*/} ..."
- epatch ${FILESDIR}/${PV}/${PN}-1.2f-cache.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-nonneg.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-mktemp.patch
-
- use amd64 && S="${OLD_S}" gnuconfig_update
- use hppa && S="${OLD_S}" gnuconfig_update
-
- cd ${S}
- echo
- # Install updated missing script
- portageq has_version / "sys-devel/automake" && {
- rm -f missing
- automake --add-missing
- }
-
- # Make sure non of the patches touch ltmain.sh, but rather ltmain.in
- rm -f ltmain.sh*
-
- einfo "Patching ${S##*/} ..."
- # Redhat patches
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-mktemp.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4-nonneg.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-s390_x86_64.patch
- # Fix the relink problem where the relinked libs do not get
- # installed. It is *VERY* important that you get a updated
- # 'libtool-${PV}-relink.patch' if you update this, as it
- # fixes a very serious bug. Please not that this patch is
- # included in 'libtool-${PV}-gentoo.patch' for this ebuild.
- #
- # NOTE: all affected apps should get a 'libtoolize --copy --force'
- # added to upate libtool
- #
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-relink-58664.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-multilib.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-demo.patch
- # Mandrake patches
- epatch ${FILESDIR}/${PV}/${PN}-1.4.3-lib64.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-add-x11r6-lib-in-ignores-for-rpath.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-archive-shared.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.3-ltmain-SED.patch
- # Do not create bogus entries in $dependency_libs or $libdir
- # with ${D} or ${S} in them.
- #
- # Azarah - 07 April 2002
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-portage.patch
-
- einfo "Generate ltmain.sh ..."
- gen_ltmain_sh || die "Failed to generate ltmain.sh!"
-}
-
-src_compile() {
- lt_setup
-
- #
- # ************ libtool-1.3x ************
- #
-
- cd ${OLD_S}
- einfo "Configuring ${OLD_S##*/} ..."
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- einfo "Building ${OLD_S##*/} ..."
- emake || die
-
- #
- # ************ libtool-1.4x ************
- #
-
- cd ${S}
- einfo "Configuring ${S##*/} ..."
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- einfo "Building ${S##*/} ..."
- emake || die
-}
-
-src_install() {
- #
- # ************ libtool-1.3x ************
- #
-
- einfo "Installing ${OLD_S##*/} ..."
- cd ${OLD_S}/libltdl; make DESTDIR=${D} install || die
-
- # Remove stuff we are not going to use ...
- for x in libltdl.a libltdl.la libltdl.so
- do
- [ -f ${x} ] && rm -f ${D}/usr/lib/${x}
- done
- rm -rf ${D}/usr/include
-
- #
- # ************ libtool-1.4x ************
- #
-
- einfo "Installing ${S##*/} ..."
- cd ${S}; make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog* NEWS \
- README THANKS TODO doc/PLATFORMS
-}
-
diff --git a/sys-devel/libtool/libtool-1.4.3.ebuild b/sys-devel/libtool/libtool-1.4.3.ebuild
deleted file mode 100644
index 6273f7112318..000000000000
--- a/sys-devel/libtool/libtool-1.4.3.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3.ebuild,v 1.5 2003/09/06 08:06:35 msterret Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
-
-IUSE=""
-
-inherit eutils
-
-# NOTE: We install libltdl of libtool-1.3x for compat reasons ...
-
-OLD_PV="1.3.5"
-S="${WORKDIR}/${P}"
-OLD_S="${WORKDIR}/${PN}-${OLD_PV}"
-DESCRIPTION="A shared library tool for developers"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gnu/${PN}/${PN}-${OLD_PV}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm"
-
-DEPEND="virtual/glibc"
-
-
-lt_setup() {
- export WANT_AUTOCONF_2_5=1
- export WANT_AUTOMAKE_1_5=1
-}
-
-src_unpack() {
- lt_setup
-
- unpack ${A}
-
- # Fix the relink problem where the relinked libs do not get
- # installed. It is *VERY* important that you get a updated
- # 'libtool-${PV}-relink.patch' if you update this, as it
- # fixes a very serious bug. Please not that this patch is
- # included in 'libtool-${PV}-gentoo.patch' for this ebuild.
- #
- # NOTE: all affected apps should get a 'libtoolize --copy --force'
- # added to upate libtool
- #
- cd ${OLD_S}
- epatch ${FILESDIR}/${PV}/${PN}-1.2f-cache.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-nonneg.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-mktemp.patch
-
- cd ${S}
- epatch ${FILESDIR}/${PV}/${PN}-1.3.5-mktemp.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4-nonneg.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-s390_x86_64.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-relink-58664.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-multilib.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-demo.patch
- # Do not create bogus entries in $dependency_libs or $libdir
- # with ${D} or ${S} in them.
- #
- # Azarah - 07 April 2002
- epatch ${FILESDIR}/${PV}/${PN}-1.4.2-portage.patch
-}
-
-src_compile() {
- lt_setup
-
- #
- # ************ libtool-1.3x ************
- #
-
- cd ${OLD_S}
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- emake || die
-
- #
- # ************ libtool-1.4x ************
- #
-
- cd ${S}
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- emake || die
-}
-
-src_install() {
- #
- # ************ libtool-1.3x ************
- #
-
- cd ${OLD_S}/libltdl; make DESTDIR=${D} install || die
-
- # Remove stuff we are not going to use ...
- for x in libltdl.a libltdl.la libltdl.so
- do
- [ -f ${x} ] && rm -f ${D}/usr/lib/${x}
- done
- rm -rf ${D}/usr/include
-
- #
- # ************ libtool-1.4x ************
- #
-
- cd ${S}; make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog* NEWS \
- README THANKS TODO doc/PLATFORMS
-}
-
diff --git a/sys-devel/libtool/libtool-1.5.2.ebuild b/sys-devel/libtool/libtool-1.5.2.ebuild
deleted file mode 100644
index 86ed127b61b4..000000000000
--- a/sys-devel/libtool/libtool-1.5.2.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2.ebuild,v 1.3 2004/02/07 05:45:14 azarah Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
-
-IUSE=
-
-inherit eutils gnuconfig
-
-# NOTE: We install libltdl of libtool-1.3x for compat reasons ...
-
-OLD_PV="1.3.5"
-S="${WORKDIR}/${P}"
-OLD_S="${WORKDIR}/${PN}-${OLD_PV}"
-DESCRIPTION="A shared library tool for developers"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gnu/${PN}/${PN}-${OLD_PV}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-#KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~ia64 ppc64"
-KEYWORDS="-*"
-
-DEPEND="virtual/glibc"
-
-
-lt_setup() {
- export WANT_AUTOCONF_2_5=1
- export WANT_AUTOMAKE_1_5=1
-}
-
-gen_ltmain_sh() {
- local date=
- local PACKAGE=
- local VERSION=
-
- rm -f ltmain.shT
- date=`./mkstamp < ./ChangeLog` && \
- eval `grep '^PACKAGE' configure` && \
- eval `grep '^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 ${OLD_S}
- echo
- # Install updated missing script
- portageq has_version / "sys-devel/automake" && {
- rm -f missing
- automake --add-missing
- }
-
- einfo "Patching ${OLD_S##*/} ..."
- epatch ${FILESDIR}/1.4.3/${PN}-1.2f-cache.patch
- epatch ${FILESDIR}/1.4.3/${PN}-1.3.5-nonneg.patch
- epatch ${FILESDIR}/1.4.3/${PN}-1.3.5-mktemp.patch
-
- use hppa && S="${OLD_S}" gnuconfig_update
- use amd64 && S="${OLD_S}" gnuconfig_update
-
- cd ${S}
- echo
- # Install updated missing script
-# portageq has_version / "sys-devel/automake" && {
-# rm -f missing
-# automake --add-missing
-# }
-
- # Make sure non of the patches touch ltmain.sh, but rather ltmain.in
- rm -f ltmain.sh*
-
- einfo "Patching ${S##*/} ..."
- # Redhat patches
- epatch ${FILESDIR}/1.4.3/${PN}-1.4-nonneg.patch
- # Fix the relink problem where the relinked libs do not get
- # installed. It is *VERY* important that you get a updated
- # 'libtool-1.4.3-relink.patch' if you update this, as it
- # fixes a very serious bug. Please not that this patch is
- # included in 'libtool-1.4.3-gentoo.patch' for this ebuild.
- #
- # NOTE: all affected apps should get a 'libtoolize --copy --force'
- # added to upate libtool
- #
-# 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
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.2-demo.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.5-libtool.m4-x86_64.patch
- epatch ${FILESDIR}/${PV}/${PN}-1.5-testfailure.patch
- # Mandrake patches
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.3-lib64.patch
- 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.4.3/${PN}-1.4.3-ltmain-SED.patch
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.2-expsym-linux.patch
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.3-amd64-alias.patch
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.3-libtoolize--config-only.patch
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.3-pass-thread-flags.patch
- # Do not create bogus entries in $dependency_libs or $libdir
- # with ${D} or ${S} in them.
- #
- # Azarah - 07 April 2002
- epatch ${FILESDIR}/1.4.3/${PN}-1.4.2-portage.patch
-
- einfo "Generate ltmain.sh ..."
- gen_ltmain_sh || die "Failed to generate ltmain.sh!"
-}
-
-src_compile() {
- lt_setup
-
- #
- # ************ libtool-1.3x ************
- #
-
- cd ${OLD_S}
-
- # Detect mips/mips64
- use mips && gnuconfig_update
-
- einfo "Configuring ${OLD_S##*/} ..."
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- einfo "Building ${OLD_S##*/} ..."
- emake || die
-
- #
- # ************ libtool-1.4x ************
- #
-
- cd ${S}
-
- # Detect mips/mips64
- use mips && gnuconfig_update
-
- einfo "Configuring ${S##*/} ..."
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info || die
-
- einfo "Building ${S##*/} ..."
- emake || die
-}
-
-src_install() {
- #
- # ************ libtool-1.3x ************
- #
-
- einfo "Installing ${OLD_S##*/} ..."
- cd ${OLD_S}/libltdl; make DESTDIR=${D} install || die
-
- # Remove stuff we are not going to use ...
- for x in libltdl.a libltdl.la libltdl.so
- do
- [ -f ${x} ] && rm -f ${D}/usr/lib/${x}
- done
- rm -rf ${D}/usr/include
-
- #
- # ************ libtool-1.4x ************
- #
-
- einfo "Installing ${S##*/} ..."
- cd ${S}; make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog* NEWS \
- README THANKS TODO doc/PLATFORMS
-}
-