From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D2F01381F3 for ; Wed, 12 Jun 2013 11:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98FD0E095A; Wed, 12 Jun 2013 11:35:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A8CFE095A for ; Wed, 12 Jun 2013 11:35:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0CC133E0FB for ; Wed, 12 Jun 2013 11:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44E33E468F for ; Wed, 12 Jun 2013 11:35:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1371036790.9c2664e3b817cd6153425b6b19e1b6dcc6b99454.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/soprano/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/soprano/metadata.xml dev-libs/soprano/soprano-9999.ebuild X-VCS-Directories: dev-libs/soprano/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9c2664e3b817cd6153425b6b19e1b6dcc6b99454 X-VCS-Branch: master Date: Wed, 12 Jun 2013 11:35:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7c13edf-fc39-410a-b3f2-6ec268084f3d X-Archives-Hash: 7974fdaf28bdaba1652b592bcab02490 commit: 9c2664e3b817cd6153425b6b19e1b6dcc6b99454 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jun 12 11:33:10 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jun 12 11:33:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c2664e3 [dev-libs/soprano] Tidy ebuild. Package-Manager: portage-2.1.12.4 --- dev-libs/soprano/metadata.xml | 12 ++++++------ dev-libs/soprano/soprano-9999.ebuild | 14 ++++++-------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/dev-libs/soprano/metadata.xml b/dev-libs/soprano/metadata.xml index db92ac1..d2e3ca6 100644 --- a/dev-libs/soprano/metadata.xml +++ b/dev-libs/soprano/metadata.xml @@ -1,10 +1,10 @@ -kde - - Enables support for media-libs/raptor RDF parser/serializer. - Enables support for the dev-libs/redland storage backend (really slow one). - Enables support for dev-db/virtuoso storage backend. - + kde + + Enables support for media-libs/raptor RDF parser/serializer. + Enables support for the dev-libs/redland storage backend (really slow one). + Enables support for dev-db/virtuoso storage backend. + diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild index 0f1397a..8ba57c0 100644 --- a/dev-libs/soprano/soprano-9999.ebuild +++ b/dev-libs/soprano/soprano-9999.ebuild @@ -13,15 +13,18 @@ else KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi -inherit base cmake-utils flag-o-matic ${git_eclass} +inherit 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" +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" +# bug 281712 +RESTRICT="test" + COMMON_DEPEND=" >=dev-qt/qtcore-4.5.0:4 dbus? ( >=dev-qt/qtdbus-4.5.0:4 ) @@ -48,19 +51,15 @@ PATCHES=( 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 } @@ -70,7 +69,6 @@ src_configure() { 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