summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-03-11 00:01:57 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-03-11 00:01:57 +0000
commit075f5632c671e44e9ae4359ef6611aa541431543 (patch)
treef0c3a69d1d3008877f5187ac108dd214c97bb629 /kde-base/lilo-config
parentVersion bump to KDE 4.0.2. (diff)
downloadgentoo-2-075f5632c671e44e9ae4359ef6611aa541431543.tar.gz
gentoo-2-075f5632c671e44e9ae4359ef6611aa541431543.tar.bz2
gentoo-2-075f5632c671e44e9ae4359ef6611aa541431543.zip
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
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.2.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 8e27d14b9bf9..b4611cf1b01c 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.51 2008/02/20 23:32:45 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.52 2008/03/11 00:01:57 philantrop Exp $
+
+*lilo-config-4.0.2 (10 Mar 2008)
+
+ 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +lilo-config-4.0.2.ebuild:
+ Version bump to KDE 4.0.2
*lilo-config-3.5.9 (20 Feb 2008)
diff --git a/kde-base/lilo-config/lilo-config-4.0.2.ebuild b/kde-base/lilo-config/lilo-config-4.0.2.ebuild
new file mode 100644
index 000000000000..bfa358d1d904
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.0.2.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.2.ebuild,v 1.1 2008/03/11 00:01:57 philantrop 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
+}