summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-06-21 15:53:54 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-06-21 15:53:54 +0000
commit365f3367fc5255fcc3adc94481cc4ce28e569ace (patch)
tree999893eb7c3ce18b968fd59837e8c17432711114 /kde-base/lilo-config
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-365f3367fc5255fcc3adc94481cc4ce28e569ace.tar.gz
gentoo-2-365f3367fc5255fcc3adc94481cc4ce28e569ace.tar.bz2
gentoo-2-365f3367fc5255fcc3adc94481cc4ce28e569ace.zip
Drop 4.3.3. Drop hppa keywords per bug #304363.
(Portage version: 2.2_rc67/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.3.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index e4b47faef75e..bc8e69261e98 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.102 2010/03/31 23:24:36 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.103 2010/06/21 15:53:53 scarabeus Exp $
+
+ 21 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -lilo-config-4.3.3.ebuild:
+ Drop 4.3.3. Drop hppa keywords per bug #304363
31 Mar 2010; Dror Levin <spatz@gentoo.org> -lilo-config-4.3.4.ebuild,
-lilo-config-4.4.0.ebuild:
diff --git a/kde-base/lilo-config/lilo-config-4.3.3.ebuild b/kde-base/lilo-config/lilo-config-4.3.3.ebuild
deleted file mode 100644
index aacc7019486b..000000000000
--- a/kde-base/lilo-config/lilo-config-4.3.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.3.3.ebuild,v 1.3 2009/12/10 17:31:53 fauli Exp $
-
-EAPI="2"
-
-KMNAME="kdeadmin"
-inherit kde4-meta
-
-DESCRIPTION="KDE LiLo kcontrol module"
-KEYWORDS="amd64 x86"
-IUSE="debug +handbook"
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs)
- sys-boot/lilo
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
-
- kde4-meta_src_configure
-}