diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:35:26 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:35:26 +0000 |
commit | a29e5f3a8f78374f2a091213cd29a173469998fa (patch) | |
tree | 5d8f03592fbced43d1fc33e59d4e217338dd35bb /kde-base/kdeadmin-meta | |
parent | [kde-base/kdeaccounts-plugin] Drop KDE 4.2.3 (diff) | |
download | historical-a29e5f3a8f78374f2a091213cd29a173469998fa.tar.gz historical-a29e5f3a8f78374f2a091213cd29a173469998fa.tar.bz2 historical-a29e5f3a8f78374f2a091213cd29a173469998fa.zip |
[kde-base/kdeadmin-meta] Drop KDE 4.2.3
Package-Manager: portage-2.2_rc33/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.2.3.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/kde-base/kdeadmin-meta/ChangeLog b/kde-base/kdeadmin-meta/ChangeLog index 8fa9921fe58a..85a75995beae 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.121 2009/06/06 11:31:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.122 2009/06/14 10:35:26 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + -kdeadmin-meta-4.2.3.ebuild: + Drop KDE 4.2.3 06 Jun 2009; Markus Meier <maekke@gentoo.org> kdeadmin-meta-3.5.10.ebuild: amd64/x86 stable, bug #271889 diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.2.3.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.2.3.ebuild deleted file mode 100644 index eb455af035d8..000000000000 --- a/kde-base/kdeadmin-meta/kdeadmin-meta-4.2.3.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.2.3.ebuild,v 1.1 2009/05/06 23:01:55 scarabeus 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.2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="lilo" - -# reavertm TODO add >=kde-base/system-config-printer-kde-${PV}:${SLOT} when system-config-printer unmasked in tree -RDEPEND=" - >=kde-base/kcron-${PV}:${SLOT} - >=kde-base/knetworkconf-${PV}:${SLOT} - >=kde-base/ksystemlog-${PV}:${SLOT} - >=kde-base/kuser-${PV}:${SLOT} - lilo? ( >=kde-base/lilo-config-${PV}:${SLOT} ) -" - -## 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} |