From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/efax: efax-0.9a.ebuild
Date: Thu, 28 Oct 2010 10:02:09 +0000 (UTC) [thread overview]
Message-ID: <20101028100209.A7A4D20051@flycatcher.gentoo.org> (raw)
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
}
reply other threads:[~2010-10-28 10:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101028100209.A7A4D20051@flycatcher.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox