summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-26 20:56:55 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-26 20:56:55 +0000
commit71530b977ff36b53fbcbb50ce37e28d796a2c8b0 (patch)
tree87b4be927b94c6b2f9d42315c48f2e16550f2e80 /media-libs
parentremove gimp2 mask (diff)
downloadhistorical-71530b977ff36b53fbcbb50ce37e28d796a2c8b0.tar.gz
historical-71530b977ff36b53fbcbb50ce37e28d796a2c8b0.tar.bz2
historical-71530b977ff36b53fbcbb50ce37e28d796a2c8b0.zip
Cleaned up USE flags.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/raptor/ChangeLog6
-rw-r--r--media-libs/raptor/raptor-0.9.12.ebuild6
-rw-r--r--media-libs/raptor/raptor-0.9.8.ebuild3
-rw-r--r--media-libs/raptor/raptor-1.2.0.ebuild5
4 files changed, 12 insertions, 8 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog
index 006e6db94385..6cd0faacc8cd 100644
--- a/media-libs/raptor/ChangeLog
+++ b/media-libs/raptor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/raptor
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.9 2004/03/25 07:10:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.10 2004/03/26 20:56:55 eradicator Exp $
+
+ 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> raptor-0.9.12.ebuild,
+ raptor-0.9.8.ebuild, raptor-1.2.0.ebuild:
+ Cleaned up USE flags.
24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> raptor-1.2.0.ebuild:
don't use deprecated ? : use syntax
diff --git a/media-libs/raptor/raptor-0.9.12.ebuild b/media-libs/raptor/raptor-0.9.12.ebuild
index 7f03b5922fcd..14e6e1826c28 100644
--- a/media-libs/raptor/raptor-0.9.12.ebuild
+++ b/media-libs/raptor/raptor-0.9.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.12.ebuild,v 1.4 2004/02/13 03:04:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.12.ebuild,v 1.5 2004/03/26 20:56:55 eradicator Exp $
DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/"
@@ -8,13 +8,13 @@ SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc"
-IUSE="curl"
+IUSE="curl ssl"
DEPEND="virtual/glibc
ssl? ( dev-libs/openssl )
curl? ( net-ftp/curl )
>=dev-libs/libxml2-2.4.24"
-S=${WORKDIR}/${P}
+IUSE=""
DOC="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL LICENSE.txt NEWS README"
HTML="INSTALL.html LICENSE.html MPL.html NEWS.html README.html"
diff --git a/media-libs/raptor/raptor-0.9.8.ebuild b/media-libs/raptor/raptor-0.9.8.ebuild
index a7465fcbcb13..3ecb49f803b6 100644
--- a/media-libs/raptor/raptor-0.9.8.ebuild
+++ b/media-libs/raptor/raptor-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.8.ebuild,v 1.3 2004/02/13 03:04:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.8.ebuild,v 1.4 2004/03/26 20:56:55 eradicator Exp $
DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/"
@@ -11,7 +11,6 @@ KEYWORDS="x86"
IUSE="curl"
DEPEND="virtual/glibc
>=dev-libs/libxml2-2.4.24"
-S=${WORKDIR}/${P}
DOC="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL LICENSE.txt NEWS README"
HTML="INSTALL.html LICENSE.html MPL.html NEWS.html README.html"
diff --git a/media-libs/raptor/raptor-1.2.0.ebuild b/media-libs/raptor/raptor-1.2.0.ebuild
index 260aabc87c19..5e33994c56f4 100644
--- a/media-libs/raptor/raptor-1.2.0.ebuild
+++ b/media-libs/raptor/raptor-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.2.0.ebuild,v 1.3 2004/03/25 07:10:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.2.0.ebuild,v 1.4 2004/03/26 20:56:55 eradicator Exp $
DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/"
@@ -8,13 +8,14 @@ SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
LICENSE="LGPL-2 MPL-1.1"
SLOT="0"
KEYWORDS="~x86 ~ppc"
-IUSE="curl xml2 gnome"
+IUSE="curl xml2 gnome ssl"
DEPEND="virtual/glibc
gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
xml2? ( >=dev-libs/libxml2-2.4.0 )
!xml2? ( dev-libs/expat )
ssl? ( dev-libs/openssl )
curl? ( net-ftp/curl )"
+
RDEPEND="virtual/glibc
gnome? ( >=dev-libs/glib-2.2.1 )
xml2? ( >=dev-libs/libxml2-2.4.0 )