* [gentoo-commits] gentoo-x86 commit in media-sound/mup: mup-5.4.ebuild
@ 2009-06-05 16:10 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-06-05 16:10 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/06/05 16:10:10
Modified: mup-5.4.ebuild
Log:
Tidy before opening stable bug
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.4 media-sound/mup/mup-5.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mup/mup-5.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mup/mup-5.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mup/mup-5.4.ebuild?r1=1.3&r2=1.4
Index: mup-5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mup-5.4.ebuild 15 Dec 2008 01:45:10 -0000 1.3
+++ mup-5.4.ebuild 5 Jun 2009 16:10:10 -0000 1.4
@@ -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 @@
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-05 16:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 16:10 [gentoo-commits] gentoo-x86 commit in media-sound/mup: mup-5.4.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox