diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 18:15:33 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 18:15:33 +0000 |
commit | 9d695055a98d036d9e1454bc8fbab590b2912ea9 (patch) | |
tree | 4a26b468035979a33c45159306c52820e9e685a9 /kde-base/lilo-config | |
parent | Bump shiny new KDE 4.2.0 (diff) | |
download | gentoo-2-9d695055a98d036d9e1454bc8fbab590b2912ea9.tar.gz gentoo-2-9d695055a98d036d9e1454bc8fbab590b2912ea9.tar.bz2 gentoo-2-9d695055a98d036d9e1454bc8fbab590b2912ea9.zip |
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
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.2.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index f4cbc0ea5376..e9fb84a47ddd 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.65 2009/01/14 16:00:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.66 2009/01/27 18:15:33 alexxy Exp $ + +*lilo-config-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +lilo-config-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -lilo-config-4.1.2.ebuild, -lilo-config-4.1.3.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.2.0.ebuild b/kde-base/lilo-config/lilo-config-4.2.0.ebuild new file mode 100644 index 000000000000..8dc56e7ab4e0 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.2.0.ebuild @@ -0,0 +1,22 @@ +# 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.2.0.ebuild,v 1.1 2009/01/27 18:15:33 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND="sys-boot/lilo" +DEPEND="${RDEPEND} + kde-base/kdepimlibs:${SLOT}" + +src_configure() { + mycmakeargs="${mycmakeargs} + -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE" + kde4-meta_src_compile +} |