diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 14:52:40 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 14:52:40 +0000 |
commit | b427626a39941a2cf4777e76d2cad22600a1d5f3 (patch) | |
tree | 5a72a531a573d235a06ec9a05e2c3634d04baf48 /kde-base/kfind | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-b427626a39941a2cf4777e76d2cad22600a1d5f3.tar.gz gentoo-2-b427626a39941a2cf4777e76d2cad22600a1d5f3.tar.bz2 gentoo-2-b427626a39941a2cf4777e76d2cad22600a1d5f3.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/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.1.2.ebuild | 18 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.1.3.ebuild | 18 |
3 files changed, 5 insertions, 37 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index edd911c5ce81..9375b8501cc6 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.102 2009/01/13 21:58:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.103 2009/01/14 14:52:40 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kfind-4.1.2.ebuild, + -kfind-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 *kfind-4.1.4 (13 Jan 2009) diff --git a/kde-base/kfind/kfind-4.1.2.ebuild b/kde-base/kfind/kfind-4.1.2.ebuild deleted file mode 100644 index b9026618042d..000000000000 --- a/kde-base/kfind/kfind-4.1.2.ebuild +++ /dev/null @@ -1,18 +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/kfind/kfind-4.1.2.ebuild,v 1.1 2008/10/02 08:32:59 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="KDE file finder utility" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMEXTRA="apps/doc/${PN}" diff --git a/kde-base/kfind/kfind-4.1.3.ebuild b/kde-base/kfind/kfind-4.1.3.ebuild deleted file mode 100644 index c29309e088f0..000000000000 --- a/kde-base/kfind/kfind-4.1.3.ebuild +++ /dev/null @@ -1,18 +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/kfind/kfind-4.1.3.ebuild,v 1.2 2008/11/16 07:31:20 vapier Exp $ - -EAPI="2" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="KDE file finder utility" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMEXTRA="apps/doc/${PN}" |