summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-25 17:24:08 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-25 17:24:08 +0000
commit7c4eb579eade6b9ac95b41c0a4b2926d8d206fa2 (patch)
tree3794e976521dd7f393526a4e24f182a7fed1d045 /kde-base/lilo-config
parentVersion bump KDE 4.3.5 (diff)
downloadgentoo-2-7c4eb579eade6b9ac95b41c0a4b2926d8d206fa2.tar.gz
gentoo-2-7c4eb579eade6b9ac95b41c0a4b2926d8d206fa2.tar.bz2
gentoo-2-7c4eb579eade6b9ac95b41c0a4b2926d8d206fa2.zip
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
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.3.5.ebuild27
2 files changed, 35 insertions, 2 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index af04a06ba509..b4c78632b2d2 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.98 2009/12/23 01:13:36 abcd Exp $
+# 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 $
+
+*lilo-config-4.3.5 (25 Jan 2010)
+
+ 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +lilo-config-4.3.5.ebuild:
+ Version bump
23 Dec 2009; Jonathan Callen <abcd@gentoo.org> lilo-config-4.3.4.ebuild:
Pull in changes from overlay
diff --git a/kde-base/lilo-config/lilo-config-4.3.5.ebuild b/kde-base/lilo-config/lilo-config-4.3.5.ebuild
new file mode 100644
index 000000000000..9cfa1b988957
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 17:24:08 scarabeus 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
+}