summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 15:08:09 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 15:08:09 +0000
commitfe92e5437f9496ea6e8b89ea7ea177c5c02d502d (patch)
tree3d0c5da0112891a01983da7d00f06b01b6bc8872 /kde-base/lilo-config
parent[kde-base] Drop KDE 4.3.0 (diff)
downloadgentoo-2-fe92e5437f9496ea6e8b89ea7ea177c5c02d502d.tar.gz
gentoo-2-fe92e5437f9496ea6e8b89ea7ea177c5c02d502d.tar.bz2
gentoo-2-fe92e5437f9496ea6e8b89ea7ea177c5c02d502d.zip
[kde-base] Drop KDE 4.3.0
(Portage version: 2.2_rc44/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.3.0.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index a71c870d9094..8e931ea8e805 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.84 2009/10/06 20:30:42 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.85 2009/10/08 15:08:09 alexxy Exp $
+
+ 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -lilo-config-4.3.0.ebuild:
+ Drop KDE 4.3.0
*lilo-config-4.3.2 (06 Oct 2009)
diff --git a/kde-base/lilo-config/lilo-config-4.3.0.ebuild b/kde-base/lilo-config/lilo-config-4.3.0.ebuild
deleted file mode 100644
index a5d31aed6714..000000000000
--- a/kde-base/lilo-config/lilo-config-4.3.0.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.3.0.ebuild,v 1.1 2009/08/04 01:25:14 wired 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
-}