diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:30:42 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:30:42 +0000 |
commit | 13e92bee17b1c2283d155801b0c560f20e9ab3c3 (patch) | |
tree | 5558bc7422ebddfe2872142fd00bee31fcf2a498 /kde-base/lilo-config | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-13e92bee17b1c2283d155801b0c560f20e9ab3c3.tar.gz gentoo-2-13e92bee17b1c2283d155801b0c560f20e9ab3c3.tar.bz2 gentoo-2-13e92bee17b1c2283d155801b0c560f20e9ab3c3.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.3.2.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index fdcaa91d9906..a71c870d9094 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.83 2009/10/06 04:08:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.84 2009/10/06 20:30:42 alexxy Exp $ + +*lilo-config-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> + +lilo-config-4.3.2.ebuild: + Version bump 06 Oct 2009; Joseph Jezak <josejx@gentoo.org> lilo-config-3.5.9.ebuild, lilo-config-3.5.10.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.3.2.ebuild b/kde-base/lilo-config/lilo-config-4.3.2.ebuild new file mode 100644 index 000000000000..6becce67f106 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.3.2.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.2.ebuild,v 1.1 2009/10/06 20:30:42 alexxy 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 +} |