Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webut/
Date: Tue, 14 Feb 2017 23:53:20
Message-Id: 1487116382.7abb1553f5364b372304be46ee4a049a8ea7838b.mrueg@gentoo
1 commit: 7abb1553f5364b372304be46ee4a049a8ea7838b
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:53:02 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:53:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abb1553
7
8 dev-python/webut: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/webut/webut-0.1.0.2.ebuild | 39 -----------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild
16 deleted file mode 100644
17 index 4031e1365a..0000000000
18 --- a/dev-python/webut/webut-0.1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -SUPPORT_PYTHON_ABIS="1"
28 -
29 -inherit distutils versionator
30 -
31 -MY_P=${PN}_$(replace_version_separator 2 '-')
32 -
33 -DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming"
34 -HOMEPAGE="http://www.inoi.fi/open/trac/webut"
35 -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="alpha amd64 ia64 ppc sparc x86"
40 -IUSE="examples"
41 -
42 -RDEPEND=">=dev-python/nevow-0.9.18
43 - >=dev-python/twisted-core-2
44 - >=dev-python/zope-interface-3.0.1"
45 -DEPEND="${RDEPEND}"
46 -RESTRICT_PYTHON_ABIS="3.*"
47 -
48 -S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"
49 -
50 -src_install() {
51 - distutils_src_install
52 -
53 - if use examples; then
54 - insinto /usr/share/doc/${PF}
55 - doins -r examples
56 - fi
57 -
58 - rm -rf "${D}/examples"
59 -}