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 app-text/dos2unix: dos2unix-3.1-r2.ebuild ChangeLog
Date: Mon, 28 Dec 2009 18:43:58
Message-Id: E1NPKZP-0003Bv-C5@stork.gentoo.org
1 robbat2 09/12/28 18:43:55
2
3 Modified: dos2unix-3.1-r2.ebuild ChangeLog
4 Log:
5 The COPYRIGHT file for dos2unix contains the 2-clause BSD license.
6 (Portage version: 2.2_rc58/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 app-text/dos2unix/dos2unix-3.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild?r1=1.12&r2=1.13
14
15 Index: dos2unix-3.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -p -w -b -B -u -u -r1.12 -r1.13
21 --- dos2unix-3.1-r2.ebuild 16 Sep 2008 12:04:34 -0000 1.12
22 +++ dos2unix-3.1-r2.ebuild 28 Dec 2009 18:43:54 -0000 1.13
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild,v 1.12 2008/09/16 12:04:34 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild,v 1.13 2009/12/28 18:43:54 robbat2 Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -8,7 +8,7 @@ DESCRIPTION="Dos2unix converts DOS or MA
33 HOMEPAGE="none"
34 SRC_URI="mirror://gentoo/${P}.tar.bz2"
35
36 -LICENSE="freedist"
37 +LICENSE="BSD-2"
38 SLOT="0"
39 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
40 IUSE=""
41
42
43
44 1.39 app-text/dos2unix/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.39&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.39&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/ChangeLog?r1=1.38&r2=1.39
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
53 retrieving revision 1.38
54 retrieving revision 1.39
55 diff -p -w -b -B -u -u -r1.38 -r1.39
56 --- ChangeLog 16 Sep 2008 12:04:34 -0000 1.38
57 +++ ChangeLog 28 Dec 2009 18:43:55 -0000 1.39
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-text/dos2unix
60 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.38 2008/09/16 12:04:34 pva Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.39 2009/12/28 18:43:55 robbat2 Exp $
64 +
65 + 28 Dec 2009; Robin H. Johnson <robbat2@g.o> dos2unix-3.1-r2.ebuild:
66 + The COPYRIGHT file for dos2unix contains the 2-clause BSD license.
67
68 16 Sep 2008; Peter Volkov <pva@g.o> dos2unix-3.1-r2.ebuild:
69 Use toolchain-funcs to set correct compiler, fix compilation warnings, bug