* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2023-12-20 19:45 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-12-20 19:45 UTC (permalink / raw
To: gentoo-commits
commit: 962176ac05c225f4da3b2b5f54f14dd7160552e5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 19:39:11 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 19:45:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962176ac
app-emacs/indent-bars: add new dependency for 0.2 - compat
Closes: https://bugs.gentoo.org/920386
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/indent-bars-0.2-r1.ebuild | 35 +++++++++++++++++++++++++
app-emacs/indent-bars/indent-bars-0.2.ebuild | 21 ---------------
2 files changed, 35 insertions(+), 21 deletions(-)
diff --git a/app-emacs/indent-bars/indent-bars-0.2-r1.ebuild b/app-emacs/indent-bars/indent-bars-0.2-r1.ebuild
new file mode 100644
index 000000000000..59407095b39d
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.2-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://github.com/jdtsmith/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ app-emacs/compat
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( README.md examples.md )
diff --git a/app-emacs/indent-bars/indent-bars-0.2.ebuild b/app-emacs/indent-bars/indent-bars-0.2.ebuild
deleted file mode 100644
index 2f46c530c735..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27.1
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars"
-SRC_URI="https://github.com/jdtsmith/indent-bars/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-DOCS="examples.md README.md"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-09-18 19:52 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-09-18 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 5b4adab59886f4ee0e2bbdde8a8a1e63098a8deb
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 19:44:15 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 19:52:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4adab5
app-emacs/indent-bars: bump to 0.7.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 +
app-emacs/indent-bars/indent-bars-0.7.4.ebuild | 35 ++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 4397228c1d6f..2be1e565b1d6 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1 +1,2 @@
DIST indent-bars-0.2.tar.gz 33072 BLAKE2B b5f0b80f1b4291c19fec603a5610ae020ae1cd1531278c5eedf814c3aae4be76d5731b553220314ef67f785f1822c7861e088a5ec163505d9303e9ec2c5fda5c SHA512 e5eab37d5963855948efdd9739a44306c60fafef0cd589edcb6550ff52a4e6a0e403bde8124838d250c1bb78aff0bfbfa1e45275458af3e0ae00472628981b1b
+DIST indent-bars-0.7.4.tar.gz 49844 BLAKE2B 755858ddfb5dfb5f5e8af0e99f05571c33d52190b2117c34a5fc3f8b04548b6463b766f515ca5bdcd416d7f51eb251a65f2457562e9539365ede6bb7ef8c0eb0 SHA512 a8f95379925b92cb595b584742a8d916a470b9149849534b0bbdb644daf8f2ba60f0951dd99d393eceafe251c0eba048a5b703f697ac0870f51e5e0af805c4d0
diff --git a/app-emacs/indent-bars/indent-bars-0.7.4.ebuild b/app-emacs/indent-bars/indent-bars-0.7.4.ebuild
new file mode 100644
index 000000000000..948a53369085
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.7.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://github.com/jdtsmith/${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}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-09-28 15:00 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-09-28 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 7b2426e003aa3729aeae8cd8bc427c3b21bec119
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 13:21:58 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:00:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2426e0
app-emacs/indent-bars: drop old 0.2-r1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 -
app-emacs/indent-bars/indent-bars-0.2-r1.ebuild | 35 -------------------------
2 files changed, 36 deletions(-)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 2be1e565b1d6..7267813af337 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,2 +1 @@
-DIST indent-bars-0.2.tar.gz 33072 BLAKE2B b5f0b80f1b4291c19fec603a5610ae020ae1cd1531278c5eedf814c3aae4be76d5731b553220314ef67f785f1822c7861e088a5ec163505d9303e9ec2c5fda5c SHA512 e5eab37d5963855948efdd9739a44306c60fafef0cd589edcb6550ff52a4e6a0e403bde8124838d250c1bb78aff0bfbfa1e45275458af3e0ae00472628981b1b
DIST indent-bars-0.7.4.tar.gz 49844 BLAKE2B 755858ddfb5dfb5f5e8af0e99f05571c33d52190b2117c34a5fc3f8b04548b6463b766f515ca5bdcd416d7f51eb251a65f2457562e9539365ede6bb7ef8c0eb0 SHA512 a8f95379925b92cb595b584742a8d916a470b9149849534b0bbdb644daf8f2ba60f0951dd99d393eceafe251c0eba048a5b703f697ac0870f51e5e0af805c4d0
diff --git a/app-emacs/indent-bars/indent-bars-0.2-r1.ebuild b/app-emacs/indent-bars/indent-bars-0.2-r1.ebuild
deleted file mode 100644
index 59407095b39d..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-
-inherit elisp
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
-else
- SRC_URI="https://github.com/jdtsmith/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- app-emacs/compat
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-09-28 15:00 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-09-28 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 876e69bf134479922502f90397068dc9ea6f5151
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 13:22:28 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:00:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876e69bf
app-emacs/indent-bars: bump to 0.7.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 +
app-emacs/indent-bars/indent-bars-0.7.5.ebuild | 35 ++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 7267813af337..c9ec15dd0d31 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1 +1,2 @@
DIST indent-bars-0.7.4.tar.gz 49844 BLAKE2B 755858ddfb5dfb5f5e8af0e99f05571c33d52190b2117c34a5fc3f8b04548b6463b766f515ca5bdcd416d7f51eb251a65f2457562e9539365ede6bb7ef8c0eb0 SHA512 a8f95379925b92cb595b584742a8d916a470b9149849534b0bbdb644daf8f2ba60f0951dd99d393eceafe251c0eba048a5b703f697ac0870f51e5e0af805c4d0
+DIST indent-bars-0.7.5.tar.gz 51706 BLAKE2B 9e9ee92083050ada477b05aeaa21fab9755bfa713e0365629646105825424171351b338d12a19b8b82b77a9a51e83845ac5f35bb9066e669f0eddb5153f4f82e SHA512 8f76bc71e1005782b23a8ab3debea3c18f2822f40bbd10d4f39f025f259fd8d3700c621f9f23d619c2537839e3c8fc7e51b203ca0df8ac96e12747900893c709
diff --git a/app-emacs/indent-bars/indent-bars-0.7.5.ebuild b/app-emacs/indent-bars/indent-bars-0.7.5.ebuild
new file mode 100644
index 000000000000..948a53369085
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.7.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://github.com/jdtsmith/${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}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-09-30 18:22 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-09-30 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 1baa22a2f75ea0b335cfcd158ffe30e8b2d1082c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 17:35:54 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 18:22:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1baa22a2
app-emacs/indent-bars: drop old 0.7.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 -
app-emacs/indent-bars/indent-bars-0.7.4.ebuild | 35 --------------------------
2 files changed, 36 deletions(-)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index c9ec15dd0d31..3e1b368d9015 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,2 +1 @@
-DIST indent-bars-0.7.4.tar.gz 49844 BLAKE2B 755858ddfb5dfb5f5e8af0e99f05571c33d52190b2117c34a5fc3f8b04548b6463b766f515ca5bdcd416d7f51eb251a65f2457562e9539365ede6bb7ef8c0eb0 SHA512 a8f95379925b92cb595b584742a8d916a470b9149849534b0bbdb644daf8f2ba60f0951dd99d393eceafe251c0eba048a5b703f697ac0870f51e5e0af805c4d0
DIST indent-bars-0.7.5.tar.gz 51706 BLAKE2B 9e9ee92083050ada477b05aeaa21fab9755bfa713e0365629646105825424171351b338d12a19b8b82b77a9a51e83845ac5f35bb9066e669f0eddb5153f4f82e SHA512 8f76bc71e1005782b23a8ab3debea3c18f2822f40bbd10d4f39f025f259fd8d3700c621f9f23d619c2537839e3c8fc7e51b203ca0df8ac96e12747900893c709
diff --git a/app-emacs/indent-bars/indent-bars-0.7.4.ebuild b/app-emacs/indent-bars/indent-bars-0.7.4.ebuild
deleted file mode 100644
index 948a53369085..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.7.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="27.1"
-
-inherit elisp
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
-else
- SRC_URI="https://github.com/jdtsmith/${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}
-"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-10-03 15:08 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-10-03 15:08 UTC (permalink / raw
To: gentoo-commits
commit: 77522535f7ffde879c0a97798625910ebbe9c1de
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 14:11:19 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 15:08:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77522535
app-emacs/indent-bars: bump to 0.7.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 +
app-emacs/indent-bars/indent-bars-0.7.6.ebuild | 34 ++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 3e1b368d9015..eac52209881a 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1 +1,2 @@
DIST indent-bars-0.7.5.tar.gz 51706 BLAKE2B 9e9ee92083050ada477b05aeaa21fab9755bfa713e0365629646105825424171351b338d12a19b8b82b77a9a51e83845ac5f35bb9066e669f0eddb5153f4f82e SHA512 8f76bc71e1005782b23a8ab3debea3c18f2822f40bbd10d4f39f025f259fd8d3700c621f9f23d619c2537839e3c8fc7e51b203ca0df8ac96e12747900893c709
+DIST indent-bars-0.7.6.tar.xz 36164 BLAKE2B f54552424a52b9a4b064f9a2773ddcb282fece55638ce67ce590f894e929c0e2757a45531b6a3899fe11eb636ca613f3f042b5d05eb3f196b4830795b91494ed SHA512 95b0da24a4e3fcfa3b368000b048c6df9af1d08d3ed167983802bdb4a4f2e96f6de71531e0d25413b28be55eb21180667aa249010daaf820c144d3742f61881e
diff --git a/app-emacs/indent-bars/indent-bars-0.7.6.ebuild b/app-emacs/indent-bars/indent-bars-0.7.6.ebuild
new file mode 100644
index 000000000000..6140a543cad6
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.7.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.0.0
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-10-10 16:43 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-10-10 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 5cd296d22f168ceee55f0f3eb50b47cc8c937d79
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 16:18:59 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 16:43:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd296d2
app-emacs/indent-bars: bump to 0.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 +
app-emacs/indent-bars/indent-bars-0.8.ebuild | 35 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index eac52209881a..0e12cefb7712 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,2 +1,3 @@
DIST indent-bars-0.7.5.tar.gz 51706 BLAKE2B 9e9ee92083050ada477b05aeaa21fab9755bfa713e0365629646105825424171351b338d12a19b8b82b77a9a51e83845ac5f35bb9066e669f0eddb5153f4f82e SHA512 8f76bc71e1005782b23a8ab3debea3c18f2822f40bbd10d4f39f025f259fd8d3700c621f9f23d619c2537839e3c8fc7e51b203ca0df8ac96e12747900893c709
DIST indent-bars-0.7.6.tar.xz 36164 BLAKE2B f54552424a52b9a4b064f9a2773ddcb282fece55638ce67ce590f894e929c0e2757a45531b6a3899fe11eb636ca613f3f042b5d05eb3f196b4830795b91494ed SHA512 95b0da24a4e3fcfa3b368000b048c6df9af1d08d3ed167983802bdb4a4f2e96f6de71531e0d25413b28be55eb21180667aa249010daaf820c144d3742f61881e
+DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b
diff --git a/app-emacs/indent-bars/indent-bars-0.8.ebuild b/app-emacs/indent-bars/indent-bars-0.8.ebuild
new file mode 100644
index 000000000000..f8592c21f382
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.0.0
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( README.md examples.md )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-10-10 16:43 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-10-10 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 0dacf888996e3a814456077e7c9cd33085b1eee6
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 16:22:09 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 16:43:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dacf888
app-emacs/indent-bars: drop old 0.7.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 -
app-emacs/indent-bars/indent-bars-0.7.5.ebuild | 35 --------------------------
2 files changed, 36 deletions(-)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 0e12cefb7712..23d3d8ff1d3d 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,3 +1,2 @@
-DIST indent-bars-0.7.5.tar.gz 51706 BLAKE2B 9e9ee92083050ada477b05aeaa21fab9755bfa713e0365629646105825424171351b338d12a19b8b82b77a9a51e83845ac5f35bb9066e669f0eddb5153f4f82e SHA512 8f76bc71e1005782b23a8ab3debea3c18f2822f40bbd10d4f39f025f259fd8d3700c621f9f23d619c2537839e3c8fc7e51b203ca0df8ac96e12747900893c709
DIST indent-bars-0.7.6.tar.xz 36164 BLAKE2B f54552424a52b9a4b064f9a2773ddcb282fece55638ce67ce590f894e929c0e2757a45531b6a3899fe11eb636ca613f3f042b5d05eb3f196b4830795b91494ed SHA512 95b0da24a4e3fcfa3b368000b048c6df9af1d08d3ed167983802bdb4a4f2e96f6de71531e0d25413b28be55eb21180667aa249010daaf820c144d3742f61881e
DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b
diff --git a/app-emacs/indent-bars/indent-bars-0.7.5.ebuild b/app-emacs/indent-bars/indent-bars-0.7.5.ebuild
deleted file mode 100644
index 948a53369085..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.7.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="27.1"
-
-inherit elisp
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
-else
- SRC_URI="https://github.com/jdtsmith/${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}
-"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-10-22 0:08 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-10-22 0:08 UTC (permalink / raw
To: gentoo-commits
commit: adf5f53b252da877620672ccc98df1cd817e5759
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 20:37:27 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 00:08:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf5f53b
app-emacs/indent-bars: bump to 0.8.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 +
app-emacs/indent-bars/indent-bars-0.8.1.ebuild | 35 ++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index bb374054b9ad..6ca3cea41eb0 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1 +1,2 @@
+DIST indent-bars-0.8.1.gh.tar.gz 54475 BLAKE2B 2b92445728ca56fc45b504d9b4a4d106f76d74ccd02f5a2d789846c1a58eaee1b21714a889ea16d0241950763ec5d179e2461d0cbec26d4f6d3bcb538954198c SHA512 3c8b9b3e61eda8721f575b96e3c7f44ffe33e44f64ed0d7c28a6c83b689c507ec7b5797502a8954d18fab409502bdebf73f6d2f3473f2c691db96360ee64b6b6
DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b
diff --git a/app-emacs/indent-bars/indent-bars-0.8.1.ebuild b/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
new file mode 100644
index 000000000000..f8592c21f382
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.0.0
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( README.md examples.md )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-10-22 0:08 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-10-22 0:08 UTC (permalink / raw
To: gentoo-commits
commit: db1743731f04aa8be5987e45a03b23698c535129
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 20:29:03 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 00:08:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db174373
app-emacs/indent-bars: drop old 0.7.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 -
app-emacs/indent-bars/indent-bars-0.7.6.ebuild | 34 --------------------------
2 files changed, 35 deletions(-)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 23d3d8ff1d3d..bb374054b9ad 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,2 +1 @@
-DIST indent-bars-0.7.6.tar.xz 36164 BLAKE2B f54552424a52b9a4b064f9a2773ddcb282fece55638ce67ce590f894e929c0e2757a45531b6a3899fe11eb636ca613f3f042b5d05eb3f196b4830795b91494ed SHA512 95b0da24a4e3fcfa3b368000b048c6df9af1d08d3ed167983802bdb4a4f2e96f6de71531e0d25413b28be55eb21180667aa249010daaf820c144d3742f61881e
DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b
diff --git a/app-emacs/indent-bars/indent-bars-0.7.6.ebuild b/app-emacs/indent-bars/indent-bars-0.7.6.ebuild
deleted file mode 100644
index 6140a543cad6..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.7.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="27.1"
-
-inherit elisp
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
-else
- SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.0.0
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS=( README.md examples.md )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-10-22 1:34 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-10-22 1:34 UTC (permalink / raw
To: gentoo-commits
commit: f05a675d88b4319bb8ce5355dc727805dad67659
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 01:34:15 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 01:34:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05a675d
app-emacs/indent-bars: Stabilize 0.8 amd64, #941951
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/indent-bars/indent-bars-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/indent-bars/indent-bars-0.8.ebuild b/app-emacs/indent-bars/indent-bars-0.8.ebuild
index f8592c21f382..5e00a7d51847 100644
--- a/app-emacs/indent-bars/indent-bars-0.8.ebuild
+++ b/app-emacs/indent-bars/indent-bars-0.8.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-11-08 19:34 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-11-08 19:34 UTC (permalink / raw
To: gentoo-commits
commit: fc0a69c8bf15b5ce23a9f2f18d86fd6eef417f4f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 17:43:51 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 19:34:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0a69c8
app-emacs/indent-bars: bump to 0.8.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 +
app-emacs/indent-bars/indent-bars-0.8.2.ebuild | 35 ++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 6ca3cea41eb0..24818004f765 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,2 +1,3 @@
DIST indent-bars-0.8.1.gh.tar.gz 54475 BLAKE2B 2b92445728ca56fc45b504d9b4a4d106f76d74ccd02f5a2d789846c1a58eaee1b21714a889ea16d0241950763ec5d179e2461d0cbec26d4f6d3bcb538954198c SHA512 3c8b9b3e61eda8721f575b96e3c7f44ffe33e44f64ed0d7c28a6c83b689c507ec7b5797502a8954d18fab409502bdebf73f6d2f3473f2c691db96360ee64b6b6
+DIST indent-bars-0.8.2.gh.tar.gz 53973 BLAKE2B 1d27b20009a51eb7c7bb9a8735fc1b9bfe8fe4ea13176b7dae7f36cfe2c1b3c95476f8d101bfa90d08bd0fccce579bd5386e162c24d9d2ef84a269c75a5b42db SHA512 a301feae3593ca9acbeeca88e54f6ad47a3d574c893cc045aa5ae07689b18368ee83b34e701a4934645dcceacfa119c70313f2e416f4498a7e1a3d6e5938adea
DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b
diff --git a/app-emacs/indent-bars/indent-bars-0.8.2.ebuild b/app-emacs/indent-bars/indent-bars-0.8.2.ebuild
new file mode 100644
index 000000000000..f8592c21f382
--- /dev/null
+++ b/app-emacs/indent-bars/indent-bars-0.8.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
+HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
+else
+ SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.0.0
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( README.md examples.md )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-11-28 0:09 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2024-11-28 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 32bdba0abd20aa674a129d8a067af055fbb726df
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 00:09:13 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 00:09:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bdba0a
app-emacs/indent-bars: Stabilize 0.8.1 amd64, #945144
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-emacs/indent-bars/indent-bars-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/indent-bars/indent-bars-0.8.1.ebuild b/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
index f8592c21f382..5e00a7d51847 100644
--- a/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
+++ b/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2024-12-15 7:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-12-15 7:02 UTC (permalink / raw
To: gentoo-commits
commit: dd62632108e05e148c638acbbed62eb12a974628
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 07:02:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 07:02:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd626321
app-emacs/indent-bars: Stabilize 0.8.2 amd64, #946379
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/indent-bars/indent-bars-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/indent-bars/indent-bars-0.8.2.ebuild b/app-emacs/indent-bars/indent-bars-0.8.2.ebuild
index f8592c21f382..5e00a7d51847 100644
--- a/app-emacs/indent-bars/indent-bars-0.8.2.ebuild
+++ b/app-emacs/indent-bars/indent-bars-0.8.2.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2025-01-23 10:17 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2025-01-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 9b2e090071eccfaea5b4f17a3f1f21e5f5da9d13
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 09:17:12 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:17:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2e0900
app-emacs/indent-bars: drop old 0.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 -
app-emacs/indent-bars/indent-bars-0.8.ebuild | 35 ----------------------------
2 files changed, 36 deletions(-)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index 24818004f765..eac2c4d45cee 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,3 +1,2 @@
DIST indent-bars-0.8.1.gh.tar.gz 54475 BLAKE2B 2b92445728ca56fc45b504d9b4a4d106f76d74ccd02f5a2d789846c1a58eaee1b21714a889ea16d0241950763ec5d179e2461d0cbec26d4f6d3bcb538954198c SHA512 3c8b9b3e61eda8721f575b96e3c7f44ffe33e44f64ed0d7c28a6c83b689c507ec7b5797502a8954d18fab409502bdebf73f6d2f3473f2c691db96360ee64b6b6
DIST indent-bars-0.8.2.gh.tar.gz 53973 BLAKE2B 1d27b20009a51eb7c7bb9a8735fc1b9bfe8fe4ea13176b7dae7f36cfe2c1b3c95476f8d101bfa90d08bd0fccce579bd5386e162c24d9d2ef84a269c75a5b42db SHA512 a301feae3593ca9acbeeca88e54f6ad47a3d574c893cc045aa5ae07689b18368ee83b34e701a4934645dcceacfa119c70313f2e416f4498a7e1a3d6e5938adea
-DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b
diff --git a/app-emacs/indent-bars/indent-bars-0.8.ebuild b/app-emacs/indent-bars/indent-bars-0.8.ebuild
deleted file mode 100644
index 5e00a7d51847..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="27.1"
-
-inherit elisp
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
-else
- SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.0.0
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( README.md examples.md )
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/
@ 2025-01-23 10:17 Maciej Barć
0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2025-01-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 695e816e4310bbd89037aa064a0fcc831ceb548c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 09:17:31 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:17:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695e816e
app-emacs/indent-bars: drop old 0.8.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/indent-bars/Manifest | 1 -
app-emacs/indent-bars/indent-bars-0.8.1.ebuild | 35 --------------------------
2 files changed, 36 deletions(-)
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest
index eac2c4d45cee..bb0a118306a2 100644
--- a/app-emacs/indent-bars/Manifest
+++ b/app-emacs/indent-bars/Manifest
@@ -1,2 +1 @@
-DIST indent-bars-0.8.1.gh.tar.gz 54475 BLAKE2B 2b92445728ca56fc45b504d9b4a4d106f76d74ccd02f5a2d789846c1a58eaee1b21714a889ea16d0241950763ec5d179e2461d0cbec26d4f6d3bcb538954198c SHA512 3c8b9b3e61eda8721f575b96e3c7f44ffe33e44f64ed0d7c28a6c83b689c507ec7b5797502a8954d18fab409502bdebf73f6d2f3473f2c691db96360ee64b6b6
DIST indent-bars-0.8.2.gh.tar.gz 53973 BLAKE2B 1d27b20009a51eb7c7bb9a8735fc1b9bfe8fe4ea13176b7dae7f36cfe2c1b3c95476f8d101bfa90d08bd0fccce579bd5386e162c24d9d2ef84a269c75a5b42db SHA512 a301feae3593ca9acbeeca88e54f6ad47a3d574c893cc045aa5ae07689b18368ee83b34e701a4934645dcceacfa119c70313f2e416f4498a7e1a3d6e5938adea
diff --git a/app-emacs/indent-bars/indent-bars-0.8.1.ebuild b/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
deleted file mode 100644
index 5e00a7d51847..000000000000
--- a/app-emacs/indent-bars/indent-bars-0.8.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="27.1"
-
-inherit elisp
-
-DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
-HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
-else
- SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.0.0
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( README.md examples.md )
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2025-01-23 10:17 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-28 15:00 [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2025-01-23 10:17 Maciej Barć
2025-01-23 10:17 Maciej Barć
2024-12-15 7:02 Sam James
2024-11-28 0:09 Jakov Smolić
2024-11-08 19:34 Maciej Barć
2024-10-22 1:34 Sam James
2024-10-22 0:08 Maciej Barć
2024-10-22 0:08 Maciej Barć
2024-10-10 16:43 Maciej Barć
2024-10-10 16:43 Maciej Barć
2024-10-03 15:08 Maciej Barć
2024-09-30 18:22 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-18 19:52 Maciej Barć
2023-12-20 19:45 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox