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/clientcookie: clientcookie-1.3.0-r1.ebuild ChangeLog clientcookie-1.3.0.ebuild
Date: Mon, 29 Dec 2014 09:14:09
Message-Id: 20141229091405.BD86AE695@oystercatcher.gentoo.org
1 idella4 14/12/29 09:14:05
2
3 Modified: ChangeLog
4 Added: clientcookie-1.3.0-r1.ebuild
5 Removed: clientcookie-1.3.0.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.21 dev-python/clientcookie/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/ChangeLog?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/ChangeLog?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/ChangeLog?r1=1.20&r2=1.21
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- ChangeLog 22 Oct 2013 11:39:17 -0000 1.20
25 +++ ChangeLog 29 Dec 2014 09:14:05 -0000 1.21
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/clientcookie
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.20 2013/10/22 11:39:17 grobian Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.21 2014/12/29 09:14:05 idella4 Exp $
32 +
33 +*clientcookie-1.3.0-r1 (29 Dec 2014)
34 +
35 + 29 Dec 2014; Ian Delaney <idella4@g.o> +clientcookie-1.3.0-r1.ebuild,
36 + -clientcookie-1.3.0.ebuild:
37 + revbump; conversion -> distutils-r1, rm old
38
39 22 Oct 2013; Fabian Groffen <grobian@g.o> clientcookie-1.3.0.ebuild:
40 Marked ~x64-macos, bug #487670
41
42
43
44 1.1 dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: clientcookie-1.3.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild,v 1.1 2014/12/29 09:14:05 idella4 Exp $
54
55 EAPI=5
56 PYTHON_COMPAT=( python2_7 )
57
58 inherit distutils-r1
59
60 MY_P="ClientCookie-${PV}"
61
62 DESCRIPTION="Python module for handling HTTP cookies on the client side"
63 HOMEPAGE="http://wwwsearch.sourceforge.net/ClientCookie/ http://pypi.python.org/pypi/ClientCookie"
64 SRC_URI="http://wwwsearch.sourceforge.net/ClientCookie/src/${MY_P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos"
69 IUSE=""
70
71 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
72 RDEPEND=""
73
74 S="${WORKDIR}/${MY_P}"
75
76 DOCS="*.txt"