summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 22:12:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 22:12:46 +0000
commit37c1b6248699e76ef44f526bc0a46f5d7cda7130 (patch)
tree06c7cb150d7f38409e4bab424ec218d77af952cb /media-sound
parentRemove old. (diff)
downloadgentoo-2-37c1b6248699e76ef44f526bc0a46f5d7cda7130.tar.gz
gentoo-2-37c1b6248699e76ef44f526bc0a46f5d7cda7130.tar.bz2
gentoo-2-37c1b6248699e76ef44f526bc0a46f5d7cda7130.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mup/ChangeLog7
-rw-r--r--media-sound/mup/mup-5.4.ebuild42
-rw-r--r--media-sound/mup/mup-5.6.ebuild43
3 files changed, 5 insertions, 87 deletions
diff --git a/media-sound/mup/ChangeLog b/media-sound/mup/ChangeLog
index 1aae1ffe2d01..37a316259dff 100644
--- a/media-sound/mup/ChangeLog
+++ b/media-sound/mup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mup
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.39 2012/01/28 15:12:56 phajdan.jr Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.40 2015/03/29 22:12:46 mrueg Exp $
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -mup-5.4.ebuild, -mup-5.6.ebuild:
+ Remove old.
28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mup-5.7.ebuild:
x86 stable wrt bug #397103
diff --git a/media-sound/mup/mup-5.4.ebuild b/media-sound/mup/mup-5.4.ebuild
deleted file mode 100644
index 5f54f4468d6e..000000000000
--- a/media-sound/mup/mup-5.4.ebuild
+++ /dev/null
@@ -1,42 +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/mup/mup-5.4.ebuild,v 1.10 2012/01/19 09:13:24 ssuominen Exp $
-
-EAPI=2
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Program for printing music scores"
-HOMEPAGE="http://www.arkkra.com/"
-SRC_URI="ftp://ftp.arkkra.com/pub/unix/mup${PV//.}src.tar.gz"
-
-LICENSE="Arkkra"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/fltk:1
- x11-libs/libXpm
- virtual/jpeg
- media-libs/libpng"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-Makefile.patch
- sed -i -e "s:/lib:/$(get_libdir):g" Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" \
- CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc docs/{*.txt,README0}
- dohtml docs/{*.html,uguide/*}
- docinto sample
- dodoc docs/{*.mup,*.ps}
-}
diff --git a/media-sound/mup/mup-5.6.ebuild b/media-sound/mup/mup-5.6.ebuild
deleted file mode 100644
index b7e08a2fb089..000000000000
--- a/media-sound/mup/mup-5.6.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/mup/mup-5.6.ebuild,v 1.4 2011/03/20 20:07:55 jlec Exp $
-
-EAPI=2
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Program for printing music scores"
-HOMEPAGE="http://www.arkkra.com/"
-SRC_URI="ftp://ftp.arkkra.com/pub/unix/mup${PV//.}src.tar.gz"
-
-LICENSE="Arkkra"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/fltk:1
- x11-libs/libXpm
- virtual/jpeg
- media-libs/libpng"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-Makefile.patch
- epatch "${FILESDIR}"/${P}-fltk-fixes.patch
- sed -i -e "s:/lib:/$(get_libdir):g" Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" \
- CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc docs/{*.txt,README0}
- dohtml docs/{*.html,uguide/*}
- docinto sample
- dodoc docs/{*.mup,*.ps}
-}