diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:10:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:10:59 +0000 |
commit | 3b1fd6b77f48b0c71611802cb6077c35b8a2a497 (patch) | |
tree | 715258a7d9215ae950f497b742e4107e5d7daffb /net-libs | |
parent | stable on alpha (diff) | |
download | historical-3b1fd6b77f48b0c71611802cb6077c35b8a2a497.tar.gz historical-3b1fd6b77f48b0c71611802cb6077c35b8a2a497.tar.bz2 historical-3b1fd6b77f48b0c71611802cb6077c35b8a2a497.zip |
stable on alpha and ia64
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libident/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libident/Manifest | 4 | ||||
-rw-r--r-- | net-libs/libident/libident-0.22.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/libident/ChangeLog b/net-libs/libident/ChangeLog index 0aeca17e7f91..42fa6dbccdbc 100644 --- a/net-libs/libident/ChangeLog +++ b/net-libs/libident/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libident -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.1 2003/05/13 14:30:17 twp Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.2 2004/02/17 20:10:59 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> libident-0.22.ebuild: + stable on alpha and ia64 *libident-0.22 (13 May 2003) diff --git a/net-libs/libident/Manifest b/net-libs/libident/Manifest index 90889b200ce1..fe6fc008fe11 100644 --- a/net-libs/libident/Manifest +++ b/net-libs/libident/Manifest @@ -1,3 +1,3 @@ +MD5 e9a239fe94db05a60f541fbebc16040a libident-0.22.ebuild 703 +MD5 50e89674c88b94c1445eafe0ef36dbbe ChangeLog 480 MD5 5a23249eaedb219866d8a766a145994c files/digest-libident-0.22 64 -MD5 3373fba9e87da03631eac49a516ccb2c ChangeLog 375 -MD5 d75233ab0a012c0454a8f417e0ee83f4 libident-0.22.ebuild 695 diff --git a/net-libs/libident/libident-0.22.ebuild b/net-libs/libident/libident-0.22.ebuild index 8355720eb5a2..93fc878c32fc 100644 --- a/net-libs/libident/libident-0.22.ebuild +++ b/net-libs/libident/libident-0.22.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2003/07/13 12:58:34 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.3 2004/02/17 20:10:59 agriffis 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 ~arm ~hppa ~mips ~sparc x86" +KEYWORDS="alpha ~arm ~hppa ~mips ~sparc x86 ia64" DEPEND="virtual/glibc" src_compile() { |