diff options
author | Tuan Van <langthang@gentoo.org> | 2005-01-02 07:27:54 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2005-01-02 07:27:54 +0000 |
commit | 875a55ed2a3968c62cd41c9e0a7fc20324912146 (patch) | |
tree | d880295a0f8d4adaabaedebe4ef7d8e789929207 /net-libs/courier-authlib | |
parent | adjust patch for the newer version (diff) | |
download | historical-875a55ed2a3968c62cd41c9e0a7fc20324912146.tar.gz historical-875a55ed2a3968c62cd41c9e0a7fc20324912146.tar.bz2 historical-875a55ed2a3968c62cd41c9e0a7fc20324912146.zip |
add libtoolize --copy --force
Diffstat (limited to 'net-libs/courier-authlib')
-rw-r--r-- | net-libs/courier-authlib/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/courier-authlib/Manifest | 10 | ||||
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.52.ebuild | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog index f39444a54cec..9b0c6d6bc4ff 100644 --- a/net-libs/courier-authlib/ChangeLog +++ b/net-libs/courier-authlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/courier-authlib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.19 2005/01/02 07:20:48 langthang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.20 2005/01/02 07:27:54 langthang Exp $ + + 01 Jan 2005; Tuan Van <langthang@gentoo.org> courier-authlib-0.52.ebuild: + add "libtoolize --copy --force" 01 Jan 2005; Tuan Van <langthang@gentoo.org> files/configure-db4.patch: adjust patch for the newer version. diff --git a/net-libs/courier-authlib/Manifest b/net-libs/courier-authlib/Manifest index 2592a2636396..74a870960ea7 100644 --- a/net-libs/courier-authlib/Manifest +++ b/net-libs/courier-authlib/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 77cc5347a90df0d1101989766a430bbe courier-authlib-0.52.ebuild 5087 +MD5 76ad08c3f6a12d825df705f31ef554c6 courier-authlib-0.52.ebuild 5144 MD5 088c1350a14be1b1e72bf88c884abce1 courier-authlib-0.50.20041203.ebuild 5042 -MD5 dadb4bb62b010ba88823b44c16915c51 ChangeLog 2957 +MD5 bf6904c108455097f2f3de26ac0c046b ChangeLog 3068 MD5 1639b87658242c2406f7f7f8deda7388 metadata.xml 334 MD5 a01734679d1906a8886eccdcf66a20f5 files/digest-courier-authlib-0.52 74 MD5 4c7dedb4c21da2d9e4dbc586459de426 files/courier-authlib-initd 1038 @@ -12,7 +12,7 @@ MD5 6930587c358320ecb1043761d7ff97f1 files/configure-db4.patch 2544 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB16Dd5FrxP71izLARAnvLAJkBbYS3KNnYgWMwtwaXh84FlpaVSgCffeT6 -JOAS8qOJwLzd9WnP6L/ydWI= -=qaaE +iD8DBQFB16KH5FrxP71izLARArerAJ4gorac2pQ2aDasUQ2w5jnGUwNJBQCgtluM +G8Q9Ns3QI2cCaZRTLgCmiXE= +=KBWg -----END PGP SIGNATURE----- diff --git a/net-libs/courier-authlib/courier-authlib-0.52.ebuild b/net-libs/courier-authlib/courier-authlib-0.52.ebuild index 681d52e584ed..0707ea9ec7c9 100644 --- a/net-libs/courier-authlib/courier-authlib-0.52.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.52.ebuild,v 1.1 2005/01/02 03:59:13 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.52.ebuild,v 1.2 2005/01/02 07:27:54 langthang Exp $ inherit eutils gnuconfig @@ -42,10 +42,12 @@ src_unpack() { epatch ${FILESDIR}/configure-db4.patch export WANT_AUTOCONF="2.5" gnuconfig_update + libtoolize --copy --force ebegin "Recreating configure" autoconf || die "recreate configure failed" eend $? cd ${S}/bdbobj + libtoolize --copy --force ebegin "Recreating bdbobj/configure" autoconf || die "recreate bdbobj/configure failed" eend $? |