Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pylibconfig2/
Date: Tue, 28 Jun 2016 12:59:28
Message-Id: 1467118205.03009d0f3f97b09541fe5c8aac291ccdf5533605.marbre@gentoo
1 commit: 03009d0f3f97b09541fe5c8aac291ccdf5533605
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jun 28 12:50:05 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jun 28 12:50:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03009d0f
7
8 dev-python/pylibconfig2: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild | 4 ++--
13 dev-python/pylibconfig2/pylibconfig2-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
17 index 923993b..f0250f7 100644
18 --- a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
19 +++ b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28 PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
29
30 inherit distutils-r1
31
32 diff --git a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
33 index 4a7645f..495d8b8 100644
34 --- a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
35 +++ b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
36 @@ -1,8 +1,8 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 -EAPI=5
43 +EAPI=6
44 PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
45
46 inherit distutils-r1 git-r3