From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RttsI-0001Dt-Q0 for garchives@archives.gentoo.org; Sun, 05 Feb 2012 04:38:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EC97E0128; Sun, 5 Feb 2012 04:38:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3771E0128 for ; Sun, 5 Feb 2012 04:38:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 339B51B4003 for ; Sun, 5 Feb 2012 04:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 936E580043 for ; Sun, 5 Feb 2012 04:38:40 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <12e442b99b94d3d5ae834a345aa6e66eefdce8db.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-sound/qastools/ X-VCS-Repository: proj/qt X-VCS-Files: media-sound/qastools/Manifest media-sound/qastools/metadata.xml media-sound/qastools/qastools-0.17.1.ebuild X-VCS-Directories: media-sound/qastools/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 12e442b99b94d3d5ae834a345aa6e66eefdce8db Date: Sun, 5 Feb 2012 04:38:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 53d65c35-8e30-4abf-8759-29728a74f9c1 X-Archives-Hash: 8c525aca08aee6e7b1e8dcf392ae8c7f commit: 12e442b99b94d3d5ae834a345aa6e66eefdce8db Author: Ben de Groot gmail com> AuthorDate: Sun Feb 5 04:38:22 2012 +0000 Commit: Ben de Groot gmail com> CommitDate: Sun Feb 5 04:38:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D12e442b9 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/Manifes= t 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 92370ab104c63a3aef3285e139daf8= 630c6f23b43c145bd2d29951264a8386ba SHA512 0ff0c7ae737b296bdcb257e964758ac= f332f0dd541dd66466e6ae861b689fd403e7ff52acb4029738f1f0c1a028534137a1eef6b= 0c6afb7af09859980cfc8cd2 WHIRLPOOL 100981fc37980917019bf60768d809913cecee= 1172be787dd9263f787fe99f9e1876c2526a061b9a19bc96b2049fb8aed9bd21f1789c8f0= b16f929ea2b138834 diff --git a/media-sound/qastools/metadata.xml b/media-sound/qastools/met= adata.xml new file mode 100644 index 0000000..dc439f7 --- /dev/null +++ b/media-sound/qastools/metadata.xml @@ -0,0 +1,5 @@ + + + +qt + diff --git a/media-sound/qastools/qastools-0.17.1.ebuild b/media-sound/qa= stools/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=3D4 +inherit cmake-utils + +DESCRIPTION=3D"Qt4 GUI ALSA tools: mixer, config browser" +HOMEPAGE=3D"http://xwmw.org/qastools/" +SRC_URI=3D"mirror://sourceforge/${PN}/${PN}_${PV}.tar.xz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D"media-libs/alsa-lib + x11-libs/qt-gui:4 + x11-libs/qt-svg:4" +RDEPEND=3D"${DEPEND}" + +S=3D"${WORKDIR}/${PN}_${PV}" +DOCS=3D"CHANGELOG README TODO" + +#TODO: translation handling (currently auto-installs all l10ns)