diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-27 15:16:35 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-27 15:16:35 +0000 |
commit | c52f2ce221f27a74ca622cf46c82c029154be088 (patch) | |
tree | ba21b14b4a062a6a5f4d055803b2459df4c9d963 /dev-libs/yaz | |
parent | remove some old versions; fix up 0.11.1 ebuild (diff) | |
download | historical-c52f2ce221f27a74ca622cf46c82c029154be088.tar.gz historical-c52f2ce221f27a74ca622cf46c82c029154be088.tar.bz2 historical-c52f2ce221f27a74ca622cf46c82c029154be088.zip |
marked stable on sparc to fix dep problem with php/mod_php
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 5ab34bf217c3..d8f96c6f89da 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.6 2004/01/24 12:27:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.7 2004/01/27 15:16:20 gustavoz Exp $ + + 27 Jan 2004; <gustavoz@gentoo.org> yaz-2.0.8.ebuild: + marked stable on sparc to fix dep problem with php/mod_php 24 Jan 2004; <gustavoz@gentoo.org> yaz-2.0.8.ebuild: keyworded ~sparc diff --git a/dev-libs/yaz/Manifest b/dev-libs/yaz/Manifest index a37ad6902624..d72f79f16dcd 100644 --- a/dev-libs/yaz/Manifest +++ b/dev-libs/yaz/Manifest @@ -1,3 +1,3 @@ -MD5 6dbd21ae99505feb44617a6a8e62b9e6 yaz-2.0.8.ebuild 978 -MD5 8de93429e34c579d74e383c3968cf1f2 ChangeLog 843 +MD5 b3030c94d0cc822407c352af9ce5dd35 yaz-2.0.8.ebuild 977 +MD5 5230d2476196ba6a3a8e55739244e75c ChangeLog 960 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 fd669a0dd626..47c92ecae9f3 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.6 2004/01/24 12:27:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.0.8.ebuild,v 1.7 2004/01/27 15:16:20 gustavoz 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 |