summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-12-04 02:53:36 +0000
committerTim Harder <radhermit@gentoo.org>2012-12-04 02:53:36 +0000
commit00c6011ff7058fed7b51b3f3d1e41b963434e40a (patch)
treebbfdf04176dce4587a04652fdb60e7cddc827c37 /media-sound/abcm2ps
parentVersion bump. (diff)
downloadgentoo-2-00c6011ff7058fed7b51b3f3d1e41b963434e40a.tar.gz
gentoo-2-00c6011ff7058fed7b51b3f3d1e41b963434e40a.tar.bz2
gentoo-2-00c6011ff7058fed7b51b3f3d1e41b963434e40a.zip
Remove old.
(Portage version: 2.2.0_alpha144/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.20.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.1.0.ebuild44
3 files changed, 5 insertions, 89 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index 3848a9349fb8..c4d405aef297 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.65 2012/12/04 02:52:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.66 2012/12/04 02:53:36 radhermit Exp $
+
+ 04 Dec 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.20.ebuild,
+ -abcm2ps-7.1.0.ebuild:
+ Remove old.
*abcm2ps-6.6.22 (04 Dec 2012)
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.20.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.20.ebuild
deleted file mode 100644
index 65cd377cc987..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.20.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.20.ebuild,v 1.1 2012/09/08 09:26:18 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}
- 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.1.0.ebuild b/media-sound/abcm2ps/abcm2ps-7.1.0.ebuild
deleted file mode 100644
index 3bbf31731411..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.1.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.1.0.ebuild,v 1.1 2012/09/15 09:57:21 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}
- 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
-}