summaryrefslogtreecommitdiff
path: root/dev-libs/soprano
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2011-01-27 00:59:06 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2011-01-27 00:59:06 +0300
commitae246dedb43a53bd5ccb129a669e874f1de16c31 (patch)
treee3ff9b9434c9be691d34b05ef6f1ce56f16a066d /dev-libs/soprano
parent33f046f0ea044c4a6ae2abf3a89f1b5ce64e7d43 (diff)
downloadkde-ae246dedb43a53bd5ccb129a669e874f1de16c31.tar.gz
kde-ae246dedb43a53bd5ccb129a669e874f1de16c31.tar.bz2
kde-ae246dedb43a53bd5ccb129a669e874f1de16c31.zip
[deps] Also drop deps that are alredy in tree
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-libs/soprano')
-rw-r--r--dev-libs/soprano/Manifest2
-rw-r--r--dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild83
2 files changed, 0 insertions, 85 deletions
diff --git a/dev-libs/soprano/Manifest b/dev-libs/soprano/Manifest
index e41b50ca853..f68d75f1827 100644
--- a/dev-libs/soprano/Manifest
+++ b/dev-libs/soprano/Manifest
@@ -1,5 +1,3 @@
AUX soprano-2.4.4-make-broken-redland-fatal.cmake 626 RMD160 1e66eee8b51c408d2fdb1ee34d9b4b9aeea42379 SHA1 5bd1adc38db7547631d6ebd55a41b5fbdfe40335 SHA256 654292d68cbc6d511d7b0db0387e3f1f426484934b6a5e9355c63e7606ead051
-DIST soprano-2.5.63_pre20101127.tar.bz2 1939526 RMD160 b22cf30c2e993b065cbc1398b8f5903ea62ff4b6 SHA1 88e55a4f5ac895d3c11a9fc7786c0aa506179e30 SHA256 b0b8e76e4f025e1ebef8a2bd24b7e7bbb0ec5fa0af9724bdaf9e036b9cce3572
-EBUILD soprano-2.5.63_pre20101127.ebuild 2308 RMD160 ae456cbd1803dae70a96aeb9271f39512c2d47ac SHA1 7e0aed699112945360838605d7e98a57b884d7ed SHA256 401ac4c6793f4b4b3a16e703a9d7c57cb55f264538142cf2bc9e7860e5890d6c
EBUILD soprano-9999.ebuild 2333 RMD160 35cd9e13cfab5cb3869ded8fadb2061c593d8fa6 SHA1 8b417de41a4aaa1e2a5ffd4e795fa1731b9df5f3 SHA256 7966e434c21d39a6c707be500a70c5d5c75aa78e25ac354c8047e2071d91ab8b
MISC metadata.xml 559 RMD160 b045ab65b4cbffa13c91653aec94ae9991cc9245 SHA1 bcb25e059bba95e91facdcf2386626cf9d39a1bf SHA256 9a0ba3898e768e65e1e9ea29c799b92ac27adc25bf7b1b0c77830799e8fa1061
diff --git a/dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild b/dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild
deleted file mode 100644
index a8e30a083b3..00000000000
--- a/dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Library that provides a nice Qt interface to RDF storage solutions"
-HOMEPAGE="http://sourceforge.net/projects/soprano"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="clucene +dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
- >=x11-libs/qt-core-4.5.0:4
- clucene? ( dev-cpp/clucene )
- dbus? ( >=x11-libs/qt-dbus-4.5.0:4 )
- raptor? ( >=media-libs/raptor-1.4.16 )
- redland? (
- >=dev-libs/rasqal-0.9.15
- >=dev-libs/redland-1.0.10
- )
- virtuoso? ( dev-db/libiodbc:0 )
-"
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )
- test? ( >=x11-libs/qt-test-4.5.0:4 )
-"
-RDEPEND="${COMMON_DEPEND}
- virtuoso? ( >=dev-db/virtuoso-server-6.1.0 )
-"
-
-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} SVN 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
-
- mycmakeargs=(
- -DSOPRANO_BUILD_TESTS=OFF
- -DCMAKE_SKIP_RPATH=OFF
- -DSOPRANO_DISABLE_SESAME2_BACKEND=ON
- $(cmake-utils_use !clucene SOPRANO_DISABLE_CLUCENE_INDEX)
- $(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
-}