summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-05 21:47:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-05 21:47:29 +0000
commit451ca2233f9c0b1be41af2109c72b8ef413a7809 (patch)
treed12f58b1622b6616871a8082397b256c92a5943c /media-libs
parentfoo (diff)
downloadgentoo-2-451ca2233f9c0b1be41af2109c72b8ef413a7809.tar.gz
gentoo-2-451ca2233f9c0b1be41af2109c72b8ef413a7809.tar.bz2
gentoo-2-451ca2233f9c0b1be41af2109c72b8ef413a7809.zip
old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/raptor/Manifest3
-rw-r--r--media-libs/raptor/files/raptor-1.4.16-lm.patch13
-rw-r--r--media-libs/raptor/raptor-1.4.16.ebuild59
3 files changed, 0 insertions, 75 deletions
diff --git a/media-libs/raptor/Manifest b/media-libs/raptor/Manifest
index afd3dad1d30c..9ba9b73ccaac 100644
--- a/media-libs/raptor/Manifest
+++ b/media-libs/raptor/Manifest
@@ -1,7 +1,4 @@
-AUX raptor-1.4.16-lm.patch 406 RMD160 3553cdb8253e1fe2381d1be4c11f6d3371afff65 SHA1 b217d3b0d208ea72f489a3f3be40e7038d922b29 SHA256 ce43cd244d7c32f5ee61bc052e595c5f1ffef79f640588328a7730cae7a0da87
-DIST raptor-1.4.16.tar.gz 1510527 RMD160 a06ab396171d63df7877ea538295c3286e8651d1 SHA1 b85488c588ea49a44428bfa28c866047d65dd2ea SHA256 450b04ffd1553288507d20aa04da7b874faeec13dd2ea1b7af5ffdab957e85b0
DIST raptor-1.4.18.tar.gz 1657246 RMD160 00d43701b92a6b7befacf082bbf01a4ecfe71275 SHA1 d55390a4242ad61f034291f1c854ab037e508272 SHA256 edfdb0734fb7120bf1cbb60e45a07864db2daaadf5c3591ccf7357f244d82a40
-EBUILD raptor-1.4.16.ebuild 1334 RMD160 ae84b8f423581ab12809cb88cbf1fb834ec45bab SHA1 77fec71394a1fddcc0a66c81b2902293c919fe95 SHA256 0ebfa830b1eafdf17959781d33efd6204170577cd9512c44c293325a60324de8
EBUILD raptor-1.4.18.ebuild 1256 RMD160 02bdf850f450bee97282bb4c765a09f159ad9810 SHA1 ebdab3a61b7d93fa4e1bc447546966349a04f254 SHA256 fbd6e4d040ba0a5df5c861959794d91139ba94dde594a4d2f8a772aecb31b3e5
MISC ChangeLog 7604 RMD160 b294aae333ee0994c838d9b9b682d4945af0d21c SHA1 48eceafcff5894ef02c72c6c690286d93a10ffbe SHA256 1b4a9ec702974d9dd2a12d16f9e3d415cd968c34b3c6a0aa4e350f1006565c3d
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b
diff --git a/media-libs/raptor/files/raptor-1.4.16-lm.patch b/media-libs/raptor/files/raptor-1.4.16-lm.patch
deleted file mode 100644
index 0df8c29bbe1d..000000000000
--- a/media-libs/raptor/files/raptor-1.4.16-lm.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: raptor-1.4.16/src/Makefile.in
-===================================================================
---- raptor-1.4.16.orig/src/Makefile.in
-+++ raptor-1.4.16/src/Makefile.in
-@@ -233,7 +233,7 @@ LEX = @LEX@
- LEXLIB = @LEXLIB@
- LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
- LIBOBJS = @LIBOBJS@
--LIBS = @LIBS@ $(MEM_LIBS)
-+LIBS = @LIBS@ $(MEM_LIBS) -lm
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
- LTLIBOBJS = @LTLIBOBJS@
diff --git a/media-libs/raptor/raptor-1.4.16.ebuild b/media-libs/raptor/raptor-1.4.16.ebuild
deleted file mode 100644
index 35b985299a86..000000000000
--- a/media-libs/raptor/raptor-1.4.16.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 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.10 2008/05/12 09:39:42 aballier 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 unicode xml"
-
-RDEPEND="unicode? ( >=dev-libs/glib-2 )
- xml? ( >=dev-libs/libxml2-2.6.8 )
- !xml? ( dev-libs/expat )
- curl? ( net-misc/curl )
- dev-libs/libxslt"
-DEPEND="${RDEPEND}
- sys-devel/flex
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-lm.patch"
- epunt_cxx
-}
-
-src_compile() {
- local myconf=""
-
- if use xml; then
- myconf="${myconf} --with-xml-parser=libxml"
- else
- myconf="${myconf} --with-xml-parser=expat"
- fi
-
- if use curl; then
- myconf="${myconf} --with-www=curl"
- elif use xml; then
- myconf="${myconf} --with-www=xml"
- else
- myconf="${myconf} --with-www=none"
- fi
-
- econf $(use_enable unicode nfc-check) \
- ${myconf}
-
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS NOTICE README
- dohtml NEWS.html README.html RELEASE.html
-}