diff options
author | 2004-02-06 21:52:01 +0000 | |
---|---|---|
committer | 2004-02-06 21:52:01 +0000 | |
commit | 97085dcf4af9d3514668bfaa641a8b02e0bdefa5 (patch) | |
tree | d3ae1d97ebfdb492de6e206d50c073e358a952b1 /dev-libs/yaz | |
parent | fix init.d install (diff) | |
download | gentoo-2-97085dcf4af9d3514668bfaa641a8b02e0bdefa5.tar.gz gentoo-2-97085dcf4af9d3514668bfaa641a8b02e0bdefa5.tar.bz2 gentoo-2-97085dcf4af9d3514668bfaa641a8b02e0bdefa5.zip |
stable on ppc
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 d8f96c6f89da..3ff80c8aa9be 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.7 2004/01/27 15:16:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.8 2004/02/06 21:52:01 pylon Exp $ + + 06 Feb 2004; Lars Weiler <pylon@gentoo.org> yaz-2.0.8.ebuild: + finally stable on ppc. 27 Jan 2004; <gustavoz@gentoo.org> yaz-2.0.8.ebuild: marked stable on sparc to fix dep problem with php/mod_php diff --git a/dev-libs/yaz/Manifest b/dev-libs/yaz/Manifest index d72f79f16dcd..bc5e8bbc09e8 100644 --- a/dev-libs/yaz/Manifest +++ b/dev-libs/yaz/Manifest @@ -1,3 +1,3 @@ -MD5 b3030c94d0cc822407c352af9ce5dd35 yaz-2.0.8.ebuild 977 -MD5 5230d2476196ba6a3a8e55739244e75c ChangeLog 960 +MD5 eb512db2504659ed9053da950722241d ChangeLog 1050 +MD5 a250b5ddc6c659807d848d998621ce39 yaz-2.0.8.ebuild 976 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 47c92ecae9f3..b2f8efc9b5b5 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.7 2004/01/27 15:16:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.0.8.ebuild,v 1.8 2004/02/06 21:52:01 pylon 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 alpha ia64 hppa sparc" +KEYWORDS="x86 ppc amd64 alpha ia64 hppa sparc" IUSE="tcpd" RDEPEND="dev-libs/libxml2 dev-libs/openssl |