public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/r-katro: r-katro-0.7.0.ebuild
@ 2009-01-26  1:13 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-26  1:13 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/26 01:13:00

  Modified:             r-katro-0.7.0.ebuild
  Log:
  use src_prepare/configure
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.13                 games-board/r-katro/r-katro-0.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/r-katro/r-katro-0.7.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/r-katro/r-katro-0.7.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/r-katro/r-katro-0.7.0.ebuild?r1=1.12&r2=1.13

Index: r-katro-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/r-katro/r-katro-0.7.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- r-katro-0.7.0.ebuild	3 Jan 2009 22:43:11 -0000	1.12
+++ r-katro-0.7.0.ebuild	26 Jan 2009 01:13:00 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/r-katro/r-katro-0.7.0.ebuild,v 1.12 2009/01/03 22:43:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/r-katro/r-katro-0.7.0.ebuild,v 1.13 2009/01/26 01:13:00 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils qt3 games
@@ -20,9 +20,7 @@
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc43.patch
 	sed -i \
 		's:$(localedir):/usr/share/locale:' \
@@ -30,10 +28,9 @@
 		|| die "sed failed"
 }
 
-src_compile() {
+src_configure() {
 	egamesconf $(use_enable nls) || die
 	mkdir src/moc src/helpviewer/moc
-	emake CXXFLAGS="${CXXFLAGS}" || die "emake failed"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-26  1:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26  1:13 [gentoo-commits] gentoo-x86 commit in games-board/r-katro: r-katro-0.7.0.ebuild Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox