summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-02-23 22:25:50 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-02-23 22:25:50 +0000
commitb020cc7dd8b3273d8e260fca7d5aadf62f498fd9 (patch)
treeda3ee0e896674ae61aa4e160ceba2c09b9ce4840 /net-libs/libkpeople
parentRemove old version (diff)
downloadgentoo-2-b020cc7dd8b3273d8e260fca7d5aadf62f498fd9.tar.gz
gentoo-2-b020cc7dd8b3273d8e260fca7d5aadf62f498fd9.tar.bz2
gentoo-2-b020cc7dd8b3273d8e260fca7d5aadf62f498fd9.zip
Really cleanup 0.2.0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/libkpeople')
-rw-r--r--net-libs/libkpeople/ChangeLog5
-rw-r--r--net-libs/libkpeople/libkpeople-0.2.0.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/net-libs/libkpeople/ChangeLog b/net-libs/libkpeople/ChangeLog
index 02ac6d3772a3..5c826f5d1a5a 100644
--- a/net-libs/libkpeople/ChangeLog
+++ b/net-libs/libkpeople/ChangeLog
@@ -1,6 +1,9 @@
# 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.3 2014/02/22 10:16:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/ChangeLog,v 1.4 2014/02/23 22:25:50 mrueg Exp $
+
+ 23 Feb 2014; Manuel Rüger <mrueg@gentoo.org> -libkpeople-0.2.0.ebuild:
+ Really cleanup 0.2.0.
*libkpeople-0.2.1 (22 Feb 2014)
diff --git a/net-libs/libkpeople/libkpeople-0.2.0.ebuild b/net-libs/libkpeople/libkpeople-0.2.0.ebuild
deleted file mode 100644
index e683435e896c..000000000000
--- a/net-libs/libkpeople/libkpeople-0.2.0.ebuild
+++ /dev/null
@@ -1,38 +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.0.ebuild,v 1.1 2014/02/18 13:34:17 mrueg 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}/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
-}