summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-03-08 20:50:25 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-03-08 20:50:25 +0000
commit08f6f9f54abf6447db4d680a061f0c9880fb9d74 (patch)
treec1414a0909dae5135c0e0cf8ccdc2d67b1bb694c /kde-base/lilo-config
parentgnome-base/gnome-vfs-monikers removed per bug #253826. (diff)
downloadgentoo-2-08f6f9f54abf6447db4d680a061f0c9880fb9d74.tar.gz
gentoo-2-08f6f9f54abf6447db4d680a061f0c9880fb9d74.tar.bz2
gentoo-2-08f6f9f54abf6447db4d680a061f0c9880fb9d74.zip
Drop KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r--kde-base/lilo-config/ChangeLog6
-rw-r--r--kde-base/lilo-config/lilo-config-4.2.0.ebuild23
2 files changed, 5 insertions, 24 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 2cc263c0284d..9f4a88d19144 100644
--- a/kde-base/lilo-config/ChangeLog
+++ b/kde-base/lilo-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/lilo-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.70 2009/03/08 14:16:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.71 2009/03/08 20:50:25 alexxy Exp $
+
+ 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -lilo-config-4.2.0.ebuild:
+ Drop KDE 4.2.0
08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org>
lilo-config-4.2.1.ebuild:
diff --git a/kde-base/lilo-config/lilo-config-4.2.0.ebuild b/kde-base/lilo-config/lilo-config-4.2.0.ebuild
deleted file mode 100644
index 4a8f7840ce99..000000000000
--- a/kde-base/lilo-config/lilo-config-4.2.0.ebuild
+++ /dev/null
@@ -1,23 +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/lilo-config/lilo-config-4.2.0.ebuild,v 1.2 2009/01/30 15:29:06 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdeadmin"
-inherit kde4-meta
-
-DESCRIPTION="KDE LiLo kcontrol module"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook"
-
-RDEPEND="sys-boot/lilo"
-DEPEND="${RDEPEND}
- kde-base/kdepimlibs:${SLOT}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
-
- kde4-meta_src_configure
-}