summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-01-18 15:05:47 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-01-18 15:05:47 +0000
commit363a48fe0181ed2f96f4715250241f8d54056d8c (patch)
tree882155d8869228102f29573523873712aa6a1bd6 /dev-libs
parentConvert to python-any-r1.eclass (diff)
downloadgentoo-2-363a48fe0181ed2f96f4715250241f8d54056d8c.tar.gz
gentoo-2-363a48fe0181ed2f96f4715250241f8d54056d8c.tar.bz2
gentoo-2-363a48fe0181ed2f96f4715250241f8d54056d8c.zip
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/soprano/ChangeLog9
-rw-r--r--dev-libs/soprano/files/soprano-2.9.3-libdl.patch28
-rw-r--r--dev-libs/soprano/soprano-2.9.2.ebuild101
-rw-r--r--dev-libs/soprano/soprano-2.9.3.ebuild102
4 files changed, 7 insertions, 233 deletions
diff --git a/dev-libs/soprano/ChangeLog b/dev-libs/soprano/ChangeLog
index 11c7cf802a3c..5b6b9b6b37f9 100644
--- a/dev-libs/soprano/ChangeLog
+++ b/dev-libs/soprano/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/soprano
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.122 2013/12/11 20:31:20 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.123 2014/01/18 15:05:47 kensington Exp $
+
+ 18 Jan 2014; Michael Palimaka <kensington@gentoo.org>
+ -files/soprano-2.9.3-libdl.patch, -soprano-2.9.2.ebuild,
+ -soprano-2.9.3.ebuild:
+ Remove old.
11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> soprano-2.9.4.ebuild:
Stable for ppc64, wrt bug #484884
diff --git a/dev-libs/soprano/files/soprano-2.9.3-libdl.patch b/dev-libs/soprano/files/soprano-2.9.3-libdl.patch
deleted file mode 100644
index 35b4761be9d5..000000000000
--- a/dev-libs/soprano/files/soprano-2.9.3-libdl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 4dc66bee545e1aeb4e61a9fdcc35b28ddfeee141 Mon Sep 17 00:00:00 2001
-From: Yuta SATOH <nigoro.gentoo@0x100.com>
-Date: Thu, 15 Aug 2013 02:27:20 +1000
-Subject: [PATCH] Use CMAKE_DL_LIBS instead of hardcoding dl.
-
-This fixes build on systems that do not provide a separate libdl.
-
-REVIEW: 111813
----
- cmake/modules/FindRedland.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/modules/FindRedland.cmake b/cmake/modules/FindRedland.cmake
-index 4eddb84..b5b74f6 100644
---- a/cmake/modules/FindRedland.cmake
-+++ b/cmake/modules/FindRedland.cmake
-@@ -108,7 +108,7 @@ if(NOT WIN32)
- try_run(_TEST_EXITCODE _TEST_COMPILED
- "${CMAKE_CURRENT_BINARY_DIR}"
- "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/CheckLibraryLoads.c"
-- CMAKE_FLAGS "-DLINK_LIBRARIES=dl"
-+ CMAKE_FLAGS "-DLINK_LIBRARIES=${CMAKE_DL_LIBS}"
- RUN_OUTPUT_VARIABLE _OUTPUT
- ARGS ${_REDLAND_STORAGE_LIBS}
- )
---
-1.8.3.2
-
diff --git a/dev-libs/soprano/soprano-2.9.2.ebuild b/dev-libs/soprano/soprano-2.9.2.ebuild
deleted file mode 100644
index 78e153d0eafd..000000000000
--- a/dev-libs/soprano/soprano-2.9.2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.9.2.ebuild,v 1.5 2013/06/25 12:47:59 ago Exp $
-
-EAPI=5
-
-if [[ ${PV} == *9999* ]]; then
- git_eclass="git-2"
- EGIT_REPO_URI="git://anongit.kde.org/soprano"
- KEYWORDS=""
-else
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-inherit base cmake-utils flag-o-matic ${git_eclass}
-
-DESCRIPTION="Library that provides a nice Qt interface to RDF storage solutions"
-HOMEPAGE="http://sourceforge.net/projects/soprano"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="+dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"
-
-RESTRICT=test
-# bug 281712
-
-COMMON_DEPEND="
- >=dev-qt/qtcore-4.5.0:4
- dbus? ( >=dev-qt/qtdbus-4.5.0:4 )
- raptor? ( >=media-libs/raptor-2.0.4:2 )
- redland? (
- >=dev-libs/rasqal-0.9.26
- >=dev-libs/redland-1.0.14
- )
- virtuoso? ( dev-db/libiodbc:0 )
-"
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )
- test? ( >=dev-qt/qttest-4.5.0:4 )
-"
-RDEPEND="${COMMON_DEPEND}
- virtuoso? ( >=dev-db/virtuoso-server-6.1.6 )
-"
-
-CMAKE_IN_SOURCE_BUILD="1"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.4.4-make-broken-redland-fatal.cmake"
-)
-
-pkg_setup() {
- if [[ ${PV} = *9999* && -z $I_KNOW_WHAT_I_AM_DOING ]]; then
- echo
- ewarn "WARNING! This is an experimental ebuild of ${PN} Git tree. Use at your own risk."
- ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
- echo
- fi
-
- if ! use virtuoso; then
- echo
- ewarn "You have explicitly disabled the default soprano backend."
- ewarn "Applications using soprano may need at least one backend"
- ewarn "to be functional. If you experience any problems, enable"
- ewarn "the virtuoso USE flag."
- echo
- fi
-}
-
-src_configure() {
- # Fix for missing pthread.h linking
- # NOTE: temporarily fix until a better cmake files patch will be provided.
- use elibc_FreeBSD && append-flags -pthread
-
- local mycmakeargs=(
- -DSOPRANO_BUILD_TESTS=OFF
- -DCMAKE_SKIP_RPATH=OFF
- -DSOPRANO_DISABLE_SESAME2_BACKEND=ON
- -DSOPRANO_DISABLE_CLUCENE_INDEX=ON
- $(cmake-utils_use !dbus SOPRANO_DISABLE_DBUS)
- $(cmake-utils_use !raptor SOPRANO_DISABLE_RAPTOR_PARSER)
- $(cmake-utils_use !redland SOPRANO_DISABLE_RAPTOR_SERIALIZER)
- $(cmake-utils_use !redland SOPRANO_DISABLE_REDLAND_BACKEND)
- $(cmake-utils_use !virtuoso SOPRANO_DISABLE_VIRTUOSO_BACKEND)
- $(cmake-utils_use doc SOPRANO_BUILD_API_DOCS)
- $(cmake-utils_use test SOPRANO_BUILD_TESTS)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- dodoc AUTHORS ChangeLog README TODO
- newdoc backends/virtuoso/README README.virtuoso
- newdoc backends/sesame2/README README.sesame2
- if use doc ; then
- dohtml -r docs/html/
- fi
-}
diff --git a/dev-libs/soprano/soprano-2.9.3.ebuild b/dev-libs/soprano/soprano-2.9.3.ebuild
deleted file mode 100644
index 8ea610d074af..000000000000
--- a/dev-libs/soprano/soprano-2.9.3.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.9.3.ebuild,v 1.2 2013/08/14 16:58:35 kensington Exp $
-
-EAPI=5
-
-if [[ ${PV} == *9999* ]]; then
- git_eclass="git-2"
- EGIT_REPO_URI="git://anongit.kde.org/soprano"
- KEYWORDS=""
-else
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-inherit base cmake-utils flag-o-matic ${git_eclass}
-
-DESCRIPTION="Library that provides a nice Qt interface to RDF storage solution"
-HOMEPAGE="http://soprano.sourceforge.net"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="+dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"
-
-RESTRICT="test"
-# bug 281712
-
-COMMON_DEPEND="
- >=dev-qt/qtcore-4.5.0:4
- dbus? ( >=dev-qt/qtdbus-4.5.0:4 )
- raptor? ( >=media-libs/raptor-2.0.4:2 )
- redland? (
- >=dev-libs/rasqal-0.9.26
- >=dev-libs/redland-1.0.14
- )
- virtuoso? ( dev-db/libiodbc:0 )
-"
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )
- test? ( >=dev-qt/qttest-4.5.0:4 )
-"
-RDEPEND="${COMMON_DEPEND}
- virtuoso? ( >=dev-db/virtuoso-server-6.1.6 )
-"
-
-CMAKE_IN_SOURCE_BUILD="1"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.4.4-make-broken-redland-fatal.cmake"
- "${FILESDIR}/${P}-libdl.patch"
-)
-
-pkg_setup() {
- if [[ ${PV} = *9999* && -z $I_KNOW_WHAT_I_AM_DOING ]]; then
- echo
- ewarn "WARNING! This is an experimental ebuild of ${PN} Git tree. Use at your own risk."
- ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
- echo
- fi
-
- if ! use virtuoso; then
- echo
- ewarn "You have explicitly disabled the default soprano backend."
- ewarn "Applications using soprano may need at least one backend"
- ewarn "to be functional. If you experience any problems, enable"
- ewarn "the virtuoso USE flag."
- echo
- fi
-}
-
-src_configure() {
- # Fix for missing pthread.h linking
- # NOTE: temporarily fix until a better cmake files patch will be provided.
- use elibc_FreeBSD && append-flags -pthread
-
- local mycmakeargs=(
- -DSOPRANO_BUILD_TESTS=OFF
- -DCMAKE_SKIP_RPATH=OFF
- -DSOPRANO_DISABLE_SESAME2_BACKEND=ON
- -DSOPRANO_DISABLE_CLUCENE_INDEX=ON
- $(cmake-utils_use !dbus SOPRANO_DISABLE_DBUS)
- $(cmake-utils_use !raptor SOPRANO_DISABLE_RAPTOR_PARSER)
- $(cmake-utils_use !redland SOPRANO_DISABLE_RAPTOR_SERIALIZER)
- $(cmake-utils_use !redland SOPRANO_DISABLE_REDLAND_BACKEND)
- $(cmake-utils_use !virtuoso SOPRANO_DISABLE_VIRTUOSO_BACKEND)
- $(cmake-utils_use doc SOPRANO_BUILD_API_DOCS)
- $(cmake-utils_use test SOPRANO_BUILD_TESTS)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- dodoc AUTHORS ChangeLog README TODO
- newdoc backends/virtuoso/README README.virtuoso
- newdoc backends/sesame2/README README.sesame2
- if use doc ; then
- dohtml -r docs/html/
- fi
-}