Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/checkbashisms: checkbashisms-2.0.0.2.ebuild ChangeLog
Date: Tue, 10 Jan 2012 23:20:16
Message-Id: 20120110232001.B9FA72004B@flycatcher.gentoo.org
1 robbat2 12/01/10 23:20:01
2
3 Modified: checkbashisms-2.0.0.2.ebuild ChangeLog
4 Log:
5 Add clarification that checkbaskisms is not a typo, and fix homepage.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: checkbashisms-2.0.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- checkbashisms-2.0.0.2.ebuild 10 Jan 2012 07:24:48 -0000 1.1
23 +++ checkbashisms-2.0.0.2.ebuild 10 Jan 2012 23:20:01 -0000 1.2
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v 1.1 2012/01/10 07:24:48 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v 1.2 2012/01/10 23:20:01 robbat2 Exp $
29
30 EAPI=4
31
32 DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX"
33 -HOMEPAGE="http://sourceforge.net/projects/checkbashisms/"
34 +# "checkbaskisms" is not a typo, it's the actual upstream SF project name.
35 +HOMEPAGE="http://sourceforge.net/projects/checkbaskisms/"
36 SRC_URI="mirror://sourceforge/checkbaskisms/${PV}/${PN} -> ${P}"
37
38 LICENSE="GPL-2"
39
40
41
42 1.2 dev-util/checkbashisms/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkbashisms/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkbashisms/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkbashisms/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -p -w -b -B -u -u -r1.1 -r1.2
54 --- ChangeLog 10 Jan 2012 07:24:48 -0000 1.1
55 +++ ChangeLog 10 Jan 2012 23:20:01 -0000 1.2
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-util/checkbashisms
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.1 2012/01/10 07:24:48 robbat2 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.2 2012/01/10 23:20:01 robbat2 Exp $
61 +
62 + 10 Jan 2012; Robin H. Johnson <robbat2@g.o>
63 + checkbashisms-2.0.0.2.ebuild:
64 + Add clarification that checkbaskisms is not a typo, and fix homepage.
65
66 *checkbashisms-2.0.0.2 (10 Jan 2012)