[gentoo-commits] repo/gentoo:master commit in: www-apps/scgi/

2017-02-17 Thread Michał Górny
commit: bcb0b1bc403e33e2f4a3b9cbafcb42f5622b0a38
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 19:17:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 20:24:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb0b1bc

www-apps/scgi: distutils-r1, EAPI=6

 www-apps/scgi/{scgi-1.14.ebuild => scgi-1.14-r1.ebuild} | 15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/www-apps/scgi/scgi-1.14.ebuild b/www-apps/scgi/scgi-1.14-r1.ebuild
similarity index 75%
rename from www-apps/scgi/scgi-1.14.ebuild
rename to www-apps/scgi/scgi-1.14-r1.ebuild
index 46542e14a6..8bd6927c65 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
 }



[gentoo-commits] repo/gentoo:master commit in: www-apps/scgi/

2016-12-31 Thread Agostino Sarubbo
commit: 1a98fe5401ce788839b9adba34a663bf694fe652
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 31 22:17:54 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 31 22:20:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a98fe54

www-apps/scgi: amd64 stable wrt bug #549002

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/scgi/scgi-1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/scgi/scgi-1.14.ebuild b/www-apps/scgi/scgi-1.14.ebuild
index 1fca728..46542e1 100644
--- a/www-apps/scgi/scgi-1.14.ebuild
+++ b/www-apps/scgi/scgi-1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="http://python.ca/scgi/releases/${P}.tar.gz;
 
 LICENSE="CNRI"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 DEPEND=""