diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 11:50:15 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 11:50:15 +0000 |
commit | 4ffbc937c9e0b3056b9e52979f2d1d5d8f407c14 (patch) | |
tree | a3bcd8e0e8a4a1d0247c23a1ab72a21a66112827 /kde-base/lilo-config | |
parent | [kde-base/libtaskmanager] Drop KDE 4.2.3 (diff) | |
download | gentoo-2-4ffbc937c9e0b3056b9e52979f2d1d5d8f407c14.tar.gz gentoo-2-4ffbc937c9e0b3056b9e52979f2d1d5d8f407c14.tar.bz2 gentoo-2-4ffbc937c9e0b3056b9e52979f2d1d5d8f407c14.zip |
[kde-base/lilo-config] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.2.3.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index c85776f079c6..2c44ce1c865b 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.79 2009/06/06 08:56:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.80 2009/06/14 11:50:15 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + -lilo-config-4.2.3.ebuild: + Drop KDE 4.2.3 06 Jun 2009; Markus Meier <maekke@gentoo.org> lilo-config-3.5.10.ebuild: amd64/x86 stable, bug #271889 diff --git a/kde-base/lilo-config/lilo-config-4.2.3.ebuild b/kde-base/lilo-config/lilo-config-4.2.3.ebuild deleted file mode 100644 index b403f081064f..000000000000 --- a/kde-base/lilo-config/lilo-config-4.2.3.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.3.ebuild,v 1.1 2009/05/07 00:13:21 scarabeus 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 -} |