Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qpitch/
Date: Wed, 04 Nov 2015 11:13:09
Message-Id: 1446635568.446be6d3a943ef63e2deba100cc2d4b25c7a3b02.kensington@gentoo
1 commit: 446be6d3a943ef63e2deba100cc2d4b25c7a3b02
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 11:12:24 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 11:12:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446be6d3
7
8 media-sound/qpitch: remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/qpitch/qpitch-1.0.1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/media-sound/qpitch/qpitch-1.0.1.ebuild b/media-sound/qpitch/qpitch-1.0.1.ebuild
16 deleted file mode 100644
17 index c49e7a3..0000000
18 --- a/media-sound/qpitch/qpitch-1.0.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="2"
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="A program to tune musical instruments using Qt4"
30 -HOMEPAGE="http://wspinell.altervista.org/qpitch/"
31 -SRC_URI="http://download.gna.org/${PN}/releases/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND="dev-qt/qtgui:4
39 - >=media-libs/portaudio-19_pre20071207
40 - >=sci-libs/fftw-3.1.0"
41 -RDEPEND="${DEPEND}"
42 -
43 -DOCS=(README changelog)