summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-11-13 18:33:07 +0000
committerSamuli Suominen <drac@gentoo.org>2007-11-13 18:33:07 +0000
commit11dfce882935f22e411be69272ff4f6520ccc194 (patch)
treef05df66ef0dfb804d3d1f062690f0be1f1ae037d /media-libs
parentStable on ppc64; bug #198788 (diff)
downloadgentoo-2-11dfce882935f22e411be69272ff4f6520ccc194.tar.gz
gentoo-2-11dfce882935f22e411be69272ff4f6520ccc194.tar.bz2
gentoo-2-11dfce882935f22e411be69272ff4f6520ccc194.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/raptor/files/digest-raptor-1.4.123
-rw-r--r--media-libs/raptor/files/digest-raptor-1.4.153
-rw-r--r--media-libs/raptor/files/digest-raptor-1.4.93
-rw-r--r--media-libs/raptor/raptor-1.4.12.ebuild75
-rw-r--r--media-libs/raptor/raptor-1.4.15.ebuild75
-rw-r--r--media-libs/raptor/raptor-1.4.9.ebuild75
6 files changed, 0 insertions, 234 deletions
diff --git a/media-libs/raptor/files/digest-raptor-1.4.12 b/media-libs/raptor/files/digest-raptor-1.4.12
deleted file mode 100644
index 477d1d684155..000000000000
--- a/media-libs/raptor/files/digest-raptor-1.4.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c2654213910fd5111b4bdff02f4548c2 raptor-1.4.12.tar.gz 1403190
-RMD160 25a00176e94fe5549f65bc2c6110a892c9b0579e raptor-1.4.12.tar.gz 1403190
-SHA256 911bdfae365bb7dd6afa883743d36995eedd4d6a8016c3d142645d3ab9705932 raptor-1.4.12.tar.gz 1403190
diff --git a/media-libs/raptor/files/digest-raptor-1.4.15 b/media-libs/raptor/files/digest-raptor-1.4.15
deleted file mode 100644
index 5de36f8d0f4f..000000000000
--- a/media-libs/raptor/files/digest-raptor-1.4.15
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 658fac0c25d50274c879f6cc49c3364b raptor-1.4.15.tar.gz 1445553
-RMD160 b9b25d15a35eee2a0d75eb6b4ba0a70b42a72eeb raptor-1.4.15.tar.gz 1445553
-SHA256 df391e58c8ee3cd1efd8f1bef7ae6dc103c1479ec9e54511e5a933d057983efc raptor-1.4.15.tar.gz 1445553
diff --git a/media-libs/raptor/files/digest-raptor-1.4.9 b/media-libs/raptor/files/digest-raptor-1.4.9
deleted file mode 100644
index 16665c4b927f..000000000000
--- a/media-libs/raptor/files/digest-raptor-1.4.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c2c4c5724c5f245a166d05eaf529fe4c raptor-1.4.9.tar.gz 1367505
-RMD160 e2fd9f5aa8dd9c9b5715e7cf5ec105bcc558849e raptor-1.4.9.tar.gz 1367505
-SHA256 931fdb45e09ae403cc628cced8e09db4d2f1c2dbde46b6885d5594dcc0b179e9 raptor-1.4.9.tar.gz 1367505
diff --git a/media-libs/raptor/raptor-1.4.12.ebuild b/media-libs/raptor/raptor-1.4.12.ebuild
deleted file mode 100644
index 02f0d0fe1a43..000000000000
--- a/media-libs/raptor/raptor-1.4.12.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.12.ebuild,v 1.6 2007/11/11 15:36:54 grobian Exp $
-
-inherit eutils
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="http://librdf.org/raptor/"
-SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="curl xml gnome ssl"
-
-DEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
- xml? ( >=dev-libs/libxml2-2.4.0 )
- !xml? ( dev-libs/expat )
- ssl? ( dev-libs/openssl )
- curl? ( net-misc/curl )"
-RDEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 )
- xml? ( >=dev-libs/libxml2-2.4.0 )
- !xml? ( dev-libs/expat )
- ssl? ( dev-libs/openssl )
- curl? ( net-misc/curl )"
-
-# compilation with libwww currently breaks and for using libfetch I didn't find the right USE flag
-#IUSE="curl xml libwww gnome"
-#DEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
-# xml? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml? ( libwww? ( net-libs/libwww ) ) )
-# "
-#RDEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 )
-# xml? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml? ( libwww? ( net-libs/libwww ) ) )"
-
-src_unpack() {
- unpack ${A}
- epunt_cxx
-}
-
-src_compile() {
- local myraptorconf=""
-
- use xml \
- && myraptorconf="${myraptorconf} --with-xml-parser=libxml" \
- || myraptorconf="${myraptorconf} --with-xml-parser=expat"
-
- if use curl ; then
- myraptorconf="${myraptorconf} --with-www=curl"
- elif use xml ; then
- myraptorconf="${myraptorconf} --with-www=xml"
-# elif use libwww ;
-# myraptorconf="${myraptorconf} --with-www=libwww"
- else
- myraptorconf="${myraptorconf} --with-www=none"
- fi
- econf \
- $(use_enable gnome nfc-check) \
- ${myraptorconf} \
- || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
- dohtml NEWS.html README.html
-}
diff --git a/media-libs/raptor/raptor-1.4.15.ebuild b/media-libs/raptor/raptor-1.4.15.ebuild
deleted file mode 100644
index 71362f39b810..000000000000
--- a/media-libs/raptor/raptor-1.4.15.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.15.ebuild,v 1.7 2007/11/11 15:36:54 grobian Exp $
-
-inherit eutils
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="http://librdf.org/raptor/"
-SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ia64 ppc ppc64 ~sparc x86"
-IUSE="curl xml gnome ssl"
-
-DEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
- xml? ( >=dev-libs/libxml2-2.4.0 )
- !xml? ( dev-libs/expat )
- ssl? ( dev-libs/openssl )
- curl? ( net-misc/curl )"
-RDEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 )
- xml? ( >=dev-libs/libxml2-2.4.0 )
- !xml? ( dev-libs/expat )
- ssl? ( dev-libs/openssl )
- curl? ( net-misc/curl )"
-
-# compilation with libwww currently breaks and for using libfetch I didn't find the right USE flag
-#IUSE="curl xml libwww gnome"
-#DEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
-# xml? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml? ( libwww? ( net-libs/libwww ) ) )
-# "
-#RDEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 )
-# xml? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml? ( libwww? ( net-libs/libwww ) ) )"
-
-src_unpack() {
- unpack ${A}
- epunt_cxx
-}
-
-src_compile() {
- local myraptorconf=""
-
- use xml \
- && myraptorconf="${myraptorconf} --with-xml-parser=libxml" \
- || myraptorconf="${myraptorconf} --with-xml-parser=expat"
-
- if use curl ; then
- myraptorconf="${myraptorconf} --with-www=curl"
- elif use xml ; then
- myraptorconf="${myraptorconf} --with-www=xml"
-# elif use libwww ;
-# myraptorconf="${myraptorconf} --with-www=libwww"
- else
- myraptorconf="${myraptorconf} --with-www=none"
- fi
- econf \
- $(use_enable gnome nfc-check) \
- ${myraptorconf} \
- || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
- dohtml NEWS.html README.html
-}
diff --git a/media-libs/raptor/raptor-1.4.9.ebuild b/media-libs/raptor/raptor-1.4.9.ebuild
deleted file mode 100644
index 1a68369ba0e9..000000000000
--- a/media-libs/raptor/raptor-1.4.9.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.9.ebuild,v 1.11 2007/11/11 15:36:54 grobian Exp $
-
-inherit eutils
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="http://librdf.org/raptor/"
-SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
-IUSE="curl xml gnome ssl"
-
-DEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
- xml? ( >=dev-libs/libxml2-2.4.0 )
- !xml? ( dev-libs/expat )
- ssl? ( dev-libs/openssl )
- curl? ( net-misc/curl )"
-RDEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 )
- xml? ( >=dev-libs/libxml2-2.4.0 )
- !xml? ( dev-libs/expat )
- ssl? ( dev-libs/openssl )
- curl? ( net-misc/curl )"
-
-# compilation with libwww currently breaks and for using libfetch I didn't find the right USE flag
-#IUSE="curl xml libwww gnome"
-#DEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
-# xml? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml? ( libwww? ( net-libs/libwww ) ) )
-# "
-#RDEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 )
-# xml? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml? ( libwww? ( net-libs/libwww ) ) )"
-
-src_unpack() {
- unpack ${A}
- epunt_cxx
-}
-
-src_compile() {
- local myraptorconf=""
-
- use xml \
- && myraptorconf="${myraptorconf} --with-xml-parser=libxml" \
- || myraptorconf="${myraptorconf} --with-xml-parser=expat"
-
- if use curl ; then
- myraptorconf="${myraptorconf} --with-www=curl"
- elif use xml ; then
- myraptorconf="${myraptorconf} --with-www=xml"
-# elif use libwww ;
-# myraptorconf="${myraptorconf} --with-www=libwww"
- else
- myraptorconf="${myraptorconf} --with-www=none"
- fi
- econf \
- $(use_enable gnome nfc-check) \
- ${myraptorconf} \
- || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
- dohtml NEWS.html README.html
-}