From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1096A1395E3 for ; Sat, 5 Nov 2016 17:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAFD3E0C35; Sat, 5 Nov 2016 17:21:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DCE8E0C35 for ; Sat, 5 Nov 2016 17:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26CC2341597 for ; Sat, 5 Nov 2016 17:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353977E1 for ; Sat, 5 Nov 2016 17:21:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478366420.6deefbcec3fc1e3ef08ce43b630b09d44ada0c27.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/Manifest dev-libs/yaz/yaz-3.0.50.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6deefbcec3fc1e3ef08ce43b630b09d44ada0c27 X-VCS-Branch: master Date: Sat, 5 Nov 2016 17:21:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e1471ca-ff83-4ce3-ae8c-aed0f1925133 X-Archives-Hash: bf6a0d1eea281a2bee5647dd699add9d commit: 6deefbcec3fc1e3ef08ce43b630b09d44ada0c27 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 5 17:20:20 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 5 17:20:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6deefbce dev-libs/yaz: Drop old Package-Manager: portage-2.3.2 dev-libs/yaz/Manifest | 1 - dev-libs/yaz/yaz-3.0.50.ebuild | 56 ------------------------------------------ 2 files changed, 57 deletions(-) diff --git a/dev-libs/yaz/Manifest b/dev-libs/yaz/Manifest index 161c6de..19a6ff1 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 1185a41..00000000 --- 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 -}