diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-20 18:19:48 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-20 18:19:48 +0000 |
commit | a2b5b47942695196ee5b092f643ce176ee435c28 (patch) | |
tree | e0c2c0aefce6cdfb381b7e22f43a5809e072bb41 /kde-base | |
parent | Old. (diff) | |
download | gentoo-2-a2b5b47942695196ee5b092f643ce176ee435c28.tar.gz gentoo-2-a2b5b47942695196ee5b092f643ce176ee435c28.tar.bz2 gentoo-2-a2b5b47942695196ee5b092f643ce176ee435c28.zip |
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.0.1.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index b4611cf1b01c..f5d64a2aeab8 100644 --- a/kde-base/lilo-config/ChangeLog +++ b/kde-base/lilo-config/ChangeLog @@ -1,6 +1,10 @@ # 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.52 2008/03/11 00:01:57 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.53 2008/03/20 18:19:48 ingmar Exp $ + + 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -lilo-config-4.0.1.ebuild: + Old. *lilo-config-4.0.2 (10 Mar 2008) diff --git a/kde-base/lilo-config/lilo-config-4.0.1.ebuild b/kde-base/lilo-config/lilo-config-4.0.1.ebuild deleted file mode 100644 index 9961f2a332b5..000000000000 --- a/kde-base/lilo-config/lilo-config-4.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.1.ebuild,v 1.1 2008/02/07 00:12:24 philantrop 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 -} |