diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 16:00:28 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 16:00:28 +0000 |
commit | 4182459afc27bb8052360325c2a197df2ea48053 (patch) | |
tree | 9e1398c73869b051f67ecfdd42c1d74e85a73f08 /kde-base/lilo-config | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-4182459afc27bb8052360325c2a197df2ea48053.tar.gz gentoo-2-4182459afc27bb8052360325c2a197df2ea48053.tar.bz2 gentoo-2-4182459afc27bb8052360325c2a197df2ea48053.zip |
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
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.1.2.ebuild | 22 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-4.1.3.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 8754f669601d..f4cbc0ea5376 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.64 2009/01/13 23:23:03 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.65 2009/01/14 16:00:28 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + -lilo-config-4.1.2.ebuild, -lilo-config-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 *lilo-config-4.1.4 (13 Jan 2009) diff --git a/kde-base/lilo-config/lilo-config-4.1.2.ebuild b/kde-base/lilo-config/lilo-config-4.1.2.ebuild deleted file mode 100644 index 57ba18c52871..000000000000 --- a/kde-base/lilo-config/lilo-config-4.1.2.ebuild +++ /dev/null @@ -1,22 +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.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 -} diff --git a/kde-base/lilo-config/lilo-config-4.1.3.ebuild b/kde-base/lilo-config/lilo-config-4.1.3.ebuild deleted file mode 100644 index 378c15833d08..000000000000 --- a/kde-base/lilo-config/lilo-config-4.1.3.ebuild +++ /dev/null @@ -1,22 +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.1.3.ebuild,v 1.1 2008/11/09 01:54:02 scarabeus 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 -} |