public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/tablist/
@ 2023-04-02  1:45 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-04-02  1:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ae4d9d83578c79735b133591b1c88add18d054a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 01:43:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 01:43:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4d9d83

app-emacs/tablist: Stabilize 1.0 amd64, #903680

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/tablist/tablist-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/tablist/tablist-1.0.ebuild b/app-emacs/tablist/tablist-1.0.ebuild
index 733f9d2701a3..985b2be9d4d3 100644
--- a/app-emacs/tablist/tablist-1.0.ebuild
+++ b/app-emacs/tablist/tablist-1.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/politza/tablist/"
 SRC_URI="https://github.com/politza/${PN}/archive/v${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] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/tablist/
@ 2023-11-13 12:38 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-11-13 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a643798743c84d7170125f4c3cc359472e5e134d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 12:24:29 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 12:38:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6437987

app-emacs/tablist: bump to 1.1

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

 app-emacs/tablist/Manifest           |  1 +
 app-emacs/tablist/tablist-1.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/tablist/Manifest b/app-emacs/tablist/Manifest
index 5711bc22d9fd..b3c03186bbcb 100644
--- a/app-emacs/tablist/Manifest
+++ b/app-emacs/tablist/Manifest
@@ -1 +1,2 @@
 DIST tablist-1.0.tar.gz 31848 BLAKE2B 11bc943aaf25fb1fe6ecb43a944d70d9b5ab4c423f9df96c881a840570780707a702240808c425e8e91321ad620c1773c80c03e2f6881ccddff84c0d818aa7a4 SHA512 14d32228e9663d218b49563ec07a5f8d094b389e06e532c0710af54d7386fcd19435fae2920163e0c774b7b67bf77ef5fc0a246dfbdb11785dca976ff47eeff2
+DIST tablist-1.1.tar.gz 32064 BLAKE2B 0aceea5784d2b2c0778821a59e9bf4fb6b1d619a85f30603d5878fbb43b763d9b20a8962c3aafaafd50f41f824bcb9612de68010fefe4f8e2a84b5fdca31645c SHA512 8f74c7fcd682024011aade568a1bb0f2e5e0813eeefc94efc24d4cdf0aac34818c545f8f85adb5bd85bc62dc41c30979be908dc9a6d22537abc35daf036bdf72

diff --git a/app-emacs/tablist/tablist-1.1.ebuild b/app-emacs/tablist/tablist-1.1.ebuild
new file mode 100644
index 000000000000..1de2b2c7d4e9
--- /dev/null
+++ b/app-emacs/tablist/tablist-1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extended tabulated-list mode fro Emacs"
+HOMEPAGE="https://github.com/emacsorphanage/tablist/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/emacsorphanage/${PN}.git"
+else
+	SRC_URI="https://github.com/emacsorphanage/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/tablist/
@ 2023-12-15  2:33 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-12-15  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     57e484f53594a862f6c8b157883998de6d3a42d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 02:32:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 02:32:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e484f5

app-emacs/tablist: Stabilize 1.1 amd64, #919927

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/tablist/tablist-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/tablist/tablist-1.1.ebuild b/app-emacs/tablist/tablist-1.1.ebuild
index 1de2b2c7d4e9..9dca1d070b4f 100644
--- a/app-emacs/tablist/tablist-1.1.ebuild
+++ b/app-emacs/tablist/tablist-1.1.ebuild
@@ -16,7 +16,7 @@ else
 	SRC_URI="https://github.com/emacsorphanage/${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] 3+ messages in thread

end of thread, other threads:[~2023-12-15  2:33 UTC | newest]

Thread overview: 3+ 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/tablist/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-13 12:38 Maciej Barć
2023-04-02  1:45 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox