summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-03 18:11:35 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-03 18:11:35 +0000
commit247238fa89cad87b9d79824af35d25a8be3068a9 (patch)
tree69570219d990ef1babba53301e1227595aa4f131 /kde-base/lilo-config
parentsys-libs/libraw1394-2 seems to work fine now, remove hard mask (see bug #231908) (diff)
downloadgentoo-2-247238fa89cad87b9d79824af35d25a8be3068a9.tar.gz
gentoo-2-247238fa89cad87b9d79824af35d25a8be3068a9.tar.bz2
gentoo-2-247238fa89cad87b9d79824af35d25a8be3068a9.zip
Drop KDE 4.2.2
(Portage version: 2.2_rc33/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.2.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 3ddba6f3afa8..00d9b72f9cde 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.75 2009/05/07 00:13:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.76 2009/06/03 18:11:35 alexxy Exp $
+
+ 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -lilo-config-4.2.2.ebuild:
+ Drop KDE 4.2.2
*lilo-config-4.2.3 (07 May 2009)
diff --git a/kde-base/lilo-config/lilo-config-4.2.2.ebuild b/kde-base/lilo-config/lilo-config-4.2.2.ebuild
deleted file mode 100644
index 0b451c978383..000000000000
--- a/kde-base/lilo-config/lilo-config-4.2.2.ebuild
+++ /dev/null
@@ -1,25 +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.2.ebuild,v 1.2 2009/04/13 09:48:30 armin76 Exp $
-
-EAPI="2"
-
-KMNAME="kdeadmin"
-inherit kde4-meta
-
-DESCRIPTION="KDE LiLo kcontrol module"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc"
-
-DEPEND="
- >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
- sys-boot/lilo
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
-
- kde4-meta_src_configure
-}