summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-07-11 23:15:03 +0000
committerTim Harder <radhermit@gentoo.org>2012-07-11 23:15:03 +0000
commit0b0626ea8bec616e99021df2585e416e47a1449a (patch)
tree633c2739dde88ee15dd5165a0aab2baa1c46f139 /media-sound
parentVersion bumps. (diff)
downloadgentoo-2-0b0626ea8bec616e99021df2585e416e47a1449a.tar.gz
gentoo-2-0b0626ea8bec616e99021df2585e416e47a1449a.tar.bz2
gentoo-2-0b0626ea8bec616e99021df2585e416e47a1449a.zip
Remove old.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/abcm2ps/ChangeLog6
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.15.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.9.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.0.10.ebuild44
4 files changed, 5 insertions, 133 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index a5470bea34bf..49bd6ae028dd 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.54 2012/07/11 23:13:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.55 2012/07/11 23:15:03 radhermit Exp $
+
+ 11 Jul 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.9.ebuild,
+ -abcm2ps-6.6.15.ebuild, -abcm2ps-7.0.10.ebuild:
+ Remove old.
*abcm2ps-7.0.13 (11 Jul 2012)
*abcm2ps-6.6.18 (11 Jul 2012)
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.15.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.15.ebuild
deleted file mode 100644
index 89983ecfd3b8..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.15.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.15.ebuild,v 1.1 2012/05/29 12:29:27 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-6.6.9.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.9.ebuild
deleted file mode 100644
index 8ddb742252ac..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.6.9.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.9.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.10.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.10.ebuild
deleted file mode 100644
index 965111a732f5..000000000000
--- a/media-sound/abcm2ps/abcm2ps-7.0.10.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.10.ebuild,v 1.1 2012/05/29 12:30:56 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
-}