summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 16:19:30 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 16:19:30 +0000
commitf18f7ef85e1638e72e0cb0e8c8083f8bf5756e1f (patch)
tree49c38a5568e33ef6c188a12b55d34eb0650a2f31 /kde-base
parentVersion bump KDE 4.3.1 (diff)
downloadgentoo-2-f18f7ef85e1638e72e0cb0e8c8083f8bf5756e1f.tar.gz
gentoo-2-f18f7ef85e1638e72e0cb0e8c8083f8bf5756e1f.tar.bz2
gentoo-2-f18f7ef85e1638e72e0cb0e8c8083f8bf5756e1f.zip
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/lilo-config/ChangeLog8
-rw-r--r--kde-base/lilo-config/lilo-config-4.3.1.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index fc072d59c2c4..306cb5ea2d89 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.81 2009/08/04 01:25:14 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.82 2009/09/01 16:19:30 tampakrap Exp $
+
+*lilo-config-4.3.1 (01 Sep 2009)
+
+ 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ +lilo-config-4.3.1.ebuild:
+ Version bump
*lilo-config-4.3.0 (04 Aug 2009)
diff --git a/kde-base/lilo-config/lilo-config-4.3.1.ebuild b/kde-base/lilo-config/lilo-config-4.3.1.ebuild
new file mode 100644
index 000000000000..2136c50b03af
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.3.1.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.1.ebuild,v 1.1 2009/09/01 16:19:30 tampakrap 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
+}