From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rpmdevtools/
Date: Sat, 10 Oct 2020 08:41:51 +0000 (UTC) [thread overview]
Message-ID: <1602319306.86d4545e1fb6c66cbd37dfc58e025aba1db720f5.kensington@gentoo> (raw)
commit: 86d4545e1fb6c66cbd37dfc58e025aba1db720f5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 08:38:07 2020 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 08:41:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d4545e
dev-util/rpmdevtools: version bump 9.2
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
dev-util/rpmdevtools/Manifest | 1 +
dev-util/rpmdevtools/rpmdevtools-9.2.ebuild | 36 +++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-util/rpmdevtools/Manifest b/dev-util/rpmdevtools/Manifest
index 2e4c90b42e5..1b4478c227a 100644
--- a/dev-util/rpmdevtools/Manifest
+++ b/dev-util/rpmdevtools/Manifest
@@ -1 +1,2 @@
DIST rpmdevtools-8.10.tar.xz 94976 BLAKE2B 290044a511f77111487cef40b6b9bd706f0bf6b2b65681a931839f1fd00aa490c106492de35643c8a7218762e4e92c9bd44a42d8976472c15748d9ad94f0d5c0 SHA512 49f310d5cf1e709e8001ffcf2b17afa7f7a89ef9c8f805d694149a914c40626a08afe93b16d9ed41df1717d0bc97713c06a3b0e63f13fa53d978c6204bb05d57
+DIST rpmdevtools-9.2.tar.xz 95528 BLAKE2B 2485b4a1f27bc07b2c865804829fe2692383d54ce976d32919ee717b52b32aec93c1e50382e8e74cdbb630fda1655d68c840057e61428a45ab40ac31bc5b4ae1 SHA512 fbfe1123421775eb892776362f39144ce0e7c6519bdf23c7d9eb746c867d998d6a0ecce376ceaffec82e786040e41f2494dbec3170af1fa74a204447a4965fff
diff --git a/dev-util/rpmdevtools/rpmdevtools-9.2.ebuild b/dev-util/rpmdevtools/rpmdevtools-9.2.ebuild
new file mode 100644
index 00000000000..d3360b83919
--- /dev/null
+++ b/dev-util/rpmdevtools/rpmdevtools-9.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit python-single-r1
+
+DESCRIPTION="Collection of rpm packaging related utilities"
+HOMEPAGE="https://pagure.io/rpmdevtools"
+SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
+IUSE="emacs"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
+ dev-lang/perl:*
+ $(python_gen_cond_dep 'dev-python/progressbar2[${PYTHON_USEDEP}]')
+ $(python_gen_cond_dep 'dev-python/requests_download[${PYTHON_USEDEP}]')
+"
+RDEPEND="${DEPEND}
+ net-misc/curl
+ emacs? ( app-emacs/rpm-spec-mode )
+"
+BDEPEND="sys-apps/help2man"
+
+src_prepare() {
+ default
+ python_fix_shebang rpmdev-{bumpspec,checksig,rmdevelrpms.py,sort,spectool,vercmp}
+}
next reply other threads:[~2020-10-10 8:41 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-10 8:41 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-29 19:03 [gentoo-commits] repo/gentoo:master commit in: dev-util/rpmdevtools/ Andreas Sturmlechner
2024-06-11 19:00 Sam James
2024-06-02 4:57 Sam James
2023-05-01 8:34 Sam James
2022-06-24 8:55 Michael Palimaka
2021-10-26 7:45 Michael Palimaka
2021-09-22 6:54 Agostino Sarubbo
2021-09-20 8:28 Michael Palimaka
2021-08-14 4:44 Michael Palimaka
2021-06-24 7:52 Michael Palimaka
2021-06-19 12:23 Michael Palimaka
2021-05-01 18:19 Agostino Sarubbo
2021-04-20 12:05 Michael Palimaka
2021-04-01 12:54 Thomas Deutschmann
2020-09-06 9:44 Michael Palimaka
2020-03-28 3:04 Michael Palimaka
2020-03-20 8:59 Agostino Sarubbo
2020-02-10 11:53 Michael Palimaka
2020-02-09 16:25 Michał Górny
2017-08-11 13:14 Michael Palimaka
2017-08-11 13:14 Michael Palimaka
2017-06-29 12:07 Michael Palimaka
2017-06-29 12:07 Michael Palimaka
2016-08-07 7:04 Pacho Ramos
2015-08-20 7:58 Guilherme Amadio
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=1602319306.86d4545e1fb6c66cbd37dfc58e025aba1db720f5.kensington@gentoo \
--to=kensington@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