commit:     beec714598a204831fbffb1339f73d22e720ddaa
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 14:33:19 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 14:33:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=beec7145

[kde-base/kde-gtk-config] Remove 5.1.0 as it was not meant to be released.

https://mail.kde.org/pipermail/release-team/2014-October/008069.html
https://mail.kde.org/pipermail/release-team/2014-October/008107.html

Package-Manager: portage-2.2.12

---
 .../kde-gtk-config/kde-gtk-config-5.1.0.ebuild     | 47 ----------------------
 1 file changed, 47 deletions(-)

diff --git a/kde-base/kde-gtk-config/kde-gtk-config-5.1.0.ebuild 
b/kde-base/kde-gtk-config/kde-gtk-config-5.1.0.ebuild
deleted file mode 100644
index 4a822c5..0000000
--- a/kde-base/kde-gtk-config/kde-gtk-config-5.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-       KEYWORDS="~amd64"
-       SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz"
-else
-       KEYWORDS=""
-fi
-
-inherit kde5
-
-DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
-HOMEPAGE="http://projects.kde.org/kde-gtk-config";
-LICENSE="GPL-3"
-
-DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep kwidgetsaddons)
-       dev-libs/glib:2
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       x11-libs/gtk+:2
-       x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}
-       !kde-misc/kde-gtk-config
-"
-
-pkg_postinst() {
-       kde5_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
-}

Reply via email to