Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/soprano/
Date: Wed, 29 Jun 2011 09:07:17
Message-Id: f9b9cda9bd04c4dd3f61eff1b291b2a1f7e39dd9.alexxy@gentoo
1 commit: f9b9cda9bd04c4dd3f61eff1b291b2a1f7e39dd9
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 08:54:42 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 08:54:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9b9cda9
7
8 [dev-libs/soprano] Version bump for kde 4.7
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key F82F92E6)
11
12 ---
13 .../{soprano-9999.ebuild => soprano-2.6.51.ebuild} | 13 ++++++++++---
14 dev-libs/soprano/soprano-9999.ebuild | 13 ++++++++++---
15 2 files changed, 20 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-2.6.51.ebuild
18 similarity index 87%
19 copy from dev-libs/soprano/soprano-9999.ebuild
20 copy to dev-libs/soprano/soprano-2.6.51.ebuild
21 index d98db39..02156c4 100644
22 --- a/dev-libs/soprano/soprano-9999.ebuild
23 +++ b/dev-libs/soprano/soprano-2.6.51.ebuild
24 @@ -4,14 +4,21 @@
25
26 EAPI=4
27
28 -inherit base cmake-utils flag-o-matic git-2
29 +if [[ ${PV} == *9999* ]]; then
30 + git_eclass="git-2"
31 + EGIT_REPO_URI="git://anongit.kde.org/soprano"
32 + KEYWORDS=""
33 +else
34 + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
35 + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
36 +fi
37 +
38 +inherit base cmake-utils flag-o-matic ${git_eclass}
39
40 DESCRIPTION="Library that provides a nice Qt interface to RDF storage solutions"
41 HOMEPAGE="http://sourceforge.net/projects/soprano"
42 -EGIT_REPO_URI="git://anongit.kde.org/soprano"
43
44 LICENSE="LGPL-2"
45 -KEYWORDS=""
46 SLOT="0"
47 IUSE="clucene +dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"
48
49
50 diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild
51 index d98db39..02156c4 100644
52 --- a/dev-libs/soprano/soprano-9999.ebuild
53 +++ b/dev-libs/soprano/soprano-9999.ebuild
54 @@ -4,14 +4,21 @@
55
56 EAPI=4
57
58 -inherit base cmake-utils flag-o-matic git-2
59 +if [[ ${PV} == *9999* ]]; then
60 + git_eclass="git-2"
61 + EGIT_REPO_URI="git://anongit.kde.org/soprano"
62 + KEYWORDS=""
63 +else
64 + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
65 + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
66 +fi
67 +
68 +inherit base cmake-utils flag-o-matic ${git_eclass}
69
70 DESCRIPTION="Library that provides a nice Qt interface to RDF storage solutions"
71 HOMEPAGE="http://sourceforge.net/projects/soprano"
72 -EGIT_REPO_URI="git://anongit.kde.org/soprano"
73
74 LICENSE="LGPL-2"
75 -KEYWORDS=""
76 SLOT="0"
77 IUSE="clucene +dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"