Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cdiff: cdiff-0.6.ebuild cdiff-0.7.ebuild ChangeLog
Date: Fri, 22 Feb 2013 17:27:41
Message-Id: 20130222172735.BB9DB2171D@flycatcher.gentoo.org
1 tomwij 13/02/22 17:27:35
2
3 Modified: ChangeLog
4 Added: cdiff-0.6.ebuild cdiff-0.7.ebuild
5 Log:
6 Version bump to 0.6 and 0.7.
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.6 dev-util/cdiff/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 19 Feb 2013 18:40:06 -0000 1.5
24 +++ ChangeLog 22 Feb 2013 17:27:35 -0000 1.6
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-util/cdiff
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.5 2013/02/19 18:40:06 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.6 2013/02/22 17:27:35 tomwij Exp $
30 +
31 +*cdiff-0.6 (22 Feb 2013)
32 +*cdiff-0.7 (22 Feb 2013)
33 +
34 + 22 Feb 2013; Tom Wijsman <TomWij@g.o> +cdiff-0.6.ebuild,
35 + +cdiff-0.7.ebuild:
36 + Version bump to 0.6 and 0.7.
37
38 *cdiff-0.5.1 (19 Feb 2013)
39 *cdiff-0.5 (19 Feb 2013)
40
41
42
43 1.1 dev-util/cdiff/cdiff-0.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/cdiff-0.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/cdiff-0.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: cdiff-0.6.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.6.ebuild,v 1.1 2013/02/22 17:27:35 tomwij Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
57 DOCS=( CHANGES README.rst )
58
59 inherit distutils-r1
60
61 DESCRIPTION="Colored, side-by-side diff terminal viewer."
62 HOMEPAGE="https://github.com/ymattw/${PN}"
63 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68
69 DEPEND="!app-misc/colordiff
70 dev-python/setuptools[${PYTHON_USEDEP}]"
71 RDEPEND="${DEPEND}"
72
73
74
75 1.1 dev-util/cdiff/cdiff-0.7.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/cdiff-0.7.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdiff/cdiff-0.7.ebuild?rev=1.1&content-type=text/plain
79
80 Index: cdiff-0.7.ebuild
81 ===================================================================
82 # Copyright 1999-2013 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.7.ebuild,v 1.1 2013/02/22 17:27:35 tomwij Exp $
85
86 EAPI=5
87
88 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
89 DOCS=( CHANGES README.rst )
90
91 inherit distutils-r1
92
93 DESCRIPTION="Colored, side-by-side diff terminal viewer."
94 HOMEPAGE="https://github.com/ymattw/${PN}"
95 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96
97 LICENSE="BSD"
98 SLOT="0"
99 KEYWORDS="~amd64 ~x86"
100
101 DEPEND="!app-misc/colordiff
102 dev-python/setuptools[${PYTHON_USEDEP}]"
103 RDEPEND="${DEPEND}"