summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:16:10 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:16:10 +0000
commit9a48cfcf5f8566397c8b1122343103c66f8e3b39 (patch)
tree79ce724e80c142b0eb8858f272e1a766c97a7aba /kde-base/lilo-config
parent[kde-base/konsole] Version bump to KDE SC 4.4.0 (diff)
downloadgentoo-2-9a48cfcf5f8566397c8b1122343103c66f8e3b39.tar.gz
gentoo-2-9a48cfcf5f8566397c8b1122343103c66f8e3b39.tar.bz2
gentoo-2-9a48cfcf5f8566397c8b1122343103c66f8e3b39.zip
[kde-base/lilo-config] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
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.4.0.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index b4c78632b2d2..965de6c4a66f 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.99 2010/01/25 17:24:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.100 2010/02/09 00:16:10 alexxy Exp $
+
+*lilo-config-4.4.0 (09 Feb 2010)
+
+ 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +lilo-config-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*lilo-config-4.3.5 (25 Jan 2010)
diff --git a/kde-base/lilo-config/lilo-config-4.4.0.ebuild b/kde-base/lilo-config/lilo-config-4.4.0.ebuild
new file mode 100644
index 000000000000..ed39c30f74ff
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/02/09 00:16:10 alexxy 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=(
+ -DBUILD_lilo-config=TRUE
+ -DLILO_EXECUTABLE=TRUE
+ )
+
+ kde4-meta_src_configure
+}