summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-04-26 11:09:01 +0000
committerJohannes Huber <johu@gentoo.org>2014-04-26 11:09:01 +0000
commitaeee3586b51bd3da50d6a2d5a8421563ca3dfbb7 (patch)
treeb38f2b11b43390402fbba3146f1a25945e607e12 /net-libs/libkpeople
parentRemove KDE Telepathy 0.7.1. (diff)
downloadgentoo-2-aeee3586b51bd3da50d6a2d5a8421563ca3dfbb7.tar.gz
gentoo-2-aeee3586b51bd3da50d6a2d5a8421563ca3dfbb7.tar.bz2
gentoo-2-aeee3586b51bd3da50d6a2d5a8421563ca3dfbb7.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-libs/libkpeople')
-rw-r--r--net-libs/libkpeople/ChangeLog6
-rw-r--r--net-libs/libkpeople/libkpeople-0.1.0.ebuild38
-rw-r--r--net-libs/libkpeople/libkpeople-0.2.1.ebuild36
3 files changed, 5 insertions, 75 deletions
diff --git a/net-libs/libkpeople/ChangeLog b/net-libs/libkpeople/ChangeLog
index 83f5006fcf2c..ea4697e08f62 100644
--- a/net-libs/libkpeople/ChangeLog
+++ b/net-libs/libkpeople/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libkpeople
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/ChangeLog,v 1.6 2014/04/26 00:28:58 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/ChangeLog,v 1.7 2014/04/26 11:09:01 johu Exp $
+
+ 26 Apr 2014; Johannes Huber <johu@gentoo.org> -libkpeople-0.1.0.ebuild,
+ -libkpeople-0.2.1.ebuild:
+ Remove old.
*libkpeople-0.2.2 (26 Apr 2014)
diff --git a/net-libs/libkpeople/libkpeople-0.1.0.ebuild b/net-libs/libkpeople/libkpeople-0.1.0.ebuild
deleted file mode 100644
index 530032d10586..000000000000
--- a/net-libs/libkpeople/libkpeople-0.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.1.0.ebuild,v 1.1 2013/10/29 19:04:09 johu Exp $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk"
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- KEYWORDS="~amd64 ~x86"
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
-else
- KEYWORDS=""
-fi
-
-DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug examples test"
-
-DEPEND="
- dev-libs/shared-desktop-ontologies
- dev-libs/soprano
- $(add_kdebase_dep nepomuk-core)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with examples)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-libs/libkpeople/libkpeople-0.2.1.ebuild b/net-libs/libkpeople/libkpeople-0.2.1.ebuild
deleted file mode 100644
index 16fd1319396b..000000000000
--- a/net-libs/libkpeople/libkpeople-0.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.2.1.ebuild,v 1.2 2014/03/09 16:45:19 johu Exp $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="bs cs da de el fr hu lt nl pt pt_BR sk sl sv uk"
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- KEYWORDS="~amd64 ~x86"
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.bz2"
-else
- KEYWORDS=""
-fi
-
-DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug examples test"
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with examples)
- )
-
- kde4-base_src_configure
-}