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 8B5DD1389F5 for ; Sat, 4 Apr 2015 16:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFFCBE0867; Sat, 4 Apr 2015 16:58:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AB6DE0867 for ; Sat, 4 Apr 2015 16:58:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 837F63407FB for ; Sat, 4 Apr 2015 16:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254DF15348 for ; Sat, 4 Apr 2015 16:58:04 +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: <1428166662.bccaa9c1aedc00f06f276de5dd739bbc5a22061f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libgcal/libgcal-9999.ebuild net-libs/libgcal/metadata.xml X-VCS-Directories: net-libs/libgcal/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bccaa9c1aedc00f06f276de5dd739bbc5a22061f X-VCS-Branch: master Date: Sat, 4 Apr 2015 16:58:04 +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: 096fcaed-d36f-495c-8daf-a70ffc42569a X-Archives-Hash: 680d3676abf632354bb75ff715868fc9 commit: bccaa9c1aedc00f06f276de5dd739bbc5a22061f Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 4 16:57:42 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 4 16:57:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bccaa9c1 [net-libs/libgcal] Remove package, nothing needs it anymore. net-libs/libgcal/libgcal-9999.ebuild | 54 ------------------------------------ net-libs/libgcal/metadata.xml | 5 ---- 2 files changed, 59 deletions(-) diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild deleted file mode 100644 index 3499644..0000000 --- a/net-libs/libgcal/libgcal-9999.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils git-r3 - -DESCRIPTION="C/C++ interface to the Google Data API" -HOMEPAGE="http://code.google.com/p/libgcal/" -EGIT_REPO_URI=( "git://gitorious.org/${PN}/${PN}" ) - -LICENSE="BSD" -KEYWORDS="" -SLOT="0" -IUSE="debug doc test" - -# Some tests fail -RESTRICT="test" - -RDEPEND=" - dev-libs/libxml2:2 - >=net-misc/curl-7.18.2 -" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( dev-libs/check ) -" - -DOCS=( README ) - -src_configure() { - local mycmakeargs=( - -DENABLE_TESTS=OFF - $(cmake-utils_use debug CURL_DEBUG) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - use doc && cmake-utils_src_compile docs -} - -src_install() { - use doc && HTML_DOCS=("${BUILD_DIR}/docs/doxygen/html/") - cmake-utils_src_install -} - -src_test() { - mycmakeargs+=(-DENABLE_TESTS=ON) - cmake-utils_src_configure - cmake-utils_src_make test -} diff --git a/net-libs/libgcal/metadata.xml b/net-libs/libgcal/metadata.xml deleted file mode 100644 index a23f444..0000000 --- a/net-libs/libgcal/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - kde -