diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-08-02 20:26:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-08-02 20:26:20 +0000 |
commit | 5c4f32387ac53d861719c89a618efe1ab33e7301 (patch) | |
tree | cbc7785f820357509a8b76594f71eb5f14722608 /media-libs/game-music-emu | |
parent | amd64/x86 stable wrt bug 429054 (diff) | |
download | gentoo-2-5c4f32387ac53d861719c89a618efe1ab33e7301.tar.gz gentoo-2-5c4f32387ac53d861719c89a618efe1ab33e7301.tar.bz2 gentoo-2-5c4f32387ac53d861719c89a618efe1ab33e7301.zip |
Add subversion snapshot
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/game-music-emu')
-rw-r--r-- | media-libs/game-music-emu/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/game-music-emu/game-music-emu-0.6.0_pre20120802.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/media-libs/game-music-emu/ChangeLog b/media-libs/game-music-emu/ChangeLog index cad36519fa46..41b4e16b1dbe 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/ChangeLog,v 1.10 2012/05/29 13:24:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/ChangeLog,v 1.11 2012/08/02 20:26:20 angelos Exp $ + +*game-music-emu-0.6.0_pre20120802 (02 Aug 2012) + + 02 Aug 2012; Christoph Mende <angelos@gentoo.org> + +game-music-emu-0.6.0_pre20120802.ebuild: + Add subversion snapshot 29 May 2012; Alexis Ballier <aballier@gentoo.org> game-music-emu-0.5.5.ebuild: @@ -40,4 +46,3 @@ +game-music-emu-0.5.5.ebuild, +files/game-music-emu-0.5.5-multilib.patch, +metadata.xml: initial import, ebuild by me - diff --git a/media-libs/game-music-emu/game-music-emu-0.6.0_pre20120802.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.0_pre20120802.ebuild new file mode 100644 index 000000000000..1686de59fa0e --- /dev/null +++ b/media-libs/game-music-emu/game-music-emu-0.6.0_pre20120802.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 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_pre20120802.ebuild,v 1.1 2012/08/02 20:26:20 angelos Exp $ + +EAPI=3 + +inherit cmake-utils + +DESCRIPTION="Video game music file emulators" +HOMEPAGE="http://code.google.com/p/game-music-emu/" +SRC_URI="http://dev.gentoo.org/~angelos/${P}.tbz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS="changes.txt design.txt gme.txt readme.txt" |