diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-05 16:10:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-05 16:10:10 +0000 |
commit | ab3ce69316a03f91a3cf6273e18cd19d7769979a (patch) | |
tree | 3e808a1d144ad2ac253d117c5e448f77f2c48599 /media-sound/mup | |
parent | Retiring, bug 220219. (diff) | |
download | gentoo-2-ab3ce69316a03f91a3cf6273e18cd19d7769979a.tar.gz gentoo-2-ab3ce69316a03f91a3cf6273e18cd19d7769979a.tar.bz2 gentoo-2-ab3ce69316a03f91a3cf6273e18cd19d7769979a.zip |
Tidy before opening stable bug
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/mup-5.4.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/media-sound/mup/mup-5.4.ebuild b/media-sound/mup/mup-5.4.ebuild index 293e6bef0567..10d38ff251d5 100644 --- a/media-sound/mup/mup-5.4.ebuild +++ b/media-sound/mup/mup-5.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.3 2008/12/15 01:45:10 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.4.ebuild,v 1.4 2009/06/05 16:10:10 ssuominen Exp $ -EAPI="1" +EAPI=2 inherit eutils toolchain-funcs DESCRIPTION="Program for printing music scores" @@ -23,19 +23,17 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-proto/xproto" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-Makefile.patch } src_compile() { emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" \ - CFLAGS="${CFLAGS}" || die "emake failed." + CFLAGS="${CFLAGS}" || die "emake failed" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install || die "emake install failed" dodoc docs/{*.txt,README0} dohtml docs/{*.html,uguide/*} docinto sample |