From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
Date: Fri, 8 Oct 2021 05:44:02 +0000 (UTC) [thread overview]
Message-ID: <1633671517.b2df194b495599e82eb8d3580327f82d8bd0fc84.graaff@gentoo> (raw)
commit: b2df194b495599e82eb8d3580327f82d8bd0fc84
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 8 05:38:37 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 8 05:38:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2df194b
app-emacs/magit: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-emacs/magit/Manifest | 3 ---
app-emacs/magit/magit-2.13.1.ebuild | 34 ----------------------------------
app-emacs/magit/magit-3.0.0.ebuild | 34 ----------------------------------
app-emacs/magit/magit-3.1.0.ebuild | 34 ----------------------------------
4 files changed, 105 deletions(-)
diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 1c9f2af9dd4..9f8c549afce 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,2 @@
-DIST magit-2.13.1.tar.gz 520271 BLAKE2B fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c SHA512 f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
DIST magit-2.90.1.tar.gz 544968 BLAKE2B d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25 SHA512 57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
-DIST magit-3.0.0.tar.gz 610528 BLAKE2B b667a6f12020f37303fa5d5c8bc71cb8f66bd25acbed704f3b3ba666b95b656da8c1b979d592e58171dd7bbaa4896b8fa144f52ec65e28976a88f42917df9323 SHA512 f1bb0d96906d327bb929cc45e2496a214513b1da4fd68e78a3db188f19dd69bd253c83e6b7881713989ee2a70d2f2cfdc9414263e0ee09be34cd72eb7fcb198d
-DIST magit-3.1.0.tar.gz 613295 BLAKE2B b2ab1e56d1dcab7476fcfd22563452c0b6977a90f9d614911f13fb9eb591b75197d3ba7f74a1acab9eee464d4ab8d3c63e2019e7b974b3895d4a9851e37887e7 SHA512 b4e884aea1d6b0cbf7861016b7fbc8214911ea84afd349320c929368a245da31105555e644d4e2e9f5aa6787202c9c30c24e62f64f5671cc036273c22ab65bfc
DIST magit-3.2.0.tar.gz 618602 BLAKE2B c96226669bc5160460d24a1b9b36784d6764234e2e2690f059c362176e9a56fc742b961a0d4103049b33d958e44c092f4bbb75de3b3437ac178dae89e34028e0 SHA512 3b4bd5a13592814c0c638a26ba09c6e01a15db6af3555db41bc0adc53e8c08eaa2e7c58d8a105101fb46a8a04be0e09a0f2c86d365391430b42adee83df382f6
diff --git a/app-emacs/magit/magit-2.13.1.ebuild b/app-emacs/magit/magit-2.13.1.ebuild
deleted file mode 100644
index e01da9137a1..00000000000
--- a/app-emacs/magit/magit-2.13.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/"
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/${PV}.txt"
-
-DEPEND="
- >=app-emacs/dash-2.14.1
- >=app-emacs/ghub-2.0.1
- >=app-emacs/magit-popup-2.12.3
- >=app-emacs/with-editor-2.7.3
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
- default
- echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}
diff --git a/app-emacs/magit/magit-3.0.0.ebuild b/app-emacs/magit/magit-3.0.0.ebuild
deleted file mode 100644
index 1315dee8fe7..00000000000
--- a/app-emacs/magit/magit-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/"
-SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
-
-DEPEND="
- >=app-emacs/dash-2.18.1
- app-emacs/libegit2
- >=app-emacs/transient-0.3.3
- >=app-emacs/with-editor-3.0.4
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
- default
- echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}
diff --git a/app-emacs/magit/magit-3.1.0.ebuild b/app-emacs/magit/magit-3.1.0.ebuild
deleted file mode 100644
index 9eaf6e8ef34..00000000000
--- a/app-emacs/magit/magit-3.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/"
-SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
-
-DEPEND="
- >=app-emacs/dash-2.18.1
- app-emacs/libegit2
- >=app-emacs/transient-0.3.6
- >=app-emacs/with-editor-3.0.4
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
- default
- echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}
next reply other threads:[~2021-10-08 5:44 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-08 5:44 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 18:13 [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/ Arthur Zamarin
2025-03-15 18:13 Arthur Zamarin
2025-02-07 17:50 Sam James
2025-02-07 17:50 Sam James
2025-02-07 17:50 Sam James
2025-02-06 22:36 Maciej Barć
2025-02-06 12:26 Maciej Barć
2025-02-05 11:27 Sam James
2025-01-23 10:17 Maciej Barć
2025-01-22 17:34 Arthur Zamarin
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2024-12-13 20:00 Arthur Zamarin
2024-12-11 0:28 Maciej Barć
2024-11-27 22:10 Maciej Barć
2024-11-24 11:02 Sam James
2024-10-07 17:24 Sam James
2024-10-02 9:49 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-11 23: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-06-25 22:03 Sam James
2024-05-19 23:32 Maciej Barć
2024-05-19 23:32 Maciej Barć
2024-05-19 23:32 Maciej Barć
2024-01-14 17:54 Arthur Zamarin
2023-10-19 22:35 Sam James
2023-09-15 12:25 Maciej Barć
2023-09-13 18:31 Maciej Barć
2023-09-13 18:31 Maciej Barć
2023-09-13 18:31 Maciej Barć
2023-08-22 10:33 Sam James
2023-07-16 10:54 Ulrich Müller
2023-07-16 5:46 Ulrich Müller
2023-07-16 5:35 Ulrich Müller
2023-07-15 14:39 Maciej Barć
2023-07-10 7:41 Jakov Smolić
2023-07-08 0:10 Sam James
2023-07-08 0:10 Sam James
2023-05-28 15:13 Maciej Barć
2022-07-21 7:31 Ulrich Müller
2022-02-14 20:50 Sam James
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-10-08 5:44 Hans de Graaff
2021-08-03 4:54 Hans de Graaff
2021-07-09 6:55 Hans de Graaff
2021-06-05 7:57 Hans de Graaff
2019-12-13 7:36 Agostino Sarubbo
2019-12-04 13:05 Agostino Sarubbo
2019-12-04 6:32 Hans de Graaff
2019-02-09 18:36 Thomas Deutschmann
2019-02-07 10:59 Mikle Kolyada
2019-02-02 7:55 Hans de Graaff
2018-11-25 7:31 Hans de Graaff
2018-11-09 7:24 Hans de Graaff
2018-06-07 10:13 Agostino Sarubbo
2018-06-03 5:35 Hans de Graaff
2018-06-03 5:35 Hans de Graaff
2018-04-12 19:07 Thomas Deutschmann
2018-04-06 19:44 Aaron Bauman
2018-04-02 6:44 Hans de Graaff
2017-12-09 8:02 Hans de Graaff
2017-09-14 5:24 Hans de Graaff
2017-07-01 12:11 Ulrich Müller
2017-07-01 12:11 Ulrich Müller
2017-03-09 6:57 Hans de Graaff
2017-02-15 6:19 Hans de Graaff
2017-02-07 11:28 Agostino Sarubbo
2017-02-06 15:08 Hans de Graaff
2017-01-28 16:26 Hans de Graaff
2017-01-10 7:58 Hans de Graaff
2016-12-07 7:04 Hans de Graaff
2016-08-22 5:58 Hans de Graaff
2016-05-21 15:37 Hans de Graaff
2016-05-16 13:42 Hans de Graaff
2016-05-16 13:42 Hans de Graaff
2016-04-18 5:31 Hans de Graaff
2016-04-08 10:03 Fabian Groffen
2016-03-29 19:57 Hans de Graaff
2016-03-29 19:57 Hans de Graaff
2016-02-03 5:56 Hans de Graaff
2016-02-02 6:25 Hans de Graaff
2016-01-25 14:05 Hans de Graaff
2015-12-25 16:29 Ulrich Müller
2015-11-16 6:41 Hans de Graaff
2015-10-27 8:30 Ulrich Müller
2015-10-26 18:23 Ulrich Müller
2015-10-22 6:48 Hans de Graaff
2015-10-22 5:42 Hans de Graaff
2015-10-22 5:42 Hans de Graaff
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=1633671517.b2df194b495599e82eb8d3580327f82d8bd0fc84.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