diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:43:36 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:43:36 +0000 |
commit | 74cd6436ebfa05f24aef95efece3a555b9858b32 (patch) | |
tree | 38ed3f87012389c6b42f6ffda771be480e2fec44 /kde-base/lilo-config | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-74cd6436ebfa05f24aef95efece3a555b9858b32.tar.gz gentoo-2-74cd6436ebfa05f24aef95efece3a555b9858b32.tar.bz2 gentoo-2-74cd6436ebfa05f24aef95efece3a555b9858b32.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.0.3.ebuild | 19 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index f5d64a2aeab8..932fc991ae22 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.53 2008/03/20 18:19:48 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.54 2008/04/03 21:43:36 philantrop Exp $ + +*lilo-config-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +lilo-config-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -lilo-config-4.0.1.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.0.3.ebuild b/kde-base/lilo-config/lilo-config-4.0.3.ebuild new file mode 100644 index 000000000000..7cc1a4453f40 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:43:36 philantrop 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 +} |