From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EDB16138736 for ; Tue, 29 Jan 2013 10:58:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C9EE055C; Tue, 29 Jan 2013 10:58:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55DC9E055C for ; Tue, 29 Jan 2013 10:58:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C96233DBD0 for ; Tue, 29 Jan 2013 10:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF6C9E4073 for ; Tue, 29 Jan 2013 10:58:23 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1359456841.e1313e6549dce7c928db62b85a82e450e36fdb38.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkolab/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkolab/libkolab-0.4.1.ebuild net-libs/libkolab/metadata.xml X-VCS-Directories: net-libs/libkolab/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e1313e6549dce7c928db62b85a82e450e36fdb38 X-VCS-Branch: master Date: Tue, 29 Jan 2013 10:58:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76d52455-1e2c-4374-aa97-306cfe6a6b64 X-Archives-Hash: 9d91b35a8ec2f1f93a9bbb4058b591aa commit: e1313e6549dce7c928db62b85a82e450e36fdb38 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jan 29 10:54:01 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 29 10:54:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e1313e65 [net-libs/libkolab] Moved to portage. --- net-libs/libkolab/libkolab-0.4.1.ebuild | 38 ------------------------------- net-libs/libkolab/metadata.xml | 5 ---- 2 files changed, 0 insertions(+), 43 deletions(-) diff --git a/net-libs/libkolab/libkolab-0.4.1.ebuild b/net-libs/libkolab/libkolab-0.4.1.ebuild deleted file mode 100644 index b9303f6..0000000 --- a/net-libs/libkolab/libkolab-0.4.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="Advanced Kolab Object Handling Library" -HOMEPAGE="http://kolab.org" -SRC_URI="http://mirror.kolabsys.com/pub/releases/${P}.tar.gz" - -LICENSE="LGPL-2+ LGPL-2.1+ LGPL-3+" -SLOT="4" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="php python test" - -#Tests fail as of 0.3.2 -RESTRICT="test" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - dev-lang/swig - >=net-libs/libkolabxml-0.7.0 - php? ( dev-lang/php ) - python? ( dev-lang/python ) - -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with test BUILD_TESTS) - $(cmake-utils_use python PYTHON_BINDINGS) - $(cmake-utils_use php PHP_BINDINGS) - ) - kde4-base_src_configure -} diff --git a/net-libs/libkolab/metadata.xml b/net-libs/libkolab/metadata.xml deleted file mode 100644 index 8d36d5b..0000000 --- a/net-libs/libkolab/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - kde -