diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:13:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:13:21 +0000 |
commit | 77b61de87747b3c235861766029bab33daf12743 (patch) | |
tree | dbf2d5999ee3b61121790ca0a720eb3a328134b0 /kde-base/lilo-config | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-77b61de87747b3c235861766029bab33daf12743.tar.gz gentoo-2-77b61de87747b3c235861766029bab33daf12743.tar.bz2 gentoo-2-77b61de87747b3c235861766029bab33daf12743.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 665899b3a3a3..3ddba6f3afa8 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.74 2009/04/17 06:33:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.75 2009/05/07 00:13:21 scarabeus Exp $ + +*lilo-config-4.2.3 (07 May 2009) + + 07 May 2009; Tomas Chvatal <scarabeus@gentoo.org> + +lilo-config-4.2.3.ebuild: + Version bump 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -lilo-config-4.2.1.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.2.3.ebuild b/kde-base/lilo-config/lilo-config-4.2.3.ebuild new file mode 100644 index 000000000000..b403f081064f --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.2.3.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.2.3.ebuild,v 1.1 2009/05/07 00:13:21 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc" + +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 +} |