* [gentoo-commits] proj/qt:master commit in: media-sound/qastools/
@ 2012-02-05 4:38 Ben de Groot
0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot @ 2012-02-05 4:38 UTC (permalink / raw
To: gentoo-commits
commit: 12e442b99b94d3d5ae834a345aa6e66eefdce8db
Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sun Feb 5 04:38:22 2012 +0000
Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sun Feb 5 04:38:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=12e442b9
media-sound/qastools: initial commit, bug #394517
---
media-sound/qastools/Manifest | 1 +
media-sound/qastools/metadata.xml | 5 +++++
media-sound/qastools/qastools-0.17.1.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest
new file mode 100644
index 0000000..88669bc
--- /dev/null
+++ b/media-sound/qastools/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..dc439f7
--- /dev/null
+++ b/media-sound/qastools/metadata.xml
@@ -0,0 +1,5 @@
+<?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
new file mode 100644
index 0000000..f85cf00
--- /dev/null
+++ b/media-sound/qastools/qastools-0.17.1.ebuild
@@ -0,0 +1,25 @@
+# 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/qt:master commit in: media-sound/qastools/
@ 2012-03-13 1:28 Davide Pesavento
0 siblings, 0 replies; 2+ messages in thread
From: Davide Pesavento @ 2012-03-13 1:28 UTC (permalink / raw
To: gentoo-commits
commit: 5c1831b8df90a7928b03676f2cc4729af1375706
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Mar 13 01:18:11 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 01:18:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5c1831b8
[media-sound/qastools] Moved to portage.
---
media-sound/qastools/Manifest | 1 -
media-sound/qastools/metadata.xml | 5 -----
media-sound/qastools/qastools-0.17.1.ebuild | 25 -------------------------
3 files changed, 0 insertions(+), 31 deletions(-)
diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest
deleted file mode 100644
index 88669bc..0000000
--- 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 dc439f7..0000000
--- 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 f85cf00..0000000
--- 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-13 1:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-05 4:38 [gentoo-commits] proj/qt:master commit in: media-sound/qastools/ Ben de Groot
-- strict thread matches above, loose matches on Subject: below --
2012-03-13 1:28 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox