diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:33:57 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:33:57 +0000 |
commit | 4ec7c358d5cff0716401fdaae31d597f562208b0 (patch) | |
tree | e0a5a867626562e12f4f7885d7fa09345de60f70 /kde-base/lilo-config | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-4ec7c358d5cff0716401fdaae31d597f562208b0.tar.gz gentoo-2-4ec7c358d5cff0716401fdaae31d597f562208b0.tar.bz2 gentoo-2-4ec7c358d5cff0716401fdaae31d597f562208b0.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/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.1.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 0078cbce480a..665899b3a3a3 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.73 2009/04/13 09:48:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.74 2009/04/17 06:33:57 alexxy Exp $ + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + -lilo-config-4.2.1.ebuild: + Drop KDE 4.2.1 13 Apr 2009; Raúl Porcel <armin76@gentoo.org> lilo-config-3.5.9.ebuild, lilo-config-3.5.10.ebuild, lilo-config-4.2.2.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.2.1.ebuild b/kde-base/lilo-config/lilo-config-4.2.1.ebuild deleted file mode 100644 index b0ca17781ed3..000000000000 --- a/kde-base/lilo-config/lilo-config-4.2.1.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.1.ebuild,v 1.2 2009/03/08 14:16:51 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdeadmin" -inherit kde4-meta - -DESCRIPTION="KDE LiLo kcontrol module" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -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 -} |