diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-02 03:00:55 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-02 03:00:55 +0000 |
commit | e183e62c0ae4ea13b539515472b5068df7479565 (patch) | |
tree | f6b190c68e8186a1caef20e690b366ce037c6fd6 /media-sound/abcm2ps | |
parent | Version bump. (diff) | |
download | gentoo-2-e183e62c0ae4ea13b539515472b5068df7479565.tar.gz gentoo-2-e183e62c0ae4ea13b539515472b5068df7479565.tar.bz2 gentoo-2-e183e62c0ae4ea13b539515472b5068df7479565.zip |
Remove old.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/abcm2ps')
-rw-r--r-- | media-sound/abcm2ps/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-6.6.16.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-6.6.18.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.0.11.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.0.13.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.0.14.ebuild | 44 |
6 files changed, 6 insertions, 221 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog index 2f4c5817b0a3..1f73f8ecc91d 100644 --- a/media-sound/abcm2ps/ChangeLog +++ b/media-sound/abcm2ps/ChangeLog @@ -1,6 +1,11 @@ # 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.57 2012/09/02 03:00:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.58 2012/09/02 03:00:55 radhermit Exp $ + + 02 Sep 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.16.ebuild, + -abcm2ps-6.6.18.ebuild, -abcm2ps-7.0.11.ebuild, -abcm2ps-7.0.13.ebuild, + -abcm2ps-7.0.14.ebuild: + Remove old. *abcm2ps-7.0.15 (02 Sep 2012) diff --git a/media-sound/abcm2ps/abcm2ps-6.6.16.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.16.ebuild deleted file mode 100644 index 47ced2f4945a..000000000000 --- a/media-sound/abcm2ps/abcm2ps-6.6.16.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.16.ebuild,v 1.1 2012/06/08 08:03:31 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.18.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.18.ebuild deleted file mode 100644 index 5562703c9eb2..000000000000 --- a/media-sound/abcm2ps/abcm2ps-6.6.18.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.18.ebuild,v 1.1 2012/07/11 23:13:58 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.0.11.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.11.ebuild deleted file mode 100644 index 85918ea3d254..000000000000 --- a/media-sound/abcm2ps/abcm2ps-7.0.11.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.11.ebuild,v 1.1 2012/06/08 08:03:31 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.0.13.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.13.ebuild deleted file mode 100644 index 46bb2fe5df95..000000000000 --- a/media-sound/abcm2ps/abcm2ps-7.0.13.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.13.ebuild,v 1.1 2012/07/11 23:13:58 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.0.14.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.14.ebuild deleted file mode 100644 index 1bd0385e88ff..000000000000 --- a/media-sound/abcm2ps/abcm2ps-7.0.14.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.14.ebuild,v 1.1 2012/08/01 06:59:39 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 -} |