diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-18 01:40:24 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-18 01:40:24 +0000 |
commit | ace87d71d226240697e404b301cdefdffbda456d (patch) | |
tree | 889abbd37e485f12fa4f820536e7da4ed0e8619b /kde-base/lilo-config | |
parent | Added KDE 4.0.0's libtaskmanager. (diff) | |
download | gentoo-2-ace87d71d226240697e404b301cdefdffbda456d.tar.gz gentoo-2-ace87d71d226240697e404b301cdefdffbda456d.tar.bz2 gentoo-2-ace87d71d226240697e404b301cdefdffbda456d.zip |
Added KDE 4.0.0's lilo-config.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/lilo-config/files/digest-lilo-config-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.0.0.ebuild | 19 |
3 files changed, 30 insertions, 2 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 5787081c2e4f..ced565ef3240 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.42 2007/10/19 23:53:26 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.43 2008/01/18 01:40:23 ingmar Exp $ + +*lilo-config-4.0.0 (18 Jan 2008) + + 18 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +lilo-config-4.0.0.ebuild: + Added KDE 4.0.0's lilo-config. *lilo-config-3.5.8 (19 Oct 2007) diff --git a/kde-base/lilo-config/files/digest-lilo-config-4.0.0 b/kde-base/lilo-config/files/digest-lilo-config-4.0.0 new file mode 100644 index 000000000000..8eb95a0dd207 --- /dev/null +++ b/kde-base/lilo-config/files/digest-lilo-config-4.0.0 @@ -0,0 +1,3 @@ +MD5 4ee63cb1ab7550868ccd8b2a1cfcb1f4 kdeadmin-4.0.0.tar.bz2 1305346 +RMD160 a7895e00d92a57d076825a56de22b180f70cecfe kdeadmin-4.0.0.tar.bz2 1305346 +SHA256 63386c5cc283cf9baf65b5a1336ce9772b0aed709fff16e71be919cd061e9452 kdeadmin-4.0.0.tar.bz2 1305346 diff --git a/kde-base/lilo-config/lilo-config-4.0.0.ebuild b/kde-base/lilo-config/lilo-config-4.0.0.ebuild new file mode 100644 index 000000000000..b93058c7ebe0 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-4.0.0.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.0.ebuild,v 1.1 2008/01/18 01:40:23 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 +} |