diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-28 19:56:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-28 19:56:05 +0000 |
commit | 9181dedd4ceef473473721bb324f166af89e9c97 (patch) | |
tree | 2907b9372268970facedd9a198a39e5d235c553a /media-libs/game-music-emu | |
parent | Revbump. Removing php 5.3 support, adding 5.5 support (diff) | |
download | gentoo-2-9181dedd4ceef473473721bb324f166af89e9c97.tar.gz gentoo-2-9181dedd4ceef473473721bb324f166af89e9c97.tar.bz2 gentoo-2-9181dedd4ceef473473721bb324f166af89e9c97.zip |
go multilib
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/game-music-emu')
-rw-r--r-- | media-libs/game-music-emu/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/media-libs/game-music-emu/ChangeLog b/media-libs/game-music-emu/ChangeLog index 23b9e8f5d4e2..82e40b0f3d23 100644 --- a/media-libs/game-music-emu/ChangeLog +++ b/media-libs/game-music-emu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/game-music-emu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/ChangeLog,v 1.19 2013/07/04 13:44:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/ChangeLog,v 1.20 2013/07/28 19:56:05 aballier Exp $ + +*game-music-emu-0.6.0-r1 (28 Jul 2013) + + 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> + +game-music-emu-0.6.0-r1.ebuild: + go multilib 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> game-music-emu-0.6.0.ebuild: Stable for ppc64, wrt bug #469472 diff --git a/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild new file mode 100644 index 000000000000..eeb7499c9523 --- /dev/null +++ b/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild,v 1.1 2013/07/28 19:56:05 aballier Exp $ + +EAPI=5 +inherit cmake-multilib + +DESCRIPTION="Video game music file emulators" +HOMEPAGE="http://code.google.com/p/game-music-emu/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DOCS="changes.txt design.txt gme.txt readme.txt" |