Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in rox-extra/rox-rename: ChangeLog rox-rename-1.0.1.ebuild
Date: Fri, 04 Apr 2008 18:01:44
Message-Id: E1JhqEQ-0007X1-4Q@stork.gentoo.org
1 lack 08/04/04 18:01:42
2
3 Modified: ChangeLog
4 Added: rox-rename-1.0.1.ebuild
5 Log:
6 New version released, Bug 215596
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.6 rox-extra/rox-rename/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/rox-rename/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/rox-rename/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/rox-rename/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/rox-extra/rox-rename/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 22 Jan 2008 17:38:46 -0000 1.5
23 +++ ChangeLog 4 Apr 2008 18:01:41 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for rox-extra/rox-rename
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-rename/ChangeLog,v 1.5 2008/01/22 17:38:46 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-rename/ChangeLog,v 1.6 2008/04/04 18:01:41 lack Exp $
29 +
30 +*rox-rename-1.0.1 (04 Apr 2008)
31 +
32 + 04 Apr 2008; Jim Ramsay <lack@g.o> +rox-rename-1.0.1.ebuild:
33 + New version released, Bug 215596
34
35 *rox-rename-0.4.0 (22 Jan 2008)
36
37
38
39
40 1.1 rox-extra/rox-rename/rox-rename-1.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/rox-rename/rox-rename-1.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/rox-rename/rox-rename-1.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rox-rename-1.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-rename/rox-rename-1.0.1.ebuild,v 1.1 2008/04/04 18:01:41 lack Exp $
50
51 inherit rox
52
53 APPNAME="rox-rename"
54 APPCATEGORY="Utility"
55
56 DESCRIPTION="Rename can rename multiple files based on a regular expression."
57 HOMEPAGE="http://php.apsique.com/project/rox-rename"
58 SRC_URI="http://php.apsique.com/files/${P}.tgz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~amd64 ~x86"
64
65 RDEPEND=">=dev-lang/ruby-1.8
66 dev-ruby/ruby-libglade2"
67
68 S="${WORKDIR}"
69
70 src_install() {
71 rox_src_install
72 dosym /usr/bin/rox-rename /usr/bin/Rename
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list