diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-17 20:17:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-17 21:24:35 +0100 |
commit | bcb0b1bc403e33e2f4a3b9cbafcb42f5622b0a38 (patch) | |
tree | add0ed5a4ce75d58f1166b9197fc7574dc1871a0 /www-apps | |
parent | distutils-r1.eclass: Reject EAPI=4 explicitly (diff) | |
download | gentoo-bcb0b1bc403e33e2f4a3b9cbafcb42f5622b0a38.tar.gz gentoo-bcb0b1bc403e33e2f4a3b9cbafcb42f5622b0a38.tar.bz2 gentoo-bcb0b1bc403e33e2f4a3b9cbafcb42f5622b0a38.zip |
www-apps/scgi: distutils-r1, EAPI=6
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/scgi/scgi-1.14-r1.ebuild (renamed from www-apps/scgi/scgi-1.14.ebuild) | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/www-apps/scgi/scgi-1.14.ebuild b/www-apps/scgi/scgi-1.14-r1.ebuild index 46542e14a6cb..8bd6927c6527 100644 --- a/www-apps/scgi/scgi-1.14.ebuild +++ b/www-apps/scgi/scgi-1.14-r1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +EAPI=6 -inherit distutils +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 DESCRIPTION="A Python package for implementing SCGI servers" HOMEPAGE="https://pypi.python.org/pypi/scgi http://python.ca/scgi/ http://www.mems-exchange.org/software/scgi/" @@ -22,10 +21,6 @@ DEPEND="" RDEPEND="" pkg_postinst() { - distutils_pkg_postinst - - elog elog "This package does not install mod_scgi!" elog "Please install www-apache/mod_scgi if you need it." - elog } |