summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-07-02 18:52:37 +0000
committerJohannes Huber <johu@gentoo.org>2013-07-02 18:52:37 +0000
commit735c345c4973fcb96ea1f145909c3ae4e8688a11 (patch)
tree7786016c56f8c567ecdbac935004878aba03de39 /kde-misc
parentClean up (diff)
downloadgentoo-2-735c345c4973fcb96ea1f145909c3ae4e8688a11.tar.gz
gentoo-2-735c345c4973fcb96ea1f145909c3ae4e8688a11.tar.bz2
gentoo-2-735c345c4973fcb96ea1f145909c3ae4e8688a11.zip
Remove old.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kde-gtk-config/ChangeLog5
-rw-r--r--kde-misc/kde-gtk-config/kde-gtk-config-2.2-r1.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-misc/kde-gtk-config/ChangeLog b/kde-misc/kde-gtk-config/ChangeLog
index 6d8577616ca0..0ef52c0b7784 100644
--- a/kde-misc/kde-gtk-config/ChangeLog
+++ b/kde-misc/kde-gtk-config/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/kde-gtk-config
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kde-gtk-config/ChangeLog,v 1.35 2013/07/02 08:12:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kde-gtk-config/ChangeLog,v 1.36 2013/07/02 18:52:37 johu Exp $
+
+ 02 Jul 2013; Johannes Huber <johu@gentoo.org> -kde-gtk-config-2.2-r1.ebuild:
+ Remove old.
02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kde-gtk-config-2.2.1.ebuild:
Stable for ppc64, wrt bug #473942
diff --git a/kde-misc/kde-gtk-config/kde-gtk-config-2.2-r1.ebuild b/kde-misc/kde-gtk-config/kde-gtk-config-2.2-r1.ebuild
deleted file mode 100644
index 8a8644683052..000000000000
--- a/kde-misc/kde-gtk-config/kde-gtk-config-2.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kde-gtk-config/kde-gtk-config-2.2-r1.ebuild,v 1.5 2013/04/22 09:03:58 ago Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca cs da de el es et eu fi fr ga gl hu id it ja kk km
-lt mr nb nds nl pl pt pt_BR ru sk sl sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
-HOMEPAGE="http://projects.kde.org/kde-gtk-config"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}-1.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
-SLOT="4"
-IUSE="debug"
-
-CDEPEND="
- dev-libs/glib:2
- x11-libs/gtk+:2
- x11-libs/gtk+:3
-"
-DEPEND="
- ${CDEPEND}
- dev-util/automoc
-"
-RDEPEND="
- ${CDEPEND}
- !kde-misc/kcm_gtk
- $(add_kdebase_dep kcmshell)
-"
-
-pkg_postinst() {
- kde4-base_pkg_postinst
- einfo
- elog "If you notice missing icons in your GTK applications, you may have to install"
- elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
- elog "for example."
- einfo
-}