summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-04-29 07:24:48 +0000
committerTim Harder <radhermit@gentoo.org>2013-04-29 07:24:48 +0000
commit90aa4ffe5157f4aa0e3ba91bf3309f70552503b8 (patch)
tree9de2b27e3b2802de09061bd8aa2a54f579df3f1f /media-sound/abcmidi
parentVersion bump. (diff)
downloadgentoo-2-90aa4ffe5157f4aa0e3ba91bf3309f70552503b8.tar.gz
gentoo-2-90aa4ffe5157f4aa0e3ba91bf3309f70552503b8.tar.bz2
gentoo-2-90aa4ffe5157f4aa0e3ba91bf3309f70552503b8.zip
Remove old.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/abcmidi')
-rw-r--r--media-sound/abcmidi/ChangeLog7
-rw-r--r--media-sound/abcmidi/abcmidi-2012.12.12.ebuild38
-rw-r--r--media-sound/abcmidi/abcmidi-2012.12.25.ebuild38
-rw-r--r--media-sound/abcmidi/abcmidi-2013.02.26.ebuild38
-rw-r--r--media-sound/abcmidi/abcmidi-2013.03.21.ebuild38
5 files changed, 6 insertions, 153 deletions
diff --git a/media-sound/abcmidi/ChangeLog b/media-sound/abcmidi/ChangeLog
index b01541197258..5804c9c1dfb2 100644
--- a/media-sound/abcmidi/ChangeLog
+++ b/media-sound/abcmidi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/abcmidi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.34 2013/04/29 07:23:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.35 2013/04/29 07:24:48 radhermit Exp $
+
+ 29 Apr 2013; Tim Harder <radhermit@gentoo.org> -abcmidi-2012.12.12.ebuild,
+ -abcmidi-2012.12.25.ebuild, -abcmidi-2013.02.26.ebuild,
+ -abcmidi-2013.03.21.ebuild:
+ Remove old.
*abcmidi-2013.04.24 (29 Apr 2013)
diff --git a/media-sound/abcmidi/abcmidi-2012.12.12.ebuild b/media-sound/abcmidi/abcmidi-2012.12.12.ebuild
deleted file mode 100644
index b32c86ded2c7..000000000000
--- a/media-sound/abcmidi/abcmidi-2012.12.12.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.12.12.ebuild,v 1.1 2012/12/24 02:32:19 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 -e "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
-}
diff --git a/media-sound/abcmidi/abcmidi-2012.12.25.ebuild b/media-sound/abcmidi/abcmidi-2012.12.25.ebuild
deleted file mode 100644
index 9d9dc5b991eb..000000000000
--- a/media-sound/abcmidi/abcmidi-2012.12.25.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2012.12.25.ebuild,v 1.1 2013/01/14 03:49:58 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 -e "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
-}
diff --git a/media-sound/abcmidi/abcmidi-2013.02.26.ebuild b/media-sound/abcmidi/abcmidi-2013.02.26.ebuild
deleted file mode 100644
index 7121ffcf33b2..000000000000
--- a/media-sound/abcmidi/abcmidi-2013.02.26.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2013.02.26.ebuild,v 1.1 2013/03/02 09:54:33 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 -e "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
-}
diff --git a/media-sound/abcmidi/abcmidi-2013.03.21.ebuild b/media-sound/abcmidi/abcmidi-2013.03.21.ebuild
deleted file mode 100644
index b6862aaddd99..000000000000
--- a/media-sound/abcmidi/abcmidi-2013.03.21.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2013.03.21.ebuild,v 1.1 2013/03/23 09:40:05 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 -e "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
-}