diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-11-04 22:12:24 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-11-04 22:12:48 +1100 |
commit | 446be6d3a943ef63e2deba100cc2d4b25c7a3b02 (patch) | |
tree | a23ee1a32c6f4d4e098a6ec2958aef8cb7ca0835 /media-sound/qpitch | |
parent | dev-java/jopt-simple: Set SLOT to 4.4. (diff) | |
download | gentoo-446be6d3a943ef63e2deba100cc2d4b25c7a3b02.tar.gz gentoo-446be6d3a943ef63e2deba100cc2d4b25c7a3b02.tar.bz2 gentoo-446be6d3a943ef63e2deba100cc2d4b25c7a3b02.zip |
media-sound/qpitch: remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound/qpitch')
-rw-r--r-- | media-sound/qpitch/qpitch-1.0.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-sound/qpitch/qpitch-1.0.1.ebuild b/media-sound/qpitch/qpitch-1.0.1.ebuild deleted file mode 100644 index c49e7a38d136..000000000000 --- a/media-sound/qpitch/qpitch-1.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit cmake-utils - -DESCRIPTION="A program to tune musical instruments using Qt4" -HOMEPAGE="http://wspinell.altervista.org/qpitch/" -SRC_URI="http://download.gna.org/${PN}/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4 - >=media-libs/portaudio-19_pre20071207 - >=sci-libs/fftw-3.1.0" -RDEPEND="${DEPEND}" - -DOCS=(README changelog) |