radhermit 14/10/09 03:34:06 Modified: ChangeLog Added: abcmidi-2014.09.28.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.57 media-sound/abcmidi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 25 Apr 2014 08:07:01 -0000 1.56 +++ ChangeLog 9 Oct 2014 03:34:06 -0000 1.57 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/abcmidi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.56 2014/04/25 08:07:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.57 2014/10/09 03:34:06 radhermit Exp $ + +*abcmidi-2014.09.28 (09 Oct 2014) + + 09 Oct 2014; Tim Harder <[email protected]> +abcmidi-2014.09.28.ebuild: + Version bump. *abcmidi-2014.04.24 (25 Apr 2014) 1.1 media-sound/abcmidi/abcmidi-2014.09.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/abcmidi-2014.09.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/abcmidi-2014.09.28.ebuild?rev=1.1&content-type=text/plain Index: abcmidi-2014.09.28.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2014.09.28.ebuild,v 1.1 2014/10/09 03:34:06 radhermit Exp $ EAPI=5 inherit eutils versionator autotools MY_P="abcMIDI-$(replace_all_version_separators '-')" DESCRIPTION="Programs for processing ABC music notation files" HOMEPAGE="http://abc.sourceforge.net/abcMIDI/" SRC_URI="http://ifdo.pugmarks.com/~seymour/runabc/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="app-arch/unzip" S=${WORKDIR}/${PN} src_prepare() { epatch "${FILESDIR}"/${PN}-2011.10.19-install.patch rm configure makefile || die sed -i "s:-O2::" configure.ac || die eautoreconf } src_install() { default dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt} if use examples ; then docinto examples dodoc samples/*.abc fi }
