summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-05-29 12:34:51 +0000
committerTim Harder <radhermit@gentoo.org>2012-05-29 12:34:51 +0000
commit87f930f0b964b414568ac7f5c252d924d08eec58 (patch)
treec4b7085173d92b5eaaa3ee8a6ce16c197a7c7fde
parentVersion bump. (diff)
downloadhistorical-87f930f0b964b414568ac7f5c252d924d08eec58.tar.gz
historical-87f930f0b964b414568ac7f5c252d924d08eec58.tar.bz2
historical-87f930f0b964b414568ac7f5c252d924d08eec58.zip
Remove old.
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
-rw-r--r--media-sound/abcm2ps/ChangeLog6
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.7.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.8.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.0.3.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.0.4.ebuild44
-rw-r--r--media-sound/abcmidi/ChangeLog6
-rw-r--r--media-sound/abcmidi/abcmidi-2012.03.22.ebuild38
-rw-r--r--media-sound/abcmidi/abcmidi-2012.03.27.ebuild38
-rw-r--r--media-sound/abcmidi/abcmidi-2012.04.03.ebuild38
9 files changed, 10 insertions, 292 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index fc2634587f76..056a656f5072 100644
--- a/media-sound/abcm2ps/ChangeLog
+++ b/media-sound/abcm2ps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/abcm2ps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.51 2012/05/29 12:30:56 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.52 2012/05/29 12:31:53 radhermit Exp $
+
+ 29 May 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.7.ebuild,
+ -abcm2ps-6.6.8.ebuild, -abcm2ps-7.0.3.ebuild, -abcm2ps-7.0.4.ebuild:
+ Remove old.
*abcm2ps-7.0.10 (29 May 2012)
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.7.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.7.ebuild
deleted file mode 100644
index b10e4617423c..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.7.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-6.6.7.ebuild,v 1.2 2012/05/05 08:05:41 mgorny Exp $
-
-EAPI=4
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/"
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
- http://moinejf.free.fr/transpose_abc.pl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples pango"
-
-RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --enable-a4 \
- --enable-deco-is-roll \
- $(use_enable pango)
-}
-
-src_install() {
- dobin abcm2ps
-
- insinto /usr/share/${PN}
- doins *.fmt
-
- dodoc Changes README *.txt
-
- if use examples ; then
- docinto examples
- dodoc *.{abc,eps}
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- docinto contrib
- dodoc "${DISTDIR}"/transpose_abc.pl
-}
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.8.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.8.ebuild
deleted file mode 100644
index 73418d654476..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.8.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-6.6.8.ebuild,v 1.2 2012/05/05 08:05:41 mgorny Exp $
-
-EAPI=4
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/"
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
- http://moinejf.free.fr/transpose_abc.pl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples pango"
-
-RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --enable-a4 \
- --enable-deco-is-roll \
- $(use_enable pango)
-}
-
-src_install() {
- dobin abcm2ps
-
- insinto /usr/share/${PN}
- doins *.fmt
-
- dodoc Changes README *.txt
-
- if use examples ; then
- docinto examples
- dodoc *.{abc,eps}
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- docinto contrib
- dodoc "${DISTDIR}"/transpose_abc.pl
-}
diff --git a/media-sound/abcm2ps/abcm2ps-7.0.3.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.3.ebuild
deleted file mode 100644
index 01ca8d8bbd1d..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.0.3.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-7.0.3.ebuild,v 1.2 2012/05/05 08:05:41 mgorny Exp $
-
-EAPI=4
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/"
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
- http://moinejf.free.fr/transpose_abc.pl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples pango"
-
-RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --enable-a4 \
- --enable-deco-is-roll \
- $(use_enable pango)
-}
-
-src_install() {
- dobin abcm2ps
-
- insinto /usr/share/${PN}
- doins *.fmt
-
- dodoc Changes README *.txt
-
- if use examples ; then
- docinto examples
- dodoc *.{abc,eps}
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- docinto contrib
- dodoc "${DISTDIR}"/transpose_abc.pl
-}
diff --git a/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild
deleted file mode 100644
index 6da239f1bd7e..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-7.0.4.ebuild,v 1.2 2012/05/05 08:05:41 mgorny Exp $
-
-EAPI=4
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/"
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
- http://moinejf.free.fr/transpose_abc.pl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples pango"
-
-RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --enable-a4 \
- --enable-deco-is-roll \
- $(use_enable pango)
-}
-
-src_install() {
- dobin abcm2ps
-
- insinto /usr/share/${PN}
- doins *.fmt
-
- dodoc Changes README *.txt
-
- if use examples ; then
- docinto examples
- dodoc *.{abc,eps}
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- docinto contrib
- dodoc "${DISTDIR}"/transpose_abc.pl
-}
diff --git a/media-sound/abcmidi/ChangeLog b/media-sound/abcmidi/ChangeLog
index 2d3156de2a2a..7107156ad65b 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.18 2012/05/29 12:34:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/ChangeLog,v 1.19 2012/05/29 12:34:51 radhermit Exp $
+
+ 29 May 2012; Tim Harder <radhermit@gentoo.org> -abcmidi-2012.03.22.ebuild,
+ -abcmidi-2012.03.27.ebuild, -abcmidi-2012.04.03.ebuild:
+ Remove old.
*abcmidi-2012.05.29 (29 May 2012)
diff --git a/media-sound/abcmidi/abcmidi-2012.03.22.ebuild b/media-sound/abcmidi/abcmidi-2012.03.22.ebuild
deleted file mode 100644
index 8e656927453b..000000000000
--- a/media-sound/abcmidi/abcmidi-2012.03.22.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.03.22.ebuild,v 1.1 2012/03/25 07:57:38 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.03.27.ebuild b/media-sound/abcmidi/abcmidi-2012.03.27.ebuild
deleted file mode 100644
index 91897095866e..000000000000
--- a/media-sound/abcmidi/abcmidi-2012.03.27.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.03.27.ebuild,v 1.1 2012/03/31 02:09:51 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.04.03.ebuild b/media-sound/abcmidi/abcmidi-2012.04.03.ebuild
deleted file mode 100644
index 83aa4fcb48c5..000000000000
--- a/media-sound/abcmidi/abcmidi-2012.04.03.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.04.03.ebuild,v 1.1 2012/04/04 22:26:04 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
-}