From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/
Date: Sat, 5 Nov 2016 17:21:13 +0000 (UTC) [thread overview]
Message-ID: <1478366420.6deefbcec3fc1e3ef08ce43b630b09d44ada0c27.pacho@gentoo> (raw)
commit: 6deefbcec3fc1e3ef08ce43b630b09d44ada0c27
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 17:20:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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
-}
next reply other threads:[~2016-11-05 17:21 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-05 17:21 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 7:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ Arthur Zamarin
2025-03-08 7:20 Arthur Zamarin
2025-01-02 0:14 Conrad Kostecki
2024-10-31 23:32 Andreas K. Hüttel
2024-08-25 15:24 Andreas K. Hüttel
2024-02-17 14:48 Sam James
2024-02-14 19:47 Arthur Zamarin
2024-02-14 19:42 Sam James
2024-02-14 16:48 Sam James
2024-01-30 6:58 Sam James
2022-12-18 20:07 Arthur Zamarin
2022-12-18 12:28 Sam James
2022-12-18 11:55 Sam James
2022-12-18 11:34 Sam James
2022-11-24 18:14 Conrad Kostecki
2022-08-26 12:04 Sam James
2022-06-12 7:33 Joonas Niilola
2022-02-19 12:38 Arthur Zamarin
2022-02-19 10:34 Arthur Zamarin
2021-08-16 3:15 Sam James
2021-08-16 3:15 Sam James
2021-08-16 2:43 Sam James
2021-07-25 21:46 Andreas K. Hüttel
2020-02-18 20:06 Andreas Sturmlechner
2016-11-05 17:16 Pacho Ramos
2016-10-01 14:12 Jeroen Roovers
2016-08-30 20:29 Markus Meier
2016-07-04 11:36 Tobias Klausmann
2016-07-03 18:45 Andreas Hüttel
2016-06-28 6:00 Michał Górny
2016-06-26 12:21 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478366420.6deefbcec3fc1e3ef08ce43b630b09d44ada0c27.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox