diff options
author | 2015-11-20 16:24:52 +0100 | |
---|---|---|
committer | 2015-11-20 16:24:57 +0100 | |
commit | 23f8f820ce1b978ccbf256bebd7e22410d7146f0 (patch) | |
tree | abbf11e3e5d578cc4e7eeed2dfb3b618645cf389 /media-sound/mikmod/mikmod-3.2.7.ebuild | |
parent | media-sound/mikmod: remove old (diff) | |
download | gentoo-23f8f820ce1b978ccbf256bebd7e22410d7146f0.tar.gz gentoo-23f8f820ce1b978ccbf256bebd7e22410d7146f0.tar.bz2 gentoo-23f8f820ce1b978ccbf256bebd7e22410d7146f0.zip |
media-sound/mikmod: bump to 3.2.7
Package-Manager: portage-2.2.25
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-sound/mikmod/mikmod-3.2.7.ebuild')
-rw-r--r-- | media-sound/mikmod/mikmod-3.2.7.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/mikmod/mikmod-3.2.7.ebuild b/media-sound/mikmod/mikmod-3.2.7.ebuild new file mode 100644 index 000000000000..6e34d8037f1c --- /dev/null +++ b/media-sound/mikmod/mikmod-3.2.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="A console MOD-Player based on libmikmod" +HOMEPAGE="http://mikmod.sourceforge.net/" +SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-libs/libmikmod-3.3 + >=sys-libs/ncurses-5.7-r7:0=" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS NEWS README" |