dev-python/brython: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 22:36:28 +0000 (23:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 3 Jan 2018 09:11:07 +0000 (10:11 +0100)
dev-python/brython/Manifest
dev-python/brython/brython-3.3.2-r1.ebuild [deleted file]
dev-python/brython/brython-3.3.2.ebuild [deleted file]

index 2410571bea9f18e21890383c90ec1147fc5fdac9..d0ae6ec1eaba71fe9e4986d3984c0b100a66424c 100644 (file)
@@ -1,2 +1 @@
-DIST brython-3.3.2.zip 10140819 BLAKE2B e47279378f5c391ee48849738cf5079f039a2158a96c4d3b5f2b10b39cffd541e81c8b6b86ef91c739ab17a130718b72e43e2703d31efb18a47e266c2781bde8 SHA512 bfe93b238805de90a4421a3a0c210ed5bc863cf4609949252813d61b96bd1b52aa927eeac621932bec68ac8b23be793adee53327be387bae6a95db7ea89b5155
 DIST brython-3.3.3.zip 10040987 BLAKE2B a6a238ac6189e9170653c1987db46f2e0735f25deccaf0318ebc669b48dce1330acf333ef27300f1061e7e18044cfa24fadc02265d0fe3a83d0aa8b97f4de684 SHA512 e182a6c859cd18b90b205f751260b0b5c8d250746e48844c59cd61608dfdaf0fd6f0f25b8061de9505b7c5d094ac68fe57536c52cb31adb48f04c2cc5624e249
diff --git a/dev-python/brython/brython-3.3.2-r1.ebuild b/dev-python/brython/brython-3.3.2-r1.ebuild
deleted file mode 100644 (file)
index ca62031..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit webapp python-single-r1
-
-DESCRIPTION="A Python 3 implementation for client-side web programming"
-HOMEPAGE="http://www.brython.info"
-SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-need_httpd_cgi
-
-pkg_setup() {
-       webapp_pkg_setup
-       python-single-r1_pkg_setup
-}
-
-src_install() {
-       dodoc LICENCE.txt README.md
-       rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
-
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}
diff --git a/dev-python/brython/brython-3.3.2.ebuild b/dev-python/brython/brython-3.3.2.ebuild
deleted file mode 100644 (file)
index 230fd50..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-DESCRIPTION="A Python 3 implementation for client-side web programming"
-HOMEPAGE="http://www.brython.info"
-SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="dev-lang/python:*"
-DEPEND="${RDEPEND}"
-
-need_httpd_cgi
-
-src_install() {
-       dodoc LICENCE.txt README.md
-       rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
-
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}