summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-13 06:51:01 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-13 06:51:01 +0000
commit399c99435a96c6437a1f7d4860a8b6fa08bfb6f3 (patch)
tree6f55d77ec7a83344738fdc3f4a85774996a0c6cc /media-sound/abcm2ps
parentVersion bump. (diff)
downloadgentoo-2-399c99435a96c6437a1f7d4860a8b6fa08bfb6f3.tar.gz
gentoo-2-399c99435a96c6437a1f7d4860a8b6fa08bfb6f3.tar.bz2
gentoo-2-399c99435a96c6437a1f7d4860a8b6fa08bfb6f3.zip
Remove old.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/abcm2ps')
-rw-r--r--media-sound/abcm2ps/ChangeLog6
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.6.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.0.2.ebuild44
3 files changed, 5 insertions, 89 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index 2b1bd63feb1a..a9f16a929155 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.46 2012/03/13 06:50:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.47 2012/03/13 06:51:01 radhermit Exp $
+
+ 13 Mar 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.6.ebuild,
+ -abcm2ps-7.0.2.ebuild:
+ Remove old.
*abcm2ps-6.6.8 (13 Mar 2012)
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.6.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.6.ebuild
deleted file mode 100644
index de87d393d9a0..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.6.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.6.ebuild,v 1.1 2012/02/15 09:31:10 radhermit 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}
- dev-util/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.2.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.2.ebuild
deleted file mode 100644
index a8ee38014f51..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.0.2.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.2.ebuild,v 1.1 2012/02/26 05:36:57 radhermit 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}
- dev-util/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
-}