summaryrefslogtreecommitdiff
path: root/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-08-01 22:05:15 +0200
committerJohannes Huber <johu@gentoo.org>2012-08-01 22:05:15 +0200
commit977563e42887d8ab4c5a211e257f2c4873e4dbcc (patch)
tree88510e632a74a10713f78fc2e9ad440213a26129 /net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
parent54fe28f132dddec86e0e97c9c43fb0c67d4876f0 (diff)
downloadkde-977563e42887d8ab4c5a211e257f2c4873e4dbcc.tar.gz
kde-977563e42887d8ab4c5a211e257f2c4873e4dbcc.tar.bz2
kde-977563e42887d8ab4c5a211e257f2c4873e4dbcc.zip
[net-libs/libkolabxml] Moved to tree.
(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.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
deleted file mode 100644
index d902c399253..00000000000
--- a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-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"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="csharp java python php test"
-
-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 )
- php? ( dev-lang/swig )
- python? ( dev-lang/swig )
- test? ( x11-libs/qt-test:4 )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use csharp CSHARP_BINDINGS)
- $(cmake-utils_use java JAVA_BINDINGS)
- $(cmake-utils_use python PYTHON_BINDINGS)
- $(cmake-utils_use php PHP_BINDINGS)
- $(cmake-utils_use_build test TESTS)
- )
- cmake-utils_src_configure
-}