public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkolab/, profiles/
@ 2016-12-05 18:40 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-12-05 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b44c262c88d3b234cc8f936fecf38d090a07760a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:05:42 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 18:40:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44c262c

net-libs/libkolab: Remove old

Closes: https://github.com/gentoo/gentoo/pull/3022

 net-libs/libkolab/Manifest              |  2 --
 net-libs/libkolab/libkolab-0.5.2.ebuild | 46 ---------------------------------
 net-libs/libkolab/libkolab-0.5.3.ebuild | 46 ---------------------------------
 net-libs/libkolab/metadata.xml          |  8 ------
 profiles/package.mask                   |  1 -
 5 files changed, 103 deletions(-)

diff --git a/net-libs/libkolab/Manifest b/net-libs/libkolab/Manifest
deleted file mode 100644
index 00943c1..00000000
--- a/net-libs/libkolab/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libkolab-0.5.2.tar.gz 186423 SHA256 6a1673f7f7f620c87cbfde2e7b5e981395ea5829e1599b65e7cc539f3a7428ca SHA512 3a7b0765b944f2e871994da00637089762654b209d895a60f913af57b3074f3174dba793c637d3fe083ef7cc06075729710da2cd7e8eb3e16d9638647880c587 WHIRLPOOL 2a26733d47f20450f81c6ef1f132dcad6157d79e5e27ae3a0fa209660debba72b776498baeec6fe816fa3bf168d22362474d207587ddaca95715a5488b4b9dca
-DIST libkolab-0.5.3.tar.gz 186440 SHA256 a90c4d892850e1795aec97f14c887f41463d0cad573926cdafd17f972e9d2726 SHA512 889f51afc15c49651452f03b9a0d99668bb0b2e9c3c6bbf6abdb2af0286d12b2c9580d19850758ed66057e125efa367edc56721114d3d84687a3f985c1c326d9 WHIRLPOOL 8c8b405702fd12a12a620f5f2562e15a2fd509e2c45fff0907ae001ba4b1f4e41dd985063f79000fbbab63c68eb1c3589d783a8a608b555bd5c08ec9622e6ddf

diff --git a/net-libs/libkolab/libkolab-0.5.2.ebuild b/net-libs/libkolab/libkolab-0.5.2.ebuild
deleted file mode 100644
index 283e33e..00000000
--- a/net-libs/libkolab/libkolab-0.5.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base multilib
-
-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, last checked 0.5.2
-RESTRICT="test"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs 'semantic-desktop(+)')
-	dev-lang/swig
-	>=net-libs/libkolabxml-1.0.0
-	php? ( dev-lang/php )
-	python? ( dev-lang/python )
-
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# not installed by upstream
-	sed -e "/add_subdirectory(utils)/d" -i CMakeLists.txt || die
-	kde4-base_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR=$(get_libdir)
-		$(cmake-utils_use 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/libkolab-0.5.3.ebuild b/net-libs/libkolab/libkolab-0.5.3.ebuild
deleted file mode 100644
index ccfa045..00000000
--- a/net-libs/libkolab/libkolab-0.5.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base multilib
-
-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, last checked 0.5.3
-RESTRICT="test"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs 'semantic-desktop(+)')
-	dev-lang/swig
-	>=net-libs/libkolabxml-1.0.0
-	php? ( dev-lang/php )
-	python? ( dev-lang/python )
-
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# not installed by upstream
-	sed -e "/add_subdirectory(utils)/d" -i CMakeLists.txt || die
-	kde4-base_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR=$(get_libdir)
-		$(cmake-utils_use 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 bddd8b4..00000000
--- a/net-libs/libkolab/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>kde@gentoo.org</email>
-    <name>Gentoo KDE Project</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 354bc05..f7ca703 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -366,7 +366,6 @@ dev-java/jaffl
 # David Seifert <soap@gentoo.org> (29 Oct 2016)
 # Unmaintained, depends on ancient and broken C++ libraries
 # Removal in 30 days.
-net-libs/libkolab
 net-libs/libkolabxml
 
 # Lars Wendler <polynomial-c@gentoo.org> (27 Oct 2016)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-05 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 18:40 [gentoo-commits] repo/gentoo:master commit in: net-libs/libkolab/, profiles/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox