diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-05 18:20:20 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-05 18:20:20 +0100 |
commit | 6deefbcec3fc1e3ef08ce43b630b09d44ada0c27 (patch) | |
tree | 10306f7f9b1357536d8bf63f10345b2bd5de6c08 /dev-libs/yaz | |
parent | dev-php/pecl-yaz: Move to ~ia64 ~sparc, bug #522674 (diff) | |
download | gentoo-6deefbcec3fc1e3ef08ce43b630b09d44ada0c27.tar.gz gentoo-6deefbcec3fc1e3ef08ce43b630b09d44ada0c27.tar.bz2 gentoo-6deefbcec3fc1e3ef08ce43b630b09d44ada0c27.zip |
dev-libs/yaz: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/yaz/yaz-3.0.50.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/dev-libs/yaz/Manifest b/dev-libs/yaz/Manifest index 161c6de57b17..19a6ff1abb7e 100644 --- a/dev-libs/yaz/Manifest +++ b/dev-libs/yaz/Manifest @@ -1,2 +1 @@ -DIST yaz-3.0.50.tar.gz 2123168 SHA256 f94b69d232159f56a16c2b66b545a441d6a0f240ac188aa677762b9055b4f374 SHA512 902c7f7cf1265744c1174b2d7860d2fbc09ed3b6ae3da57eb6caf080dfc5cc1265ce4ec7d8e3d215dc3ba7fc88d8d78ecaa808cf11d38393b5d6253e809b3eae WHIRLPOOL cb5150c63024b61832d3298be21fd153c869af5ccff92267c5b497b7ba46d57f949e751ce17ca0f97e0092a9c85a225292c9f07b5a859246b915e408f07591dc DIST yaz-3.0.53.tar.gz 2164681 SHA256 2e66707d62ae431a7fecc1822429dca249f22655215b5d2f94aa098a52af1149 SHA512 537d54757e401c1b29ad2120209b2cd038f26ff7f43ffc3c1e22808e12a1580aedee3880478e951fd4b3057ca9af4a34afa2a64c0b8ffcbec24f76deb83ddc89 WHIRLPOOL 5acaafa5d943ebb7f77f24c42172338cba713c0022b28c865be162cac24d0234c8b4f513d28e07d0fc414144ed8ab0d7ad84ca5c3d76b899015a9ba4786848f8 diff --git a/dev-libs/yaz/yaz-3.0.50.ebuild b/dev-libs/yaz/yaz-3.0.50.ebuild deleted file mode 100644 index 1185a412a9a0..000000000000 --- a/dev-libs/yaz/yaz-3.0.50.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit eutils autotools - -DESCRIPTION="C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers" -HOMEPAGE="http://www.indexdata.dk/yaz" -SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="debug icu tcpd ziffy" - -RDEPEND="dev-libs/libxml2 - dev-libs/libxslt - dev-libs/openssl - icu? ( dev-libs/icu ) - tcpd? ( sys-apps/tcp-wrappers ) - ziffy? ( net-libs/libpcap )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-lang/tcl:0 - >=sys-devel/libtool-2" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.47-icu-automagic.patch - AT_M4DIR="m4" eautoreconf -} - -src_configure() { - econf \ - --enable-static \ - --enable-shared \ - $(use_enable debug memdebug) \ - $(use_enable icu) \ - $(use_enable tcpd tcpd /usr) -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - local docdir="/usr/share/doc/${PF}" - emake DESTDIR="${D}" docdir="${docdir}" install || die "install failed" - - dodir ${docdir}/html - mv -f "${D}"/${docdir}/*.{html,png} "${D}"/${docdir}/html/ || die "Failed to move HTML docs" - mv -f "${D}"/usr/share/doc/${PN}/common "${D}"/${docdir}/html/ || die "Failed to move HTML docs" - rm -rf "${D}"/usr/share/doc/${PN} - - dodoc ChangeLog NEWS README -} |