diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-12 09:00:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-12 09:00:31 +0000 |
commit | c9b26fcf560c09cf5916599e7c0c2f9e5b6a03f0 (patch) | |
tree | 1e7f147be08dda24ce38523e9519307ecf580a5a /dev-libs | |
parent | Fixup poppler dependencies (again) to use virtuals. (diff) | |
download | gentoo-2-c9b26fcf560c09cf5916599e7c0c2f9e5b6a03f0.tar.gz gentoo-2-c9b26fcf560c09cf5916599e7c0c2f9e5b6a03f0.tar.bz2 gentoo-2-c9b26fcf560c09cf5916599e7c0c2f9e5b6a03f0.zip |
old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
5 files changed, 11 insertions, 96 deletions
diff --git a/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-DESTDIR.patch b/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-DESTDIR.patch deleted file mode 100644 index 3e3063e2afd5..000000000000 --- a/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-DESTDIR.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- csharp/Makefile.in 2005-08-12 00:23:32.000000000 +0000 -+++ csharp/Makefile.in 2005-08-12 00:23:05.000000000 +0000 -@@ -613,7 +613,8 @@ - $(CSHARP_LINK) test.cs -target:exe -r:Redland.dll -out:$@ - - install-csharp: build-csharp-stamp -- $(INSTALL_PROGRAM) $(CSHARP_DLL) @libdir@ -+ mkdir -p $(DESTDIR)@libdir@ -+ $(INSTALL_PROGRAM) $(CSHARP_DLL) $(DESTDIR)@libdir@ - - clean-local: - rm -f build-csharp-stamp $(CSHARP_DLL) diff --git a/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-configure.patch b/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-configure.patch deleted file mode 100644 index 5ed9440ebf3b..000000000000 --- a/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-configure.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure 2005-08-11 22:50:11.000000000 +0000 -+++ configure 2005-08-11 22:53:33.000000000 +0000 -@@ -20465,8 +20465,8 @@ - - - --if test "$with_ecma_cli" != no; then -- languages="$languages C#($ecma_cli)" -+if test "$ecma_cli_name" != no; then -+ languages="$languages csharp" - fi - - diff --git a/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-swig-update.patch b/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-swig-update.patch deleted file mode 100644 index 305ccdca7b59..000000000000 --- a/dev-libs/redland-bindings/files/redland-bindings-1.0.0.2-swig-update.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- python/redland-post.i -+++ python/redland-post.i -@@ -38,7 +38,7 @@ - static PyObject *_wrap_librdf_version_minor_get(void); - static PyObject *_wrap_librdf_version_release_get(void); - --SWIGEXPORT(void) SWIG_init(void); -+SWIGEXPORT void SWIG_init(void); - - static PyObject *librdf_python_callback = NULL; - diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.7.1.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.7.1.ebuild deleted file mode 100644 index c406b5460b10..000000000000 --- a/dev-libs/redland-bindings/redland-bindings-1.0.7.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/redland-bindings-1.0.7.1.ebuild,v 1.2 2008/05/14 17:46:03 drac Exp $ - -inherit eutils mono - -DESCRIPTION="Language bindings for Redland" -HOMEPAGE="http://librdf.org/" -SRC_URI="http://download.librdf.org/source/${P}.tar.gz" - -LICENSE="LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="perl python java tcl php ruby mono" - -RDEPEND=">=dev-libs/redland-1.0.7 - perl? ( dev-lang/perl ) - python? ( dev-lang/python ) - java? ( virtual/jdk ) - tcl? ( dev-lang/tcl ) - php? ( virtual/php ) - ruby? ( dev-lang/ruby dev-ruby/log4r ) - mono? ( dev-lang/mono )" -DEPEND="${RDEPEND} - >=dev-lang/swig-1.3.25" - -src_compile() { - econf \ - $(use_with perl) \ - $(use_with python) \ - $(use_with java) \ - $(use_with java jdk ${JAVA_HOME}) \ - $(use_with tcl tcl) \ - $(use_with php) \ - $(use_with ruby) \ - $(use_with mono ecma-cli mono) \ - --with-redland=system \ - || die "econf failed." - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog* NEWS README TODO - dohtml *.html -} diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.8.1.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.8.1.ebuild index d99fbd0a1c35..4e0c8b126ec3 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.8.1.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.8.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/redland-bindings-1.0.8.1.ebuild,v 1.1 2008/08/05 14:56:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/redland-bindings-1.0.8.1.ebuild,v 1.2 2009/05/12 09:00:31 ssuominen Exp $ -inherit eutils multilib +inherit multilib DESCRIPTION="Language bindings for Redland" HOMEPAGE="http://librdf.org/" @@ -19,28 +19,25 @@ RDEPEND=">=dev-libs/redland-1.0.8 php? ( virtual/php ) ruby? ( dev-lang/ruby dev-ruby/log4r )" DEPEND="${RDEPEND} - >=dev-lang/swig-1.3.25" + dev-lang/swig + sys-apps/sed" -src_unpack() { - unpack ${A} - cd "${S}" - # Multilib fix - sed -i -e "s:lib/python:$(get_libdir)/python:" configure +src_prepare() { + sed -i -e "s:lib/python:$(get_libdir)/python:" \ + configure || die "sed failed" } -src_compile() { +src_configure() { econf \ $(use_with perl) \ $(use_with python) \ $(use_with php) \ $(use_with ruby) \ - --with-redland=system \ - || die "econf failed." - emake || die "emake failed." + --with-redland=system } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog* NEWS README TODO dohtml *.html } |