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/ondir: ondir-0.2.2-r1.ebuild ondir-0.2.2.ebuild ChangeLog
Date: Wed, 05 Jan 2011 16:23:42
Message-Id: 20110105162333.D0E8520057@flycatcher.gentoo.org
1 jlec 11/01/05 16:23:33
2
3 Modified: ondir-0.2.2-r1.ebuild ondir-0.2.2.ebuild ChangeLog
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.2 app-misc/ondir/ondir-0.2.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: ondir-0.2.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ondir-0.2.2-r1.ebuild 15 Jun 2010 11:33:11 -0000 1.1
23 +++ ondir-0.2.2-r1.ebuild 5 Jan 2011 16:23:33 -0000 1.2
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.1 2010/06/15 11:33:11 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.2 2011/01/05 16:23:33 jlec Exp $
30
31 EAPI="3"
32
33 inherit toolchain-funcs
34
35 -DESCRIPTION="program that automatically executes scripts as you traverse directories"
36 +DESCRIPTION="Automatically execute scripts as you traverse directories"
37 HOMEPAGE="http://swapoff.org/OnDir"
38 SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz"
39
40 @@ -16,6 +16,7 @@
41 IUSE=""
42
43 DEPEND="sys-apps/sed"
44 +RDEPEND=""
45
46 src_prepare() {
47 sed -i \
48
49
50
51 1.12 app-misc/ondir/ondir-0.2.2.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild?rev=1.12&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild?rev=1.12&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild?r1=1.11&r2=1.12
56
57 Index: ondir-0.2.2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild,v
60 retrieving revision 1.11
61 retrieving revision 1.12
62 diff -u -r1.11 -r1.12
63 --- ondir-0.2.2.ebuild 1 Jan 2010 18:30:30 -0000 1.11
64 +++ ondir-0.2.2.ebuild 5 Jan 2011 16:23:33 -0000 1.12
65 @@ -1,10 +1,10 @@
66 -# Copyright 1999-2010 Gentoo Foundation
67 +# Copyright 1999-2011 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild,v 1.11 2010/01/01 18:30:30 ssuominen Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild,v 1.12 2011/01/05 16:23:33 jlec Exp $
71
72 inherit toolchain-funcs
73
74 -DESCRIPTION="program that automatically executes scripts as you traverse directories"
75 +DESCRIPTION="Automatically execute scripts as you traverse directories"
76 HOMEPAGE="http://swapoff.org/OnDir"
77 SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz"
78
79 @@ -14,6 +14,7 @@
80 IUSE=""
81
82 DEPEND="sys-apps/sed"
83 +RDEPEND=""
84
85 src_unpack() {
86 unpack ${A}
87 @@ -29,7 +30,7 @@
88
89 src_install() {
90 make DESTDIR="${D}" install || die
91 - dodoc AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh
92 - newdoc ondirrc.eg ondirrc.example
93 - dohtml changelog.html ondir.1.html
94 + dodoc AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh || die
95 + newdoc ondirrc.eg ondirrc.example || die
96 + dohtml changelog.html ondir.1.html || die
97 }
98
99
100
101 1.20 app-misc/ondir/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ChangeLog?rev=1.20&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ChangeLog?rev=1.20&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ChangeLog?r1=1.19&r2=1.20
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v
110 retrieving revision 1.19
111 retrieving revision 1.20
112 diff -u -r1.19 -r1.20
113 --- ChangeLog 15 Jun 2010 11:33:11 -0000 1.19
114 +++ ChangeLog 5 Jan 2011 16:23:33 -0000 1.20
115 @@ -1,6 +1,10 @@
116 # ChangeLog for app-misc/ondir
117 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.19 2010/06/15 11:33:11 jlec Exp $
119 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
120 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.20 2011/01/05 16:23:33 jlec Exp $
121 +
122 + 05 Jan 2011; Justin Lecher <jlec@g.o> ondir-0.2.2.ebuild,
123 + ondir-0.2.2-r1.ebuild:
124 + Some Clean up
125
126 *ondir-0.2.2-r1 (15 Jun 2010)