summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-18 01:56:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-18 01:56:31 +0000
commit4caabc648b1703005dc06ac708921edad4709a81 (patch)
tree82cb412984679a0d12ecdb6861be48e78c5d7776
parentold (diff)
downloadhistorical-4caabc648b1703005dc06ac708921edad4709a81.tar.gz
historical-4caabc648b1703005dc06ac708921edad4709a81.tar.bz2
historical-4caabc648b1703005dc06ac708921edad4709a81.zip
old
Package-Manager: portage-2.0.53_rc5
-rw-r--r--dev-libs/rasqal/files/digest-rasqal-0.9.41
-rw-r--r--dev-libs/rasqal/rasqal-0.9.4.ebuild25
-rw-r--r--dev-libs/redland-bindings/files/0.9.18.1-configure.patch16
-rw-r--r--dev-libs/redland-bindings/files/digest-redland-bindings-0.9.18.11
-rw-r--r--dev-libs/redland-bindings/files/digest-redland-bindings-0.9.19.11
-rw-r--r--dev-libs/redland-bindings/redland-bindings-0.9.18.1.ebuild49
-rw-r--r--dev-libs/redland-bindings/redland-bindings-0.9.19.1.ebuild48
-rw-r--r--dev-libs/redland/files/digest-redland-0.9.191
-rw-r--r--dev-libs/redland/redland-0.9.19.ebuild39
9 files changed, 0 insertions, 181 deletions
diff --git a/dev-libs/rasqal/files/digest-rasqal-0.9.4 b/dev-libs/rasqal/files/digest-rasqal-0.9.4
deleted file mode 100644
index 3d6af4575872..000000000000
--- a/dev-libs/rasqal/files/digest-rasqal-0.9.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e016f511d6fb0382e0ed71e0f20a9c71 rasqal-0.9.4.tar.gz 613547
diff --git a/dev-libs/rasqal/rasqal-0.9.4.ebuild b/dev-libs/rasqal/rasqal-0.9.4.ebuild
deleted file mode 100644
index 91e9341988e6..000000000000
--- a/dev-libs/rasqal/rasqal-0.9.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.4.ebuild,v 1.3 2005/02/06 22:14:08 vapier Exp $
-
-DESCRIPTION="library that handles Resource Description Framework (RDF)"
-HOMEPAGE="http://librdf.org/rasqal/"
-SRC_URI="http://librdf.org/dist/source/${P}.tar.gz"
-
-LICENSE="LGPL-2 Apache-2.0"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-DEPEND="media-libs/raptor"
-#RDEPEND=""
-
-src_compile() {
- econf --with-raptor=system || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc AUTHORS NEWS README
-}
diff --git a/dev-libs/redland-bindings/files/0.9.18.1-configure.patch b/dev-libs/redland-bindings/files/0.9.18.1-configure.patch
deleted file mode 100644
index 681530004722..000000000000
--- a/dev-libs/redland-bindings/files/0.9.18.1-configure.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure~ 2004-08-11 09:03:29.649228648 +0200
-+++ configure 2004-08-11 09:03:29.655227736 +0200
-@@ -20463,11 +20463,11 @@
- done
- done
- else
-- jdkinc=$jdkdir/include
-+ jdkinc=$jdk/include
- fi
-
- if test "X$jdk" != X -a -r $jdkinc/jni.h; then
-- inc2=`find $jdkinc -type d | grep -v "$jdkinc\$" | head -1`
-+ inc2=`find $jdkinc -type d | grep -v "$jdkinc\$" | head -n 1`
- JDK_INCLUDES="-I$jdkinc"
- if test -r $inc2/jni_md.h; then
- JDK_INCLUDES="$JDK_INCLUDES -I$inc2"
diff --git a/dev-libs/redland-bindings/files/digest-redland-bindings-0.9.18.1 b/dev-libs/redland-bindings/files/digest-redland-bindings-0.9.18.1
deleted file mode 100644
index 83b233f602e9..000000000000
--- a/dev-libs/redland-bindings/files/digest-redland-bindings-0.9.18.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19f99c04da51705e8b1db5c969151af3 redland-bindings-0.9.18.1.tar.gz 650845
diff --git a/dev-libs/redland-bindings/files/digest-redland-bindings-0.9.19.1 b/dev-libs/redland-bindings/files/digest-redland-bindings-0.9.19.1
deleted file mode 100644
index a11b73945274..000000000000
--- a/dev-libs/redland-bindings/files/digest-redland-bindings-0.9.19.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 893a41b095d77012d80826fd7d6e9603 redland-bindings-0.9.19.1.tar.gz 649707
diff --git a/dev-libs/redland-bindings/redland-bindings-0.9.18.1.ebuild b/dev-libs/redland-bindings/redland-bindings-0.9.18.1.ebuild
deleted file mode 100644
index 8221856f63e0..000000000000
--- a/dev-libs/redland-bindings/redland-bindings-0.9.18.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/redland-bindings-0.9.18.1.ebuild,v 1.2 2004/08/31 02:09:31 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Language bindings for Redland"
-HOMEPAGE="http://www.redland.opensource.ac.uk/"
-SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
-
-LICENSE="LGPL-2 MPL-1.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="perl python java tcltk php ruby"
-
-DEPEND=">=dev-libs/redland-0.9.18
- dev-lang/swig
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- java? ( virtual/jdk )
- tcltk? ( dev-lang/tcl )
- php? ( dev-php/php )
- ruby? ( dev-lang/ruby )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-configure.patch
- sed -i 's:$(INSTALL_PROGRAM) $(TCL_PACKAGE):$(INSTALL_PROGRAM) -D $(TCL_PACKAGE):' tcl/Makefile.in
-}
-
-src_compile() {
- econf \
- `use_with perl` \
- `use_with python` \
- `use_with java` \
- `use_with java jdk ${JAVA_HOME}` \
- `use_with tcltk tcl` \
- `use_with php` \
- `use_with ruby` \
- || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc AUTHORS ChangeLog* INSTALL NEWS README TODO
- dohtml *.html
-}
diff --git a/dev-libs/redland-bindings/redland-bindings-0.9.19.1.ebuild b/dev-libs/redland-bindings/redland-bindings-0.9.19.1.ebuild
deleted file mode 100644
index 0b6d198de43c..000000000000
--- a/dev-libs/redland-bindings/redland-bindings-0.9.19.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/redland-bindings-0.9.19.1.ebuild,v 1.1 2004/11/11 02:45:36 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Language bindings for Redland"
-HOMEPAGE="http://www.redland.opensource.ac.uk/"
-SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
-
-LICENSE="LGPL-2 MPL-1.1"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE="perl python java tcltk php ruby"
-
-DEPEND=">=dev-libs/redland-0.9.18
- dev-lang/swig
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- java? ( virtual/jdk )
- tcltk? ( dev-lang/tcl )
- php? ( dev-php/php )
- ruby? ( dev-lang/ruby )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's:$(INSTALL_PROGRAM) $(TCL_PACKAGE):$(INSTALL_PROGRAM) -D $(TCL_PACKAGE):' tcl/Makefile.in
-}
-
-src_compile() {
- econf \
- $(use_with perl) \
- $(use_with python) \
- $(use_with java) \
- $(use_with java jdk ${JAVA_HOME}) \
- $(use_with tcltk tcl) \
- $(use_with php) \
- $(use_with ruby) \
- || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc AUTHORS ChangeLog* INSTALL NEWS README TODO
- dohtml *.html
-}
diff --git a/dev-libs/redland/files/digest-redland-0.9.19 b/dev-libs/redland/files/digest-redland-0.9.19
deleted file mode 100644
index 6e747ada926f..000000000000
--- a/dev-libs/redland/files/digest-redland-0.9.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a9e413e5243e950e3322f6505481cedf redland-0.9.19.tar.gz 2391325
diff --git a/dev-libs/redland/redland-0.9.19.ebuild b/dev-libs/redland/redland-0.9.19.ebuild
deleted file mode 100644
index cbc020efd62d..000000000000
--- a/dev-libs/redland/redland-0.9.19.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-0.9.19.ebuild,v 1.3 2005/02/06 22:23:09 vapier Exp $
-
-DESCRIPTION="High-level interface for the Resource Description Framework"
-HOMEPAGE="http://librdf.org/"
-SRC_URI="http://librdf.org/dist/source/${P}.tar.gz"
-
-LICENSE="LGPL-2 Apache-2.0"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE="mysql ssl"
-
-DEPEND="mysql? ( dev-db/mysql )
- dev-libs/libxml2
- ssl? ( dev-libs/openssl )
- media-libs/raptor
- dev-libs/rasqal"
-
-src_unpack() {
- unpack ${A}
- rm -r "${S}"/{raptor,rasqal}
-}
-
-src_compile() {
- econf \
- --with-raptor=system \
- --with-rasqal=system \
- $(use_with ssl openssl-digests) \
- $(use_with mysql) \
- || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog* INSTALL NEWS README TODO
- dohtml *.html
-}