Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
Date: Wed, 16 Dec 2015 18:00:43
Message-Id: 1450288739.ad1f41b1ba74df2e6c7b70f9042dbc0877e13e76.dolsen@gentoo
1 commit: ad1f41b1ba74df2e6c7b70f9042dbc0877e13e76
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 16 17:58:27 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 16 17:58:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1f41b1
7
8 app-portage/gentoolkit: Version bump, add python-3.5
9
10 Add python3_5 compat to 0.3.1 and 9999 versions.
11 First release with the python revdep-rebuild as the primary app.
12
13 Package-Manager: portage-2.2.26
14
15 app-portage/gentoolkit/Manifest | 1 +
16 .../{gentoolkit-9999.ebuild => gentoolkit-0.3.1.ebuild} | 14 ++++++--------
17 app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 +-
18 3 files changed, 8 insertions(+), 9 deletions(-)
19
20 diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
21 index 479b53e..74bfe1c 100644
22 --- a/app-portage/gentoolkit/Manifest
23 +++ b/app-portage/gentoolkit/Manifest
24 @@ -1,2 +1,3 @@
25 DIST gentoolkit-0.3.0.8.tar.gz 3192497 SHA256 0338dee7c295c32b60a84e529b764d2bc61536fa3aca021cd5a75c6e534864a6 SHA512 50efd701d0d056740bcf7c7cdce652ae7c9e2786f799f5d30946e752b8aa735489d3e0dc5c7664a5810a0f22cec05b9bc7ccc10292b07ac4dd0777658651f72d WHIRLPOOL 5a2455e50d4e0f4df8abab5b81deb6bb00e078dfed1687ae046ce97a0427eafea2d3de9b83ac6de8155d207653d001c6684ac92226fa2320515c6e14c8fea6e0
26 DIST gentoolkit-0.3.0.9.tar.gz 3194703 SHA256 c660d150dfccbaea6f291fb7fc2659c8e0e38eaebe6e68f92dee728c8c7e320d SHA512 75b2d15b2b9ed08055840b56b239ed5d63838a10e8d31ec3ed8822cf1d3ef32841609763433736e17f93a5fdd293ccbda4a3dfa0f007241321aec3333bcde847 WHIRLPOOL 5e9dc038c161361eb2dd8f0cd17e8efaa41183a281d6fcf620c1631c6da661673d085c60572424cd48504222c29613473591f8dd276792ab96ba3cfda88f1fe1
27 +DIST gentoolkit-0.3.1.tar.gz 3195571 SHA256 ec494d81c8d24e1a69347464733459c0dba0e4c1881d7d5bdc34f7c770f9e3a6 SHA512 6593bc3cad4b9716b9b126bd17fd6662b9aad05b89941297a23deca4651fe4c1552c8fd92b0e284b5a5eeb3f76b1c350d753966abbcc6d2ce8a9e8341f5de794 WHIRLPOOL 82064735ebb64b3cac9ac80f31f24524e9180c78b37472189c1aa72baa698a7eec79009e95ae6e26dbda4c3fd77c1b9dc6f949513511f96fe7cf79d25ac37e28
28
29 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.1.ebuild
30 similarity index 76%
31 copy from app-portage/gentoolkit/gentoolkit-9999.ebuild
32 copy to app-portage/gentoolkit/gentoolkit-0.3.1.ebuild
33 index c139555..4311b00 100644
34 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
35 +++ b/app-portage/gentoolkit/gentoolkit-0.3.1.ebuild
36 @@ -4,22 +4,20 @@
37
38 EAPI="5"
39
40 -PYTHON_COMPAT=(python{2_7,3_3,3_4} pypy)
41 +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5} pypy)
42 PYTHON_REQ_USE="xml(+),threads(+)"
43
44 -inherit distutils-r1 git-r3
45 -
46 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoolkit.git"
47 +inherit distutils-r1
48
49 DESCRIPTION="Collection of administration scripts for Gentoo"
50 HOMEPAGE="https://www.gentoo.org/proj/en/portage/tools/index.xml"
51 -SRC_URI=""
52 +SRC_URI="http://dev.gentoo.org/~dolsen/releases/gentoolkit/${P}.tar.gz"
53
54 LICENSE="GPL-2"
55 SLOT="0"
56 IUSE=""
57
58 -KEYWORDS=""
59 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
60
61 DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
62 RDEPEND="${DEPEND}
63 @@ -31,8 +29,8 @@ RDEPEND="${DEPEND}
64
65 python_prepare_all() {
66 python_setup
67 - echo VERSION="9999-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
68 - VERSION="9999-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
69 + echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
70 + VERSION="${PVR}" "${PYTHON}" setup.py set_version
71 distutils-r1_python_prepare_all
72 }
73
74
75 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
76 index c139555..bba13e5 100644
77 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
78 +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
79 @@ -4,7 +4,7 @@
80
81 EAPI="5"
82
83 -PYTHON_COMPAT=(python{2_7,3_3,3_4} pypy)
84 +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5} pypy)
85 PYTHON_REQ_USE="xml(+),threads(+)"
86
87 inherit distutils-r1 git-r3