diff options
author | 2012-09-18 22:23:53 +0000 | |
---|---|---|
committer | 2012-09-18 22:23:53 +0000 | |
commit | 2bf3e294bc4efede5cf6c56aa02416595157a7d9 (patch) | |
tree | ed07144940639a25a65a5be25a2bad442904a369 /media-sound | |
parent | Remove sys-kernel/spl-0.6.0_rc9-r2 patch files (diff) | |
download | historical-2bf3e294bc4efede5cf6c56aa02416595157a7d9.tar.gz historical-2bf3e294bc4efede5cf6c56aa02416595157a7d9.tar.bz2 historical-2bf3e294bc4efede5cf6c56aa02416595157a7d9.zip |
Remove old.
Package-Manager: portage-2.2.0_alpha128/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/abcm2ps/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-5.9.24.ebuild | 45 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.0.15.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.0.16.ebuild | 44 |
4 files changed, 5 insertions, 134 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog index 0508ebcc6108..a113af12ff1d 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.62 2012/09/18 17:27:52 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.63 2012/09/18 22:23:53 radhermit Exp $ + + 18 Sep 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-5.9.24.ebuild, + -abcm2ps-7.0.15.ebuild, -abcm2ps-7.0.16.ebuild: + Remove old. 18 Sep 2012; Johannes Huber <johu@gentoo.org> abcm2ps-6.6.19.ebuild: Stable for x86, wrt bug #434308 diff --git a/media-sound/abcm2ps/abcm2ps-5.9.24.ebuild b/media-sound/abcm2ps/abcm2ps-5.9.24.ebuild deleted file mode 100644 index b9db8c727c96..000000000000 --- a/media-sound/abcm2ps/abcm2ps-5.9.24.ebuild +++ /dev/null @@ -1,45 +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.24.ebuild,v 1.4 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 -} diff --git a/media-sound/abcm2ps/abcm2ps-7.0.15.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.15.ebuild deleted file mode 100644 index b840a4c7929d..000000000000 --- a/media-sound/abcm2ps/abcm2ps-7.0.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-7.0.15.ebuild,v 1.1 2012/09/02 03:00:05 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.16.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.16.ebuild deleted file mode 100644 index 93605613ced3..000000000000 --- a/media-sound/abcm2ps/abcm2ps-7.0.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-7.0.16.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 -} |