*/*: Drop stable alpha keywords
[gentoo.git] / dev-perl / MP3-Info / MP3-Info-1.260.0.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=JMERELO
7 DIST_VERSION=1.26
8 DIST_EXAMPLES=("eg/*")
9 inherit perl-module
10
11 DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files"
12
13 SLOT="0"
14 KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15 IUSE=""
16
17 RDEPEND=""
18 DEPEND="${RDEPEND}
19         virtual/perl-ExtUtils-MakeMaker
20 "