diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-02-06 21:52:01 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-02-06 21:52:01 +0000 |
commit | e8ad4e3d17f84cb796fa9146ea2f41abc3db1ab4 (patch) | |
tree | b556ef8682747b900f333cc62294ba508f2893a2 /dev-libs | |
parent | fix init.d install (diff) | |
download | historical-e8ad4e3d17f84cb796fa9146ea2f41abc3db1ab4.tar.gz historical-e8ad4e3d17f84cb796fa9146ea2f41abc3db1ab4.tar.bz2 historical-e8ad4e3d17f84cb796fa9146ea2f41abc3db1ab4.zip |
stable on ppc
Diffstat (limited to 'dev-libs')
-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..95e336e8fb89 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 4274cd56fadd52bbd4e10eefc9c0e7c4 ChangeLog 1047 +MD5 4f04571f2e3e2512fe5f69eb3b088c6b yaz-2.0.8.ebuild 973 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 |