Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-sound/qpitch/
Date: Fri, 28 Oct 2016 16:13:06
Message-Id: 1477671164.71cc85f2ed397a0398428ac03d5548dedb7e1177.kensington@gentoo
1 commit: 71cc85f2ed397a0398428ac03d5548dedb7e1177
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 15:37:32 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 16:12:44 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=71cc85f2
7
8 media-sound/qpitch: requires qt4, dead upstream
9
10 media-sound/qpitch/metadata.xml | 12 ------------
11 media-sound/qpitch/qpitch-9999.ebuild | 25 -------------------------
12 2 files changed, 37 deletions(-)
13
14 diff --git a/media-sound/qpitch/metadata.xml b/media-sound/qpitch/metadata.xml
15 deleted file mode 100644
16 index ffeb219..0000000
17 --- a/media-sound/qpitch/metadata.xml
18 +++ /dev/null
19 @@ -1,12 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <maintainer type="project">
24 - <email>qt@g.o</email>
25 - <name>Gentoo Qt Project</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>sound@g.o</email>
29 - <name>Gentoo Sound project</name>
30 - </maintainer>
31 -</pkgmetadata>
32
33 diff --git a/media-sound/qpitch/qpitch-9999.ebuild b/media-sound/qpitch/qpitch-9999.ebuild
34 deleted file mode 100644
35 index 5016116..0000000
36 --- a/media-sound/qpitch/qpitch-9999.ebuild
37 +++ /dev/null
38 @@ -1,25 +0,0 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -
45 -inherit cmake-utils subversion
46 -
47 -DESCRIPTION="A program to tune musical instruments using Qt4"
48 -HOMEPAGE="http://wspinell.altervista.org/qpitch/"
49 -ESVN_REPO_URI="svn://svn.gna.org/svn/qpitch/trunk"
50 -
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -KEYWORDS=""
54 -IUSE=""
55 -
56 -DEPEND="
57 - dev-qt/qtgui:4
58 - >=media-libs/portaudio-19_pre20071207
59 - >=sci-libs/fftw-3.1.0
60 -"
61 -RDEPEND="${DEPEND}"
62 -
63 -DOCS=(README changelog)