diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-15 21:30:37 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-15 21:30:37 +0000 |
commit | a4cad56ad42a2c73f86b3036a368f17b45147645 (patch) | |
tree | 6a6cf4ba407d8ca2d5266d358e3c84bb25f17b4f /net-libs | |
parent | added s390 keywords (diff) | |
download | historical-a4cad56ad42a2c73f86b3036a368f17b45147645.tar.gz historical-a4cad56ad42a2c73f86b3036a368f17b45147645.tar.bz2 historical-a4cad56ad42a2c73f86b3036a368f17b45147645.zip |
added s390 to keywords
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libident/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libident/Manifest | 4 | ||||
-rw-r--r-- | net-libs/libident/libident-0.22.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libident/ChangeLog b/net-libs/libident/ChangeLog index 42fa6dbccdbc..2c82fc04bdd7 100644 --- a/net-libs/libident/ChangeLog +++ b/net-libs/libident/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libident # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.3 2004/04/15 21:30:37 randy Exp $ + + 15 Apr 2004; Michael McCabe <randy@gentoo.org> libident-0.22.ebuild: + adding s390 keywords 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> libident-0.22.ebuild: stable on alpha and ia64 diff --git a/net-libs/libident/Manifest b/net-libs/libident/Manifest index 69c5cfd69109..bcb57ce61fb2 100644 --- a/net-libs/libident/Manifest +++ b/net-libs/libident/Manifest @@ -1,3 +1,3 @@ -MD5 3afcc1394a10a9b61445db9fd9c53bee libident-0.22.ebuild 698 -MD5 50e89674c88b94c1445eafe0ef36dbbe ChangeLog 480 +MD5 276974aed2c859dfdb06f4e2e544a218 ChangeLog 572 +MD5 0e9603e5bd9ff219dee05137dd3fed44 libident-0.22.ebuild 700 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 4e810c4bf974..4be20d70759e 100644 --- a/net-libs/libident/libident-0.22.ebuild +++ b/net-libs/libident/libident-0.22.ebuild @@ -1,13 +1,13 @@ # 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.4 2004/02/22 22:49:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.5 2004/04/15 21:30:37 randy 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" +KEYWORDS="alpha ~hppa ~mips ~sparc x86 ia64 s390" DEPEND="virtual/glibc" src_compile() { |