commit: 9c43c8e67cb4d20fa3c4b16d1b0ce2e9610e08eb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 23:41:11 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 23:41:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9c43c8e6
app-portage/kuroo: Drop 0.82.0, 0.82.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-portage/kuroo/kuroo-0.82.0.ebuild | 30 ------------------------------ app-portage/kuroo/kuroo-0.82.1.ebuild | 25 ------------------------- 2 files changed, 55 deletions(-) diff --git a/app-portage/kuroo/kuroo-0.82.0.ebuild b/app-portage/kuroo/kuroo-0.82.0.ebuild deleted file mode 100644 index 44cc8e08..00000000 --- a/app-portage/kuroo/kuroo-0.82.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -ARTS_REQUIRED="never" - -inherit kde - -DESCRIPTION="KDE frontend to Gentoo Portage" -HOMEPAGE="http://sourceforge.net/projects/kuroo" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 - mirror://gentoo/kde-admindir-3.5.5.tar.bz2" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-db/sqlite" - -RDEPEND="${DEPEND} - app-portage/gentoolkit - kde-misc/kdiff3 - kde-apps/kdesu" - -need-kde 3.5 - -src_unpack() { - kde_src_unpack - rm configure -} diff --git a/app-portage/kuroo/kuroo-0.82.1.ebuild b/app-portage/kuroo/kuroo-0.82.1.ebuild deleted file mode 100644 index 95cd1970..00000000 --- a/app-portage/kuroo/kuroo-0.82.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -ARTS_REQUIRED="never" - -inherit kde - -DESCRIPTION="KDE frontend to Gentoo Portage" -HOMEPAGE="http://sourceforge.net/projects/kuroo" -SRC_URI="mirror://sourceforge/kuroo/${P}.tar.gz - mirror://gentoo/kde-admindir-3.5.5.tar.bz2" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-db/sqlite" - -RDEPEND="${DEPEND} - app-portage/gentoolkit - kde-misc/kdiff3 - kde-apps/kdesu" - -need-kde 3.5
