public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/rasqal: ChangeLog rasqal-0.9.24.ebuild
@ 2011-02-02 19:59 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-02 19:59 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/02 19:59:43

  Modified:             ChangeLog
  Added:                rasqal-0.9.24.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-libs/rasqal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	25 Jan 2011 19:23:54 -0000	1.49
+++ ChangeLog	2 Feb 2011 19:59:43 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/rasqal
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.49 2011/01/25 19:23:54 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.50 2011/02/02 19:59:43 ssuominen Exp $
+
+*rasqal-0.9.24 (02 Feb 2011)
+
+  02 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> +rasqal-0.9.24.ebuild:
+  Version bump.
 
 *rasqal-0.9.22 (25 Jan 2011)
 



1.1                  dev-libs/rasqal/rasqal-0.9.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?rev=1.1&content-type=text/plain

Index: rasqal-0.9.24.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v 1.1 2011/02/02 19:59:43 ssuominen Exp $

EAPI=3
inherit libtool

DESCRIPTION="library that handles Resource Description Framework (RDF)"
HOMEPAGE="http://librdf.org/rasqal/"
SRC_URI="http://download.librdf.org/source/${P}.tar.gz"

LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE="gmp pcre static-libs test xml"

RDEPEND="media-libs/raptor:2
	pcre? ( dev-libs/libpcre )
	xml? ( dev-libs/libxml2 )
	!gmp? ( dev-libs/mpfr )
	gmp? ( dev-libs/gmp )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/flex
	test? ( dev-perl/XML-DOM )"

src_prepare() {
	elibtoolize
}

src_configure() {
	local regex=posix
	local decimal=mpfr

	use pcre && regex=pcre
	use gmp && decimal=gmp

	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static) \
		$(use_enable pcre) \
		$(use_enable xml xml2) \
		--with-regex-library=${regex} \
		--with-decimal=${decimal} \
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README
	dohtml {NEWS,README,RELEASE}.html
	find "${ED}" -name '*.la' -exec rm -f '{}' +
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/rasqal: ChangeLog rasqal-0.9.24.ebuild
@ 2011-02-03 19:26 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-03 19:26 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/03 19:26:10

  Modified:             ChangeLog rasqal-0.9.24.ebuild
  Log:
  Add ~ppc wrt #341149
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.51                 dev-libs/rasqal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	2 Feb 2011 19:59:43 -0000	1.50
+++ ChangeLog	3 Feb 2011 19:26:10 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/rasqal
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.50 2011/02/02 19:59:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.51 2011/02/03 19:26:10 xarthisius Exp $
+
+  03 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> rasqal-0.9.24.ebuild:
+  Add ~ppc wrt #341149
 
 *rasqal-0.9.24 (02 Feb 2011)
 



1.2                  dev-libs/rasqal/rasqal-0.9.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?r1=1.1&r2=1.2

Index: rasqal-0.9.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rasqal-0.9.24.ebuild	2 Feb 2011 19:59:43 -0000	1.1
+++ rasqal-0.9.24.ebuild	3 Feb 2011 19:26:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v 1.1 2011/02/02 19:59:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v 1.2 2011/02/03 19:26:10 xarthisius Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE="gmp pcre static-libs test xml"
 
 RDEPEND="media-libs/raptor:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/rasqal: ChangeLog rasqal-0.9.24.ebuild
@ 2011-02-03 20:15 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-03 20:15 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/03 20:15:16

  Modified:             ChangeLog rasqal-0.9.24.ebuild
  Log:
  Add ~ppc64 wrt #341149
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.52                 dev-libs/rasqal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	3 Feb 2011 19:26:10 -0000	1.51
+++ ChangeLog	3 Feb 2011 20:15:16 -0000	1.52
@@ -1,9 +1,9 @@
 # ChangeLog for dev-libs/rasqal
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.51 2011/02/03 19:26:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.52 2011/02/03 20:15:16 xarthisius Exp $
 
   03 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> rasqal-0.9.24.ebuild:
-  Add ~ppc wrt #341149
+  Add ~ppc/~ppc64 wrt #341149
 
 *rasqal-0.9.24 (02 Feb 2011)
 
@@ -19,7 +19,7 @@
   27 Oct 2010; Markus Meier <maekke@gentoo.org> rasqal-0.9.20.ebuild:
   add ~arm, bug #341149
 
-  25 Oct 2010; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.17.ebuild,
+  25 Oct 2010; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.17.ebuild,
   rasqal-0.9.19.ebuild, rasqal-0.9.20.ebuild:
   Drop ia64/sparc keywords
 
@@ -31,7 +31,7 @@
   16 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> +rasqal-0.9.20.ebuild:
   Version bump.
 
-  11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> rasqal-0.9.19.ebuild:
+  11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> rasqal-0.9.19.ebuild:
   Disable static libs.
 
   03 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> rasqal-0.9.17.ebuild:
@@ -48,7 +48,7 @@
   18 Apr 2010; <nixnut@gentoo.org> rasqal-0.9.17.ebuild:
   ppc stable #301306
 
-  06 Mar 2010; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.17.ebuild:
+  06 Mar 2010; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.17.ebuild:
   arm/ia64/sparc stable wrt #301306
 
   23 Feb 2010; Christian Faulhammer <fauli@gentoo.org> rasqal-0.9.17.ebuild:
@@ -60,7 +60,7 @@
   19 Jan 2010; Jeroen Roovers <jer@gentoo.org> rasqal-0.9.17.ebuild:
   Stable for HPPA (bug #301306).
 
-  10 Jan 2010; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.16.ebuild,
+  10 Jan 2010; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.16.ebuild,
   rasqal-0.9.17.ebuild:
   Add ~arm
 
@@ -75,7 +75,7 @@
   22 Jun 2009; Alexis Ballier <aballier@gentoo.org> rasqal-0.9.16.ebuild:
   keyword ~x86-fbsd
 
-  22 May 2009; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.16.ebuild:
+  22 May 2009; Raúl Porcel <armin76@gentoo.org> rasqal-0.9.16.ebuild:
   ia64 stable wrt #269523
 
   21 May 2009; Brent Baude <ranger@gentoo.org> rasqal-0.9.16.ebuild:
@@ -136,7 +136,7 @@
   18 Jan 2008; Samuli Suominen <drac@gentoo.org> +rasqal-0.9.15.ebuild:
   Version bump.
 
-  18 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> rasqal-0.9.14.ebuild:
+  18 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> rasqal-0.9.14.ebuild:
   Add elibtoolize call.
 
   28 Nov 2007; Markus Rothe <corsair@gentoo.org> rasqal-0.9.14.ebuild:



1.3                  dev-libs/rasqal/rasqal-0.9.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild?r1=1.2&r2=1.3

Index: rasqal-0.9.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rasqal-0.9.24.ebuild	3 Feb 2011 19:26:10 -0000	1.2
+++ rasqal-0.9.24.ebuild	3 Feb 2011 20:15:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v 1.2 2011/02/03 19:26:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.24.ebuild,v 1.3 2011/02/03 20:15:16 xarthisius Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE="gmp pcre static-libs test xml"
 
 RDEPEND="media-libs/raptor:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/rasqal: ChangeLog rasqal-0.9.24.ebuild
@ 2011-07-29 10:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-29 10:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/07/29 10:26:56

  Modified:             ChangeLog
  Removed:              rasqal-0.9.24.ebuild
  Log:
  [This is a placeholder. Please ignore.]
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 dev-libs/rasqal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/rasqal/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	9 Jul 2011 08:21:02 -0000	1.54
+++ ChangeLog	29 Jul 2011 10:26:56 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/rasqal
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.54 2011/07/09 08:21:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.55 2011/07/29 10:26:56 ssuominen Exp $
+
+  29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> -rasqal-0.9.24.ebuild:
+  [This is a placeholder. Please ignore.]
 
 *rasqal-0.9.26 (09 Jul 2011)
 






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

end of thread, other threads:[~2011-07-29 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 10:26 [gentoo-commits] gentoo-x86 commit in dev-libs/rasqal: ChangeLog rasqal-0.9.24.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-03 20:15 Kacper Kowalik (xarthisius)
2011-02-03 19:26 Kacper Kowalik (xarthisius)
2011-02-02 19:59 Samuli Suominen (ssuominen)

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