summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:23:03 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:23:03 +0000
commit9db804b4ab5f991d38f1bed6723b6da17101473f (patch)
tree52d77b0f15d71c7cf1a015894803c05bf0564155 /kde-base/lilo-config
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-9db804b4ab5f991d38f1bed6723b6da17101473f.tar.gz
gentoo-2-9db804b4ab5f991d38f1bed6723b6da17101473f.tar.bz2
gentoo-2-9db804b4ab5f991d38f1bed6723b6da17101473f.zip
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r--kde-base/lilo-config/ChangeLog10
-rw-r--r--kde-base/lilo-config/lilo-config-4.1.4.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 88d512327924..8754f669601d 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.63 2008/11/09 01:54:02 scarabeus Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.64 2009/01/13 23:23:03 alexxy Exp $
+
+*lilo-config-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ +lilo-config-4.1.4.ebuild:
+ Bump to 4.1.4
*lilo-config-4.1.3 (08 Nov 2008)
diff --git a/kde-base/lilo-config/lilo-config-4.1.4.ebuild b/kde-base/lilo-config/lilo-config-4.1.4.ebuild
new file mode 100644
index 000000000000..129485cb7017
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.1.4.ebuild
@@ -0,0 +1,22 @@
+# 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.1.4.ebuild,v 1.1 2009/01/13 23:23:03 alexxy 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
+}