Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/cdargs: ChangeLog cdargs-1.35-r1.ebuild
Date: Tue, 04 Jan 2011 16:55:52
Message-Id: 20110104165542.24DE62005C@flycatcher.gentoo.org
1 jlec 11/01/04 16:55:42
2
3 Modified: ChangeLog cdargs-1.35-r1.ebuild
4 Log:
5 Some Clean up
6
7 (Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 app-misc/cdargs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 27 Mar 2008 19:28:26 -0000 1.17
23 +++ ChangeLog 4 Jan 2011 16:55:42 -0000 1.18
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-misc/cdargs
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.17 2008/03/27 19:28:26 nixnut Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.18 2011/01/04 16:55:42 jlec Exp $
30 +
31 + 04 Jan 2011; Justin Lecher <jlec@g.o> cdargs-1.35-r1.ebuild:
32 + Some Clean up
33
34 27 Mar 2008; nixnut <nixnut@g.o> cdargs-1.35-r1.ebuild:
35 Stable on ppc wrt bug 214932
36
37
38
39 1.4 app-misc/cdargs/cdargs-1.35-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: cdargs-1.35-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- cdargs-1.35-r1.ebuild 27 Mar 2008 19:28:26 -0000 1.3
52 +++ cdargs-1.35-r1.ebuild 4 Jan 2011 16:55:42 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.3 2008/03/27 19:28:26 nixnut Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.4 2011/01/04 16:55:42 jlec Exp $
59
60 inherit elisp-common
61
62 @@ -15,11 +15,12 @@
63
64 DEPEND="sys-libs/ncurses
65 emacs? ( virtual/emacs )"
66 +RDEPEND="${DEPEND}"
67
68 SITEFILE=50${PN}-gentoo.el
69
70 src_compile() {
71 - econf || die "econf failed"
72 + econf
73 emake || die "emake failed"
74
75 if use emacs; then
76 @@ -29,7 +30,7 @@
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "make install failed"
80 - dodoc README THANKS TODO AUTHORS
81 + dodoc README THANKS TODO AUTHORS || die
82
83 cd "${S}/contrib"
84 insinto /usr/share/cdargs