public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
Date: Tue, 15 Jul 2025 21:44:58 +0000 (UTC)	[thread overview]
Message-ID: <1752614672.f58897d1d8df1dff46d6f7935cc5f2b3bba10ba6.xgqt@gentoo> (raw)

commit:     f58897d1d8df1dff46d6f7935cc5f2b3bba10ba6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 21:24:32 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 21:24:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58897d1

app-emacs/magit: drop old 4.3.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/magit/Manifest           |  1 -
 app-emacs/magit/magit-4.3.2.ebuild | 51 --------------------------------------
 2 files changed, 52 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 573dd7b405c2..9cde8aeab63d 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,4 @@
 DIST magit-4.2.0.tar.gz 673702 BLAKE2B 436a2cbe88ffb6a4940eeb8b7f9ab9c1535942df6a35dab5cd4de9052bb5f9d2fa70abc61f26688c792de19a4d9a22c87d90d98515b3ea4a32356f6f163a7980 SHA512 e5488f759e3cd2c72966a31142f90bee2e3c8bb10bd4a77db69899a13cafb68222656331d7b8ac8a042b431994af03f0f0ce04658e967a07d4f3c3440da2e0d9
-DIST magit-4.3.2.tar.gz 685799 BLAKE2B 8b996548d022467f28ed1cda5cb4b766ca56d354a5a125b876c2cc0dc8d8ecc1be15e5f72feb04775460eb2705f33566957e9b1fea1f8a561a5447d1fffb853a SHA512 c6d09618af4f553ecfb471151cb8f51561bacfc8f313c369d5cdef894ebb778a415f083f31383590d65602cc0b50d105cde346a91dd2dd08690707beed39dd45
 DIST magit-4.3.5.tar.gz 687473 BLAKE2B 5def29e9144e4207a296e903694fc6ccda1bd56e10837ab1e5a10f9e795eaa98eea9153c39ef2d246069f9b56f1287226011c833b00af8e28d555938b8bf93d6 SHA512 0503c83227c9cc7679e7b80189b1f5cc0bafd6aa5c7396cbf413a02fe6d8e05eb73a26427dd57a4d129015d55d41fe87637bd234aa7f7f2f3b9a34a5a4fdce89
 DIST magit-4.3.6.tar.gz 689481 BLAKE2B 5184352324ebb82ac13408c999fd3e6b0dcc85aff31259c851af7c439352d5fefe0c14662f233206038262c15aedca09b0289e4afd432a23d4df6830d5c7d2e6 SHA512 23933aed757df68c2f1aaf2102e9ce90cff4570f25406149e0845ef1b34c80a84cc4c652bf370b28afc03a70a458476db93ed3e156c7953569af90a9954b3193
 DIST magit-4.3.7.tar.gz 690979 BLAKE2B 8d7497f92e85f45db8f0d808a8f89e32080c87d07c00af1c45610da458dbcc36fee3b032da490406baac584f72e2307de6d8612e87217eb5bd682a60b56b8385 SHA512 df15807e39ff988a48411f0b9ce67885d5504d5172bc0317a2e7b89f3ade279e28918e53cd1a8826be50133938e81055292f1b781b8c515c44755e5de6e167a7

diff --git a/app-emacs/magit/magit-4.3.2.ebuild b/app-emacs/magit/magit-4.3.2.ebuild
deleted file mode 100644
index e4e3add22298..000000000000
--- a/app-emacs/magit/magit-4.3.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/
-	https://github.com/magit/magit/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	>=app-emacs/compat-30.0.2.0
-	>=app-emacs/dash-2.19.1
-	>=app-emacs/transient-0.7.7
-	>=app-emacs/with-editor-3.4.2
-	app-emacs/llama
-"
-BDEPEND="
-	${RDEPEND}
-	sys-apps/texinfo
-"
-RDEPEND+="
-	>=dev-vcs/git-2.44.2
-"
-
-DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	default
-
-	echo "(setq ${PN}-version \"${PV}\")" > "./${PN}-version.el" || die
-}


             reply	other threads:[~2025-07-15 21:45 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-15 21:44 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-10 23:41 [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/ Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-05  6:24 Jakov Smolić
2025-10-03 19:37 Ulrich Müller
2025-10-01 20:17 Arthur Zamarin
2025-09-30 23:06 Sam James
2025-09-30 23:06 Sam James
2025-09-30 21:53 Maciej Barć
2025-09-30 19:01 Maciej Barć
2025-09-09 21:26 Maciej Barć
2025-09-09 21:26 Maciej Barć
2025-08-19 17:32 Arthur Zamarin
2025-08-07 22:22 Sam James
2025-07-15 21:44 Maciej Barć
2025-07-15 21:44 Maciej Barć
2025-07-04  5:38 Sam James
2025-07-02  0:12 Maciej Barć
2025-07-02  0:12 Maciej Barć
2025-07-02  0:12 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-05-22 23:01 Maciej Barć
2025-05-22 23:01 Maciej Barć
2025-05-16 19:36 Arthur Zamarin
2025-05-14 20:22 Maciej Barć
2025-05-02 15:44 Maciej Barć
2025-05-02 15:44 Maciej Barć
2025-04-14 15:59 Sam James
2025-04-09 21:40 Maciej Barć
2025-03-15 18:13 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-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=1752614672.f58897d1d8df1dff46d6f7935cc5f2b3bba10ba6.xgqt@gentoo \
    --to=xgqt@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