summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-11-08 22:00:33 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-11-08 22:00:33 +0000
commit7376b85e62d03cc66b7169807da2f0461c017949 (patch)
treeeaed79ed5e623e23626607ac7fb1334ed8e39632 /kde-base/lilo-config
parentDrop KDE 4.2.4 (diff)
downloadgentoo-2-7376b85e62d03cc66b7169807da2f0461c017949.tar.gz
gentoo-2-7376b85e62d03cc66b7169807da2f0461c017949.tar.bz2
gentoo-2-7376b85e62d03cc66b7169807da2f0461c017949.zip
Drop KDE 4.2.4
(Portage version: 2.2_rc49/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.4.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 3df6b453e71a..4a3fcae787bb 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.90 2009/11/02 22:03:13 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.91 2009/11/08 22:00:33 alexxy Exp $
+
+ 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -lilo-config-4.2.4.ebuild:
+ Drop KDE 4.2.4
*lilo-config-4.3.3 (02 Nov 2009)
diff --git a/kde-base/lilo-config/lilo-config-4.2.4.ebuild b/kde-base/lilo-config/lilo-config-4.2.4.ebuild
deleted file mode 100644
index cd99bae13e27..000000000000
--- a/kde-base/lilo-config/lilo-config-4.2.4.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.4.ebuild,v 1.2 2009/06/05 07:41:38 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdeadmin"
-inherit kde4-meta
-
-DESCRIPTION="KDE LiLo kcontrol module"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +handbook"
-
-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
-}