* [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/
@ 2023-10-07 22:39 Maciej Barć
0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2023-10-07 22:39 UTC (permalink / raw
To: gentoo-commits
commit: 45b5cfeff7b9374c1299bd662c5262002e6d9ab4
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 22:22:47 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 22:39:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b5cfef
app-emacs/persist: new package; add 0.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/persist/Manifest | 1 +
app-emacs/persist/metadata.xml | 9 +++++++++
app-emacs/persist/persist-0.5.ebuild | 17 +++++++++++++++++
3 files changed, 27 insertions(+)
diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest
new file mode 100644
index 000000000000..008f415e131f
--- /dev/null
+++ b/app-emacs/persist/Manifest
@@ -0,0 +1 @@
+DIST persist-0.5.tar.xz 5140 BLAKE2B efc8af5102e4661507784aa54fdc0f890b916b37bc2bfc08e51173c1bbc7e7602bf01c0fa14d06d85f15371336531f4211c2802065497aae1a0e4f40b6051eb2 SHA512 560560a18b252f0bd6c15fd530e77a9501427f9b66fbdbfab4b83dde24c2d9070d75e78038f307ccc5db70d48f539b0472c6a644e8f3255e3817cdc077006989
diff --git a/app-emacs/persist/metadata.xml b/app-emacs/persist/metadata.xml
new file mode 100644
index 000000000000..717a115d639c
--- /dev/null
+++ b/app-emacs/persist/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-emacs/persist/persist-0.5.ebuild b/app-emacs/persist/persist-0.5.ebuild
new file mode 100644
index 000000000000..cf61dd9057c7
--- /dev/null
+++ b/app-emacs/persist/persist-0.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Persist variables between Emacs sessions"
+HOMEPAGE="https://elpa.gnu.org/packages/persist.html"
+SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# ELISP_TEXINFO="${PN}.texi" # Broken.
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/
@ 2024-01-27 21:26 Maciej Barć
0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-01-27 21:26 UTC (permalink / raw
To: gentoo-commits
commit: f108f6a0bb71f396d5cd80ba6d8004ad49fd6e21
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 19:01:21 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 21:26:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f108f6a0
app-emacs/persist: bump to 0.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/persist/Manifest | 1 +
app-emacs/persist/persist-0.6.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest
index 008f415e131f..00da2e2db9a4 100644
--- a/app-emacs/persist/Manifest
+++ b/app-emacs/persist/Manifest
@@ -1 +1,2 @@
DIST persist-0.5.tar.xz 5140 BLAKE2B efc8af5102e4661507784aa54fdc0f890b916b37bc2bfc08e51173c1bbc7e7602bf01c0fa14d06d85f15371336531f4211c2802065497aae1a0e4f40b6051eb2 SHA512 560560a18b252f0bd6c15fd530e77a9501427f9b66fbdbfab4b83dde24c2d9070d75e78038f307ccc5db70d48f539b0472c6a644e8f3255e3817cdc077006989
+DIST persist-0.6.tar.xz 5852 BLAKE2B 4cee1485109e3215ce739c0c286e2076c19cf86eb23305adc9203f40ac1d08ed1de19def3ffe4361d062bae75ba38ef380636bbf5fbe58f4aa7127771198e378 SHA512 280a1a26a61f1ee7b1e2186917e7b414b14886ef32fa1b63c0416267991ae65f5c46feaaa384a6c15d2f7975841a6bb9901353420db4d6f308cf72c5035bfd66
diff --git a/app-emacs/persist/persist-0.6.ebuild b/app-emacs/persist/persist-0.6.ebuild
new file mode 100644
index 000000000000..73e64e7bf592
--- /dev/null
+++ b/app-emacs/persist/persist-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Persist variables between Emacs sessions"
+HOMEPAGE="https://elpa.gnu.org/packages/persist.html"
+SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# ELISP_TEXINFO="${PN}.texi" # Broken.
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert test -l test/persist-tests.el
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/
@ 2024-06-21 23:00 Maciej Barć
0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-06-21 23:00 UTC (permalink / raw
To: gentoo-commits
commit: b9d4d9113bab9f762ad2fac4075a57acef6278b3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 22:51:07 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 22:59:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d4d911
app-emacs/persist: drop old 0.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/persist/Manifest | 1 -
app-emacs/persist/persist-0.5.ebuild | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest
index 00da2e2db9a4..d5b23a1f20b1 100644
--- a/app-emacs/persist/Manifest
+++ b/app-emacs/persist/Manifest
@@ -1,2 +1 @@
-DIST persist-0.5.tar.xz 5140 BLAKE2B efc8af5102e4661507784aa54fdc0f890b916b37bc2bfc08e51173c1bbc7e7602bf01c0fa14d06d85f15371336531f4211c2802065497aae1a0e4f40b6051eb2 SHA512 560560a18b252f0bd6c15fd530e77a9501427f9b66fbdbfab4b83dde24c2d9070d75e78038f307ccc5db70d48f539b0472c6a644e8f3255e3817cdc077006989
DIST persist-0.6.tar.xz 5852 BLAKE2B 4cee1485109e3215ce739c0c286e2076c19cf86eb23305adc9203f40ac1d08ed1de19def3ffe4361d062bae75ba38ef380636bbf5fbe58f4aa7127771198e378 SHA512 280a1a26a61f1ee7b1e2186917e7b414b14886ef32fa1b63c0416267991ae65f5c46feaaa384a6c15d2f7975841a6bb9901353420db4d6f308cf72c5035bfd66
diff --git a/app-emacs/persist/persist-0.5.ebuild b/app-emacs/persist/persist-0.5.ebuild
deleted file mode 100644
index cf61dd9057c7..000000000000
--- a/app-emacs/persist/persist-0.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Persist variables between Emacs sessions"
-HOMEPAGE="https://elpa.gnu.org/packages/persist.html"
-SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# ELISP_TEXINFO="${PN}.texi" # Broken.
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/
@ 2024-10-22 0:08 Maciej Barć
0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-10-22 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 94704faa458f03d92cf1126458c161b2bf3dad86
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 22:17:17 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 00:08:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94704faa
app-emacs/persist: drop old 0.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/persist/Manifest | 1 -
app-emacs/persist/persist-0.6.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest
index f5f44c5240f8..2dadd396489a 100644
--- a/app-emacs/persist/Manifest
+++ b/app-emacs/persist/Manifest
@@ -1,2 +1 @@
DIST persist-0.6.1.tar.gz 6777 BLAKE2B 4e5ae7cef591fcfb7fd7084e38294bc6000d9b1ed2d9b83ea54c1f6fe4f4cbb4144df51a5df9fcc654d459c58e105e58c53cfe841df0eeeafd95ed127797cb2d SHA512 e7b2d2e09cea26a37142d66e95f640e37640ebcf8434b284650c6126475c8844476c164b00ffc3cbecb021bb6963a19ede2720ae2e892d45d8986ede6de3f28a
-DIST persist-0.6.tar.xz 5852 BLAKE2B 4cee1485109e3215ce739c0c286e2076c19cf86eb23305adc9203f40ac1d08ed1de19def3ffe4361d062bae75ba38ef380636bbf5fbe58f4aa7127771198e378 SHA512 280a1a26a61f1ee7b1e2186917e7b414b14886ef32fa1b63c0416267991ae65f5c46feaaa384a6c15d2f7975841a6bb9901353420db4d6f308cf72c5035bfd66
diff --git a/app-emacs/persist/persist-0.6.ebuild b/app-emacs/persist/persist-0.6.ebuild
deleted file mode 100644
index 73e64e7bf592..000000000000
--- a/app-emacs/persist/persist-0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Persist variables between Emacs sessions"
-HOMEPAGE="https://elpa.gnu.org/packages/persist.html"
-SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# ELISP_TEXINFO="${PN}.texi" # Broken.
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert test -l test/persist-tests.el
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/
@ 2024-10-22 1:34 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-10-22 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 6a5a021c303c1728651c8eb75720ec5b092d7ffa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 01:34:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 01:34:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5a021c
app-emacs/persist: Stabilize 0.6.1 amd64, #941950
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/persist/persist-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/persist/persist-0.6.1.ebuild b/app-emacs/persist/persist-0.6.1.ebuild
index 8f745ad5237e..cb602dc28af5 100644
--- a/app-emacs/persist/persist-0.6.1.ebuild
+++ b/app-emacs/persist/persist-0.6.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/elpa-${COMMIT:0:7}"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
# ELISP_TEXINFO="${PN}.texi" # Broken.
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-22 1:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 23:00 [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 1:34 Sam James
2024-10-22 0:08 Maciej Barć
2024-01-27 21:26 Maciej Barć
2023-10-07 22:39 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox