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/oauth: ChangeLog oauth-1.0.1-r1.ebuild oauth-1.0.1.ebuild
Date: Sat, 29 Jun 2013 12:26:02
Message-Id: 20130629122559.87CD82171C@flycatcher.gentoo.org
1 idella4 13/06/29 12:25:59
2
3 Modified: ChangeLog
4 Added: oauth-1.0.1-r1.ebuild
5 Removed: oauth-1.0.1.ebuild
6 Log:
7 revbump; remove old, fixes Bug #474796
8
9 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.5 dev-python/oauth/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 21 Aug 2011 03:27:37 -0000 1.4
25 +++ ChangeLog 29 Jun 2013 12:25:59 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/oauth
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.4 2011/08/21 03:27:37 phajdan.jr Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.5 2013/06/29 12:25:59 idella4 Exp $
32 +
33 +*oauth-1.0.1-r1 (29 Jun 2013)
34 +
35 + 29 Jun 2013; Ian Delaney <idella4@g.o> +oauth-1.0.1-r1.ebuild,
36 + -oauth-1.0.1.ebuild:
37 + revbump; remove old
38
39 21 Aug 2011; Pawel Hajdan jr <phajdan.jr@g.o> oauth-1.0.1.ebuild:
40 x86 stable wrt bug #378589
41 @@ -17,4 +23,3 @@
42 02 Mar 2010; Jesus Rivero <neurogeek@g.o> +oauth-1.0.1.ebuild,
43 +metadata.xml:
44 Initial commit. Closes bug #290159. Thanks to Ravi for the report
45 -
46
47
48
49 1.1 dev-python/oauth/oauth-1.0.1-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth/oauth-1.0.1-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth/oauth-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: oauth-1.0.1-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/oauth-1.0.1-r1.ebuild,v 1.1 2013/06/29 12:25:59 idella4 Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
62
63 inherit distutils-r1
64
65 DESCRIPTION="Python OAuth module"
66 HOMEPAGE="http://pypi.python.org/pypi/oauth"
67 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
75 RDEPEND=""