diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 23:18:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 23:18:59 +0000 |
commit | 489ce2b786863d9d69c04aca76c9ed1328e5fc5a (patch) | |
tree | f9bc205af1fc414c1ecb4d2ef6fc49e143d68d5a /kde-base/kdeadmin-meta | |
parent | Drop KDE 4.3.2 (diff) | |
download | gentoo-2-489ce2b786863d9d69c04aca76c9ed1328e5fc5a.tar.gz gentoo-2-489ce2b786863d9d69c04aca76c9ed1328e5fc5a.tar.bz2 gentoo-2-489ce2b786863d9d69c04aca76c9ed1328e5fc5a.zip |
Drop KDE 4.3.2
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdeadmin-meta')
-rw-r--r-- | kde-base/kdeadmin-meta/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdeadmin-meta/kdeadmin-meta-4.3.2.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/kde-base/kdeadmin-meta/ChangeLog b/kde-base/kdeadmin-meta/ChangeLog index 08b3b6641628..664650c4b58c 100644 --- a/kde-base/kdeadmin-meta/ChangeLog +++ b/kde-base/kdeadmin-meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdeadmin-meta # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.136 2009/11/08 21:05:31 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.137 2009/11/08 23:18:59 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> + -kdeadmin-meta-4.3.2.ebuild: + Drop KDE 4.3.2 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdeadmin-meta-4.2.4.ebuild: diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.2.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.2.ebuild deleted file mode 100644 index 55bdd72a5285..000000000000 --- a/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.2.ebuild,v 1.1 2009/10/06 18:30:27 alexxy Exp $ - -EAPI="2" -inherit kde4-functions - -DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="4.3" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="cups kdeprefix lilo" - -RDEPEND=" - >=kde-base/kcron-${PV}:${SLOT}[kdeprefix=] - >=kde-base/knetworkconf-${PV}:${SLOT}[kdeprefix=] - >=kde-base/ksystemlog-${PV}:${SLOT}[kdeprefix=] - >=kde-base/kuser-${PV}:${SLOT}[kdeprefix=] - cups? ( >=kde-base/system-config-printer-kde-${PV}:${SLOT}[kdeprefix=] ) - lilo? ( >=kde-base/lilo-config-${PV}:${SLOT}[kdeprefix=] ) - $(block_other_slots) -" - -## The following package was just added and has a questionable interest to Gentoo -# >=kde-base/kpackage-${PV}:${SLOT} - -## the following packages are currently missing in kde 4.1 -#>=kde-base/kdeadmin-kfile-plugins-${PV}:${SLOT} -#>=kde-base/secpolicy-${PV}:${SLOT} - -## These seem to be broken -#>=kde-base/kdat-${PV}:${SLOT} -#>=kde-base/ksysv-${PV}:${SLOT} |