From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/
Date: Sat, 22 Sep 2018 09:41:04 +0000 (UTC) [thread overview]
Message-ID: <1537609253.d46bdef8c7e928114e8d80198e6899fca9d4a558.zmedico@gentoo> (raw)
commit: d46bdef8c7e928114e8d80198e6899fca9d4a558
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 09:23:58 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 09:40:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46bdef8
app-portage/repoman: version bump to 2.3.11
Support the new Gentoo Authors copyright policy and automatically apply
the new policy when updating copyright headers. Earlier versions of
repoman will report an ebuild.badheader warning for the new copyright
headers. Users of earlier versions of repoman should be advised to
simply ignore the ebuild.badheader warning, or else upgrade to the
latest version of repoman.
Bug: https://bugs.gentoo.org/666330
Package-Manager: Portage-2.3.49, Repoman-2.3.11
app-portage/repoman/Manifest | 1 +
app-portage/repoman/repoman-2.3.11.ebuild | 63 +++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest
index 60910b8dccf..2f3edc0ed30 100644
--- a/app-portage/repoman/Manifest
+++ b/app-portage/repoman/Manifest
@@ -1,5 +1,6 @@
DIST repoman-2.3.0-bug-586864.patch 1074 BLAKE2B f29ed4b9b66540bf765cd9bdf46ed10d99845ca141df4ad9701d94d8283343bb2e9101cf44e10ed2dc2dd11d02c5dea68e113f624db82d420dac5e846dd44c59 SHA512 b48112a623a4844e5783f229ee0208f729b99ab46128d19735a76633efee17deb81342b5dc8fa67f4f4f5a851509c04c8d2f2ba2cbd992a9d26e61da4ed5f7e8
DIST repoman-2.3.0.tar.bz2 75285 BLAKE2B 980fadf2247869358f76f6708117b8a9591763e9cae8fdeed8fe4cbc6915d0fd4473381a0eed99c16fc67394fda996c12b9784b7511ebe07267496e39d683258 SHA512 960c63caed12f7c89d374ecceb39677b62d588bf75cc8da1857641c60310061188f4c2fd7177c93a4e8f20cf00a423426f2a70666320f263158531a618a7ff9c
DIST repoman-2.3.10.tar.bz2 87545 BLAKE2B 67e1e514eebd50516aeaea2708ebe4c9d69cbf61add5fa19a31681f085a6dd8c39695cb63d9b4cd23caa955c85669148fce3c31c08b913e31839ff186e3b3ecc SHA512 498ce493661eb5939a5f1345337e11a84e97fc11a0556f2660bd8900f0cb0f6340a401e5728c4557248dd54bcdc0a7d2c72dbb23eea3acb35e053d7359c0e535
+DIST repoman-2.3.11.tar.bz2 86807 BLAKE2B f5bf8e9b7bac7816ee9b1139d0e0d30e99fc06da4fb742e430c237d9be0e6261bcf5d8f3412f1c20a34e2766c5acc86176b4731f20adc9554de9949bd5622a5d SHA512 331614554bb7ba49b8b63b8612642426fb458aa84de78bb9958be85d03e43d662fc094ecd2472a6f06c6b4f0368ec0542083b04c25f7d8b6aabb432cd2b32367
DIST repoman-2.3.6.tar.bz2 78961 BLAKE2B c11953ced4d6bcd5e6e6a5b2dacb8802446f3acfd1842854b33fa8c0a64fa636a0b278b4fd3010b7070a7e2f00ae841ea331925ca20175e7c7e571082195d3d1 SHA512 490078d4621073e448d037373617911093bc4c3262961c4da00f201f880069c0b70c019abd86c15954ff0c547b0ea49434ee97cd972c2baff82f7cfed1a987b3
DIST repoman-2.3.9.tar.bz2 86432 BLAKE2B 8b60e9ee2705e8fe5d6ab569120f96ca452327c70b95a3b2fff291d4e5c6e446a5bbfa9256b5b0ed18a4e54662bb1b60f4a1e80a8a0c07d276a42fe756ec30e2 SHA512 7b492db9b46f8ebb681ec7dec6dee4a40ce5f95809d505e8b74058c391d16dacdb0171befad64f0281c0168316fcc9d7ec09c7b37742b87b890593ac610329a7
diff --git a/app-portage/repoman/repoman-2.3.11.ebuild b/app-portage/repoman/repoman-2.3.11.ebuild
new file mode 100644
index 00000000000..3273c5884de
--- /dev/null
+++ b/app-portage/repoman/repoman-2.3.11.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_REQ_USE='bzip2(+)'
+
+inherit distutils-r1
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"
+ S="${WORKDIR}/${P}/repoman"
+else
+ SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~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"
+fi
+
+DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=sys-apps/portage-2.3.43[${PYTHON_USEDEP}]
+ >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_test() {
+ esetup.py test
+}
+
+python_install() {
+ # Install sbin scripts to bindir for python-exec linking
+ # they will be relocated in pkg_preinst()
+ distutils-r1_python_install \
+ --system-prefix="${EPREFIX}/usr" \
+ --bindir="$(python_get_scriptdir)" \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+ --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
+ --sbindir="$(python_get_scriptdir)" \
+ --sysconfdir="${EPREFIX}/etc" \
+ "${@}"
+}
+
+pkg_postinst() {
+ if [[ -z {REPLACING_VERSIONS} ]]; then
+ elog ""
+ elog "This release of repoman is from the new portage/repoman split"
+ elog "release code base."
+ elog "This new repoman code base is still being developed. So its API's"
+ elog "are not to be considered stable and are subject to change."
+ elog "The code released has been tested and considered ready for use."
+ elog "This however does not guarantee it to be completely bug free."
+ elog "Please report any bugs you may encounter."
+ elog ""
+ fi
+}
next reply other threads:[~2018-09-22 9:41 UTC|newest]
Thread overview: 182+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-22 9:41 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-09 6:03 [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ Sam James
2022-03-09 21:15 Matt Turner
2021-08-15 19:46 Sam James
2021-08-13 21:54 Sam James
2021-08-11 23:10 Sam James
2021-08-11 23:10 Sam James
2021-08-11 23:10 Sam James
2021-08-11 23:10 Sam James
2021-08-11 23:10 Sam James
2021-06-06 6:11 Zac Medico
2021-06-04 8:52 Michał Górny
2021-04-11 18:26 Zac Medico
2021-03-31 8:19 Zac Medico
2021-03-29 7:59 Zac Medico
2021-02-23 23:09 Zac Medico
2021-01-06 13:23 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-11-04 12:29 Mike Frysinger
2020-10-18 8:31 Zac Medico
2020-10-07 17:06 Zac Medico
2020-10-07 10:17 Georgy Yakovlev
2020-09-18 10:14 Agostino Sarubbo
2020-09-06 18:00 Sam James
2020-09-06 17:10 Georgy Yakovlev
2020-09-05 16:17 Thomas Deutschmann
2020-09-04 10:31 Sergei Trofimovich
2020-09-04 5:03 Sam James
2020-09-04 4:29 Sam James
2020-09-04 4:28 Sam James
2020-08-19 7:30 Zac Medico
2020-08-19 5:43 Zac Medico
2020-08-17 7:22 Zac Medico
2020-08-17 6:13 Zac Medico
2020-06-23 4:57 Zac Medico
2020-06-23 4:57 Zac Medico
2020-05-08 9:36 Sergei Trofimovich
2020-05-04 15:29 Agostino Sarubbo
2020-05-04 15:15 Agostino Sarubbo
2020-05-04 13:33 Agostino Sarubbo
2020-05-04 13:32 Agostino Sarubbo
2020-05-04 13:31 Agostino Sarubbo
2020-05-04 13:30 Agostino Sarubbo
2020-05-04 13:29 Agostino Sarubbo
2020-05-04 6:16 Mart Raudsepp
2020-04-03 7:37 Mart Raudsepp
2020-03-25 20:58 Zac Medico
2020-03-19 9:41 Michał Górny
2020-03-15 13:06 Mikle Kolyada
2020-03-15 2:08 Zac Medico
2020-02-13 9:17 Agostino Sarubbo
2020-01-27 11:52 Mikle Kolyada
2020-01-26 11:32 Sergei Trofimovich
2020-01-23 10:36 Agostino Sarubbo
2020-01-21 10:42 Agostino Sarubbo
2020-01-21 10:35 Agostino Sarubbo
2020-01-21 9:03 Agostino Sarubbo
2020-01-21 8:44 Agostino Sarubbo
2020-01-21 3:46 Georgy Yakovlev
2020-01-21 0:37 Zac Medico
2020-01-13 9:39 Michał Górny
2020-01-03 23:42 Zac Medico
2020-01-03 22:22 Zac Medico
2019-12-06 7:52 Zac Medico
2019-11-27 4:21 Zac Medico
2019-11-09 6:00 Zac Medico
2019-09-13 15:39 Mikle Kolyada
2019-09-13 15:39 Mikle Kolyada
2019-09-13 15:39 Mikle Kolyada
2019-08-05 6:20 Zac Medico
2019-07-26 8:47 Agostino Sarubbo
2019-07-26 8:39 Agostino Sarubbo
2019-07-26 8:39 Agostino Sarubbo
2019-07-24 21:52 Sergei Trofimovich
2019-07-24 21:51 Sergei Trofimovich
2019-07-24 21:49 Sergei Trofimovich
2019-07-24 21:47 Sergei Trofimovich
2019-07-24 20:49 Thomas Deutschmann
2019-07-24 12:27 Aaron Bauman
2019-07-24 7:04 Mikle Kolyada
2019-07-24 2:59 Zac Medico
2019-06-23 18:20 Zac Medico
2019-06-23 17:49 Zac Medico
2019-06-20 1:21 Zac Medico
2019-06-20 1:10 Zac Medico
2019-06-03 22:24 Zac Medico
2019-05-26 7:55 Zac Medico
2019-05-04 14:28 Andreas K. Hüttel
2018-11-04 3:28 Zac Medico
2018-11-04 0:13 Zac Medico
2018-10-13 6:56 Tobias Klausmann
2018-10-12 16:23 Mikle Kolyada
2018-10-11 16:50 Tobias Klausmann
2018-10-09 9:38 Mikle Kolyada
2018-10-06 23:05 Thomas Deutschmann
2018-10-06 22:37 Mart Raudsepp
2018-10-06 18:23 Sergei Trofimovich
2018-10-06 17:13 Sergei Trofimovich
2018-10-06 16:48 Matt Turner
2018-10-05 17:08 Mikle Kolyada
2018-09-26 20:49 Sergei Trofimovich
2018-09-19 0:49 Thomas Deutschmann
2018-09-18 22:11 Sergei Trofimovich
2018-09-18 18:59 Sergei Trofimovich
2018-09-18 1:53 Matt Turner
2018-09-18 1:53 Matt Turner
2018-09-17 21:06 Mart Raudsepp
2018-09-17 6:07 Mikle Kolyada
2018-09-16 8:10 Mikle Kolyada
2018-08-05 19:45 Zac Medico
2018-08-05 19:45 Zac Medico
2018-07-17 19:52 Zac Medico
2018-07-16 7:13 Zac Medico
2018-07-02 18:27 Markus Meier
2018-06-27 22:15 Sergei Trofimovich
2018-06-27 21:54 Sergei Trofimovich
2018-06-19 17:29 Tobias Klausmann
2018-06-18 18:31 Sergei Trofimovich
2018-06-03 18:52 Zac Medico
2018-06-03 10:34 Mikle Kolyada
2018-06-02 19:11 Mart Raudsepp
2018-06-02 17:51 Sergei Trofimovich
2018-06-02 9:04 Mikle Kolyada
2018-05-13 15:36 Zac Medico
2018-04-04 21:00 Zac Medico
2018-03-30 23:46 Zac Medico
2018-03-30 7:03 Zac Medico
2018-03-30 5:25 Zac Medico
2018-03-30 4:30 Zac Medico
2018-03-28 7:57 Zac Medico
2018-03-15 14:29 Mikle Kolyada
2018-03-06 13:32 Tobias Klausmann
2018-03-01 22:11 Mart Raudsepp
2018-01-21 22:32 Sergei Trofimovich
2018-01-21 22:25 Sergei Trofimovich
2018-01-21 20:30 Thomas Deutschmann
2018-01-18 21:58 Sergei Trofimovich
2018-01-17 19:49 Mikle Kolyada
2017-12-22 5:20 Markus Meier
2017-12-12 12:27 Fabian Groffen
2017-11-27 22:19 James Le Cuirot
2017-11-15 19:21 Matt Turner
2017-11-15 7:34 Sergei Trofimovich
2017-11-14 22:03 Zac Medico
2017-11-14 5:24 Zac Medico
2017-11-14 5:15 Zac Medico
2017-10-27 11:42 Manuel Rüger
2017-10-25 16:42 Brian Dolbec
2017-10-18 15:32 Sergei Trofimovich
2017-10-13 0:13 Sergei Trofimovich
2017-10-02 23:45 Thomas Deutschmann
2017-10-02 12:16 Manuel Rüger
2017-09-24 17:17 Sergei Trofimovich
2017-09-19 19:46 Markus Meier
2017-09-19 19:29 Sergei Trofimovich
2017-07-18 22:51 Brian Dolbec
2017-05-27 15:46 David Seifert
2017-05-09 16:31 Markus Meier
2017-04-30 9:36 Jeroen Roovers
2017-03-09 15:54 Michael Haubenwallner
2017-03-02 2:27 Brian Dolbec
2017-02-28 11:22 Tobias Klausmann
2017-02-23 16:30 Agostino Sarubbo
2017-02-23 15:55 Agostino Sarubbo
2017-02-12 22:56 Zac Medico
2017-01-27 15:38 Fabian Groffen
2016-12-12 17:11 Mike Gilbert
2016-12-12 16:27 Michał Górny
2016-12-12 1:32 Brian Dolbec
2016-11-12 4:29 Mike Frysinger
2016-10-15 9:52 Pacho Ramos
2016-10-14 10:34 Agostino Sarubbo
2016-09-23 17:40 Tobias Klausmann
2016-08-18 19:30 Markus Meier
2016-08-13 11:33 Jeroen Roovers
2016-07-27 22:47 Zac Medico
2016-06-27 10:22 Zac Medico
2016-06-23 17:44 Brian Dolbec
2016-05-22 21:21 Brian Dolbec
2016-05-22 20:23 Brian Dolbec
2016-05-16 16:20 Brian Dolbec
2016-05-16 0:41 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1537609253.d46bdef8c7e928114e8d80198e6899fca9d4a558.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox