summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-14 03:53:02 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-14 03:53:02 +0000
commit3854a415a510b489ca585a7182e18a6db7ced98a (patch)
tree00119217895608cc63087fb1d64712d88cb89bb0 /media-sound/abcm2ps
parentVersion bump. (diff)
downloadgentoo-2-3854a415a510b489ca585a7182e18a6db7ced98a.tar.gz
gentoo-2-3854a415a510b489ca585a7182e18a6db7ced98a.tar.bz2
gentoo-2-3854a415a510b489ca585a7182e18a6db7ced98a.zip
Remove old.
(Portage version: 2.2.0_alpha151/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-6.6.21.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.3.0.ebuild44
3 files changed, 5 insertions, 89 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index 656d53e55b87..fdd794d60466 100644
--- a/media-sound/abcm2ps/ChangeLog
+++ b/media-sound/abcm2ps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/abcm2ps
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.68 2013/01/14 03:52:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.69 2013/01/14 03:53:02 radhermit Exp $
+
+ 14 Jan 2013; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.21.ebuild,
+ -abcm2ps-7.3.0.ebuild:
+ Remove old.
*abcm2ps-7.3.4 (14 Jan 2013)
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.21.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.21.ebuild
deleted file mode 100644
index b92986168b86..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.21.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.21.ebuild,v 1.1 2012/11/23 23:44:03 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.3.0.ebuild b/media-sound/abcm2ps/abcm2ps-7.3.0.ebuild
deleted file mode 100644
index d0e2de038f92..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.3.0.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.3.0.ebuild,v 1.1 2012/11/23 23:44:03 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
-}