diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-15 19:15:17 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-15 20:35:21 +1200 |
commit | fdc7995f37470238119207b46786c0ea4303d0e4 (patch) | |
tree | e64cf7fdf9d87c7009055955d9b06171480f6284 /dev-perl/Audio-Mixer | |
parent | dev-perl/Audio-CD-disc-cover: Cleanup old (diff) | |
download | gentoo-fdc7995f37470238119207b46786c0ea4303d0e4.tar.gz gentoo-fdc7995f37470238119207b46786c0ea4303d0e4.tar.bz2 gentoo-fdc7995f37470238119207b46786c0ea4303d0e4.zip |
dev-perl/Audio-Mixer: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Audio-Mixer')
-rw-r--r-- | dev-perl/Audio-Mixer/Audio-Mixer-0.700.0-r1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-perl/Audio-Mixer/Audio-Mixer-0.700.0-r1.ebuild b/dev-perl/Audio-Mixer/Audio-Mixer-0.700.0-r1.ebuild deleted file mode 100644 index 7f9e7052becb..000000000000 --- a/dev-perl/Audio-Mixer/Audio-Mixer-0.700.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SERGEY -MODULE_VERSION=0.7 -inherit perl-module - -DESCRIPTION="Perl extension for Sound Mixer control" - -SLOT="0" -KEYWORDS="amd64 ia64 ~ppc sparc x86" -IUSE="" - -# Dont' enable tests unless your working without a sandbox - expects to write to /dev/mixer -#SRC_TEST="do" |