summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-06 19:18:48 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-06 19:18:48 +0000
commit178c77c7eceee69ed2f94844f396b72520c5d20e (patch)
tree5a24e0e08e33f20af636f4c090791a03ae9e2254 /kde-base/kinfocenter
parentNew package to satisfy the dependency in dev-php/PEAR-Numbers_Words (diff)
downloadgentoo-2-178c77c7eceee69ed2f94844f396b72520c5d20e.tar.gz
gentoo-2-178c77c7eceee69ed2f94844f396b72520c5d20e.tar.bz2
gentoo-2-178c77c7eceee69ed2f94844f396b72520c5d20e.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-base/kinfocenter')
-rw-r--r--kde-base/kinfocenter/ChangeLog6
-rw-r--r--kde-base/kinfocenter/kinfocenter-4.11.11.ebuild37
-rw-r--r--kde-base/kinfocenter/kinfocenter-4.11.12.ebuild37
3 files changed, 5 insertions, 75 deletions
diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog
index cf332019e5db..caa5708b652f 100644
--- a/kde-base/kinfocenter/ChangeLog
+++ b/kde-base/kinfocenter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kinfocenter
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.217 2014/10/25 20:03:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.218 2014/11/06 19:18:47 mrueg Exp $
+
+ 06 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kinfocenter-4.11.11.ebuild,
+ -kinfocenter-4.11.12.ebuild:
+ Cleanup old.
*kinfocenter-4.11.13 (25 Oct 2014)
diff --git a/kde-base/kinfocenter/kinfocenter-4.11.11.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.11.ebuild
deleted file mode 100644
index bd82c7696fd2..000000000000
--- a/kde-base/kinfocenter/kinfocenter-4.11.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.11.11.ebuild,v 1.1 2014/07/16 17:40:10 johu Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-workspace"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="The KDE Info Center"
-HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug ieee1394"
-
-DEPEND="
- sys-apps/pciutils
- x11-libs/libX11
- ieee1394? ( sys-libs/libraw1394 )
- opengl? (
- virtual/glu
- virtual/opengl
- )
-"
-RDEPEND="${DEPEND}
- sys-apps/usbutils
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with ieee1394 RAW1394)
- $(cmake-utils_use_with opengl OpenGL)
- )
-
- kde4-meta_src_configure
-} \ No newline at end of file
diff --git a/kde-base/kinfocenter/kinfocenter-4.11.12.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.12.ebuild
deleted file mode 100644
index b7c0f9906839..000000000000
--- a/kde-base/kinfocenter/kinfocenter-4.11.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.11.12.ebuild,v 1.1 2014/09/16 18:17:30 johu Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-workspace"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="The KDE Info Center"
-HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug ieee1394"
-
-DEPEND="
- sys-apps/pciutils
- x11-libs/libX11
- ieee1394? ( sys-libs/libraw1394 )
- opengl? (
- virtual/glu
- virtual/opengl
- )
-"
-RDEPEND="${DEPEND}
- sys-apps/usbutils
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with ieee1394 RAW1394)
- $(cmake-utils_use_with opengl OpenGL)
- )
-
- kde4-meta_src_configure
-} \ No newline at end of file