diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:24:36 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:24:36 +0000 |
commit | 5b184787bad829186d4dfa5113d54215162611e9 (patch) | |
tree | e02346049d40c305a2fe4a84729883c4f2b00be5 /kde-base/lilo-config | |
parent | Remove old KDE versions. (diff) | |
download | gentoo-2-5b184787bad829186d4dfa5113d54215162611e9.tar.gz gentoo-2-5b184787bad829186d4dfa5113d54215162611e9.tar.bz2 gentoo-2-5b184787bad829186d4dfa5113d54215162611e9.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.3.4.ebuild | 27 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.4.0.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 3782dfb0c6e8..e4b47faef75e 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.101 2010/02/20 11:59:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.102 2010/03/31 23:24:36 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -lilo-config-4.3.4.ebuild, + -lilo-config-4.4.0.ebuild: + Remove old KDE versions. 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> lilo-config-4.3.5.ebuild: diff --git a/kde-base/lilo-config/lilo-config-4.3.4.ebuild b/kde-base/lilo-config/lilo-config-4.3.4.ebuild deleted file mode 100644 index be980c3707c1..000000000000 --- a/kde-base/lilo-config/lilo-config-4.3.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.3.4.ebuild,v 1.2 2009/12/23 01:13:36 abcd Exp $ - -EAPI="2" - -KMNAME="kdeadmin" -inherit kde4-meta - -DESCRIPTION="KDE LiLo kcontrol module" -KEYWORDS="~amd64 ~x86" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - sys-boot/lilo -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - -DBUILD_lilo-config=TRUE - -DLILO_EXECUTABLE=TRUE - ) - - kde4-meta_src_configure -} diff --git a/kde-base/lilo-config/lilo-config-4.4.0.ebuild b/kde-base/lilo-config/lilo-config-4.4.0.ebuild deleted file mode 100644 index ed39c30f74ff..000000000000 --- a/kde-base/lilo-config/lilo-config-4.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/02/09 00:16:10 alexxy Exp $ - -EAPI="2" - -KMNAME="kdeadmin" -inherit kde4-meta - -DESCRIPTION="KDE LiLo kcontrol module" -KEYWORDS="~amd64 ~x86" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - sys-boot/lilo -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - -DBUILD_lilo-config=TRUE - -DLILO_EXECUTABLE=TRUE - ) - - kde4-meta_src_configure -} |