diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-11-23 23:41:50 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-11-23 23:41:50 +0000 |
commit | 9a0dd3bd252e6d77642dda463f6b116f17195ac1 (patch) | |
tree | 2931e82e2506a4998b3950f4e61962223b392ba2 /media-sound | |
parent | Version bump. (diff) | |
download | gentoo-2-9a0dd3bd252e6d77642dda463f6b116f17195ac1.tar.gz gentoo-2-9a0dd3bd252e6d77642dda463f6b116f17195ac1.tar.bz2 gentoo-2-9a0dd3bd252e6d77642dda463f6b116f17195ac1.zip |
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/abcmidi/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/abcmidi/abcmidi-2012.06.04.ebuild | 38 | ||||
-rw-r--r-- | media-sound/abcmidi/abcmidi-2012.07.04.ebuild | 38 |
3 files changed, 5 insertions, 77 deletions
diff --git a/media-sound/abcmidi/ChangeLog b/media-sound/abcmidi/ChangeLog index c37985232713..668968eea024 100644 --- a/media-sound/abcmidi/ChangeLog +++ b/media-sound/abcmidi/ChangeLog @@ -1,6 +1,10 @@ # 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.24 2012/11/23 23:41:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.25 2012/11/23 23:41:50 radhermit Exp $ + + 23 Nov 2012; Tim Harder <radhermit@gentoo.org> -abcmidi-2012.06.04.ebuild, + -abcmidi-2012.07.04.ebuild: + Remove old. *abcmidi-2012.11.23 (23 Nov 2012) diff --git a/media-sound/abcmidi/abcmidi-2012.06.04.ebuild b/media-sound/abcmidi/abcmidi-2012.06.04.ebuild deleted file mode 100644 index dd1af23f5d0e..000000000000 --- a/media-sound/abcmidi/abcmidi-2012.06.04.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.06.04.ebuild,v 1.1 2012/06/08 07:59:11 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 configure 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 -} diff --git a/media-sound/abcmidi/abcmidi-2012.07.04.ebuild b/media-sound/abcmidi/abcmidi-2012.07.04.ebuild deleted file mode 100644 index d9a1508428c2..000000000000 --- a/media-sound/abcmidi/abcmidi-2012.07.04.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.07.04.ebuild,v 1.1 2012/07/11 22:57:28 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 configure 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 -} |