summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-25 10:38:59 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-25 10:38:59 +0000
commite6fd396ac29c29a16ab617e0648e156e4c12aa0f (patch)
treeaa05845c1ed73679d1eed84034a8395ed4aff311 /media-sound/abcm2ps
parentVersion bump. (diff)
downloadgentoo-2-e6fd396ac29c29a16ab617e0648e156e4c12aa0f.tar.gz
gentoo-2-e6fd396ac29c29a16ab617e0648e156e4c12aa0f.tar.bz2
gentoo-2-e6fd396ac29c29a16ab617e0648e156e4c12aa0f.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/abcm2ps')
-rw-r--r--media-sound/abcm2ps/ChangeLog6
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.5.8.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.6.0.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.6.3.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.6.7.ebuild44
5 files changed, 5 insertions, 177 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index d4a33b610234..9d8f4ad8364f 100644
--- a/media-sound/abcm2ps/ChangeLog
+++ b/media-sound/abcm2ps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/abcm2ps
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.86 2014/01/25 10:38:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.87 2014/01/25 10:38:59 radhermit Exp $
+
+ 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -abcm2ps-7.5.8.ebuild,
+ -abcm2ps-7.6.0.ebuild, -abcm2ps-7.6.3.ebuild, -abcm2ps-7.6.7.ebuild:
+ Remove old.
*abcm2ps-7.6.10 (25 Jan 2014)
diff --git a/media-sound/abcm2ps/abcm2ps-7.5.8.ebuild b/media-sound/abcm2ps/abcm2ps-7.5.8.ebuild
deleted file mode 100644
index 7a6319202ca8..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.5.8.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-7.5.8.ebuild,v 1.1 2013/08/16 04:16:33 radhermit Exp $
-
-EAPI=5
-
-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.6.0.ebuild b/media-sound/abcm2ps/abcm2ps-7.6.0.ebuild
deleted file mode 100644
index ed7f61d1fadc..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.6.0.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-7.6.0.ebuild,v 1.1 2013/09/16 15:56:08 radhermit Exp $
-
-EAPI=5
-
-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.6.3.ebuild b/media-sound/abcm2ps/abcm2ps-7.6.3.ebuild
deleted file mode 100644
index a63a54850fe6..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.6.3.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-7.6.3.ebuild,v 1.1 2013/10/27 06:59:47 radhermit Exp $
-
-EAPI=5
-
-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.6.7.ebuild b/media-sound/abcm2ps/abcm2ps-7.6.7.ebuild
deleted file mode 100644
index 8b851c691709..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.6.7.ebuild
+++ /dev/null
@@ -1,44 +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/abcm2ps/abcm2ps-7.6.7.ebuild,v 1.1 2013/11/12 09:29:33 radhermit Exp $
-
-EAPI=5
-
-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
-}