* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2023-03-23 9:00 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-03-23 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 3cdc6b736e0171c4027121ea49e1a9d721e96418
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 09:00:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 09:00:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdc6b73
app-emacs/git-modes: Stabilize 1.4.0 amd64, #899638
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/git-modes/git-modes-1.4.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/git-modes/git-modes-1.4.0.ebuild b/app-emacs/git-modes/git-modes-1.4.0.ebuild
index 42d918ba7cc7..7eb6eb93506b 100644
--- a/app-emacs/git-modes/git-modes-1.4.0.ebuild
+++ b/app-emacs/git-modes/git-modes-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/magit/git-modes/"
SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2023-05-15 19:33 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2023-05-15 19:33 UTC (permalink / raw
To: gentoo-commits
commit: ba8996a52edf1c89fc8404ab8c833ce7d729a2ae
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 19:07:45 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May 15 19:08:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8996a5
app-emacs/git-modes: bump to 1.4.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/Manifest | 1 +
app-emacs/git-modes/git-modes-1.4.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest
index bfe64fec76b7..5f1f8e28ecc2 100644
--- a/app-emacs/git-modes/Manifest
+++ b/app-emacs/git-modes/Manifest
@@ -1 +1,2 @@
DIST git-modes-1.4.0.tar.gz 18218 BLAKE2B 7e08ce42d683d4a8224df6255304e3beb7db2a5d97f6c758bf229e020dd3c0e5ed5f75acf9a7fdf8a5d313b904cc59d0de1419244067a5975d5174f45aca0071 SHA512 2511575a4d5d578fca5bde50e103d0fe777eed9bc3c520d5172aff7c65baa47a0a0f633e0950b7efb3eaa891debd3e34df3612d713412d547bb58733c9f00cbc
+DIST git-modes-1.4.1.tar.gz 18445 BLAKE2B 99353090333aae538fc5daa7c8e127ac58b518c03e871d7f397b716110fcbbd45d553e4e67ad6dfe8c874054c471fc0e018e890e6c0487eea4d1559de54e4e71 SHA512 374b2ea09af62a3b30084206e51f05989c6fd8e7e2435253e4d676f4ea3ec020d56681e2bd41db75a395ad677e5686744ca7e425a7a33eaa7d4d0a1a3d337d41
diff --git a/app-emacs/git-modes/git-modes-1.4.1.ebuild b/app-emacs/git-modes/git-modes-1.4.1.ebuild
new file mode 100644
index 000000000000..75f248bff469
--- /dev/null
+++ b/app-emacs/git-modes/git-modes-1.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs major modes for editing Git configuration files"
+HOMEPAGE="https://github.com/magit/git-modes/"
+SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2023-05-28 15:13 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2023-05-28 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 502272a0082e595f77ff69dbf3eece040ba96849
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 15:08:42 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun May 28 15:13:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502272a0
app-emacs/git-modes: add live version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/git-modes-9999.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/app-emacs/git-modes/git-modes-9999.ebuild b/app-emacs/git-modes/git-modes-9999.ebuild
new file mode 100644
index 000000000000..5dd60a104871
--- /dev/null
+++ b/app-emacs/git-modes/git-modes-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs major modes for editing Git configuration files"
+HOMEPAGE="https://github.com/magit/git-modes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2023-06-20 16:12 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-06-20 16:12 UTC (permalink / raw
To: gentoo-commits
commit: ef4f8252eb6cf248f1e0822e868335b31bf35dcc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 16:12:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 16:12:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4f8252
app-emacs/git-modes: Stabilize 1.4.1 amd64, #908884
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/git-modes/git-modes-1.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/git-modes/git-modes-1.4.1.ebuild b/app-emacs/git-modes/git-modes-1.4.1.ebuild
index 75f248bff469..b761256b1fe3 100644
--- a/app-emacs/git-modes/git-modes-1.4.1.ebuild
+++ b/app-emacs/git-modes/git-modes-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
RDEPEND=">=app-emacs/compat-29.1.4.1"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2023-11-02 22:11 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2023-11-02 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 9600a421254ef4c2cde543d430903df56b9a0ddb
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 21:41:02 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 22:11:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9600a421
app-emacs/git-modes: bump to 1.4.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/Manifest | 1 +
app-emacs/git-modes/git-modes-1.4.2.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest
index 77c01c50dafc..5a7c733f1bd7 100644
--- a/app-emacs/git-modes/Manifest
+++ b/app-emacs/git-modes/Manifest
@@ -1 +1,2 @@
DIST git-modes-1.4.1.tar.gz 18445 BLAKE2B 99353090333aae538fc5daa7c8e127ac58b518c03e871d7f397b716110fcbbd45d553e4e67ad6dfe8c874054c471fc0e018e890e6c0487eea4d1559de54e4e71 SHA512 374b2ea09af62a3b30084206e51f05989c6fd8e7e2435253e4d676f4ea3ec020d56681e2bd41db75a395ad677e5686744ca7e425a7a33eaa7d4d0a1a3d337d41
+DIST git-modes-1.4.2.tar.gz 18444 BLAKE2B ecb8894b41ba9f7744a4ceceedea339fca9993bf3b3335c93fd408ad05a7136266ea84cf28891684e0932bf8f1b997f9cb32c4ca7b4f44f735e6c45885f8f012 SHA512 b968b6bab869ad7d8b7232d2a97ab903c30c6fdf8fe0705633f0a7010900d5224f6ea2174708b4ef816241f2a6527bd7eb4f891c2072aee58aea1a153a825d9f
diff --git a/app-emacs/git-modes/git-modes-1.4.2.ebuild b/app-emacs/git-modes/git-modes-1.4.2.ebuild
new file mode 100644
index 000000000000..75f248bff469
--- /dev/null
+++ b/app-emacs/git-modes/git-modes-1.4.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs major modes for editing Git configuration files"
+HOMEPAGE="https://github.com/magit/git-modes/"
+SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2023-12-15 2:33 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-12-15 2:33 UTC (permalink / raw
To: gentoo-commits
commit: b81828cbd6055b665845d312acc91ea89c55650d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 02:32:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 02:32:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81828cb
app-emacs/git-modes: Stabilize 1.4.2 amd64, #919925
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/git-modes/git-modes-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/git-modes/git-modes-1.4.2.ebuild b/app-emacs/git-modes/git-modes-1.4.2.ebuild
index 75f248bff469..b761256b1fe3 100644
--- a/app-emacs/git-modes/git-modes-1.4.2.ebuild
+++ b/app-emacs/git-modes/git-modes-1.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
RDEPEND=">=app-emacs/compat-29.1.4.1"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-06-19 12:46 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2024-06-19 12:46 UTC (permalink / raw
To: gentoo-commits
commit: c7aac162359c3da7bea4eb29a9b8749fb7897fa2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 11:07:42 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 12:32:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7aac162
app-emacs/git-modes: bump to 1.4.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/Manifest | 1 +
app-emacs/git-modes/git-modes-1.4.3.ebuild | 39 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest
index 709329945e85..d973fddac105 100644
--- a/app-emacs/git-modes/Manifest
+++ b/app-emacs/git-modes/Manifest
@@ -1 +1,2 @@
DIST git-modes-1.4.2.tar.gz 18444 BLAKE2B ecb8894b41ba9f7744a4ceceedea339fca9993bf3b3335c93fd408ad05a7136266ea84cf28891684e0932bf8f1b997f9cb32c4ca7b4f44f735e6c45885f8f012 SHA512 b968b6bab869ad7d8b7232d2a97ab903c30c6fdf8fe0705633f0a7010900d5224f6ea2174708b4ef816241f2a6527bd7eb4f891c2072aee58aea1a153a825d9f
+DIST git-modes-1.4.3.tar.gz 18487 BLAKE2B 2df138576b6eeb628e88bf6f7649f42897d852f89d7d9ab0febc26db0f5c71cc0412ddb511f93b7ce32e444f085747e8f66eabeba5a0182bbe2ff99be3b4b6ed SHA512 0f96e3259ef9c17249f0960c8495043e8b0e2769cdf3b0572e72f83fdecd469403561a4c2666323d0f8d8a3059b8785443662e260881699e0b93e76b3a9e0474
diff --git a/app-emacs/git-modes/git-modes-1.4.3.ebuild b/app-emacs/git-modes/git-modes-1.4.3.ebuild
new file mode 100644
index 000000000000..2a0e06023a16
--- /dev/null
+++ b/app-emacs/git-modes/git-modes-1.4.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs major modes for editing Git configuration files"
+HOMEPAGE="https://github.com/magit/git-modes/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-29.1.4.5
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-06-19 12:46 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2024-06-19 12:46 UTC (permalink / raw
To: gentoo-commits
commit: ee0b436a64844ed2eed22c5a857f87d66c74b6d3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 11:08:18 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 12:32:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0b436a
app-emacs/git-modes: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/git-modes-9999.ebuild | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/app-emacs/git-modes/git-modes-9999.ebuild b/app-emacs/git-modes/git-modes-9999.ebuild
index 5dd60a104871..2a0e06023a16 100644
--- a/app-emacs/git-modes/git-modes-9999.ebuild
+++ b/app-emacs/git-modes/git-modes-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,20 +8,26 @@ inherit elisp
DESCRIPTION="Emacs major modes for editing Git configuration files"
HOMEPAGE="https://github.com/magit/git-modes/"
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
+
EGIT_REPO_URI="https://github.com/magit/${PN}.git"
else
- SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
-RDEPEND=">=app-emacs/compat-29.1.4.1"
-BDEPEND="${RDEPEND}"
+RDEPEND="
+ >=app-emacs/compat-29.1.4.5
+"
+BDEPEND="
+ ${RDEPEND}
+"
DOCS=( README.org )
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-07-21 19:48 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-07-21 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 2d49f11b899811db01744d42b50106f31000bb86
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 19:48:29 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 19:48:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d49f11b
app-emacs/git-modes: Stabilize 1.4.3 amd64, #936446
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/git-modes/git-modes-1.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/git-modes/git-modes-1.4.3.ebuild b/app-emacs/git-modes/git-modes-1.4.3.ebuild
index 2a0e06023a16..f4b76b3e5dee 100644
--- a/app-emacs/git-modes/git-modes-1.4.3.ebuild
+++ b/app-emacs/git-modes/git-modes-1.4.3.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-08-10 18:16 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2024-08-10 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 069dc1671187439c93b86723579a2289503de95d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:26:52 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 18:16:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069dc167
app-emacs/git-modes: bump to 1.4.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/Manifest | 1 +
app-emacs/git-modes/git-modes-1.4.4.ebuild | 39 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest
index b6ddd1fbed5d..e2af142eeb8f 100644
--- a/app-emacs/git-modes/Manifest
+++ b/app-emacs/git-modes/Manifest
@@ -1 +1,2 @@
DIST git-modes-1.4.3.tar.gz 18487 BLAKE2B 2df138576b6eeb628e88bf6f7649f42897d852f89d7d9ab0febc26db0f5c71cc0412ddb511f93b7ce32e444f085747e8f66eabeba5a0182bbe2ff99be3b4b6ed SHA512 0f96e3259ef9c17249f0960c8495043e8b0e2769cdf3b0572e72f83fdecd469403561a4c2666323d0f8d8a3059b8785443662e260881699e0b93e76b3a9e0474
+DIST git-modes-1.4.4.tar.gz 18483 BLAKE2B 031635fd4bdc457456ddfb518be5f676f4be8b369b69b966b6b25b61e781ef0484592fec84be0df67c5d3087169336a3271b9f95fe8a1091d271c77e1f07c4fe SHA512 4959efb71f0321a2964e4a768fdcbbcbc668517b699b5a4f8416f6df3dd7322f69cd0d1fb306a0fd7221a369f17d042d3670cea57655b39f60a1f78e0a5ab7ed
diff --git a/app-emacs/git-modes/git-modes-1.4.4.ebuild b/app-emacs/git-modes/git-modes-1.4.4.ebuild
new file mode 100644
index 000000000000..cbe21880ac81
--- /dev/null
+++ b/app-emacs/git-modes/git-modes-1.4.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs major modes for editing Git configuration files"
+HOMEPAGE="https://github.com/magit/git-modes/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.0.0
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-08-10 18:16 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2024-08-10 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 8bf15c0a2181a187812cad7afccea81bd02cb0df
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:22:19 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 18:16:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf15c0a
app-emacs/git-modes: drop old 1.4.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/Manifest | 1 -
app-emacs/git-modes/git-modes-1.4.2.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest
index d973fddac105..b6ddd1fbed5d 100644
--- a/app-emacs/git-modes/Manifest
+++ b/app-emacs/git-modes/Manifest
@@ -1,2 +1 @@
-DIST git-modes-1.4.2.tar.gz 18444 BLAKE2B ecb8894b41ba9f7744a4ceceedea339fca9993bf3b3335c93fd408ad05a7136266ea84cf28891684e0932bf8f1b997f9cb32c4ca7b4f44f735e6c45885f8f012 SHA512 b968b6bab869ad7d8b7232d2a97ab903c30c6fdf8fe0705633f0a7010900d5224f6ea2174708b4ef816241f2a6527bd7eb4f891c2072aee58aea1a153a825d9f
DIST git-modes-1.4.3.tar.gz 18487 BLAKE2B 2df138576b6eeb628e88bf6f7649f42897d852f89d7d9ab0febc26db0f5c71cc0412ddb511f93b7ce32e444f085747e8f66eabeba5a0182bbe2ff99be3b4b6ed SHA512 0f96e3259ef9c17249f0960c8495043e8b0e2769cdf3b0572e72f83fdecd469403561a4c2666323d0f8d8a3059b8785443662e260881699e0b93e76b3a9e0474
diff --git a/app-emacs/git-modes/git-modes-1.4.2.ebuild b/app-emacs/git-modes/git-modes-1.4.2.ebuild
deleted file mode 100644
index b761256b1fe3..000000000000
--- a/app-emacs/git-modes/git-modes-1.4.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs major modes for editing Git configuration files"
-HOMEPAGE="https://github.com/magit/git-modes/"
-SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-RDEPEND=">=app-emacs/compat-29.1.4.1"
-BDEPEND="${RDEPEND}"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
-
- elisp-make-autoload-file
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-08-10 18:16 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2024-08-10 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 039209d1fd62e9016a4c4b1cbe31d2fd44487050
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 16:29:29 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 18:16:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039209d1
app-emacs/git-modes: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/git-modes-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/git-modes/git-modes-9999.ebuild b/app-emacs/git-modes/git-modes-9999.ebuild
index 2a0e06023a16..cbe21880ac81 100644
--- a/app-emacs/git-modes/git-modes-9999.ebuild
+++ b/app-emacs/git-modes/git-modes-9999.ebuild
@@ -23,7 +23,7 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- >=app-emacs/compat-29.1.4.5
+ >=app-emacs/compat-30.0.0.0
"
BDEPEND="
${RDEPEND}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-09-11 22:21 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-09-11 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 2935d3fae30284028c59823547dcc158ef1e10b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 22:20:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 22:20:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2935d3fa
app-emacs/git-modes: Stabilize 1.4.4 amd64, #939488
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/git-modes/git-modes-1.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/git-modes/git-modes-1.4.4.ebuild b/app-emacs/git-modes/git-modes-1.4.4.ebuild
index cbe21880ac81..554e06786cd4 100644
--- a/app-emacs/git-modes/git-modes-1.4.4.ebuild
+++ b/app-emacs/git-modes/git-modes-1.4.4.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/
@ 2024-09-13 20:57 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2024-09-13 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 40394477c94c67572e6381c222d5a17a686477f5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 20:09:31 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 20:57:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40394477
app-emacs/git-modes: drop old 1.4.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/git-modes/Manifest | 1 -
app-emacs/git-modes/git-modes-1.4.3.ebuild | 39 ------------------------------
2 files changed, 40 deletions(-)
diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest
index e2af142eeb8f..474f00c21295 100644
--- a/app-emacs/git-modes/Manifest
+++ b/app-emacs/git-modes/Manifest
@@ -1,2 +1 @@
-DIST git-modes-1.4.3.tar.gz 18487 BLAKE2B 2df138576b6eeb628e88bf6f7649f42897d852f89d7d9ab0febc26db0f5c71cc0412ddb511f93b7ce32e444f085747e8f66eabeba5a0182bbe2ff99be3b4b6ed SHA512 0f96e3259ef9c17249f0960c8495043e8b0e2769cdf3b0572e72f83fdecd469403561a4c2666323d0f8d8a3059b8785443662e260881699e0b93e76b3a9e0474
DIST git-modes-1.4.4.tar.gz 18483 BLAKE2B 031635fd4bdc457456ddfb518be5f676f4be8b369b69b966b6b25b61e781ef0484592fec84be0df67c5d3087169336a3271b9f95fe8a1091d271c77e1f07c4fe SHA512 4959efb71f0321a2964e4a768fdcbbcbc668517b699b5a4f8416f6df3dd7322f69cd0d1fb306a0fd7221a369f17d042d3670cea57655b39f60a1f78e0a5ab7ed
diff --git a/app-emacs/git-modes/git-modes-1.4.3.ebuild b/app-emacs/git-modes/git-modes-1.4.3.ebuild
deleted file mode 100644
index f4b76b3e5dee..000000000000
--- a/app-emacs/git-modes/git-modes-1.4.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs major modes for editing Git configuration files"
-HOMEPAGE="https://github.com/magit/git-modes/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-29.1.4.5
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
-
- elisp-make-autoload-file
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-09-13 20:57 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 2:33 [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-13 20:57 Maciej Barć
2024-09-11 22:21 Sam James
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-07-21 19:48 Arthur Zamarin
2024-06-19 12:46 Maciej Barć
2024-06-19 12:46 Maciej Barć
2023-11-02 22:11 Maciej Barć
2023-06-20 16:12 Sam James
2023-05-28 15:13 Maciej Barć
2023-05-15 19:33 Maciej Barć
2023-03-23 9:00 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox