summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-01-17 23:40:22 +0000
committerTim Harder <radhermit@gentoo.org>2012-01-17 23:40:22 +0000
commitfabf3cf0a6c6bfdbb40be9ccaba28432e2945b43 (patch)
tree3890f7fb6ca384a048057dd54517dff6ec21286d /media-sound
parentmask dev-php/PEAR-HTML_Select_Common for removal (diff)
downloadgentoo-2-fabf3cf0a6c6bfdbb40be9ccaba28432e2945b43.tar.gz
gentoo-2-fabf3cf0a6c6bfdbb40be9ccaba28432e2945b43.tar.bz2
gentoo-2-fabf3cf0a6c6bfdbb40be9ccaba28432e2945b43.zip
Version bump and remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/abcm2ps/ChangeLog10
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.5.16.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.3.ebuild (renamed from media-sound/abcm2ps/abcm2ps-6.5.15.ebuild)4
3 files changed, 10 insertions, 48 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index 12620ef98972..50ac399389fd 100644
--- a/media-sound/abcm2ps/ChangeLog
+++ b/media-sound/abcm2ps/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/abcm2ps
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.36 2011/12/23 03:16:08 radhermit Exp $
+# 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 $
+
+*abcm2ps-6.6.3 (17 Jan 2012)
+
+ 17 Jan 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.5.15.ebuild,
+ -abcm2ps-6.5.16.ebuild, +abcm2ps-6.6.3.ebuild:
+ Version bump and remove old.
*abcm2ps-6.5.16 (23 Dec 2011)
diff --git a/media-sound/abcm2ps/abcm2ps-6.5.16.ebuild b/media-sound/abcm2ps/abcm2ps-6.5.16.ebuild
deleted file mode 100644
index d73b8476f3c9..000000000000
--- a/media-sound/abcm2ps/abcm2ps-6.5.16.ebuild
+++ /dev/null
@@ -1,44 +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-6.5.16.ebuild,v 1.1 2011/12/23 03:16:08 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}
- dev-util/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.5.15.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.3.ebuild
index 0f4b9f0b2d20..c94fdadc39de 100644
--- a/media-sound/abcm2ps/abcm2ps-6.5.15.ebuild
+++ b/media-sound/abcm2ps/abcm2ps-6.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.5.15.ebuild,v 1.2 2011/12/18 17:49:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.3.ebuild,v 1.1 2012/01/17 23:40:22 radhermit Exp $
EAPI=4