From b020cc7dd8b3273d8e260fca7d5aadf62f498fd9 Mon Sep 17 00:00:00 2001
From: Manuel Rüger <mrueg@gentoo.org>
Date: Sun, 23 Feb 2014 22:25:50 +0000
Subject: Really cleanup 0.2.0.

(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
---
 net-libs/libkpeople/ChangeLog               |  5 +++-
 net-libs/libkpeople/libkpeople-0.2.0.ebuild | 38 -----------------------------
 2 files changed, 4 insertions(+), 39 deletions(-)
 delete mode 100644 net-libs/libkpeople/libkpeople-0.2.0.ebuild

(limited to 'net-libs')

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
-}
-- 
cgit v1.2.3-65-gdbad