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/webut: webut-0.1.0.2-r1.ebuild ChangeLog
Date: Wed, 31 Dec 2014 00:41:21
Message-Id: 20141231004117.476B6E873@oystercatcher.gentoo.org
1 idella4 14/12/31 00:41:17
2
3 Modified: ChangeLog
4 Added: webut-0.1.0.2-r1.ebuild
5 Log:
6 revbump; conversion -> distutils-r1
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.15 dev-python/webut/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 12 Dec 2014 23:23:24 -0000 1.14
24 +++ ChangeLog 31 Dec 2014 00:41:17 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/webut
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.14 2014/12/12 23:23:24 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.15 2014/12/31 00:41:17 idella4 Exp $
30 +
31 +*webut-0.1.0.2-r1 (31 Dec 2014)
32 +
33 + 31 Dec 2014; Ian Delaney <idella4@g.o> +webut-0.1.0.2-r1.ebuild,
34 + webut-0.1.0.2.ebuild:
35 + revbump; conversion -> distutils-r1
36
37 12 Dec 2014; Michał Górny <mgorny@g.o> webut-0.1.0.2.ebuild:
38 Rename net-zope/zope-interface to dev-python/zope-interface.
39
40
41
42 1.1 dev-python/webut/webut-0.1.0.2-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/webut-0.1.0.2-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/webut-0.1.0.2-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: webut-0.1.0.2-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2-r1.ebuild,v 1.1 2014/12/31 00:41:17 idella4 Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1 versionator
57
58 MY_P=${PN}_$(replace_version_separator 2 '-')
59
60 DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming"
61 HOMEPAGE="http://www.inoi.fi/open/trac/webut"
62 SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
67 IUSE="examples"
68
69 RDEPEND=">=dev-python/nevow-0.9.18[${PYTHON_USEDEP}]
70 >=dev-python/twisted-core-2[${PYTHON_USEDEP}]
71 >=dev-python/zope-interface-3.0.1[${PYTHON_USEDEP}]"
72 DEPEND="${RDEPEND}"
73
74 S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"
75
76 python_install_all() {
77 use examples && local EXAMPLES=( examples/. )
78 distutils-r1_python_install_all
79 }