summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-08-04 01:25:14 +0000
committerAlex Alexander <wired@gentoo.org>2009-08-04 01:25:14 +0000
commit74b57ceab25929f9a028600005372a87022a4b6c (patch)
treed6f792aee8d84affaa071f84a8390c786d7c522e /kde-base/lilo-config
parentVersion bump KDE 4.3.0 (diff)
downloadgentoo-2-74b57ceab25929f9a028600005372a87022a4b6c.tar.gz
gentoo-2-74b57ceab25929f9a028600005372a87022a4b6c.tar.bz2
gentoo-2-74b57ceab25929f9a028600005372a87022a4b6c.zip
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r--kde-base/lilo-config/ChangeLog7
-rw-r--r--kde-base/lilo-config/lilo-config-4.3.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 2c44ce1c865b..fc072d59c2c4 100644
--- a/kde-base/lilo-config/ChangeLog
+++ b/kde-base/lilo-config/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/lilo-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.80 2009/06/14 11:50:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.81 2009/08/04 01:25:14 wired Exp $
+
+*lilo-config-4.3.0 (04 Aug 2009)
+
+ 04 Aug 2009; Alex Alexander <wired@gentoo.org> +lilo-config-4.3.0.ebuild:
+ Version bump
14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org>
-lilo-config-4.2.3.ebuild:
diff --git a/kde-base/lilo-config/lilo-config-4.3.0.ebuild b/kde-base/lilo-config/lilo-config-4.3.0.ebuild
new file mode 100644
index 000000000000..a5d31aed6714
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.3.0.ebuild
@@ -0,0 +1,25 @@
+# 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.3.0.ebuild,v 1.1 2009/08/04 01:25:14 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdeadmin"
+inherit kde4-meta
+
+DESCRIPTION="KDE LiLo kcontrol module"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +handbook"
+
+DEPEND="
+ >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
+ sys-boot/lilo
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
+
+ kde4-meta_src_configure
+}