diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:40:47 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:40:47 +0000 |
commit | 12eec50d30c9ea614ba964c428331d9b7c7b3c69 (patch) | |
tree | 7168a841aa5637e280030a114af90831b94657d1 /net-libs | |
parent | Stable on ppc. (diff) | |
download | historical-12eec50d30c9ea614ba964c428331d9b7c7b3c69.tar.gz historical-12eec50d30c9ea614ba964c428331d9b7c7b3c69.tar.bz2 historical-12eec50d30c9ea614ba964c428331d9b7c7b3c69.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libident/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libident/Manifest | 8 | ||||
-rw-r--r-- | net-libs/libident/libident-0.22.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/libident/ChangeLog b/net-libs/libident/ChangeLog index 58b2e55da497..ef664343729e 100644 --- a/net-libs/libident/ChangeLog +++ b/net-libs/libident/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libident # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.12 2005/04/24 10:54:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.13 2005/08/07 13:40:47 hansmi Exp $ + + 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> libident-0.22.ebuild: + Stable on ppc. 24 Apr 2005; Simon Stelling <blubb@gentoo.org> libident-0.22.ebuild: stable on amd64 diff --git a/net-libs/libident/Manifest b/net-libs/libident/Manifest index 8d3505f0f51d..bb463d9b0803 100644 --- a/net-libs/libident/Manifest +++ b/net-libs/libident/Manifest @@ -1,6 +1,6 @@ -MD5 681b6ccd9253201451228a1a28e77d36 ChangeLog 1403 -MD5 017badaf91bf885a9079347e96c3b8cd libident-0.22.ebuild 716 -MD5 d1d0e647bd7c6bcbb777b3de42b14e54 libident-0.32.ebuild 691 +MD5 5f0e4849c9a09c65a148d7312585994f libident-0.22.ebuild 716 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 -MD5 5a23249eaedb219866d8a766a145994c files/digest-libident-0.22 64 +MD5 3f549a36436dc620fa8450b5ded798aa ChangeLog 1498 +MD5 d1d0e647bd7c6bcbb777b3de42b14e54 libident-0.32.ebuild 691 MD5 903bf677625739ff6766b4f570237bbc files/digest-libident-0.32 66 +MD5 5a23249eaedb219866d8a766a145994c files/digest-libident-0.22 64 diff --git a/net-libs/libident/libident-0.22.ebuild b/net-libs/libident/libident-0.22.ebuild index 62abe6d40309..029c06ac72f2 100644 --- a/net-libs/libident/libident-0.22.ebuild +++ b/net-libs/libident/libident-0.22.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.12 2005/04/24 10:54:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.13 2005/08/07 13:40:47 hansmi Exp $ DESCRIPTION="A small library to interface to the Ident protocol server" HOMEPAGE="ftp://ftp.lysator.liu.se/pub/ident/libs" SRC_URI="ftp://ftp.lysator.liu.se/pub/ident/libs/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha ~hppa ~mips ~sparc x86 ia64 s390 ~ppc amd64" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc s390 ~sparc x86" IUSE="" DEPEND="virtual/libc" |