diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-12 09:11:45 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-12 09:11:45 +0000 |
commit | 45c0591ec64d48b56be92f1879f8ab3c18701001 (patch) | |
tree | 62ec669c87361e8f902b4b6fbe052ae25801473d /kde-misc | |
parent | Install session file in /etc/X11/Sessions wrt bug 407493 by Paweł Rumian <go... (diff) | |
download | gentoo-2-45c0591ec64d48b56be92f1879f8ab3c18701001.tar.gz gentoo-2-45c0591ec64d48b56be92f1879f8ab3c18701001.tar.bz2 gentoo-2-45c0591ec64d48b56be92f1879f8ab3c18701001.zip |
Remove old.
(Portage version: 2.2.0_alpha90/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kcm-gtk-config/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild | 41 | ||||
-rw-r--r-- | kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild | 41 |
3 files changed, 5 insertions, 83 deletions
diff --git a/kde-misc/kcm-gtk-config/ChangeLog b/kde-misc/kcm-gtk-config/ChangeLog index 0380120eb4f3..c4f37d0065bf 100644 --- a/kde-misc/kcm-gtk-config/ChangeLog +++ b/kde-misc/kcm-gtk-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kcm-gtk-config # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.14 2012/03/10 17:12:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.15 2012/03/12 09:11:45 johu Exp $ + + 12 Mar 2012; Johannes Huber <johu@gentoo.org> -kcm-gtk-config-1.5.ebuild, + -kcm-gtk-config-1.6.ebuild: + Remove old. 10 Mar 2012; Brent Baude <ranger@gentoo.org> kcm-gtk-config-1.7.ebuild: Marking kcm-gtk-config-1.7 ppc for bug 398517 diff --git a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild deleted file mode 100644 index 01ab0109941f..000000000000 --- a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild,v 1.7 2011/11/20 14:49:39 dilfridge Exp $ - -EAPI=4 - -KDE_MINIMAL="4.6" -KDE_LINGUAS_DIR=translations -KDE_LINGUAS="ca cs el es fr gl id it" -MY_P=${P/kcm/chakra} -inherit kde4-base - -DESCRIPTION="KCM for set the look&feel of your Gtk apps using the KDE systemsettings." -HOMEPAGE="http://kde-apps.org/content/show.php?content=137496" -SRC_URI="http://chakra-project.org/sources/gtk-integration/${MY_P}.tar.gz" - -LICENSE="GPL-3" - -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -SLOT="4" -IUSE="" - -COMMON_DEPEND="$(add_kdebase_dep kdelibs)" -DEPEND="${COMMON_DEPEND} - dev-util/automoc -" -RDEPEND="${COMMON_DEPEND} - !kde-misc/kcm_gtk - $(add_kdebase_dep kcmshell) -" - -S=${WORKDIR}/${MY_P} - -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 -} diff --git a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild deleted file mode 100644 index 1ed295695f3e..000000000000 --- a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild,v 1.2 2011/11/20 14:49:39 dilfridge Exp $ - -EAPI=4 - -KDE_MINIMAL="4.6" -KDE_LINGUAS_DIR=translations -KDE_LINGUAS="ca cs el es eu fr gl id it" -MY_P=${P/kcm/chakra} -inherit kde4-base - -DESCRIPTION="KCM for set the look&feel of your Gtk apps using the KDE systemsettings." -HOMEPAGE="http://kde-apps.org/content/show.php?content=137496" -SRC_URI="http://chakra-project.org/sources/gtk-integration/${MY_P}.tar.gz" - -LICENSE="GPL-3" - -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -SLOT="4" -IUSE="" - -COMMON_DEPEND="$(add_kdebase_dep kdelibs)" -DEPEND="${COMMON_DEPEND} - dev-util/automoc -" -RDEPEND="${COMMON_DEPEND} - !kde-misc/kcm_gtk - $(add_kdebase_dep kcmshell) -" - -S=${WORKDIR}/${MY_P} - -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 -} |