diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:59:43 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:59:43 +0000 |
commit | 25491dd55a06a6fd5ca373aea695818f63550c16 (patch) | |
tree | a567d6ef52a14b71a1de53193807025fd3527b43 /kde-base/lilo-config | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-25491dd55a06a6fd5ca373aea695818f63550c16.tar.gz gentoo-2-25491dd55a06a6fd5ca373aea695818f63550c16.tar.bz2 gentoo-2-25491dd55a06a6fd5ca373aea695818f63550c16.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 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.1.2.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 46161893a706..7bca519035d9 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.60 2008/09/14 00:00:29 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.61 2008/10/02 10:59:43 jmbsvicetto Exp $ + +*lilo-config-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +lilo-config-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *lilo-config-3.5.10 (13 Sep 2008) diff --git a/kde-base/lilo-config/lilo-config-4.1.2.ebuild b/kde-base/lilo-config/lilo-config-4.1.2.ebuild new file mode 100644 index 000000000000..57ba18c52871 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.1.2.ebuild @@ -0,0 +1,22 @@ +# 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.1.2.ebuild,v 1.1 2008/10/02 10:59:43 jmbsvicetto 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 +} |