Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/librharris: librharris-0.1.14-r1.ebuild ChangeLog librharris-0.1.14.ebuild
Date: Wed, 31 Dec 2014 01:05:05
Message-Id: 20141231010459.8E14BE883@oystercatcher.gentoo.org
1 idella4 14/12/31 01:04:59
2
3 Modified: ChangeLog
4 Added: librharris-0.1.14-r1.ebuild
5 Removed: librharris-0.1.14.ebuild
6 Log:
7 revbump; conversion -> distutils-r1, rm old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.3 dev-python/librharris/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librharris/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librharris/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librharris/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/librharris/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 8 Nov 2010 17:59:48 -0000 1.2
25 +++ ChangeLog 31 Dec 2014 01:04:59 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/librharris
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/librharris/ChangeLog,v 1.2 2010/11/08 17:59:48 arfrever Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/librharris/ChangeLog,v 1.3 2014/12/31 01:04:59 idella4 Exp $
32 +
33 +*librharris-0.1.14-r1 (31 Dec 2014)
34 +
35 + 31 Dec 2014; Ian Delaney <idella4@g.o> +librharris-0.1.14-r1.ebuild,
36 + -librharris-0.1.14.ebuild:
37 + revbump; conversion -> distutils-r1, rm old
38
39 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
40 librharris-0.1.14.ebuild:
41 @@ -13,4 +19,3 @@
42 +librharris-0.1.14.ebuild:
43 Initial import. Ebuild by Fernando V. <email@×××××××××××××××××.com>.
44 Closes #111808
45 -
46
47
48
49 1.1 dev-python/librharris/librharris-0.1.14-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librharris/librharris-0.1.14-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librharris/librharris-0.1.14-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: librharris-0.1.14-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-python/librharris/librharris-0.1.14-r1.ebuild,v 1.1 2014/12/31 01:04:59 idella4 Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python2_7 )
62
63 inherit distutils-r1
64
65 MY_PN="lib_rharris"
66 MY_P="${MY_PN}-${PV}"
67
68 DESCRIPTION="Python Internet Programming Library"
69 HOMEPAGE="http://pypi.python.org/pypi/lib_rharris"
70 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
71
72 LICENSE="GPL-2"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86"
75 IUSE=""
76
77 DEPEND=""
78 RDEPEND=""
79
80 S="${WORKDIR}/${MY_P}"