public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild
@ 2007-12-24 12:32 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-24 12:32 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/24 12:32:02

  Modified:             ChangeLog
  Added:                yaz-3.0.16.ebuild
  Log:
  Version bump, Bug 185287, from the php-overlay
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.40                 dev-libs/yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	23 Aug 2007 05:48:26 -0000	1.39
+++ ChangeLog	24 Dec 2007 12:32:01 -0000	1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/yaz
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.39 2007/08/23 05:48:26 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.40 2007/12/24 12:32:01 armin76 Exp $
+
+*yaz-3.0.16 (24 Dec 2007)
+
+  24 Dec 2007; Raúl Porcel <armin76@gentoo.org>
+  +files/yaz-3.0.16-icu-automagic.patch, +yaz-3.0.16.ebuild:
+  Version bump, Bug 185287, from the php-overlay
 
   23 Aug 2007; Joshua Kinard <kumba@gentoo.org> yaz-2.1.42.ebuild:
   Stable on mips, per #173849.



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

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

Index: yaz-3.0.16.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.1 2007/12/24 12:32:01 armin76 Exp $

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"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-icu-automagic.patch
	AT_M4DIR="m4" eautoreconf
}

src_compile() {
	econf \
		--enable-static \
		--enable-shared \
		$(use_enable debug memdebug) \
		$(use_enable icu) \
		$(use_enable tcpd tcpd /usr) \
		$(use_with ziffy pcap /usr)

	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 TODO
	if use ziffy ; then
		for doc in AUTHORS ChangeLog FAQ NEWS README TODO ; do
			newdoc ziffy/${doc} ${doc}-ziffy
		done
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild
@ 2008-02-02 14:19 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-02-02 14:19 UTC (permalink / raw
  To: gentoo-commits

ranger      08/02/02 14:19:04

  Modified:             ChangeLog yaz-3.0.16.ebuild
  Log:
  Marking yaz-3.0.16 ppc64 for bug 208545
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.41                 dev-libs/yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	24 Dec 2007 12:32:01 -0000	1.40
+++ ChangeLog	2 Feb 2008 14:19:04 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/yaz
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.40 2007/12/24 12:32:01 armin76 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.41 2008/02/02 14:19:04 ranger Exp $
+
+  02 Feb 2008; Brent Baude <ranger@gentoo.org> yaz-3.0.16.ebuild:
+  Marking yaz-3.0.16 ppc64 for bug 208545
 
 *yaz-3.0.16 (24 Dec 2007)
 



1.2                  dev-libs/yaz/yaz-3.0.16.ebuild

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

Index: yaz-3.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaz-3.0.16.ebuild	24 Dec 2007 12:32:01 -0000	1.1
+++ yaz-3.0.16.ebuild	2 Feb 2008 14:19:04 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.1 2007/12/24 12:32:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.2 2008/02/02 14:19:04 ranger Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="debug icu tcpd ziffy"
 
 RDEPEND="dev-libs/libxml2



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild
@ 2008-02-03 15:32 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-02-03 15:32 UTC (permalink / raw
  To: gentoo-commits

maekke      08/02/03 15:32:19

  Modified:             ChangeLog yaz-3.0.16.ebuild
  Log:
  x86 stable, bug #208545
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.42                 dev-libs/yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	2 Feb 2008 14:19:04 -0000	1.41
+++ ChangeLog	3 Feb 2008 15:32:18 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/yaz
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.41 2008/02/02 14:19:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.42 2008/02/03 15:32:18 maekke Exp $
+
+  03 Feb 2008; Markus Meier <maekke@gentoo.org> yaz-3.0.16.ebuild:
+  x86 stable, bug #208545
 
   02 Feb 2008; Brent Baude <ranger@gentoo.org> yaz-3.0.16.ebuild:
   Marking yaz-3.0.16 ppc64 for bug 208545



1.3                  dev-libs/yaz/yaz-3.0.16.ebuild

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

Index: yaz-3.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaz-3.0.16.ebuild	2 Feb 2008 14:19:04 -0000	1.2
+++ yaz-3.0.16.ebuild	3 Feb 2008 15:32:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.2 2008/02/02 14:19:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.3 2008/02/03 15:32:18 maekke Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug icu tcpd ziffy"
 
 RDEPEND="dev-libs/libxml2



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild
@ 2008-02-03 23:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-03 23:24 UTC (permalink / raw
  To: gentoo-commits

jer         08/02/03 23:24:24

  Modified:             ChangeLog yaz-3.0.16.ebuild
  Log:
  Stable for HPPA (bug #208545).
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.43                 dev-libs/yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	3 Feb 2008 15:32:18 -0000	1.42
+++ ChangeLog	3 Feb 2008 23:24:24 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/yaz
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.42 2008/02/03 15:32:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.43 2008/02/03 23:24:24 jer Exp $
+
+  03 Feb 2008; Jeroen Roovers <jer@gentoo.org> yaz-3.0.16.ebuild:
+  Stable for HPPA (bug #208545).
 
   03 Feb 2008; Markus Meier <maekke@gentoo.org> yaz-3.0.16.ebuild:
   x86 stable, bug #208545



1.4                  dev-libs/yaz/yaz-3.0.16.ebuild

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

Index: yaz-3.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaz-3.0.16.ebuild	3 Feb 2008 15:32:18 -0000	1.3
+++ yaz-3.0.16.ebuild	3 Feb 2008 23:24:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.3 2008/02/03 15:32:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.4 2008/02/03 23:24:24 jer Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug icu tcpd ziffy"
 
 RDEPEND="dev-libs/libxml2



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild
@ 2008-02-06 19:09 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-02-06 19:09 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/02/06 19:09:03

  Modified:             ChangeLog yaz-3.0.16.ebuild
  Log:
  stable on ppc wrt bug #208545
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.44                 dev-libs/yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	3 Feb 2008 23:24:24 -0000	1.43
+++ ChangeLog	6 Feb 2008 19:09:03 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/yaz
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.43 2008/02/03 23:24:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.44 2008/02/06 19:09:03 nixnut Exp $
+
+  06 Feb 2008; nixnut <nixnut@gentoo.org> yaz-3.0.16.ebuild:
+  stable on ppc wrt bug #208545
 
   03 Feb 2008; Jeroen Roovers <jer@gentoo.org> yaz-3.0.16.ebuild:
   Stable for HPPA (bug #208545).



1.5                  dev-libs/yaz/yaz-3.0.16.ebuild

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

Index: yaz-3.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaz-3.0.16.ebuild	3 Feb 2008 23:24:24 -0000	1.4
+++ yaz-3.0.16.ebuild	6 Feb 2008 19:09:03 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.4 2008/02/03 23:24:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.5 2008/02/06 19:09:03 nixnut Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug icu tcpd ziffy"
 
 RDEPEND="dev-libs/libxml2



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild
@ 2008-03-31 21:15 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-03-31 21:15 UTC (permalink / raw
  To: gentoo-commits

maekke      08/03/31 21:15:17

  Modified:             ChangeLog yaz-3.0.16.ebuild
  Log:
  amd64 stable, bug #208545
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.46                 dev-libs/yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	9 Feb 2008 18:12:36 -0000	1.45
+++ ChangeLog	31 Mar 2008 21:15:16 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/yaz
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.45 2008/02/09 18:12:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.46 2008/03/31 21:15:16 maekke Exp $
+
+  31 Mar 2008; Markus Meier <maekke@gentoo.org> yaz-3.0.16.ebuild:
+  amd64 stable, bug #208545
 
   09 Feb 2008; Raúl Porcel <armin76@gentoo.org> yaz-2.0.8.ebuild,
   yaz-2.0.19.ebuild, yaz-2.1.8.ebuild, yaz-3.0.16.ebuild:



1.7                  dev-libs/yaz/yaz-3.0.16.ebuild

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

Index: yaz-3.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaz-3.0.16.ebuild	9 Feb 2008 18:12:36 -0000	1.6
+++ yaz-3.0.16.ebuild	31 Mar 2008 21:15:16 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.6 2008/02/09 18:12:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.16.ebuild,v 1.7 2008/03/31 21:15:16 maekke Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="debug icu tcpd ziffy"
 
 RDEPEND="dev-libs/libxml2



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-31 21:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 14:19 [gentoo-commits] gentoo-x86 commit in dev-libs/yaz: ChangeLog yaz-3.0.16.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-31 21:15 Markus Meier (maekke)
2008-02-06 19:09 Gysbert Wassenaar (nixnut)
2008-02-03 23:24 Jeroen Roovers (jer)
2008-02-03 15:32 Markus Meier (maekke)
2007-12-24 12:32 Raul Porcel (armin76)

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