diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-01-11 14:30:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-01-11 14:30:04 +0000 |
commit | 3521546b00aace0d71d37a1776186a9d5870dd7f (patch) | |
tree | 026af0bb10ffd4ea99ea7b775cbb428a07d9d776 /media-sound/mikmod | |
parent | version bump (diff) | |
download | gentoo-2-3521546b00aace0d71d37a1776186a9d5870dd7f.tar.gz gentoo-2-3521546b00aace0d71d37a1776186a9d5870dd7f.tar.bz2 gentoo-2-3521546b00aace0d71d37a1776186a9d5870dd7f.zip |
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound/mikmod')
-rw-r--r-- | media-sound/mikmod/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/mikmod/mikmod-3.2.5.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/media-sound/mikmod/ChangeLog b/media-sound/mikmod/ChangeLog index 33a94c892642..c303e0f9fa4c 100644 --- a/media-sound/mikmod/ChangeLog +++ b/media-sound/mikmod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/mikmod -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.28 2013/10/26 07:29:11 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.29 2014/01/11 14:30:04 aballier Exp $ + +*mikmod-3.2.5 (11 Jan 2014) + + 11 Jan 2014; Alexis Ballier <aballier@gentoo.org> +mikmod-3.2.5.ebuild: + version bump *mikmod-3.2.4 (26 Oct 2013) diff --git a/media-sound/mikmod/mikmod-3.2.5.ebuild b/media-sound/mikmod/mikmod-3.2.5.ebuild new file mode 100644 index 000000000000..23f01ae78a5f --- /dev/null +++ b/media-sound/mikmod/mikmod-3.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.5.ebuild,v 1.1 2014/01/11 14:30:04 aballier Exp $ + +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.2.0 + >=sys-libs/ncurses-5.7-r7" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS NEWS README" |