diff options
author | 2008-05-16 00:50:06 +0000 | |
---|---|---|
committer | 2008-05-16 00:50:06 +0000 | |
commit | f8baaa47c3ef61fb8b9f6c34c6d259cc5e79e206 (patch) | |
tree | f22e9fdf6f30179e4fda7bd35513c77a8dddbda7 /kde-base/lilo-config | |
parent | Added KDE 4.0.4 version of libtaskmanager. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-f8baaa47c3ef61fb8b9f6c34c6d259cc5e79e206.tar.gz historical-f8baaa47c3ef61fb8b9f6c34c6d259cc5e79e206.tar.bz2 historical-f8baaa47c3ef61fb8b9f6c34c6d259cc5e79e206.zip |
Added KDE 4.0.4 version of lilo-config. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.0.4.ebuild | 19 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 41d15bd8a3c5..34dc886ca5b0 100644 --- a/kde-base/lilo-config/ChangeLog +++ b/kde-base/lilo-config/ChangeLog @@ -1,6 +1,13 @@ # 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.55 2008/05/14 13:17:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.56 2008/05/16 00:50:06 ingmar Exp $ + +*lilo-config-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +lilo-config-4.0.4.ebuild: + Added KDE 4.0.4 version of lilo-config. Thanks to Jorge Manuel B. S. + Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> lilo-config-3.5.8.ebuild, lilo-config-3.5.9.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.0.4.ebuild b/kde-base/lilo-config/lilo-config-4.0.4.ebuild new file mode 100644 index 000000000000..8cf064087774 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.0.4.ebuild @@ -0,0 +1,19 @@ +# 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.0.4.ebuild,v 1.1 2008/05/16 00:50:06 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeadmin +inherit kde4-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE" + + kde4-meta_src_compile +} |