Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/sendEmail: sendEmail-1.55.ebuild
Date: Mon, 22 Oct 2007 22:58:04
Message-Id: E1Ik6Df-0008OY-3a@stork.gentoo.org
1 mrness 07/10/22 22:57:59
2
3 Modified: sendEmail-1.55.ebuild
4 Log:
5 use dobin
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.4 net-mail/sendEmail/sendEmail-1.55.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild?r1=1.3&r2=1.4
14
15 Index: sendEmail-1.55.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- sendEmail-1.55.ebuild 26 Sep 2007 04:47:40 -0000 1.3
22 +++ sendEmail-1.55.ebuild 22 Oct 2007 22:57:58 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.3 2007/09/26 04:47:40 mrness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.4 2007/10/22 22:57:58 mrness Exp $
28
29 DESCRIPTION="Command line based, SMTP email agent"
30 HOMEPAGE="http://caspian.dotconf.net/menu/Software/SendEmail/"
31 @@ -18,7 +18,6 @@
32 S="${WORKDIR}/${PN}-v${PV}"
33
34 src_install() {
35 - dodir /usr/bin
36 - exeinto /usr/bin ; doexe sendEmail || die "failed to install sendEmail script"
37 + dobin sendEmail || die "failed to install sendEmail script"
38 dodoc CHANGELOG README TODO
39 }
40
41
42
43 --
44 gentoo-commits@g.o mailing list