summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/lilo-config/lilo-config-4.1.3.ebuild')
-rw-r--r--kde-base/lilo-config/lilo-config-4.1.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-base/lilo-config/lilo-config-4.1.3.ebuild b/kde-base/lilo-config/lilo-config-4.1.3.ebuild
deleted file mode 100644
index 378c15833d08..000000000000
--- a/kde-base/lilo-config/lilo-config-4.1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 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.1.3.ebuild,v 1.1 2008/11/09 01:54:02 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME=kdeadmin
-inherit kde4-meta
-
-DESCRIPTION="KDE LiLo kcontrol module"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook"
-
-DEPEND="sys-boot/lilo"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
-
- kde4-meta_src_configure
-}