From 9db804b4ab5f991d38f1bed6723b6da17101473f Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Tue, 13 Jan 2009 23:23:03 +0000 Subject: Bump kde to 4.1.4 (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64) --- kde-base/lilo-config/ChangeLog | 10 ++++++++-- kde-base/lilo-config/lilo-config-4.1.4.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 kde-base/lilo-config/lilo-config-4.1.4.ebuild (limited to 'kde-base/lilo-config') diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 88d512327924..8754f669601d 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.63 2008/11/09 01:54:02 scarabeus Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.64 2009/01/13 23:23:03 alexxy Exp $ + +*lilo-config-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov + +lilo-config-4.1.4.ebuild: + Bump to 4.1.4 *lilo-config-4.1.3 (08 Nov 2008) diff --git a/kde-base/lilo-config/lilo-config-4.1.4.ebuild b/kde-base/lilo-config/lilo-config-4.1.4.ebuild new file mode 100644 index 000000000000..129485cb7017 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.1.4.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.1.4.ebuild,v 1.1 2009/01/13 23:23:03 alexxy Exp $ + +EAPI="2" + +KMNAME=kdeadmin +inherit kde4-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND="sys-boot/lilo" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs="${mycmakeargs} + -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE" + + kde4-meta_src_configure +} -- cgit v1.2.3-65-gdbad