Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/soprano: ChangeLog soprano-2.5.63_pre20101127.ebuild
Date: Wed, 26 Jan 2011 19:42:58
Message-Id: 20110126194239.5943D20054@flycatcher.gentoo.org
1 alexxy 11/01/26 19:42:39
2
3 Modified: ChangeLog
4 Added: soprano-2.5.63_pre20101127.ebuild
5 Log:
6 [dev-libs/soprano] Version bump for kde sc 4.6.0
7
8 (Portage version: 2.2.0_alpha19_p2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.65 dev-libs/soprano/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 12 Jan 2011 20:36:31 -0000 1.64
24 +++ ChangeLog 26 Jan 2011 19:42:39 -0000 1.65
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/soprano
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.64 2011/01/12 20:36:31 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.65 2011/01/26 19:42:39 alexxy Exp $
30 +
31 +*soprano-2.5.63_pre20101127 (26 Jan 2011)
32 +
33 + 26 Jan 2011; Alexey Shvetsov <alexxy@g.o>
34 + +soprano-2.5.63_pre20101127.ebuild:
35 + Version bump for kde sc 4.6.0
36
37 12 Jan 2011; Theo Chatzimichos <tampakrap@g.o>
38 files/soprano-2.4.4-make-broken-redland-fatal.cmake, soprano-2.5.2.ebuild:
39
40
41
42 1.1 dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild?rev=1.1&content-type=text/plain
46
47 Index: soprano-2.5.63_pre20101127.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.5.63_pre20101127.ebuild,v 1.1 2011/01/26 19:42:39 alexxy Exp $
52
53 EAPI="3"
54
55 inherit cmake-utils flag-o-matic
56
57 DESCRIPTION="Library that provides a nice Qt interface to RDF storage solutions"
58 HOMEPAGE="http://sourceforge.net/projects/soprano"
59 SRC_URI="mirror://gentoo/${P}.tar.bz2"
60
61 LICENSE="LGPL-2"
62 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
63 SLOT="0"
64 IUSE="clucene +dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"
65
66 RESTRICT="test"
67
68 COMMON_DEPEND="
69 >=x11-libs/qt-core-4.5.0:4
70 clucene? ( dev-cpp/clucene )
71 dbus? ( >=x11-libs/qt-dbus-4.5.0:4 )
72 raptor? ( >=media-libs/raptor-1.4.16 )
73 redland? (
74 >=dev-libs/rasqal-0.9.15
75 >=dev-libs/redland-1.0.10
76 )
77 virtuoso? ( dev-db/libiodbc:0 )
78 "
79 DEPEND="${COMMON_DEPEND}
80 doc? ( app-doc/doxygen )
81 test? ( >=x11-libs/qt-test-4.5.0:4 )
82 "
83 RDEPEND="${COMMON_DEPEND}
84 virtuoso? ( >=dev-db/virtuoso-server-6.1.0 )
85 "
86
87 CMAKE_IN_SOURCE_BUILD="1"
88
89 PATCHES=(
90 "${FILESDIR}/${PN}-2.4.4-make-broken-redland-fatal.cmake"
91 )
92
93 pkg_setup() {
94 if [[ ${PV} = *9999* && -z $I_KNOW_WHAT_I_AM_DOING ]]; then
95 echo
96 ewarn "WARNING! This is an experimental ebuild of ${PN} SVN tree. Use at your own risk."
97 ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
98 echo
99 fi
100
101 if ! use virtuoso; then
102 echo
103 ewarn "You have explicitly disabled the default soprano backend."
104 ewarn "Applications using soprano may need at least one backend"
105 ewarn "to be functional. If you experience any problems, enable"
106 ewarn "the virtuoso USE flag."
107 echo
108 fi
109 }
110
111 src_configure() {
112 # Fix for missing pthread.h linking
113 # NOTE: temporarily fix until a better cmake files patch will be provided.
114 use elibc_FreeBSD && append-flags -pthread
115
116 mycmakeargs=(
117 -DSOPRANO_BUILD_TESTS=OFF
118 -DCMAKE_SKIP_RPATH=OFF
119 -DSOPRANO_DISABLE_SESAME2_BACKEND=ON
120 $(cmake-utils_use !clucene SOPRANO_DISABLE_CLUCENE_INDEX)
121 $(cmake-utils_use !dbus SOPRANO_DISABLE_DBUS)
122 $(cmake-utils_use !raptor SOPRANO_DISABLE_RAPTOR_PARSER)
123 $(cmake-utils_use !redland SOPRANO_DISABLE_RAPTOR_SERIALIZER)
124 $(cmake-utils_use !redland SOPRANO_DISABLE_REDLAND_BACKEND)
125 $(cmake-utils_use !virtuoso SOPRANO_DISABLE_VIRTUOSO_BACKEND)
126 $(cmake-utils_use doc SOPRANO_BUILD_API_DOCS)
127 $(cmake-utils_use test SOPRANO_BUILD_TESTS)
128 )
129
130 cmake-utils_src_configure
131 }