diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-27 05:35:30 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-27 05:35:30 +0000 |
commit | 10c8e5060fea5f8cb7bd18c29533b24cdb6111ba (patch) | |
tree | 36f681dc11d236086d9b47d181154cb8222975ba /dev-libs/libdnet | |
parent | Bug #82771, version bump. (diff) | |
download | gentoo-2-10c8e5060fea5f8cb7bd18c29533b24cdb6111ba.tar.gz gentoo-2-10c8e5060fea5f8cb7bd18c29533b24cdb6111ba.tar.bz2 gentoo-2-10c8e5060fea5f8cb7bd18c29533b24cdb6111ba.zip |
Fix undefined reference to suite_free in bug 82921.
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r-- | dev-libs/libdnet/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libdnet/Manifest | 20 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.7.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.8-r1.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.8.ebuild | 10 |
5 files changed, 36 insertions, 24 deletions
diff --git a/dev-libs/libdnet/ChangeLog b/dev-libs/libdnet/ChangeLog index 220bae77b59d..92a35cf64d43 100644 --- a/dev-libs/libdnet/ChangeLog +++ b/dev-libs/libdnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libdnet # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.13 2005/01/14 08:35:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.14 2005/02/27 05:35:30 ka0ttic Exp $ + + 27 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> libdnet-1.7.ebuild, + libdnet-1.8-r1.ebuild, libdnet-1.8.ebuild: + Fix undefined reference to suite_free in bug 82921. 14 Jan 2005; Daniel Black <dragonheart@gentoo.org> +metadata.xml, libdnet-1.8-r1.ebuild: diff --git a/dev-libs/libdnet/Manifest b/dev-libs/libdnet/Manifest index be44f98e891f..a95dfc4f6807 100644 --- a/dev-libs/libdnet/Manifest +++ b/dev-libs/libdnet/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 +MD5 0e35c1e38a7e6cedd685a774066a5350 libdnet-1.7.ebuild 664 MD5 fabc7367b0a89ac85a2e1763ce87948e libdnet-1.4.ebuild 616 -MD5 3f7a57164290e931a08ea22a5690b84c libdnet-1.7.ebuild 560 -MD5 a97fc77da35f3826e0b3209aaffe29e0 ChangeLog 1766 -MD5 76c8a738d1cdd906e9e667210f33bd4d libdnet-1.8.ebuild 560 -MD5 eaf9d751253b4e21d9ded684ce3b156b libdnet-1.8-r1.ebuild 705 +MD5 266a374772ded3b37ff9bcf2fdc68ad3 libdnet-1.8-r1.ebuild 869 +MD5 310dd70e8b43a6a41b673dc59540bdc4 libdnet-1.8.ebuild 664 +MD5 5500a9c85b02c6c1516c802b7f54b3ff ChangeLog 1935 +MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 MD5 26aaa2ed808be5b28e4cf1cdc6641e93 files/digest-libdnet-1.4 63 MD5 5cbbb4d347762ee426542a70e157e11d files/digest-libdnet-1.7 63 MD5 3f5452375afed7791045f619f526970d files/digest-libdnet-1.8 63 MD5 3f5452375afed7791045f619f526970d files/digest-libdnet-1.8-r1 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB54RamdTrptrqvGERAoDrAJsEOHKApJtVSHDlBiO8rAqCC0tITACdGEVY -SwSPIEliK8+ElKwAjL9++gM= -=Oo7b ------END PGP SIGNATURE----- diff --git a/dev-libs/libdnet/libdnet-1.7.ebuild b/dev-libs/libdnet/libdnet-1.7.ebuild index a5e38779aac5..e0cafa54c039 100644 --- a/dev-libs/libdnet/libdnet-1.7.ebuild +++ b/dev-libs/libdnet/libdnet-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.10 2004/07/14 14:33:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.11 2005/02/27 05:35:30 ka0ttic Exp $ DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="http://libdnet.sourceforge.net/" @@ -11,6 +11,12 @@ SLOT="0" KEYWORDS="x86 ppc sparc hppa ~ia64 ~amd64" IUSE="" +src_unpack() { + unpack ${A} + cd ${S} + sed -i 's/suite_free(s);//' test/check/*.c || die "sed failed" +} + src_install () { einstall || die dodoc COPYING.LIB ChangeLog VERSION README diff --git a/dev-libs/libdnet/libdnet-1.8-r1.ebuild b/dev-libs/libdnet/libdnet-1.8-r1.ebuild index 742e0caa8150..0f36ba908d50 100644 --- a/dev-libs/libdnet/libdnet-1.8-r1.ebuild +++ b/dev-libs/libdnet/libdnet-1.8-r1.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/dev-libs/libdnet/libdnet-1.8-r1.ebuild,v 1.2 2005/01/14 08:35:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.8-r1.ebuild,v 1.3 2005/02/27 05:35:30 ka0ttic Exp $ inherit eutils @@ -13,9 +13,15 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~ia64 ~amd64" IUSE="python" +src_unpack() { + unpack ${A} + cd ${S} + sed -i 's/suite_free(s);//' test/check/*.c || die "sed failed" +} + src_compile () { - econf `use_with python python` - emake + econf $(use_with python) || die "econf failed" + emake || die "emake failed" } src_test() { @@ -23,6 +29,6 @@ src_test() { } src_install () { - emake DESTDIR=${D} install || die + emake DESTDIR=${D} install || die "make install failed" dodoc README } diff --git a/dev-libs/libdnet/libdnet-1.8.ebuild b/dev-libs/libdnet/libdnet-1.8.ebuild index 84bc1179e760..bc80a17c8bb6 100644 --- a/dev-libs/libdnet/libdnet-1.8.ebuild +++ b/dev-libs/libdnet/libdnet-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.8.ebuild,v 1.3 2004/10/07 19:31:43 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.8.ebuild,v 1.4 2005/02/27 05:35:30 ka0ttic Exp $ DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="http://libdnet.sourceforge.net/" @@ -11,6 +11,12 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~ia64 ~amd64 ~ppc-macos" IUSE="" +src_unpack() { + unpack ${A} + cd ${S} + sed -i 's/suite_free(s);//' test/check/*.c || die "sed failed" +} + src_install () { einstall || die dodoc ChangeLog VERSION README |