Gentoo Archives: gentoo-commits

From: Chris Reffett <geekboy72@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkolabxml/
Date: Thu, 05 Jul 2012 03:10:01
Message-Id: 1341457657.6b3ca0928b028e417283bb5ca77cdf0c92403150.creffett@gentoo
1 commit: 6b3ca0928b028e417283bb5ca77cdf0c92403150
2 Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 5 03:07:37 2012 +0000
4 Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 5 03:07:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b3ca092
7
8 [net-libs/libkolabxml] Moved tarball to dev-space pending figuring out why the checksum keeps changing, updated Manifest and SRC_URI to reflect that. Added qt-test as a dependency wrt bug 421605.
9
10 (Portage version: 2.2.0_alpha115/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 net-libs/libkolabxml/libkolabxml-0.6.0.ebuild | 4 ++--
14 1 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
17 index 5657f25..5a5f744 100644
18 --- a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
19 +++ b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
20 @@ -8,7 +8,7 @@ inherit cmake-utils
21
22 DESCRIPTION="Kolab XML Format Schema Definitions Library"
23 HOMEPAGE="kolab.org"
24 -SRC_URI="http://git.kolab.org/${PN}/snapshot/${P}.tar.gz"
25 +SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"
26
27 LICENSE="LGPL-3"
28 SLOT="4"
29 @@ -19,12 +19,12 @@ DEPEND="
30 dev-cpp/xsd
31 || ( >=dev-libs/boost-1.42.0 ( <dev-libs/boost-1.42.0 dev-libs/ossp-uuid ) )
32 dev-libs/xerces-c
33 + x11-libs/qt-test
34 csharp? ( dev-lang/swig )
35 java? ( dev-lang/swig )
36 python? ( dev-lang/swig )
37 php? ( dev-lang/swig )
38 test? ( x11-libs/qt-test )
39 -
40 "
41 RDEPEND="${DEPEND}"