From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rpmdevtools/
Date: Thu, 20 Aug 2015 07:58:38 +0000 (UTC) [thread overview]
Message-ID: <1440057504.766e0bda6a56bf346b4b94fe91e4895705ae3aed.amadio@gentoo> (raw)
commit: 766e0bda6a56bf346b4b94fe91e4895705ae3aed
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 07:58:24 2015 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 07:58:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766e0bda
dev-util/rpmdevtools: version bump, fix bug 536972
Bug: 536972
Package-Manager: portage-2.2.20.1
dev-util/rpmdevtools/Manifest | 1 +
dev-util/rpmdevtools/rpmdevtools-8.5.ebuild | 35 +++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-util/rpmdevtools/Manifest b/dev-util/rpmdevtools/Manifest
index ebab92c..966d034 100644
--- a/dev-util/rpmdevtools/Manifest
+++ b/dev-util/rpmdevtools/Manifest
@@ -1 +1,2 @@
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.5.ebuild b/dev-util/rpmdevtools/rpmdevtools-8.5.ebuild
new file mode 100644
index 0000000..c570e9e
--- /dev/null
+++ b/dev-util/rpmdevtools/rpmdevtools-8.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Collection of rpm packaging related utilities"
+HOMEPAGE="https://fedorahosted.org/rpmdevtools/"
+SRC_URI="https://fedorahosted.org/releases/r/p/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="emacs"
+
+CDEPEND="
+ app-arch/rpm[python]
+ net-misc/curl
+ emacs? ( app-emacs/rpm-spec-mode )
+ dev-util/checkbashisms
+"
+
+DEPEND="
+ ${CDEPEND}
+ dev-lang/perl
+ =dev-lang/python-2*
+ sys-apps/help2man
+"
+
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+ default
+ sed -i 's:#!/usr/bin/python:#!/usr/bin/python2:' rpmdev-rmdevelrpms.py || die
+}
next reply other threads:[~2015-08-20 7:58 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 7:58 Guilherme Amadio [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-07 7:04 [gentoo-commits] repo/gentoo:master commit in: dev-util/rpmdevtools/ Pacho Ramos
2017-06-29 12:07 Michael Palimaka
2017-06-29 12:07 Michael Palimaka
2017-08-11 13:14 Michael Palimaka
2017-08-11 13:14 Michael Palimaka
2020-02-09 16:25 Michał Górny
2020-02-10 11:53 Michael Palimaka
2020-03-20 8:59 Agostino Sarubbo
2020-03-28 3:04 Michael Palimaka
2020-09-06 9:44 Michael Palimaka
2020-10-10 8:41 Michael Palimaka
2021-04-01 12:54 Thomas Deutschmann
2021-04-20 12:05 Michael Palimaka
2021-05-01 18:19 Agostino Sarubbo
2021-06-19 12:23 Michael Palimaka
2021-06-24 7:52 Michael Palimaka
2021-08-14 4:44 Michael Palimaka
2021-09-20 8:28 Michael Palimaka
2021-09-22 6:54 Agostino Sarubbo
2021-10-26 7:45 Michael Palimaka
2022-06-24 8:55 Michael Palimaka
2023-05-01 8:34 Sam James
2024-06-02 4:57 Sam James
2024-06-11 19:00 Sam James
2024-08-29 19:03 Andreas Sturmlechner
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=1440057504.766e0bda6a56bf346b4b94fe91e4895705ae3aed.amadio@gentoo \
--to=amadio@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