aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <davidepesa@gmail.com>2012-03-13 02:18:11 +0100
committerDavide Pesavento <davidepesa@gmail.com>2012-03-13 02:18:11 +0100
commit5c1831b8df90a7928b03676f2cc4729af1375706 (patch)
tree5fda12ea9799e1b958aa5e259a649615805462d6 /media-sound
parentRemove old and unmaintained app-misc/bsc. (diff)
downloadqt-5c1831b8df90a7928b03676f2cc4729af1375706.tar.gz
qt-5c1831b8df90a7928b03676f2cc4729af1375706.tar.bz2
qt-5c1831b8df90a7928b03676f2cc4729af1375706.zip
[media-sound/qastools] Moved to portage.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qastools/Manifest1
-rw-r--r--media-sound/qastools/metadata.xml5
-rw-r--r--media-sound/qastools/qastools-0.17.1.ebuild25
3 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest
deleted file mode 100644
index 88669bcb..00000000
--- a/media-sound/qastools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qastools_0.17.1.tar.xz 202036 SHA256 92370ab104c63a3aef3285e139daf8630c6f23b43c145bd2d29951264a8386ba SHA512 0ff0c7ae737b296bdcb257e964758acf332f0dd541dd66466e6ae861b689fd403e7ff52acb4029738f1f0c1a028534137a1eef6b0c6afb7af09859980cfc8cd2 WHIRLPOOL 100981fc37980917019bf60768d809913cecee1172be787dd9263f787fe99f9e1876c2526a061b9a19bc96b2049fb8aed9bd21f1789c8f0b16f929ea2b138834
diff --git a/media-sound/qastools/metadata.xml b/media-sound/qastools/metadata.xml
deleted file mode 100644
index dc439f7e..00000000
--- a/media-sound/qastools/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>qt</herd>
-</pkgmetadata>
diff --git a/media-sound/qastools/qastools-0.17.1.ebuild b/media-sound/qastools/qastools-0.17.1.ebuild
deleted file mode 100644
index f85cf004..00000000
--- a/media-sound/qastools/qastools-0.17.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit cmake-utils
-
-DESCRIPTION="Qt4 GUI ALSA tools: mixer, config browser"
-HOMEPAGE="http://xwmw.org/qastools/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/alsa-lib
- x11-libs/qt-gui:4
- x11-libs/qt-svg:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}_${PV}"
-DOCS="CHANGELOG README TODO"
-
-#TODO: translation handling (currently auto-installs all l10ns)