Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
Date: Sat, 01 Feb 2020 20:46:04
Message-Id: 1580589943.2dbbc4dd25480c2ac6ced69af94315ff0482f78b.djc@gentoo
1 commit: 2dbbc4dd25480c2ac6ced69af94315ff0482f78b
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 20:45:43 2020 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 1 20:45:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbbc4dd
7
8 www-apache/mod_wsgi: remove old versions
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
12
13 www-apache/mod_wsgi/Manifest | 2 --
14 www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild | 38 ------------------------------
15 www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild | 38 ------------------------------
16 3 files changed, 78 deletions(-)
17
18 diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
19 index 24a9d97943b..c706d88013e 100644
20 --- a/www-apache/mod_wsgi/Manifest
21 +++ b/www-apache/mod_wsgi/Manifest
22 @@ -1,5 +1,3 @@
23 DIST mod_wsgi-4.5.13.tar.gz 679121 BLAKE2B 310a6a56495883439fad4a5ee7b30e749aaec4131bc039fd378018c30c9b61f1cb2c8b0ed6339c4a9cf556571e2713ff356b04007f1e2a10bcac52ddd5e5d14f SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
24 -DIST mod_wsgi-4.5.17.tar.gz 680160 BLAKE2B 496f81cea9256622bc6ee96308b47c264479701f64bcd5bef7699211a288a45d459df8f30b014cdf1e9b911b6aeff454ca7ccb5cb8eebe8b238e903a89fd8a26 SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973
25 -DIST mod_wsgi-4.5.21.tar.gz 682330 BLAKE2B 984437becb86e1df5bb3fcdb55c441d9634c98181f3704068617773f61048ccd38ea8617409b6e64413fb3584eaf46bd2c8fe67afd86993e4e0e85076d2bd98a SHA512 3180cf19bd5238586b288a030542c779533da8a35531f5d18edd85a1143e515b0906a599d2e1fd3251e3fa19bde6469fdc5c92850d9544e115736262c083d383
26 DIST mod_wsgi-4.6.5.tar.gz 693825 BLAKE2B 1564c331505706548ed171a6f57ad8947eea257295ecae56c0d3e87c4d15743ea4bb0275ae94a6168912ff27fcfcd06eec823b8332d19895ed803ad6164da77b SHA512 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044
27 DIST mod_wsgi-4.7.0.tar.gz 695658 BLAKE2B 4332e5c30219cde9cf44c8633f3052faa104524d5a2ccd151fe9675364760cb9c447001289094c57cef21df4e364962c93e85f3a3eef36325e9b96e7715dfc19 SHA512 4c40a07301ef7f42ff175cfd5efd9c4916ba90749780cdc470cc0c62b190af810ba4284504f2b342c1e92801637aa52ba5719e0b114a072fd50d68754abdf36f
28
29 diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild
30 deleted file mode 100644
31 index 761d1695797..00000000000
32 --- a/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="5"
39 -
40 -PYTHON_COMPAT=( python2_7 python3_6 )
41 -PYTHON_REQ_USE="threads"
42 -
43 -inherit apache-module eutils python-single-r1
44 -
45 -DESCRIPTION="An Apache2 module for running Python WSGI applications"
46 -HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
47 -SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
52 -IUSE=""
53 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 -
55 -DEPEND=""
56 -RDEPEND="${PYTHON_DEPS}"
57 -
58 -APACHE2_MOD_CONF="70_${PN}"
59 -APACHE2_MOD_DEFINE="WSGI"
60 -APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
61 -
62 -DOCFILES="README.rst"
63 -
64 -need_apache2
65 -
66 -src_configure() {
67 - econf --with-apxs=${APXS} --with-python=${PYTHON}
68 -}
69 -
70 -src_compile() {
71 - default
72 -}
73
74 diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild
75 deleted file mode 100644
76 index 761d1695797..00000000000
77 --- a/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild
78 +++ /dev/null
79 @@ -1,38 +0,0 @@
80 -# Copyright 1999-2020 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI="5"
84 -
85 -PYTHON_COMPAT=( python2_7 python3_6 )
86 -PYTHON_REQ_USE="threads"
87 -
88 -inherit apache-module eutils python-single-r1
89 -
90 -DESCRIPTION="An Apache2 module for running Python WSGI applications"
91 -HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
92 -SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="Apache-2.0"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
97 -IUSE=""
98 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
99 -
100 -DEPEND=""
101 -RDEPEND="${PYTHON_DEPS}"
102 -
103 -APACHE2_MOD_CONF="70_${PN}"
104 -APACHE2_MOD_DEFINE="WSGI"
105 -APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
106 -
107 -DOCFILES="README.rst"
108 -
109 -need_apache2
110 -
111 -src_configure() {
112 - econf --with-apxs=${APXS} --with-python=${PYTHON}
113 -}
114 -
115 -src_compile() {
116 - default
117 -}