Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/
Date: Mon, 16 Jul 2018 07:14:01
Message-Id: 1531725225.c72c6b8fd2ec4cc73a0098821411e3e59da8959d.zmedico@gentoo
1 commit: c72c6b8fd2ec4cc73a0098821411e3e59da8959d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 07:02:10 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 07:13:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72c6b8f
7
8 app-portage/repoman: version bump to repoman-2.3.10
9
10 #649482 - warn about = deps without revision
11 #660982 - populate implicit IUSE for empty profile
12
13 Package-Manager: Portage-2.3.43, Repoman-2.3.10
14
15 app-portage/repoman/Manifest | 1 +
16 app-portage/repoman/repoman-2.3.10.ebuild | 61 +++++++++++++++++++++++++++++++
17 2 files changed, 62 insertions(+)
18
19 diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest
20 index d2d17712db8..60910b8dccf 100644
21 --- a/app-portage/repoman/Manifest
22 +++ b/app-portage/repoman/Manifest
23 @@ -1,4 +1,5 @@
24 DIST repoman-2.3.0-bug-586864.patch 1074 BLAKE2B f29ed4b9b66540bf765cd9bdf46ed10d99845ca141df4ad9701d94d8283343bb2e9101cf44e10ed2dc2dd11d02c5dea68e113f624db82d420dac5e846dd44c59 SHA512 b48112a623a4844e5783f229ee0208f729b99ab46128d19735a76633efee17deb81342b5dc8fa67f4f4f5a851509c04c8d2f2ba2cbd992a9d26e61da4ed5f7e8
25 DIST repoman-2.3.0.tar.bz2 75285 BLAKE2B 980fadf2247869358f76f6708117b8a9591763e9cae8fdeed8fe4cbc6915d0fd4473381a0eed99c16fc67394fda996c12b9784b7511ebe07267496e39d683258 SHA512 960c63caed12f7c89d374ecceb39677b62d588bf75cc8da1857641c60310061188f4c2fd7177c93a4e8f20cf00a423426f2a70666320f263158531a618a7ff9c
26 +DIST repoman-2.3.10.tar.bz2 87545 BLAKE2B 67e1e514eebd50516aeaea2708ebe4c9d69cbf61add5fa19a31681f085a6dd8c39695cb63d9b4cd23caa955c85669148fce3c31c08b913e31839ff186e3b3ecc SHA512 498ce493661eb5939a5f1345337e11a84e97fc11a0556f2660bd8900f0cb0f6340a401e5728c4557248dd54bcdc0a7d2c72dbb23eea3acb35e053d7359c0e535
27 DIST repoman-2.3.6.tar.bz2 78961 BLAKE2B c11953ced4d6bcd5e6e6a5b2dacb8802446f3acfd1842854b33fa8c0a64fa636a0b278b4fd3010b7070a7e2f00ae841ea331925ca20175e7c7e571082195d3d1 SHA512 490078d4621073e448d037373617911093bc4c3262961c4da00f201f880069c0b70c019abd86c15954ff0c547b0ea49434ee97cd972c2baff82f7cfed1a987b3
28 DIST repoman-2.3.9.tar.bz2 86432 BLAKE2B 8b60e9ee2705e8fe5d6ab569120f96ca452327c70b95a3b2fff291d4e5c6e446a5bbfa9256b5b0ed18a4e54662bb1b60f4a1e80a8a0c07d276a42fe756ec30e2 SHA512 7b492db9b46f8ebb681ec7dec6dee4a40ce5f95809d505e8b74058c391d16dacdb0171befad64f0281c0168316fcc9d7ec09c7b37742b87b890593ac610329a7
29
30 diff --git a/app-portage/repoman/repoman-2.3.10.ebuild b/app-portage/repoman/repoman-2.3.10.ebuild
31 new file mode 100644
32 index 00000000000..fa219d8694b
33 --- /dev/null
34 +++ b/app-portage/repoman/repoman-2.3.10.ebuild
35 @@ -0,0 +1,61 @@
36 +# Copyright 1999-2018 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
42 +PYTHON_REQ_USE='bzip2(+)'
43 +
44 +inherit distutils-r1
45 +
46 +if [[ ${PV} == *9999 ]]; then
47 + inherit git-r3
48 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"
49 + S="${WORKDIR}/${P}/repoman"
50 +else
51 + SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2"
52 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 +fi
54 +
55 +DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
56 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
57 +
58 +LICENSE="GPL-2"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + >=sys-apps/portage-2.3.43[${PYTHON_USEDEP}]
64 + >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
65 + dev-python/pyyaml[${PYTHON_USEDEP}]
66 +"
67 +DEPEND="${RDEPEND}"
68 +
69 +python_test() {
70 + esetup.py test
71 +}
72 +
73 +python_install() {
74 + # Install sbin scripts to bindir for python-exec linking
75 + # they will be relocated in pkg_preinst()
76 + distutils-r1_python_install \
77 + --system-prefix="${EPREFIX}/usr" \
78 + --bindir="$(python_get_scriptdir)" \
79 + --docdir="${EPREFIX}/usr/share/doc/${PF}" \
80 + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
81 + --sbindir="$(python_get_scriptdir)" \
82 + --sysconfdir="${EPREFIX}/etc" \
83 + "${@}"
84 +}
85 +
86 +pkg_postinst() {
87 + einfo ""
88 + einfo "This release of repoman is from the new portage/repoman split"
89 + einfo "release code base."
90 + einfo "This new repoman code base is still being developed. So its API's"
91 + einfo "are not to be considered stable and are subject to change."
92 + einfo "The code released has been tested and considered ready for use."
93 + einfo "This however does not guarantee it to be completely bug free."
94 + einfo "Please report any bugs you may encounter."
95 + einfo ""
96 +}