public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: yaz-3.0.47.ebuild ChangeLog
@ 2009-07-31  8:58 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2009-07-31  8:58 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/07/31 08:58:47

  Modified:             ChangeLog
  Added:                yaz-3.0.47.ebuild
  Log:
  Bug #277853: version bump. Thanks to John Klehm <xixsimplicityxix@gmail.com>.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 dev-libs/yaz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -p -w -b -B -u -u -r1.56 -r1.57
--- ChangeLog	5 Jan 2009 21:46:11 -0000	1.56
+++ ChangeLog	31 Jul 2009 08:58:47 -0000	1.57
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/yaz
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.56 2009/01/05 21:46:11 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.57 2009/07/31 08:58:47 robbat2 Exp $
+
+*yaz-3.0.47 (31 Jul 2009)
+
+  31 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> +yaz-3.0.47.ebuild,
+  +files/yaz-3.0.47-icu-automagic.patch:
+  Bug #277853: version bump. Thanks to John Klehm
+  <xixsimplicityxix@gmail.com>.
 
   05 Jan 2009; Markus Meier <maekke@gentoo.org> metadata.xml:
   drop local icu USE-flag description, as it's global now



1.1                  dev-libs/yaz/yaz-3.0.47.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/yaz-3.0.47.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/yaz-3.0.47.ebuild?rev=1.1&content-type=text/plain

Index: yaz-3.0.47.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.47.ebuild,v 1.1 2009/07/31 08:58:47 robbat2 Exp $

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}
	dev-util/pkgconfig
	dev-lang/tcl
	>=sys-devel/libtool-2"

src_prepare() {
	cd "${S}"
	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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-31  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31  8:58 [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: yaz-3.0.47.ebuild ChangeLog Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox