summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-05 22:40:59 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-05 22:40:59 +0000
commit7a7a189ae1c24d99800d918efaf2c1b4100fbf0c (patch)
tree9aabf1a4b56127d33c3c9f069035bef3e390ed83 /kde-base/lilo-config
parentAdded the KDE 4.0.5 version of libtaskmanager. (diff)
downloadgentoo-2-7a7a189ae1c24d99800d918efaf2c1b4100fbf0c.tar.gz
gentoo-2-7a7a189ae1c24d99800d918efaf2c1b4100fbf0c.tar.bz2
gentoo-2-7a7a189ae1c24d99800d918efaf2c1b4100fbf0c.zip
Added the KDE 4.0.5 version of lilo-config.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r--kde-base/lilo-config/ChangeLog8
-rw-r--r--kde-base/lilo-config/lilo-config-4.0.5.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 3e7bb88a35c9..0bdbf99dfff8 100644
--- a/kde-base/lilo-config/ChangeLog
+++ b/kde-base/lilo-config/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/lilo-config
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.57 2008/05/18 18:20:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.58 2008/06/05 22:40:59 keytoaster Exp $
+
+*lilo-config-4.0.5 (05 Jun 2008)
+
+ 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ +lilo-config-4.0.5.ebuild:
+ Added the KDE 4.0.5 version of lilo-config.
18 May 2008; Markus Meier <maekke@gentoo.org> lilo-config-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/lilo-config/lilo-config-4.0.5.ebuild b/kde-base/lilo-config/lilo-config-4.0.5.ebuild
new file mode 100644
index 000000000000..ab34acff1ec4
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.0.5.ebuild
@@ -0,0 +1,19 @@
+# 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.0.5.ebuild,v 1.1 2008/06/05 22:40:59 keytoaster Exp $
+
+EAPI="1"
+
+KMNAME=kdeadmin
+inherit kde4-meta
+
+DESCRIPTION="KDE LiLo kcontrol module"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+src_compile() {
+ mycmakeargs="${mycmakeargs}
+ -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
+
+ kde4-meta_src_compile
+}