diff options
| author | Johannes Huber <johu@gentoo.org> | 2012-07-27 11:50:57 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2012-07-27 11:50:57 +0200 |
| commit | c4d5a9d6a32da49df8445c6eaca283a174c37595 (patch) | |
| tree | 2247507e945c4a5003bf361f7cc6424fab28fb0b /net-libs/libkolabxml/libkolabxml-0.6.0.ebuild | |
| parent | 415bb182e4958eb6309045796560b46856805d66 (diff) | |
| download | kde-c4d5a9d6a32da49df8445c6eaca283a174c37595.tar.gz kde-c4d5a9d6a32da49df8445c6eaca283a174c37595.tar.bz2 kde-c4d5a9d6a32da49df8445c6eaca283a174c37595.zip | |
[net-libs/libkolabxml] Fix homepage, description and make repoman smile.
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/libkolabxml/libkolabxml-0.6.0.ebuild')
| -rw-r--r-- | net-libs/libkolabxml/libkolabxml-0.6.0.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild index 0472e41554c..d902c399253 100644 --- a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild +++ b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild @@ -6,8 +6,8 @@ EAPI=4 inherit cmake-utils -DESCRIPTION="Kolab XML Format Schema Definitions Library" -HOMEPAGE="kolab.org" +DESCRIPTION="Kolab XML format schema definitions library" +HOMEPAGE="http://www.kolab.org" SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz" LICENSE="LGPL-3" @@ -15,17 +15,19 @@ SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="csharp java python php test" -DEPEND=" +RDEPEND=" dev-cpp/xsd || ( >=dev-libs/boost-1.42.0 ( <dev-libs/boost-1.42.0 dev-libs/ossp-uuid ) ) dev-libs/xerces-c +" +DEPEND=" + ${RDEPEND} csharp? ( dev-lang/swig ) java? ( dev-lang/swig ) - python? ( dev-lang/swig ) php? ( dev-lang/swig ) + python? ( dev-lang/swig ) test? ( x11-libs/qt-test:4 ) " -RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( |
