diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-13 01:21:14 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-13 01:21:14 +0000 |
commit | 1d02e9bb3938a98da0edc584cc738238e9bc7eef (patch) | |
tree | c08e08178e2b5cf9127074180f277a26856d3e29 /media-sound/qastools | |
parent | version bump with patch from Mike Limansky (bug #398701) (diff) | |
download | gentoo-2-1d02e9bb3938a98da0edc584cc738238e9bc7eef.tar.gz gentoo-2-1d02e9bb3938a98da0edc584cc738238e9bc7eef.tar.bz2 gentoo-2-1d02e9bb3938a98da0edc584cc738238e9bc7eef.zip |
Import QasTools from qt overlay. Ebuild by <bigfoot@xmail.net> and Ben de Groot <yngwin@gmail.com>, bug #394517.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qastools')
-rw-r--r-- | media-sound/qastools/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/qastools/metadata.xml | 5 | ||||
-rw-r--r-- | media-sound/qastools/qastools-0.17.1.ebuild | 30 |
3 files changed, 46 insertions, 0 deletions
diff --git a/media-sound/qastools/ChangeLog b/media-sound/qastools/ChangeLog new file mode 100644 index 000000000000..e209cda56296 --- /dev/null +++ b/media-sound/qastools/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-sound/qastools +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v 1.1 2012/03/13 01:21:14 pesa Exp $ + +*qastools-0.17.1 (13 Mar 2012) + + 13 Mar 2012; Davide Pesavento <pesa@gentoo.org> +metadata.xml, + +qastools-0.17.1.ebuild: + Import QasTools from qt overlay. Ebuild by <bigfoot@xmail.net> and Ben de + Groot <yngwin@gmail.com>, bug #394517. + diff --git a/media-sound/qastools/metadata.xml b/media-sound/qastools/metadata.xml new file mode 100644 index 000000000000..dc439f7e84f5 --- /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 000000000000..68fa0ad3db3a --- /dev/null +++ b/media-sound/qastools/qastools-0.17.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.1.ebuild,v 1.1 2012/03/13 01:21:14 pesa Exp $ + +EAPI=4 + +inherit cmake-utils + +MY_P=${PN}_${PV} + +DESCRIPTION="Qt4 GUI ALSA tools: mixer, configuration browser" +HOMEPAGE="http://xwmw.org/qastools/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/alsa-lib + >=x11-libs/qt-core-4.6:4 + >=x11-libs/qt-gui-4.6:4 + >=x11-libs/qt-svg-4.6:4" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +DOCS="CHANGELOG README TODO" + +# TODO: translation handling (currently auto-installs all l10ns) |