summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-11 01:27:09 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-11 01:27:09 +0000
commit277c780f501af0276a82643437ab4447aafae65a (patch)
treea033d98f3eef89ac31782efbce1106e43323dec2 /dev-libs/redland
parentmark x86 (Manifest recommit) (diff)
downloadgentoo-2-277c780f501af0276a82643437ab4447aafae65a.tar.gz
gentoo-2-277c780f501af0276a82643437ab4447aafae65a.tar.bz2
gentoo-2-277c780f501af0276a82643437ab4447aafae65a.zip
old
Diffstat (limited to 'dev-libs/redland')
-rw-r--r--dev-libs/redland/files/digest-redland-0.9.151
-rw-r--r--dev-libs/redland/files/digest-redland-0.9.161
-rw-r--r--dev-libs/redland/redland-0.9.15.ebuild41
-rw-r--r--dev-libs/redland/redland-0.9.16.ebuild48
4 files changed, 0 insertions, 91 deletions
diff --git a/dev-libs/redland/files/digest-redland-0.9.15 b/dev-libs/redland/files/digest-redland-0.9.15
deleted file mode 100644
index cd2213041d94..000000000000
--- a/dev-libs/redland/files/digest-redland-0.9.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0547f601751ed6fce371fe14eea1ca5a redland-0.9.15.tar.gz 1685861
diff --git a/dev-libs/redland/files/digest-redland-0.9.16 b/dev-libs/redland/files/digest-redland-0.9.16
deleted file mode 100644
index 2af28a944cd3..000000000000
--- a/dev-libs/redland/files/digest-redland-0.9.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d78c768825df2727aec8336fe9772d8d redland-0.9.16.tar.gz 1615586
diff --git a/dev-libs/redland/redland-0.9.15.ebuild b/dev-libs/redland/redland-0.9.15.ebuild
deleted file mode 100644
index 08f807dce27c..000000000000
--- a/dev-libs/redland/redland-0.9.15.ebuild
+++ /dev/null
@@ -1,41 +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/redland-0.9.15.ebuild,v 1.3 2004/06/25 03:14:33 agriffis Exp $
-
-DESCRIPTION="high-level interface for the Resource Description Framework"
-HOMEPAGE="http://www.redland.opensource.ac.uk/"
-SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="perl python java tcltk php ruby libwww mysql"
-
-DEPEND="perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- java? ( virtual/jdk )
- tcltk? ( dev-lang/tcl )
- php? ( dev-php/php )
- ruby? ( dev-lang/ruby )
- libwww? ( net-libs/libwww )
- mysql? ( dev-db/mysql )"
-
-src_compile() {
- econf \
- `use_with perl` \
- `use_with python` \
- `use_with java` \
- `use_with tcltk tcl` \
- `use_with php` \
- `use_with ruby` \
- `use_with libwww` \
- `use_with mysql` \
- || 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/redland-0.9.16.ebuild b/dev-libs/redland/redland-0.9.16.ebuild
deleted file mode 100644
index 81d02d07af70..000000000000
--- a/dev-libs/redland/redland-0.9.16.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/redland-0.9.16.ebuild,v 1.2 2004/06/25 03:14:33 agriffis Exp $
-
-DESCRIPTION="high-level interface for the Resource Description Framework"
-HOMEPAGE="http://www.redland.opensource.ac.uk/"
-SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="perl python java tcltk php ruby libwww mysql"
-
-DEPEND="perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- java? ( virtual/jdk )
- tcltk? ( dev-lang/tcl )
- php? ( dev-php/php )
- ruby? ( dev-lang/ruby )
- libwww? ( net-libs/libwww )
- mysql? ( dev-db/mysql )"
-
-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` \
- `use_with libwww` \
- `use_with mysql` \
- || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc AUTHORS ChangeLog* INSTALL NEWS README TODO
- dohtml *.html
-}