From: Mikle Kolyada Date: Sun, 17 Dec 2017 16:05:58 +0000 (+0300) Subject: dev-util/valkyrie: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=20fb5f74853df3dc5e468cd307c1c667662fcd42;p=gentoo.git dev-util/valkyrie: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- diff --git a/dev-util/valkyrie/valkyrie-2.0.0.ebuild b/dev-util/valkyrie/valkyrie-2.0.0.ebuild deleted file mode 100644 index 23baa9225410..000000000000 --- a/dev-util/valkyrie/valkyrie-2.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit qt4-r2 - -DESCRIPTION="Graphical front-end to the Valgrind suite of tools" -HOMEPAGE="http://www.valgrind.org/" -SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=dev-util/valgrind-3.6.0 - dev-qt/qtgui:4 - dev-qt/qtcore:4" -RDEPEND="${DEPEND}" - -DOCS=( README ) -PATCHES=( - "${FILESDIR}"/${P}-prefix.patch - "${FILESDIR}"/${P}-gcc47.patch -)