diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-19 15:10:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-19 15:10:12 +0000 |
commit | 07daef9e34c1946c4b7becb346011f62559ff383 (patch) | |
tree | d1aa226f303a4676f54adb1561e8d507a13c5999 /dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild | |
parent | first ebuild, from bug 85148 (diff) | |
download | historical-07daef9e34c1946c4b7becb346011f62559ff383.tar.gz historical-07daef9e34c1946c4b7becb346011f62559ff383.tar.bz2 historical-07daef9e34c1946c4b7becb346011f62559ff383.zip |
bug 74394
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild')
-rw-r--r-- | dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild b/dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild new file mode 100644 index 000000000000..e3398ab89840 --- /dev/null +++ b/dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Mixer/Audio-Mixer-0.7.ebuild,v 1.1 2005/04/19 15:10:12 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for Sound Mixer control" +HOMEPAGE="http://search.cpan.org/~sergey/${P}/" +SRC_URI="mirror://cpan/authors/id/S/SE/SERGEY/${P}.tar.gz" + +LICENSE="Artistic" +#LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +# Dont' enable tests unless your working without a sandbox - expects to write to /dev/mixer +#SRC_TEST="do" |