public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/
Date: Wed,  3 Feb 2016 05:56:12 +0000 (UTC)	[thread overview]
Message-ID: <1454478956.823227aca9a1852ed31315b24ecbee08bf2e9668.graaff@gentoo> (raw)

commit:     823227aca9a1852ed31315b24ecbee08bf2e9668
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 15:28:36 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb  3 05:55:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823227ac

app-emacs/with-editor: fix bug 573666

Block on older versions of app-emacs/magit since they bundle
the same code and this leads to file collisions, bug 573666.

Use a sane filename for the downloaded archive.

Package-Manager: portage-2.2.26

 app-emacs/with-editor/Manifest                                       | 2 +-
 .../{with-editor-2.5.0.ebuild => with-editor-2.5.0-r1.ebuild}        | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index ab254a9..1e71429 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1 +1 @@
-DIST v2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2
+DIST with-editor-2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2

diff --git a/app-emacs/with-editor/with-editor-2.5.0.ebuild b/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
similarity index 81%
rename from app-emacs/with-editor/with-editor-2.5.0.ebuild
rename to app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
index 8995923..91902d2 100644
--- a/app-emacs/with-editor/with-editor-2.5.0.ebuild
+++ b/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit elisp
 
 DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
 HOMEPAGE="http://magit.vc/manual/with-editor"
-SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -18,3 +18,6 @@ KEYWORDS="~amd64 ~x86"
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"
 DOCS="README.md with-editor.org"
+
+# Versions of magit before 2.5.0 bundled with-editor
+RDEPEND="!!<app-emacs/magit-2.5.0"


             reply	other threads:[~2016-02-03  5:56 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03  5:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-16 18:30 [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/ Hans de Graaff
2016-04-08 10:03 Fabian Groffen
2016-08-22  5:58 Hans de Graaff
2016-12-07  7:04 Hans de Graaff
2017-01-10  7:58 Hans de Graaff
2017-02-06 15:08 Hans de Graaff
2017-02-07 11:28 Agostino Sarubbo
2017-02-15  6:19 Hans de Graaff
2017-07-01 12:11 Ulrich Müller
2017-07-01 12:11 Ulrich Müller
2017-09-07  6:22 Hans de Graaff
2018-02-20 20:55 Patrice Clement
2018-03-31  6:01 Hans de Graaff
2018-04-06 19:44 Aaron Bauman
2018-04-12 19:07 Thomas Deutschmann
2018-06-03  5:35 Hans de Graaff
2018-06-03  5:35 Hans de Graaff
2018-06-07 10:13 Agostino Sarubbo
2018-07-31  0:12 Mikle Kolyada
2018-08-04  5:57 Hans de Graaff
2018-09-21 20:53 Matt Turner
2018-11-01  6:01 Hans de Graaff
2018-11-01  6:01 Hans de Graaff
2019-02-07 10:59 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2019-05-31  5:06 Hans de Graaff
2019-07-26 18:35 Aaron Bauman
2019-12-04  6:32 Hans de Graaff
2019-12-04  6:32 Hans de Graaff
2019-12-04 13:05 Agostino Sarubbo
2019-12-08  4:17 Aaron Bauman
2019-12-13  7:36 Agostino Sarubbo
2020-01-13  6:09 Hans de Graaff
2020-01-13  6:09 Hans de Graaff
2020-06-06  8:04 Hans de Graaff
2020-09-16  6:32 Hans de Graaff
2021-02-24  6:21 Hans de Graaff
2021-05-27  6:06 Hans de Graaff
2021-10-08  5:44 Hans de Graaff
2021-10-08  5:49 Hans de Graaff
2021-10-10 15:33 Agostino Sarubbo
2021-10-10 15:38 Agostino Sarubbo
2021-10-16 14:57 Yixun Lan
2022-02-04  6:57 Hans de Graaff
2022-02-14 20:50 Sam James
2022-02-16 17:38 Ulrich Müller
2022-02-16 17:38 Ulrich Müller
2022-02-27 10:23 Matthew Smith
2022-03-19  7:53 Agostino Sarubbo
2023-05-13 10:57 Maciej Barć
2023-05-13 10:57 Maciej Barć
2023-05-13 14:51 Jakov Smolić
2023-05-28 15:13 Maciej Barć
2023-05-28 15:13 Maciej Barć
2023-05-28 15:13 Maciej Barć
2023-06-24 22:39 Sam James
2023-06-24 22:39 Sam James
2023-06-24 22:44 Sam James
2023-08-11 16:41 Maciej Barć
2023-08-26 15:46 Maciej Barć
2023-09-02 13:08 Maciej Barć
2023-10-01 18:07 Arthur Zamarin
2023-10-06  9:37 Arthur Zamarin
2023-10-06 15:21 Maciej Barć
2023-10-06 15:21 Maciej Barć
2024-01-03  8:10 Sam James
2024-06-19 12:46 Maciej Barć
2024-06-19 12:46 Maciej Barć
2024-06-19 15:44 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-07-21 19:48 Arthur Zamarin
2024-07-31  0:03 Maciej Barć
2024-07-31  0:03 Maciej Barć
2024-08-01 12:59 Sam James
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-09-03 18:44 Maciej Barć
2024-09-11 22:21 Sam James
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć

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=1454478956.823227aca9a1852ed31315b24ecbee08bf2e9668.graaff@gentoo \
    --to=graaff@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