diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-10 18:48:35 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-10 18:48:35 +0000 |
commit | 7e01508f9b2e630703722b63f84b1ef1fd66ec95 (patch) | |
tree | 8c3d6c8687e48a2de212a09194374fdd22022486 /sys-devel/libtool | |
parent | Fixes #1329 (diff) | |
download | gentoo-2-7e01508f9b2e630703722b63f84b1ef1fd66ec95.tar.gz gentoo-2-7e01508f9b2e630703722b63f84b1ef1fd66ec95.tar.bz2 gentoo-2-7e01508f9b2e630703722b63f84b1ef1fd66ec95.zip |
fix my attempt to fix $install_libdir
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 11 | ||||
-rw-r--r-- | sys-devel/libtool/files/digest-libtool-1.4.1-r4 | 1 | ||||
-rw-r--r-- | sys-devel/libtool/files/digest-libtool-1.4.1-r5 | 1 | ||||
-rw-r--r-- | sys-devel/libtool/files/digest-libtool-1.4.1-r6 (renamed from sys-devel/libtool/files/digest-libtool-1.4.1-r3) | 0 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.4.1-r3.ebuild | 51 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.4.1-r4.ebuild | 56 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.4.1-r6.ebuild (renamed from sys-devel/libtool/libtool-1.4.1-r5.ebuild) | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.4.2-r1.ebuild | 4 |
9 files changed, 19 insertions, 115 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 0d079797c3ab..6df3565866ba 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,8 +1,15 @@ # ChangeLog for sys-devel/libtool # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.4 2002/04/07 21:36:56 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.5 2002/04/10 18:48:35 azarah Exp $ -*libtool-1.4.1-r4 (07 April 2002) +*libtool-1.4.1-r6 (10 April 2002) + + 10 April 2002; M.Schlemmer <azarah@gentoo.org> : + + Made a sligt mistake with $install_libdir in previous patch, should now + be fixed. Enhanced other parts of patch again. + +*libtool-1.4.1-r5 (07 April 2002) 07 April 2002; M.Schlemmer <azarah@gentoo.org> : diff --git a/sys-devel/libtool/files/digest-libtool-1.4.1-r4 b/sys-devel/libtool/files/digest-libtool-1.4.1-r4 deleted file mode 100644 index ce6a480b1e86..000000000000 --- a/sys-devel/libtool/files/digest-libtool-1.4.1-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 28582af0b96513f223e970db1a9a5cde libtool-1.4.1.tar.gz 1129676 diff --git a/sys-devel/libtool/files/digest-libtool-1.4.1-r5 b/sys-devel/libtool/files/digest-libtool-1.4.1-r5 deleted file mode 100644 index ce6a480b1e86..000000000000 --- a/sys-devel/libtool/files/digest-libtool-1.4.1-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 28582af0b96513f223e970db1a9a5cde libtool-1.4.1.tar.gz 1129676 diff --git a/sys-devel/libtool/files/digest-libtool-1.4.1-r3 b/sys-devel/libtool/files/digest-libtool-1.4.1-r6 index ce6a480b1e86..ce6a480b1e86 100644 --- a/sys-devel/libtool/files/digest-libtool-1.4.1-r3 +++ b/sys-devel/libtool/files/digest-libtool-1.4.1-r6 diff --git a/sys-devel/libtool/libtool-1.4-r1.ebuild b/sys-devel/libtool/libtool-1.4-r1.ebuild index 64951794f2cf..9804393e41fb 100644 --- a/sys-devel/libtool/libtool-1.4-r1.ebuild +++ b/sys-devel/libtool/libtool-1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4-r1.ebuild,v 1.2 2001/11/24 18:40:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4-r1.ebuild,v 1.3 2002/04/10 18:48:35 azarah Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,6 +11,8 @@ HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" DEPEND="virtual/glibc" +SLOT="0" + src_unpack() { unpack ${A} cd ${S} diff --git a/sys-devel/libtool/libtool-1.4.1-r3.ebuild b/sys-devel/libtool/libtool-1.4.1-r3.ebuild deleted file mode 100644 index 613108b72c1b..000000000000 --- a/sys-devel/libtool/libtool-1.4.1-r3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r3.ebuild,v 1.1 2002/03/21 05:11:34 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A shared library tool for developers" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" - -DEPEND="virtual/glibc" - -src_unpack() { - 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 ${S} - patch -p1 <${FILESDIR}/${PV}/${P}-nonneg.patch || die - patch -p0 <${FILESDIR}/${PV}/${P}-relink.patch || die - #fixes quoting for test's .. *VERY* important! - patch -p0 <${FILESDIR}/${PV}/${P}-test.patch || die - patch -p1 <${FILESDIR}/${PV}/${P}-duplicate-dependency.patch || die -} - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info || die - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog* NEWS \ - README THANKS TODO doc/PLATFORMS - - cd ${D}/usr/share/libtool - patch -p0 < ${FILESDIR}/${PV}/${P}-ltmain.sh-hack.patch || die -} - diff --git a/sys-devel/libtool/libtool-1.4.1-r4.ebuild b/sys-devel/libtool/libtool-1.4.1-r4.ebuild deleted file mode 100644 index a25bac5625ae..000000000000 --- a/sys-devel/libtool/libtool-1.4.1-r4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r4.ebuild,v 1.1 2002/04/02 23:55:16 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A shared library tool for developers" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" - -DEPEND="virtual/glibc" - -src_unpack() { - 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 ${S} - patch -p1 <${FILESDIR}/${PV}/${P}-nonneg.patch || die - patch -p0 <${FILESDIR}/${PV}/${P}-relink.patch || die - #fixes quoting for test's .. *VERY* important! - patch -p0 <${FILESDIR}/${PV}/${P}-test.patch || die - patch -p1 <${FILESDIR}/${PV}/${P}-duplicate-dependency.patch || die -} - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info || die - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog* NEWS \ - README THANKS TODO doc/PLATFORMS - - cd ${D}/usr/share/libtool - patch -p0 <${FILESDIR}/${PV}/${P}-ltmain.sh-hack.patch || die - # Do not create bogus entries in $dependency_libs with ${D} or ${S} - # in them. - # - # Azarah - 03 April 2002 - patch -p0 <${FILESDIR}/${PV}/${P}-portage.patch || die -} - diff --git a/sys-devel/libtool/libtool-1.4.1-r5.ebuild b/sys-devel/libtool/libtool-1.4.1-r6.ebuild index d3e045462915..c51859b3ce2f 100644 --- a/sys-devel/libtool/libtool-1.4.1-r5.ebuild +++ b/sys-devel/libtool/libtool-1.4.1-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r5.ebuild,v 1.1 2002/04/07 21:36:56 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r6.ebuild,v 1.1 2002/04/10 18:48:35 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" @@ -10,6 +10,8 @@ HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" DEPEND="virtual/glibc" +SLOT="0" + src_unpack() { unpack ${A} @@ -51,6 +53,6 @@ src_install() { # with ${D} or ${S} in them. # # Azarah - 07 April 2002 - patch -p0 <${FILESDIR}/${PV}/${P}-portage.patch-v2 || die + patch -p0 <${FILESDIR}/${PV}/${P}-portage.patch-v3 || die } diff --git a/sys-devel/libtool/libtool-1.4.2-r1.ebuild b/sys-devel/libtool/libtool-1.4.2-r1.ebuild index 2aa97788d208..432338f0094c 100644 --- a/sys-devel/libtool/libtool-1.4.2-r1.ebuild +++ b/sys-devel/libtool/libtool-1.4.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.2-r1.ebuild,v 1.2 2002/03/17 21:46:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.2-r1.ebuild,v 1.3 2002/04/10 18:48:35 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" @@ -10,6 +10,8 @@ HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" DEPEND="virtual/glibc" +SLOT="0" + src_unpack() { unpack ${A} |