Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Sun, 04 Dec 2016 00:47:28
Message-Id: 1480812437.792869639fd989d0b028aad4ba511c83c367111b.monsieurp@gentoo
1 commit: 792869639fd989d0b028aad4ba511c83c367111b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:55:22 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 00:47:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79286963
7
8 dev-python/brython: Clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/brython/Manifest | 2 --
13 dev-python/brython/brython-3.2.6.ebuild | 33 ---------------------------------
14 dev-python/brython/brython-3.2.7.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
18 index f1ae07a..0c202eb 100644
19 --- a/dev-python/brython/Manifest
20 +++ b/dev-python/brython/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST brython-3.2.6.zip 9330416 SHA256 209f5ddd5165c083217c3146fbdf1dcbc26346f4e3366172c61e08d5af4a22e7 SHA512 307c914b5bbe30765187ff57c324a4ce575b28ea6b41f87e81b02309b1fae7d011603c006d9ab938af50657167de3d66b48de1a92363f76e225a0a3948d4e045 WHIRLPOOL f9a4bc892c2eb1737bb25486ec4c3dfb9615cb18191ac4e87f09316a2be4165236b4e578be374d493908a1d812417cdd7de7c9ab3aabd9eae257957af15c7099
23 -DIST brython-3.2.7.zip 9087095 SHA256 83aeef2e68491eadf977c41f0d41fb50bf5c1436c0e2417be47011793d2cdf9e SHA512 e137d4f01ccd67307b1f4f93c09c3654d6bdae8d3d8f9cb9c38777be9c527b93326cdd518cced4df39832a263159cc0256fa25d0328d32248eb82ca62e1ec024 WHIRLPOOL e578698e783ef6d615942887d4cfcb49daf517503150a588a9aecee5ab247f251ed21fb67f713219bcb53ece3b5b8b0073638378213802924da5da8a1e27e1d0
24 DIST brython-3.2.8.zip 9165384 SHA256 6ae0ddb8b8b9529ceba4b9dbbcc2276eef787e4933bf4f94275cf0cf192eb96a SHA512 409d1338120479bfb0558e7f875f36d022e1a86ce2bbe8cb30ab10a4e2059f2e0ffa6fb7681ecddcf373bbc483a6c25ff44c647c1f38acc7afc14907506b793d WHIRLPOOL 8c411f0e22563799ccfffde707d70b2272aac0d6d40ef5f1d00889968caf8990b9ae6105db1d0c25226024a45027e24c4fd41081fe4ae1fad06d4683fea809e3
25 DIST brython-3.2.9.zip 9430857 SHA256 a4eb0fd99312cb3d11f4d98f8dea0f633fc96ee99bf3e46c9ba02acd9f095072 SHA512 a68c4b88f4c3c2bdd8e713721eb87fe1af053097bf3f8fe0999a0088cb414831c797231eb335fcac3a3d6110059f7e1974a1642cd41fca48bf543fa7989cf850 WHIRLPOOL bca1ac9122a1a111ee5bf7c8f950a7f1c2a418b31c0eb487f3ed587f7278033ef58c9736b1cf208aa374e62a36fbbb9e7f4872eeb07030feb76a7249d2886513
26
27 diff --git a/dev-python/brython/brython-3.2.6.ebuild b/dev-python/brython/brython-3.2.6.ebuild
28 deleted file mode 100644
29 index feed5f4..00000000
30 --- a/dev-python/brython/brython-3.2.6.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -inherit webapp
40 -
41 -DESCRIPTION="A Python 3 implementation for client-side web programming"
42 -HOMEPAGE="http://www.brython.info"
43 -SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
44 -
45 -LICENSE="BSD"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="dev-lang/python:*"
50 -
51 -DEPEND="${RDEPEND}"
52 -
53 -need_httpd_cgi
54 -
55 -src_install() {
56 - dodoc LICENCE.txt README.md
57 - rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
58 -
59 - webapp_src_preinst
60 -
61 - insinto "${MY_HTDOCSDIR}"
62 - doins -r .
63 -
64 - webapp_src_install
65 -}
66
67 diff --git a/dev-python/brython/brython-3.2.7.ebuild b/dev-python/brython/brython-3.2.7.ebuild
68 deleted file mode 100644
69 index feed5f4..00000000
70 --- a/dev-python/brython/brython-3.2.7.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=6
78 -
79 -inherit webapp
80 -
81 -DESCRIPTION="A Python 3 implementation for client-side web programming"
82 -HOMEPAGE="http://www.brython.info"
83 -SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
84 -
85 -LICENSE="BSD"
86 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
87 -IUSE=""
88 -
89 -RDEPEND="dev-lang/python:*"
90 -
91 -DEPEND="${RDEPEND}"
92 -
93 -need_httpd_cgi
94 -
95 -src_install() {
96 - dodoc LICENCE.txt README.md
97 - rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
98 -
99 - webapp_src_preinst
100 -
101 - insinto "${MY_HTDOCSDIR}"
102 - doins -r .
103 -
104 - webapp_src_install
105 -}