commit: e8464bbd7b0702914c0fe7bb64f6617ff14c2db1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 23:40:07 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 23:40:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e8464bbd
app-portage/kuroo: Import 0.90.5 from before slot 4 removal Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-portage/kuroo/kuroo-0.90.5.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/app-portage/kuroo/kuroo-0.90.5.ebuild b/app-portage/kuroo/kuroo-0.90.5.ebuild new file mode 100644 index 00000000..20b048de --- /dev/null +++ b/app-portage/kuroo/kuroo-0.90.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +QT3SUPPORT_REQUIRED="true" +inherit kde4-base + +DESCRIPTION="Graphical Portage frontend based on KDELibs4/Qt4" +HOMEPAGE="https://sourceforge.net/projects/kuroo/" +SRC_URI="mirror://sourceforge/kuroo/${PN}4-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="dev-db/sqlite:3" + +RDEPEND="${DEPEND} + app-portage/gentoolkit + kde-apps/kompare:* + kde-plasma/kde-cli-tools[kdesu] +" + +S="${WORKDIR}/${PN}4-${PV}"
