public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rpmdevtools/
Date: Thu, 29 Jun 2017 12:07:45 +0000 (UTC)	[thread overview]
Message-ID: <1498738056.c1f53f0717604177952b53befa074f2883efac41.kensington@gentoo> (raw)

commit:     c1f53f0717604177952b53befa074f2883efac41
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 12:01:41 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 12:07:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f53f07

dev-util/rpmdevtools: version bump 8.10

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/rpmdevtools/Manifest                |  1 +
 dev-util/rpmdevtools/rpmdevtools-8.10.ebuild | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/rpmdevtools/Manifest b/dev-util/rpmdevtools/Manifest
index 966d034411a..d03420b04f3 100644
--- a/dev-util/rpmdevtools/Manifest
+++ b/dev-util/rpmdevtools/Manifest
@@ -1,2 +1,3 @@
+DIST rpmdevtools-8.10.tar.xz 94976 SHA256 dddf6649f2bcbe0204bd59316a387a59bb9056aaa14593e1b4dcdfe8c05dafcc SHA512 49f310d5cf1e709e8001ffcf2b17afa7f7a89ef9c8f805d694149a914c40626a08afe93b16d9ed41df1717d0bc97713c06a3b0e63f13fa53d978c6204bb05d57 WHIRLPOOL 2db8900fe8198632a057551600a686bda5b549d1e0e9a274e336519d2831d588ee4ac7ae4efa8961b21fa9b02cfc857b026cf028d33002702eee970539844f74
 DIST rpmdevtools-8.3.tar.xz 102040 SHA256 5f03dc5414e485ba8eb6c13480826fe80cc55d04df064a2117e63b4667fc42cf SHA512 9d3d79d30abf5f579a11068aa2788967dfdcaf87bcd6ec127baede1cbfd38295671ae24700cf4a5c5433ae8bf0c7b3ba2466078aa491067d35db7c56a6efd0f5 WHIRLPOOL f4a4345a646072162b9ac2dd2f05997483e10b0ff3c6ea40fa4ac260a9ae99745d03c1245cd8b7e49bf015a4df841b276d7cc0772c200b5e4e73c299edb257bc
 DIST rpmdevtools-8.5.tar.xz 89360 SHA256 e6391c9feb19c68468d590936a8178fdfb23b190f9f038586e8be5062d26f054 SHA512 410c2c284ad5283c2f368f0c644f4f4ce950e5be697c93912bf5f6e82ec342515780b1723a09e80e645737923727fbca75ba93c5cb17527c376603457f17795d WHIRLPOOL 8ce189c3fd3e13e1baa84a1a0d349d5447674aacd5d440af33d116df24a60b09dec25c13a8fd5c7364a05dcd4d996abfad77f7de38c111e1445c9d2665ac17de

diff --git a/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild b/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild
new file mode 100644
index 00000000000..aa6e30a5cb6
--- /dev/null
+++ b/dev-util/rpmdevtools/rpmdevtools-8.10.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_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 ~x86 ~amd64-linux ~x86-linux"
+IUSE="emacs"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+	${PYTHON_DEPS}
+	app-arch/rpm[python,${PYTHON_USEDEP}]
+	dev-lang/perl:*
+"
+RDEPEND="${COMMON_DEPEND}
+	net-misc/curl
+	emacs? ( app-emacs/rpm-spec-mode )
+"
+DEPEND="${COMMON_DEPEND}
+	sys-apps/help2man
+"
+
+src_prepare() {
+	default
+	python_fix_shebang rpmdev-{rmdevelrpms.py,checksig,sort,vercmp,bumpspec}
+}


             reply	other threads:[~2017-06-29 12:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29 12:07 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-10-10  8:41 Michael Palimaka
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
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=1498738056.c1f53f0717604177952b53befa074f2883efac41.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