public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/abcmidi: abcmidi-2012.02.05.ebuild ChangeLog abcmidi-2012.02.01.ebuild
@ 2012-02-07  7:57 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-02-07  7:57 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/02/07 07:57:20

  Modified:             ChangeLog
  Added:                abcmidi-2012.02.05.ebuild
  Removed:              abcmidi-2012.02.01.ebuild
  Log:
  Version bump and remove old.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-sound/abcmidi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	3 Feb 2012 08:01:08 -0000	1.8
+++ ChangeLog	7 Feb 2012 07:57:20 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/abcmidi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.8 2012/02/03 08:01:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.9 2012/02/07 07:57:20 radhermit Exp $
+
+*abcmidi-2012.02.05 (07 Feb 2012)
+
+  07 Feb 2012; Tim Harder <radhermit@gentoo.org> -abcmidi-2012.02.01.ebuild,
+  +abcmidi-2012.02.05.ebuild:
+  Version bump and remove old.
 
 *abcmidi-2012.02.01 (03 Feb 2012)
 



1.1                  media-sound/abcmidi/abcmidi-2012.02.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/abcmidi-2012.02.05.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/abcmidi-2012.02.05.ebuild?rev=1.1&content-type=text/plain

Index: abcmidi-2012.02.05.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2012.02.05.ebuild,v 1.1 2012/02/07 07:57:20 radhermit Exp $

EAPI="4"

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 makefile || die
	sed -i -e "s:-O2::" configure.ac || die
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}

	if use examples ; then
		docinto examples
		dodoc samples/*.abc
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-07  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07  7:57 [gentoo-commits] gentoo-x86 commit in media-sound/abcmidi: abcmidi-2012.02.05.ebuild ChangeLog abcmidi-2012.02.01.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox