diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-01 19:33:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-01 19:34:18 +0200 |
commit | 3f0e54e4fd6772a07a1736b71f05ce33c86605f4 (patch) | |
tree | 01fba46a30b42b7831200765b71aa5029c6e705a /app-portage/kuroo | |
parent | app-portage/kuroo: Add 0.90.5_p20180106 Qt5-based snapshot (diff) | |
download | gentoo-3f0e54e4fd6772a07a1736b71f05ce33c86605f4.tar.gz gentoo-3f0e54e4fd6772a07a1736b71f05ce33c86605f4.tar.bz2 gentoo-3f0e54e4fd6772a07a1736b71f05ce33c86605f4.zip |
app-portage/kuroo: Drop old Qt4-based
Closes: https://bugs.gentoo.org/633506
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'app-portage/kuroo')
-rw-r--r-- | app-portage/kuroo/Manifest | 1 | ||||
-rw-r--r-- | app-portage/kuroo/kuroo-0.90.5.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest index 260252448769..8ca3dd943a63 100644 --- a/app-portage/kuroo/Manifest +++ b/app-portage/kuroo/Manifest @@ -1,2 +1 @@ DIST kuroo-0.90.5_p20180106.tar.xz 242108 BLAKE2B 6f72ed347f98cfffa3cf3d965065b25b72607111d04952cf821b97cd6b73944b930af1e61955ddb0df6e7fdf91b3901d14b016de76971a95bf9bb36e9e00f355 SHA512 10431273357098e236c11253f456cee0320115108e058d0c31383f709b0488402ced368380dfe1fc30844cac7619da974f526ec22cea95361187c61d1fe67c61 -DIST kuroo4-0.90.5.tar.gz 342698 BLAKE2B 4d9f41214fc50dafdd387835b3084617568bcfd3497f01eb15905d9d5dcf03b1072e3e8564ec3d7adfa3d6b3a617f459beb67426b924e0be51f29bf246f01dea SHA512 aed2ec984b77768f5325b41b01ea1c63e214e45699f9c29e1bf11cf7d6ff6ecc6660c2cc07948d0fc66f0469154fa00e1df9e78d330ad426db86a70db85f400f diff --git a/app-portage/kuroo/kuroo-0.90.5.ebuild b/app-portage/kuroo/kuroo-0.90.5.ebuild deleted file mode 100644 index c7e5121ef28e..000000000000 --- a/app-portage/kuroo/kuroo-0.90.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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" -KEYWORDS="~amd64 ~x86" -SLOT="0" -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}" |