diff options
author | 2010-08-09 11:31:33 +0000 | |
---|---|---|
committer | 2010-08-09 11:31:33 +0000 | |
commit | 88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch) | |
tree | 45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/kdeadmin-meta | |
parent | old (diff) | |
download | historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2 historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip |
rm 4.3.5 and 4.4.4
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
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.5.ebuild | 35 | ||||
-rw-r--r-- | kde-base/kdeadmin-meta/kdeadmin-meta-4.4.4.ebuild | 30 |
3 files changed, 5 insertions, 66 deletions
diff --git a/kde-base/kdeadmin-meta/ChangeLog b/kde-base/kdeadmin-meta/ChangeLog index 9e33be2cbabc..7c0ceb3c4442 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.165 2010/08/09 06:53:14 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.166 2010/08/09 11:30:30 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kdeadmin-meta-4.3.5.ebuild, -kdeadmin-meta-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kdeadmin-meta-4.4.5.ebuild: diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.5.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.5.ebuild deleted file mode 100644 index 044b898716e7..000000000000 --- a/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 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.5.ebuild,v 1.4 2010/06/21 15:53:05 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.3" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="aqua cups kdeprefix lilo" - -RDEPEND=" - $(add_kdebase_dep kcron) - $(add_kdebase_dep knetworkconf) - $(add_kdebase_dep ksystemlog) - $(add_kdebase_dep kuser) - cups? ( $(add_kdebase_dep system-config-printer-kde) ) - lilo? ( $(add_kdebase_dep lilo-config) ) - $(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} diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.4.4.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.4.4.ebuild deleted file mode 100644 index 15fb92d599af..000000000000 --- a/kde-base/kdeadmin-meta/kdeadmin-meta-4.4.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 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.4.4.ebuild,v 1.4 2010/06/27 10:51:00 fauli Exp $ - -EAPI="3" -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.4" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="aqua cups kdeprefix" - -RDEPEND=" - $(add_kdebase_dep kcron) - $(add_kdebase_dep knetworkconf) - $(add_kdebase_dep ksystemlog) - $(add_kdebase_dep kuser) - cups? ( $(add_kdebase_dep system-config-printer-kde) ) - $(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} |