public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/efax: efax-0.9a.ebuild
@ 2010-10-28 10:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 10:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 10:02:09

  Modified:             efax-0.9a.ebuild
  Log:
  redudant COPYING in dodoc, fix quoting
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/efax/efax-0.9a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/efax/efax-0.9a.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/efax/efax-0.9a.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/efax/efax-0.9a.ebuild?r1=1.6&r2=1.7

Index: efax-0.9a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- efax-0.9a.ebuild	29 Mar 2005 15:17:56 -0000	1.6
+++ efax-0.9a.ebuild	28 Oct 2010 10:02:09 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a.ebuild,v 1.6 2005/03/29 15:17:56 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a.ebuild,v 1.7 2010/10/28 10:02:09 ssuominen Exp $
 
 S=${WORKDIR}/${P}-001114
 DESCRIPTION="A simple fax program for single-user systems"
@@ -11,19 +11,19 @@
 SLOT="0"
 LICENSE="GPL-2"
 
-src_unpack () {
+src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	cp Makefile Makefile.orig
 	sed -e "s:CFLAGS=:CFLAGS=${CFLAGS}:" Makefile.orig > Makefile
 }
 
-src_compile () {
-	emake
+src_compile() {
+	emake || die
 }
 
-src_install () {
-	dobin efax efix fax
+src_install() {
+	dobin efax efix fax || die
 	doman efax.1 efix.1 fax.1
-	dodoc COPYING README
+	dodoc README
 }






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

only message in thread, other threads:[~2010-10-28 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 10:02 [gentoo-commits] gentoo-x86 commit in net-misc/efax: efax-0.9a.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