diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-10-10 13:57:39 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-10-10 13:57:39 +0000 |
commit | f92f5643e523daa6f2720ff76bda88a6141485de (patch) | |
tree | b5e4503d8b79e7a7ac3a3b553909ace7c4bf5fd9 /media-libs/raptor | |
parent | Version bump. (diff) | |
download | gentoo-2-f92f5643e523daa6f2720ff76bda88a6141485de.tar.gz gentoo-2-f92f5643e523daa6f2720ff76bda88a6141485de.tar.bz2 gentoo-2-f92f5643e523daa6f2720ff76bda88a6141485de.zip |
Clean two unused versions.
(Portage version: 2.1.3.12)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r-- | media-libs/raptor/files/digest-raptor-1.4.7 | 3 | ||||
-rw-r--r-- | media-libs/raptor/files/digest-raptor-1.4.8 | 3 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.16.ebuild | 4 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.7.ebuild | 75 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.8.ebuild | 75 |
5 files changed, 2 insertions, 158 deletions
diff --git a/media-libs/raptor/files/digest-raptor-1.4.7 b/media-libs/raptor/files/digest-raptor-1.4.7 deleted file mode 100644 index dcf5870cce2c..000000000000 --- a/media-libs/raptor/files/digest-raptor-1.4.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f8e251f5183307ab50041c858117370f raptor-1.4.7.tar.gz 1043999 -RMD160 dc0e3510144011dbc92a89491a66fdc5c020f53b raptor-1.4.7.tar.gz 1043999 -SHA256 a33cb4bbca17610a45b8c02048c85f99b1fab4bae9b87aac323d64267c4cb5cd raptor-1.4.7.tar.gz 1043999 diff --git a/media-libs/raptor/files/digest-raptor-1.4.8 b/media-libs/raptor/files/digest-raptor-1.4.8 deleted file mode 100644 index 22fdd120d9a4..000000000000 --- a/media-libs/raptor/files/digest-raptor-1.4.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 112d8b72a37f4de8a00f840999f2d383 raptor-1.4.8.tar.gz 1315307 -RMD160 73b39c9e85c2670f1b475e53cffc9e1e246b1215 raptor-1.4.8.tar.gz 1315307 -SHA256 6a6ed77ab6dff42129141bf343f564cd86077cd33c0537c244a3a5a84eadcbf6 raptor-1.4.8.tar.gz 1315307 diff --git a/media-libs/raptor/raptor-1.4.16.ebuild b/media-libs/raptor/raptor-1.4.16.ebuild index cd5865f6062a..6bee9487f050 100644 --- a/media-libs/raptor/raptor-1.4.16.ebuild +++ b/media-libs/raptor/raptor-1.4.16.ebuild @@ -1,6 +1,6 @@ # 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.16.ebuild,v 1.1 2007/10/10 13:54:51 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.16.ebuild,v 1.2 2007/10/10 13:57:38 drac Exp $ inherit eutils @@ -46,7 +46,7 @@ src_compile() { econf $(use_enable unicode nfc-check) \ ${myraptorconf} - + emake || die "emake failed." } diff --git a/media-libs/raptor/raptor-1.4.7.ebuild b/media-libs/raptor/raptor-1.4.7.ebuild deleted file mode 100644 index 540d861fd8e0..000000000000 --- a/media-libs/raptor/raptor-1.4.7.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.7.ebuild,v 1.12 2007/06/26 02:13:05 mr_bones_ 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 ~ppc-macos 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.8.ebuild b/media-libs/raptor/raptor-1.4.8.ebuild deleted file mode 100644 index c8b7b21f5b33..000000000000 --- a/media-libs/raptor/raptor-1.4.8.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.8.ebuild,v 1.4 2007/06/26 02:13:05 mr_bones_ 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 ~ppc-macos ~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 -} |