summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-06-11 20:19:07 +0000
committerJohannes Huber <johu@gentoo.org>2015-06-11 20:19:07 +0000
commit9d8dc1b494cb1047018ac7bc608edebcc210bdc6 (patch)
tree4a53c530b0b59eb34e032cd0e48b117627aa01d7 /kde-misc
parentAdd gtk USE flag, wrt github issue #263. (diff)
downloadgentoo-2-9d8dc1b494cb1047018ac7bc608edebcc210bdc6.tar.gz
gentoo-2-9d8dc1b494cb1047018ac7bc608edebcc210bdc6.tar.bz2
gentoo-2-9d8dc1b494cb1047018ac7bc608edebcc210bdc6.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kcmsystemd/ChangeLog5
-rw-r--r--kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/kde-misc/kcmsystemd/ChangeLog b/kde-misc/kcmsystemd/ChangeLog
index b797a7e7ac5e..3cdaaf4faeb9 100644
--- a/kde-misc/kcmsystemd/ChangeLog
+++ b/kde-misc/kcmsystemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/kcmsystemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.5 2015/06/04 18:57:33 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.6 2015/06/11 20:19:07 johu Exp $
+
+ 11 Jun 2015; Johannes Huber <johu@gentoo.org> -kcmsystemd-0.6.1.ebuild:
+ Remove old.
04 Jun 2015; Michael Palimaka <kensington@gentoo.org> kcmsystemd-0.6.1.ebuild,
kcmsystemd-0.7.0.ebuild:
diff --git a/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild b/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild
deleted file mode 100644
index 6aaf8fa899f0..000000000000
--- a/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild,v 1.2 2015/06/04 18:57:33 kensington Exp $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE control module for systemd"
-HOMEPAGE="https://github.com/rthomsen/kcmsystemd"
-SRC_URI="https://github.com/rthomsen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-IUSE="debug"
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-libs/boost-1.45"
-
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kcmshell)
- sys-apps/systemd
-"