diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-01-25 10:33:29 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-01-25 10:33:29 +0000 |
commit | 4e964a059b59229a280fe1bb71c748b77c2b3b8f (patch) | |
tree | f458a021c5ff2bb96bee4eaf422ec432bfa136d8 /media-sound/abcm2ps | |
parent | Remove old. (diff) | |
download | gentoo-2-4e964a059b59229a280fe1bb71c748b77c2b3b8f.tar.gz gentoo-2-4e964a059b59229a280fe1bb71c748b77c2b3b8f.tar.bz2 gentoo-2-4e964a059b59229a280fe1bb71c748b77c2b3b8f.zip |
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/abcm2ps')
-rw-r--r-- | media-sound/abcm2ps/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-5.9.15.ebuild | 46 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-5.9.25.ebuild | 43 |
3 files changed, 5 insertions, 90 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog index 50ac399389fd..9530120d04b1 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.37 2012/01/17 23:40:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.38 2012/01/25 10:33:29 radhermit Exp $ + + 25 Jan 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-5.9.15.ebuild, + -abcm2ps-5.9.25.ebuild: + Remove old. *abcm2ps-6.6.3 (17 Jan 2012) diff --git a/media-sound/abcm2ps/abcm2ps-5.9.15.ebuild b/media-sound/abcm2ps/abcm2ps-5.9.15.ebuild deleted file mode 100644 index 4f4d5c23948f..000000000000 --- a/media-sound/abcm2ps/abcm2ps-5.9.15.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-5.9.15.ebuild,v 1.5 2011/12/18 17:49:39 armin76 Exp $ - -EAPI=2 - -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="" - -src_unpack() { - unpack ${P}.tar.gz -} - -src_prepare() { - sed -i \ - -e '/LDFLAGS/s:=.*:= @LDFLAGS@:' \ - Makefile.in || die -} - -src_configure() { - econf \ - --enable-a4 \ - --enable-deco-is-roll -} - -src_install() { - dobin abcm2ps || die - - insinto /usr/share/${PN} - doins *.fmt || die - - dodoc Changes README *.txt || die - - insinto /usr/share/doc/${PF}/examples - doins *.{abc,eps} || die - - insinto /usr/share/doc/${PF}/contrib - doins "${DISTDIR}"/transpose_abc.pl || die -} diff --git a/media-sound/abcm2ps/abcm2ps-5.9.25.ebuild b/media-sound/abcm2ps/abcm2ps-5.9.25.ebuild deleted file mode 100644 index f30ffc660479..000000000000 --- a/media-sound/abcm2ps/abcm2ps-5.9.25.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-5.9.25.ebuild,v 1.2 2011/12/18 17:49:39 armin76 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" - -src_prepare() { - sed -i -e '/LDFLAGS/s:=.*:= @LDFLAGS@:' Makefile.in || die -} - -src_configure() { - econf \ - --enable-a4 \ - --enable-deco-is-roll -} - -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 -} |