summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/raptor/files/digest-raptor-1.2.01
-rw-r--r--media-libs/raptor/files/digest-raptor-1.4.21
-rw-r--r--media-libs/raptor/raptor-1.2.0.ebuild67
-rw-r--r--media-libs/raptor/raptor-1.4.2.ebuild67
4 files changed, 0 insertions, 136 deletions
diff --git a/media-libs/raptor/files/digest-raptor-1.2.0 b/media-libs/raptor/files/digest-raptor-1.2.0
deleted file mode 100644
index bdf3150efd0d..000000000000
--- a/media-libs/raptor/files/digest-raptor-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d810016fd0014a1699f2aca69e7ec582 raptor-1.2.0.tar.gz 618917
diff --git a/media-libs/raptor/files/digest-raptor-1.4.2 b/media-libs/raptor/files/digest-raptor-1.4.2
deleted file mode 100644
index 64a8bedc94d7..000000000000
--- a/media-libs/raptor/files/digest-raptor-1.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0c7336e2fe66591afef281136a9ecd30 raptor-1.4.2.tar.gz 919498
diff --git a/media-libs/raptor/raptor-1.2.0.ebuild b/media-libs/raptor/raptor-1.2.0.ebuild
deleted file mode 100644
index 7b5ae7ceae7a..000000000000
--- a/media-libs/raptor/raptor-1.2.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.14 2005/01/03 09:36:16 corsair Exp $
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/"
-SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
-
-LICENSE="LGPL-2 MPL-1.1"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64 sparc ~ppc-macos"
-IUSE="curl xml2 gnome ssl"
-
-DEPEND="virtual/libc
- 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-misc/curl )"
-RDEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 )
- xml2? ( >=dev-libs/libxml2-2.4.0 )
- !xml2? ( 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 xml2 libwww gnome"
-#DEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
-# xml2? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )
-# "
-#RDEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 )
-# xml2? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )"
-
-DOC="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL LICENSE.txt NEWS README"
-HTML="INSTALL.html LICENSE.html MPL.html NEWS.html README.html"
-
-src_compile() {
- myraptorconf=""
-
- use xml2 \
- && myraptorconf="${myraptorconf} --with-xml-parser=libxml" \
- || myraptorconf="${myraptorconf} --with-xml-parser=expat"
-
- use curl && myraptorconf="${myraptorconf} --with-www=curl" \
- || use xml2 && myraptorconf="${myraptorconf} --with-www=xml" \
- || myraptorconf="${myraptorconf} --with-www=none"
-# || use libwww && myraptorconf="${myraptorconf} --with-www=libwww" \
- econf \
- `use_enable gnome nfc-check` \
- ${myraptorconf} \
- || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc ${DOC}
- dohtml ${HTML}
-} \ No newline at end of file
diff --git a/media-libs/raptor/raptor-1.4.2.ebuild b/media-libs/raptor/raptor-1.4.2.ebuild
deleted file mode 100644
index 4d2a4cd231ed..000000000000
--- a/media-libs/raptor/raptor-1.4.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.2.ebuild,v 1.4 2005/01/03 09:36:16 corsair Exp $
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="http://librdf.org/raptor/"
-SRC_URI="http://librdf.org/dist/source/${P}.tar.gz"
-
-LICENSE="LGPL-2 Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc-macos sparc x86 ~ppc64"
-IUSE="curl xml2 gnome ssl"
-
-DEPEND="virtual/libc
- 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-misc/curl )"
-RDEPEND="virtual/libc
- gnome? ( >=dev-libs/glib-2.2.1 )
- xml2? ( >=dev-libs/libxml2-2.4.0 )
- !xml2? ( 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 xml2 libwww gnome"
-#DEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
-# xml2? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )
-# "
-#RDEPEND="virtual/libc
-# gnome? ( >=dev-libs/glib-2.2.1 )
-# xml2? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat )
-# ssl? ( dev-libs/openssl )
-# curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )"
-
-DOC="AUTHORS ChangeLog INSTALL NEWS README"
-HTML="INSTALL.html NEWS.html README.html"
-
-src_compile() {
- myraptorconf=""
-
- use xml2 \
- && myraptorconf="${myraptorconf} --with-xml-parser=libxml" \
- || myraptorconf="${myraptorconf} --with-xml-parser=expat"
-
- use curl && myraptorconf="${myraptorconf} --with-www=curl" \
- || use xml2 && myraptorconf="${myraptorconf} --with-www=xml" \
- || myraptorconf="${myraptorconf} --with-www=none"
-# || use libwww && myraptorconf="${myraptorconf} --with-www=libwww" \
- econf \
- `use_enable gnome nfc-check` \
- ${myraptorconf} \
- || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc ${DOC}
- dohtml ${HTML}
-}