summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 00:50:06 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 00:50:06 +0000
commit428ce8ec91bcece40702844652005cd87e50c840 (patch)
tree2427c9d99c9f4bf51d26728836197c7458b0ab3d /kde-base/lilo-config
parentAdded KDE 4.0.4 version of libtaskmanager. Thanks to Jorge Manuel B. S. Vicetto. (diff)
downloadgentoo-2-428ce8ec91bcece40702844652005cd87e50c840.tar.gz
gentoo-2-428ce8ec91bcece40702844652005cd87e50c840.tar.bz2
gentoo-2-428ce8ec91bcece40702844652005cd87e50c840.zip
Added KDE 4.0.4 version of lilo-config. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r--kde-base/lilo-config/ChangeLog9
-rw-r--r--kde-base/lilo-config/lilo-config-4.0.4.ebuild19
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index 41d15bd8a3c5..34dc886ca5b0 100644
--- a/kde-base/lilo-config/ChangeLog
+++ b/kde-base/lilo-config/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for kde-base/lilo-config
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.55 2008/05/14 13:17:31 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.56 2008/05/16 00:50:06 ingmar Exp $
+
+*lilo-config-4.0.4 (15 May 2008)
+
+ 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ +lilo-config-4.0.4.ebuild:
+ Added KDE 4.0.4 version of lilo-config. Thanks to Jorge Manuel B. S.
+ Vicetto.
14 May 2008; Markus Rothe <corsair@gentoo.org> lilo-config-3.5.8.ebuild,
lilo-config-3.5.9.ebuild:
diff --git a/kde-base/lilo-config/lilo-config-4.0.4.ebuild b/kde-base/lilo-config/lilo-config-4.0.4.ebuild
new file mode 100644
index 000000000000..8cf064087774
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-4.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 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.0.4.ebuild,v 1.1 2008/05/16 00:50:06 ingmar Exp $
+
+EAPI="1"
+
+KMNAME=kdeadmin
+inherit kde4-meta
+
+DESCRIPTION="KDE LiLo kcontrol module"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+src_compile() {
+ mycmakeargs="${mycmakeargs}
+ -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
+
+ kde4-meta_src_compile
+}