summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-03 23:08:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-03 23:08:47 +0000
commit6418c818a2ce3300c28d11e3834106f7d1c16b5b (patch)
tree4aa3510a0821552f8dd4a483471d0a48ec4bfd75 /dev-libs/rasqal
parentppc64 stable wrt #301306 (diff)
downloadgentoo-2-6418c818a2ce3300c28d11e3834106f7d1c16b5b.tar.gz
gentoo-2-6418c818a2ce3300c28d11e3834106f7d1c16b5b.tar.bz2
gentoo-2-6418c818a2ce3300c28d11e3834106f7d1c16b5b.zip
ppc64 stable wrt #301306
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/rasqal')
-rw-r--r--dev-libs/rasqal/ChangeLog5
-rw-r--r--dev-libs/rasqal/rasqal-0.9.16.ebuild58
-rw-r--r--dev-libs/rasqal/rasqal-0.9.17.ebuild4
3 files changed, 6 insertions, 61 deletions
diff --git a/dev-libs/rasqal/ChangeLog b/dev-libs/rasqal/ChangeLog
index 1f417c97dd92..b6df006fee0e 100644
--- a/dev-libs/rasqal/ChangeLog
+++ b/dev-libs/rasqal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/rasqal
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.42 2010/04/25 13:33:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.43 2010/07/03 23:08:47 ssuominen Exp $
+
+ 03 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> rasqal-0.9.17.ebuild:
+ ppc64 stable wrt #301306
*rasqal-0.9.19 (25 Apr 2010)
diff --git a/dev-libs/rasqal/rasqal-0.9.16.ebuild b/dev-libs/rasqal/rasqal-0.9.16.ebuild
deleted file mode 100644
index fa153f29af9c..000000000000
--- a/dev-libs/rasqal/rasqal-0.9.16.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.16.ebuild,v 1.13 2010/01/10 12:05:06 armin76 Exp $
-
-EAPI=2
-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="LGPL-2.1 Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gmp pcre test xml"
-
-RDEPEND=">=media-libs/raptor-1.4.17
- 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
- local decimal
-
- if use pcre; then
- regex="pcre"
- else
- regex="posix"
- fi
-
- if use gmp; then
- decimal="gmp"
- else
- decimal="mpfr"
- fi
-
- econf \
- $(use_enable pcre) \
- $(use_enable xml xml2) \
- --with-regex-library=${regex} \
- --with-decimal=${decimal} \
- --with-raptor=system
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog* NEWS README
-}
diff --git a/dev-libs/rasqal/rasqal-0.9.17.ebuild b/dev-libs/rasqal/rasqal-0.9.17.ebuild
index d4b03c38022e..5bb805414fd1 100644
--- a/dev-libs/rasqal/rasqal-0.9.17.ebuild
+++ b/dev-libs/rasqal/rasqal-0.9.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.10 2010/04/18 13:58:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.11 2010/07/03 23:08:47 ssuominen Exp $
EAPI=2
inherit libtool
@@ -11,7 +11,7 @@ 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 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE="gmp pcre test xml"
RDEPEND=">=media-libs/raptor-1.4.18