From e6fd396ac29c29a16ab617e0648e156e4c12aa0f Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 25 Jan 2014 10:38:59 +0000 Subject: Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- media-sound/abcm2ps/ChangeLog | 6 ++++- media-sound/abcm2ps/abcm2ps-7.5.8.ebuild | 44 -------------------------------- media-sound/abcm2ps/abcm2ps-7.6.0.ebuild | 44 -------------------------------- media-sound/abcm2ps/abcm2ps-7.6.3.ebuild | 44 -------------------------------- media-sound/abcm2ps/abcm2ps-7.6.7.ebuild | 44 -------------------------------- 5 files changed, 5 insertions(+), 177 deletions(-) delete mode 100644 media-sound/abcm2ps/abcm2ps-7.5.8.ebuild delete mode 100644 media-sound/abcm2ps/abcm2ps-7.6.0.ebuild delete mode 100644 media-sound/abcm2ps/abcm2ps-7.6.3.ebuild delete mode 100644 media-sound/abcm2ps/abcm2ps-7.6.7.ebuild (limited to 'media-sound/abcm2ps') 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 -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 -} -- cgit v1.2.3-65-gdbad