aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-10-29 02:37:32 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-10-29 03:12:44 +1100
commit71cc85f2ed397a0398428ac03d5548dedb7e1177 (patch)
tree529c572e202e3b6b26a75174701697c87165d637
parentmedia-video/elltube: requires qt4, dead upstream (diff)
downloadqt-71cc85f2.tar.gz
qt-71cc85f2.tar.bz2
qt-71cc85f2.zip
media-sound/qpitch: requires qt4, dead upstream
-rw-r--r--media-sound/qpitch/metadata.xml12
-rw-r--r--media-sound/qpitch/qpitch-9999.ebuild25
2 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/qpitch/metadata.xml b/media-sound/qpitch/metadata.xml
deleted file mode 100644
index ffeb219c..00000000
--- a/media-sound/qpitch/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/media-sound/qpitch/qpitch-9999.ebuild b/media-sound/qpitch/qpitch-9999.ebuild
deleted file mode 100644
index 50161162..00000000
--- a/media-sound/qpitch/qpitch-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils subversion
-
-DESCRIPTION="A program to tune musical instruments using Qt4"
-HOMEPAGE="http://wspinell.altervista.org/qpitch/"
-ESVN_REPO_URI="svn://svn.gna.org/svn/qpitch/trunk"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- dev-qt/qtgui:4
- >=media-libs/portaudio-19_pre20071207
- >=sci-libs/fftw-3.1.0
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(README changelog)