diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-10 18:08:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-10 18:08:55 +0000 |
commit | c8c25ac79f54f7c0d5f8114241619c685cb3a8bc (patch) | |
tree | ac7a6369cdc8d9a326f42566f9e8b7b0f11f88c2 /dev-libs/yaz | |
parent | stable on alpha and ia64 (diff) | |
download | gentoo-2-c8c25ac79f54f7c0d5f8114241619c685cb3a8bc.tar.gz gentoo-2-c8c25ac79f54f7c0d5f8114241619c685cb3a8bc.tar.bz2 gentoo-2-c8c25ac79f54f7c0d5f8114241619c685cb3a8bc.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/yaz/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/yaz/yaz-2.0.8.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/yaz/ChangeLog b/dev-libs/yaz/ChangeLog index 3b3e3c970e1e..c68ec94c37e1 100644 --- a/dev-libs/yaz/ChangeLog +++ b/dev-libs/yaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/yaz # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.3 2004/01/08 09:15:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.4 2004/01/10 18:05:37 agriffis Exp $ + + 10 Jan 2004; Aron Griffis <agriffis@gentoo.org> yaz-2.0.8.ebuild: + stable on alpha and ia64 08 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> yaz-2.0.8.ebuild: tested on ppc and amd64 and keyworded now diff --git a/dev-libs/yaz/Manifest b/dev-libs/yaz/Manifest index 7bd46ff797e3..b87846017b54 100644 --- a/dev-libs/yaz/Manifest +++ b/dev-libs/yaz/Manifest @@ -1,3 +1,3 @@ -MD5 ff6498d1834950d624f6f5037401638b yaz-2.0.8.ebuild 953 -MD5 3bca25b63d587ea3466439ab6537980b ChangeLog 579 +MD5 4f9fe96af73cf898022fc82deff99204 ChangeLog 677 +MD5 5a1468c38e48334438035eb7b3f6e01b yaz-2.0.8.ebuild 966 MD5 2c601b2958127cb7cfb70ec3fb718177 files/digest-yaz-2.0.8 62 diff --git a/dev-libs/yaz/yaz-2.0.8.ebuild b/dev-libs/yaz/yaz-2.0.8.ebuild index dd7634caee2f..ee2e4ab00968 100644 --- a/dev-libs/yaz/yaz-2.0.8.ebuild +++ b/dev-libs/yaz/yaz-2.0.8.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/dev-libs/yaz/yaz-2.0.8.ebuild,v 1.3 2004/01/08 09:15:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.0.8.ebuild,v 1.4 2004/01/10 18:05:37 agriffis Exp $ DESCRIPTION="YAZ is a C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers" HOMEPAGE="http://www.indexdata.dk/${PN}" SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="YAZ" SLOT="0" -KEYWORDS="x86 ~ppc amd64" +KEYWORDS="x86 ~ppc amd64 alpha ia64" IUSE="tcpd" RDEPEND="dev-libs/libxml2 dev-libs/openssl |