public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.6.ebuild
@ 2011-11-28 17:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-11-28 17:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/11/28 17:02:02

  Modified:             ChangeLog
  Added:                raptor-2.0.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)

Revision  Changes    Path
1.115                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	26 Nov 2011 17:43:36 -0000	1.114
+++ ChangeLog	28 Nov 2011 17:02:02 -0000	1.115
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.114 2011/11/26 17:43:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.115 2011/11/28 17:02:02 ssuominen Exp $
+
+*raptor-2.0.6 (28 Nov 2011)
+
+  28 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> +raptor-2.0.6.ebuild:
+  Version bump.
 
   26 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-2.0.5.ebuild,
   +files/raptor-2.0.5-expat.patch:



1.1                  media-libs/raptor/raptor-2.0.6.ebuild

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

Index: raptor-2.0.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.1 2011/11/28 17:02:02 ssuominen Exp $

EAPI=4
inherit eutils libtool

MY_P=${PN}2-${PV}

DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://librdf.org/raptor/"
SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz"

LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="+curl debug json static-libs unicode +xml"

RDEPEND="unicode? ( dev-libs/glib:2 )
	xml? ( >=dev-libs/libxml2-2.6.8 )
	!xml? ( dev-libs/expat )
	curl? ( net-misc/curl )
	json? ( dev-libs/yajl )
	dev-libs/libxslt
	!<media-libs/raptor-1.4.21-r1"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/flex"

S=${WORKDIR}/${MY_P}

DOCS=( AUTHORS ChangeLog NEWS NOTICE README )

src_prepare() {
	epunt_cxx
	elibtoolize
}

src_configure() {
	local myconf

	if use xml; then
		myconf+=" --with-xml-parser=libxml"
	else
		myconf+=" --with-xml-parser=expat"
	fi

	if use curl; then
		myconf+=" --with-www=curl"
	elif use xml; then
		myconf+=" --with-www=xml"
	else
		myconf+=" --with-www=none"
	fi

	econf \
		$(use_enable static-libs static) \
		$(use_enable unicode nfc-check) \
		$(use_enable debug) \
		$(use_with json yajl) \
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
		${myconf}
}

src_install() {
	default
	dohtml {NEWS,README,RELEASE,UPGRADING}.html
	find "${ED}" -name '*.la' -exec rm -f {} +
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.6.ebuild
@ 2012-02-21 13:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-21 13:46 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/21 13:46:28

  Modified:             ChangeLog raptor-2.0.6.ebuild
  Log:
  Stable for amd64, wrt bug #404795
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.117                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	28 Nov 2011 17:02:50 -0000	1.116
+++ ChangeLog	21 Feb 2012 13:46:28 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.116 2011/11/28 17:02:50 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.117 2012/02/21 13:46:28 ago Exp $
+
+  21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.6.ebuild:
+  Stable for amd64, wrt bug #404795
 
   28 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -raptor-2.0.5.ebuild,
   -files/raptor-2.0.5-expat.patch:



1.2                  media-libs/raptor/raptor-2.0.6.ebuild

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

Index: raptor-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- raptor-2.0.6.ebuild	28 Nov 2011 17:02:02 -0000	1.1
+++ raptor-2.0.6.ebuild	21 Feb 2012 13:46:28 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.1 2011/11/28 17:02:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.2 2012/02/21 13:46:28 ago Exp $
 
 EAPI=4
 inherit eutils libtool
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.6.ebuild
@ 2012-02-21 15:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-21 15:43 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/21 15:43:37

  Modified:             ChangeLog raptor-2.0.6.ebuild
  Log:
  Stable for HPPA (bug #404795).
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.118                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	21 Feb 2012 13:46:28 -0000	1.117
+++ ChangeLog	21 Feb 2012 15:43:37 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.117 2012/02/21 13:46:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.118 2012/02/21 15:43:37 jer Exp $
+
+  21 Feb 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.6.ebuild:
+  Stable for HPPA (bug #404795).
 
   21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.6.ebuild:
   Stable for amd64, wrt bug #404795



1.3                  media-libs/raptor/raptor-2.0.6.ebuild

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

Index: raptor-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- raptor-2.0.6.ebuild	21 Feb 2012 13:46:28 -0000	1.2
+++ raptor-2.0.6.ebuild	21 Feb 2012 15:43:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.2 2012/02/21 13:46:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.3 2012/02/21 15:43:37 jer Exp $
 
 EAPI=4
 inherit eutils libtool
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.6.ebuild
@ 2012-02-25  0:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-25  0:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/25 00:09:31

  Modified:             ChangeLog raptor-2.0.6.ebuild
  Log:
  ppc/ppc64/x86 stable wrt #404795
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.119                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	21 Feb 2012 15:43:37 -0000	1.118
+++ ChangeLog	25 Feb 2012 00:09:31 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.118 2012/02/21 15:43:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.119 2012/02/25 00:09:31 ssuominen Exp $
+
+  25 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> raptor-2.0.6.ebuild:
+  ppc/ppc64/x86 stable wrt #404795
 
   21 Feb 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.6.ebuild:
   Stable for HPPA (bug #404795).



1.4                  media-libs/raptor/raptor-2.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild?r1=1.3&r2=1.4

Index: raptor-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- raptor-2.0.6.ebuild	21 Feb 2012 15:43:37 -0000	1.3
+++ raptor-2.0.6.ebuild	25 Feb 2012 00:09:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.3 2012/02/21 15:43:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.4 2012/02/25 00:09:31 ssuominen Exp $
 
 EAPI=4
 inherit eutils libtool
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.6.ebuild
@ 2012-03-05 21:10 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2012-03-05 21:10 UTC (permalink / raw
  To: gentoo-commits

maekke      12/03/05 21:10:08

  Modified:             ChangeLog raptor-2.0.6.ebuild
  Log:
  arm stable, bug #404795
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.120                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	25 Feb 2012 00:09:31 -0000	1.119
+++ ChangeLog	5 Mar 2012 21:10:08 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.119 2012/02/25 00:09:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.120 2012/03/05 21:10:08 maekke Exp $
+
+  05 Mar 2012; Markus Meier <maekke@gentoo.org> raptor-2.0.6.ebuild:
+  arm stable, bug #404795
 
   25 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> raptor-2.0.6.ebuild:
   ppc/ppc64/x86 stable wrt #404795



1.5                  media-libs/raptor/raptor-2.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild?r1=1.4&r2=1.5

Index: raptor-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- raptor-2.0.6.ebuild	25 Feb 2012 00:09:31 -0000	1.4
+++ raptor-2.0.6.ebuild	5 Mar 2012 21:10:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.4 2012/02/25 00:09:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.6.ebuild,v 1.5 2012/03/05 21:10:08 maekke Exp $
 
 EAPI=4
 inherit eutils libtool
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

end of thread, other threads:[~2012-03-05 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 13:46 [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.6.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-05 21:10 Markus Meier (maekke)
2012-02-25  0:09 Samuli Suominen (ssuominen)
2012-02-21 15:43 Jeroen Roovers (jer)
2011-11-28 17:02 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