Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-gnutls: python-gnutls-1.2.0.ebuild ChangeLog
Date: Thu, 04 Feb 2010 21:05:21
Message-Id: E1Nd8t2-0001dc-D1@stork.gentoo.org
1 arfrever 10/02/04 21:05:16
2
3 Modified: ChangeLog
4 Added: python-gnutls-1.2.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 15321-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/python-gnutls/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gnutls/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gnutls/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gnutls/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 4 Sep 2009 18:20:04 -0000 1.3
23 +++ ChangeLog 4 Feb 2010 21:05:15 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/python-gnutls
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v 1.3 2009/09/04 18:20:04 patrick Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v 1.4 2010/02/04 21:05:15 arfrever Exp $
30 +
31 +*python-gnutls-1.2.0 (04 Feb 2010)
32 +
33 + 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +python-gnutls-1.2.0.ebuild:
35 + Version bump.
36
37 04 Sep 2009; Patrick Lauer <patrick@g.o>
38 -python-gnutls-1.1.8.ebuild:
39
40
41
42 1.1 dev-python/python-gnutls/python-gnutls-1.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gnutls/python-gnutls-1.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gnutls/python-gnutls-1.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: python-gnutls-1.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/python-gnutls-1.2.0.ebuild,v 1.1 2010/02/04 21:05:15 arfrever Exp $
52
53 EAPI="2"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="Python bindings for GnuTLS"
59 HOMEPAGE="http://pypi.python.org/pypi/python-gnutls http://ag-projects.com/"
60 SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="examples"
66
67 DEPEND="net-libs/gnutls"
68 RDEPEND="${DEPEND}"
69 RESTRICT_PYTHON_ABIS="3.*"
70
71 PYTHON_MODNAME="gnutls"
72
73 src_install() {
74 distutils_src_install
75
76 if use examples; then
77 insinto /usr/share/doc/${PF}
78 doins -r examples
79 fi
80 }