public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/xdelta: xdelta-3.0v.ebuild
@ 2009-07-06 23:31 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-07-06 23:31 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/06 23:31:31

  Modified:             xdelta-3.0v.ebuild
  Log:
  Just be clear where it fails, if it fails.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/xdelta/xdelta-3.0v.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xdelta/xdelta-3.0v.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xdelta/xdelta-3.0v.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xdelta/xdelta-3.0v.ebuild?r1=1.3&r2=1.4

Index: xdelta-3.0v.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-3.0v.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdelta-3.0v.ebuild	6 Jul 2009 23:26:50 -0000	1.3
+++ xdelta-3.0v.ebuild	6 Jul 2009 23:31:31 -0000	1.4
@@ -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/dev-util/xdelta/xdelta-3.0v.ebuild,v 1.3 2009/07/06 23:26:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-3.0v.ebuild,v 1.4 2009/07/06 23:31:31 ssuominen Exp $
 
 EAPI=2
 inherit distutils toolchain-funcs
@@ -22,12 +22,12 @@
 DOCS="draft-korn-vcdiff.txt"
 
 src_prepare() {
-	sed -i -e 's:-O3:-Wall:' setup.py || die "sed failed"
+	sed -i -e 's:-O3:-Wall:' setup.py || die "setup.py sed failed"
 	sed \
 		-e 's:-O3::g' \
 		-e 's:$(CC):$(CC) $(LDFLAGS):g' \
 		-e 's:CFLAGS=:CFLAGS+=:' \
-		-i Makefile || die "sed failed"
+		-i Makefile || die "Makefile sed failed"
 }
 
 src_test() {
@@ -41,13 +41,13 @@
 src_compile() {
 	tc-export CC CXX
 	distutils_src_compile
-	emake xdelta3 || die "emake failed"
+	emake xdelta3 || die "emake xdelta3 failed"
 	if use test; then
-		emake xdelta3-debug || die "emake failed"
+		emake xdelta3-debug || die "emake xdelta3-debug failed"
 	fi
 }
 
 src_install() {
-	dobin xdelta3 || die "dobin xdelta failed"
+	dobin xdelta3 || die "dobin failed"
 	distutils_src_install
 }






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

only message in thread, other threads:[~2009-07-06 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 23:31 [gentoo-commits] gentoo-x86 commit in dev-util/xdelta: xdelta-3.0v.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