diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-05 22:15:51 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-05 22:15:51 +0100 |
| commit | b920bd7585ae700baa0baf69df3c60970e1e9238 (patch) | |
| tree | b980a55b0ec27e95813d621c734fc0b11d6bb141 /dev-libs | |
| parent | d808ccc990cb3114ede63759ef6f0e0d738b5851 (diff) | |
| download | kde-b920bd7585ae700baa0baf69df3c60970e1e9238.tar.gz kde-b920bd7585ae700baa0baf69df3c60970e1e9238.tar.bz2 kde-b920bd7585ae700baa0baf69df3c60970e1e9238.zip | |
update soprano 2.2.2 ebuild
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/soprano/Manifest | 12 | ||||
| -rw-r--r-- | dev-libs/soprano/soprano-2.2.2.ebuild | 13 |
2 files changed, 6 insertions, 19 deletions
diff --git a/dev-libs/soprano/Manifest b/dev-libs/soprano/Manifest index 3e5b9659c9d..132be9cac70 100644 --- a/dev-libs/soprano/Manifest +++ b/dev-libs/soprano/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST soprano-2.2.2.tar.bz2 1849380 RMD160 31d8dce6cf5972b433b1b69e4027ef7650b9aa14 SHA1 a660637d6ce05ce4a107628d4e95a37f96a53c5e SHA256 ac3f4f36a947dc38857e930c5be504a41cbeb3cd931632ffeb4b70555a4bbc72 -EBUILD soprano-2.2.2.ebuild 2374 RMD160 cd28eac66b7891efde0e88d66b4f5793c7fb51b3 SHA1 e5730ba7d89c3142f9a92fd59de88415156e310f SHA256 12176c19d8e3d3a27e5bdd7ffb3fe7b573c277b3d50095f13054c79cfedde6c9 +EBUILD soprano-2.2.2.ebuild 2202 RMD160 58fb456444d25cf696ac7b7705aea565b0e8555b SHA1 59f7df3a85ed4a3f7f14d01bc0399c19d744c700 SHA256 7eb51c086bf2bd27c3eb5dd1cde0ef904dd2ab312f4e8590b61e2493ea4a9593 EBUILD soprano-9999.ebuild 2581 RMD160 faf0db3bbd735a973433e02a0e1cfb2b9894b61c SHA1 4c4918e3a5ad814e1c0d7ec8eb3b034f9bbfbdd6 SHA256 1ec383bae144204f3ba93e499bf2b63de925296160931817526e902c35f6ce69 MISC ChangeLog 2049 RMD160 2317714aabaa9c37fcb65705b8430b4fb9abe54c SHA1 bee8f175784a32d090c0d7db1c5427394aa154c5 SHA256 cffe251653ed9a429edbda57a49bc5cdb25c82825043eff3287dfbbab90d0d66 MISC metadata.xml 642 RMD160 218c0209f1145c0a1ac8628a0e585e87217125bc SHA1 73f78061a1f31ad6230b203dbc5d39a1c416b908 SHA256 e945b88fcc641ef00fa4907ed3e43a6f5f40a26e963f520231ed767a68c4d880 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.10 (GNU/Linux) - -iEYEARECAAYFAkmpUA4ACgkQ5BmOA85PVLj+4QCaA6PQ7aRTkIYphhfcbvHKsiwG -8IYAoK1UsBNQiUcPCoOtY+qTqmGJoaV+ -=Cdy1 ------END PGP SIGNATURE----- diff --git a/dev-libs/soprano/soprano-2.2.2.ebuild b/dev-libs/soprano/soprano-2.2.2.ebuild index 82fd48c72c0..3ff04dd887c 100644 --- a/dev-libs/soprano/soprano-2.2.2.ebuild +++ b/dev-libs/soprano/soprano-2.2.2.ebuild @@ -4,7 +4,7 @@ EAPI="2" -JAVA_PKG_OPT_USE="sesame2" +JAVA_PKG_OPT_USE="java" inherit base cmake-utils flag-o-matic java-pkg-opt-2 DESCRIPTION="Soprano is a library which provides a nice QT interface to RDF storage solutions." @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="+clucene +dbus debug doc elibc_FreeBSD +raptor +redland sesame2" +IUSE="+clucene +dbus debug doc elibc_FreeBSD java +raptor +redland" COMMON_DEPEND=" x11-libs/qt-core:4 @@ -36,10 +36,7 @@ CMAKE_IN_SOURCE_BUILD="1" pkg_setup() { 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 - if ! use redland && ! use sesame2; then + if ! use redland && ! use java; then ewarn "You explicitly disabled default soprano backend and haven't chosen other one." ewarn "Applications using soprano may need at least one backend functional." ewarn "If you experience any problems, enable any of those USE flags:" @@ -48,7 +45,7 @@ pkg_setup() { } src_prepare() { - base_src_prepare + cmake-utils_src_prepare } src_configure() { @@ -63,7 +60,7 @@ src_configure() { ! use dbus && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_DBUS=ON" ! use raptor && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_RAPTOR_PARSER=ON" ! use redland && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_REDLAND_BACKEND=ON" - ! use sesame2 && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_SESAME2_BACKEND=ON" + ! use java && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_SESAME2_BACKEND=ON" use doc && mycmakeargs="${mycmakeargs} -DSOPRANO_BUILD_API_DOCS=ON" cmake-utils_src_configure |
