summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-11-02 22:03:13 +0000
committerAlex Alexander <wired@gentoo.org>2009-11-02 22:03:13 +0000
commit53bc8c072ec5296c7ff0b387da7d0d1f8ae8723c (patch)
treecc100c096371f925d26b54552d093b8367828eaa /kde-base
parentVersion bump KDE 4.3.3 (diff)
downloadgentoo-2-53bc8c072ec5296c7ff0b387da7d0d1f8ae8723c.tar.gz
gentoo-2-53bc8c072ec5296c7ff0b387da7d0d1f8ae8723c.tar.bz2
gentoo-2-53bc8c072ec5296c7ff0b387da7d0d1f8ae8723c.zip
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/lilo-config/ChangeLog7
-rw-r--r--kde-base/lilo-config/lilo-config-4.3.3.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index d580459f0958..3df6b453e71a 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.89 2009/10/18 17:16:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.90 2009/11/02 22:03:13 wired Exp $
+
+*lilo-config-4.3.3 (02 Nov 2009)
+
+ 02 Nov 2009; Alex Alexander <wired@gentoo.org> +lilo-config-4.3.3.ebuild:
+ Version bump
18 Oct 2009; Markus Meier <maekke@gentoo.org> lilo-config-4.3.1.ebuild:
x86 stable, bug #287697
diff --git a/kde-base/lilo-config/lilo-config-4.3.3.ebuild b/kde-base/lilo-config/lilo-config-4.3.3.ebuild
new file mode 100644
index 000000000000..d8cb4cf25dbf
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.3.3.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.3.ebuild,v 1.1 2009/11/02 22:03:13 wired 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="${mycmakeargs}
+ -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
+
+ kde4-meta_src_configure
+}