public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.9.ebuild redland-1.0.4.ebuild
@ 2009-05-12  8:50 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-05-12  8:50 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/12 08:50:20

  Modified:             redland-1.0.9.ebuild redland-1.0.4.ebuild
  Log:
  EAPI2fy, repoman warnings
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/redland/redland-1.0.9.ebuild

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

Index: redland-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redland-1.0.9.ebuild	23 Apr 2009 13:29:07 -0000	1.1
+++ redland-1.0.9.ebuild	12 May 2009 08:50:20 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.9.ebuild,v 1.1 2009/04/23 13:29:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.9.ebuild,v 1.2 2009/05/12 08:50:20 ssuominen Exp $
+
+EAPI=2
 
 DESCRIPTION="High-level interface for the Resource Description Framework"
 HOMEPAGE="http://librdf.org"
@@ -23,7 +25,7 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_compile() {
+src_configure() {
 	local myconf
 
 	if use xml; then
@@ -41,12 +43,10 @@
 		$(use_with sqlite) \
 		$(use_with postgres postgresql) \
 		${myconf}
-
-	emake || die "emake failed."
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog* NEWS NOTICE README TODO
 	dohtml {FAQS,NEWS,README,RELEASE,TODO}.html
 }



1.13                 dev-libs/redland/redland-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/redland/redland-1.0.4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/redland/redland-1.0.4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/redland/redland-1.0.4.ebuild?r1=1.12&r2=1.13

Index: redland-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- redland-1.0.4.ebuild	14 Jun 2007 07:52:15 -0000	1.12
+++ redland-1.0.4.ebuild	12 May 2009 08:50:20 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.4.ebuild,v 1.12 2007/06/14 07:52:15 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.4.ebuild,v 1.13 2009/05/12 08:50:20 ssuominen Exp $
 
 inherit eutils
 
@@ -13,13 +13,14 @@
 KEYWORDS="amd64 ia64 ppc x86"
 IUSE="berkdb mysql sqlite ssl threads"
 
-DEPEND="mysql? ( virtual/mysql )
+RDEPEND="mysql? ( virtual/mysql )
 	sqlite? ( =dev-db/sqlite-3* )
 	berkdb? ( sys-libs/db )
 	dev-libs/libxml2
 	ssl? ( dev-libs/openssl )
 	>=media-libs/raptor-1.4.4
 	>=dev-libs/rasqal-0.9.6"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
 	unpack ${A}






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

only message in thread, other threads:[~2009-05-12  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12  8:50 [gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.9.ebuild redland-1.0.4.ebuild 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