public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2023-12-15  1:34 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-12-15  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     16c3a0737303102c3f105a546487204e838b050c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 01:27:06 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 01:27:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c3a073

app-emacs/denote: bump to 2.2.0

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-2.2.0.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 1d29620d2949..707b531d0632 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1 +1,2 @@
 DIST denote-2.1.0.tar.gz 194241 BLAKE2B 2d3a279f99bbaa7d924c17b4df960f725fa548a5f809c51abea9f8c66c2e7bbba0cc3bfe1d71fb187542f5acc7f8272ea14f352b6122872bdbc41a7110660adc SHA512 5f36e7a2b6802fa9623226318762a06fc542589773a4441d19b02efe2e75c04753971726029150ddba8faf5a56c5030239f09c4942757ad7f7374c1ca587b390
+DIST denote-2.2.0.tar.gz 206136 BLAKE2B f2740d4428130cd3583e139cb4bdd4a48d8ab93b112b584710258474217f1569177ee8a62d75c7324d84118fa608ac737e894014acbbd59ac2659b3c93e01543 SHA512 f6243b04a12efbcb3339fcdddabc1ea9d14ab56398616a15db2170834b5ecc66556f5bbc15fad8775b33191742706e5a469839c5ea18bc07a1669c2750604915

diff --git a/app-emacs/denote/denote-2.2.0.ebuild b/app-emacs/denote/denote-2.2.0.ebuild
new file mode 100644
index 000000000000..244dcb96f2d8
--- /dev/null
+++ b/app-emacs/denote/denote-2.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"                                              # Some tests fail.
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-05-25 14:06 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-05-25 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3cb0fec62fe0db1e92593546b211bd0ceac7776f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 12:52:58 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 25 14:05:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb0fec6

app-emacs/denote: drop old 2.1.0

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

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-2.1.0.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 707b531d0632..6fdcab3577d6 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1 @@
-DIST denote-2.1.0.tar.gz 194241 BLAKE2B 2d3a279f99bbaa7d924c17b4df960f725fa548a5f809c51abea9f8c66c2e7bbba0cc3bfe1d71fb187542f5acc7f8272ea14f352b6122872bdbc41a7110660adc SHA512 5f36e7a2b6802fa9623226318762a06fc542589773a4441d19b02efe2e75c04753971726029150ddba8faf5a56c5030239f09c4942757ad7f7374c1ca587b390
 DIST denote-2.2.0.tar.gz 206136 BLAKE2B f2740d4428130cd3583e139cb4bdd4a48d8ab93b112b584710258474217f1569177ee8a62d75c7324d84118fa608ac737e894014acbbd59ac2659b3c93e01543 SHA512 f6243b04a12efbcb3339fcdddabc1ea9d14ab56398616a15db2170834b5ecc66556f5bbc15fad8775b33191742706e5a469839c5ea18bc07a1669c2750604915

diff --git a/app-emacs/denote/denote-2.1.0.ebuild b/app-emacs/denote/denote-2.1.0.ebuild
deleted file mode 100644
index 244dcb96f2d8..000000000000
--- a/app-emacs/denote/denote-2.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-05-25 14:06 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-05-25 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     381376d57866f8f0f925f703f40c5db4f39538e4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 12:56:46 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 25 14:05:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381376d5

app-emacs/denote: bump to 2.3.0

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-2.3.0.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 6fdcab3577d6..2a8e1eff0633 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1 +1,2 @@
 DIST denote-2.2.0.tar.gz 206136 BLAKE2B f2740d4428130cd3583e139cb4bdd4a48d8ab93b112b584710258474217f1569177ee8a62d75c7324d84118fa608ac737e894014acbbd59ac2659b3c93e01543 SHA512 f6243b04a12efbcb3339fcdddabc1ea9d14ab56398616a15db2170834b5ecc66556f5bbc15fad8775b33191742706e5a469839c5ea18bc07a1669c2750604915
+DIST denote-2.3.0.tar.gz 230151 BLAKE2B 05ad19b846793cc504f1791ca4fb5a4fe97f9cf624e7c5db465c9b1d42644db2cd163ce4c2cb865bb2f1aa94e4a3b39568ec670b27912bce0cf707beb0917f70 SHA512 41c70dbacfbcbe0efb5134ed0f6573f9dab9fc9700ec4e947c809f423b2facc84a09f17ec50a7b1fe8c588f8ce0402b71ce24e7161df1531714598a94a6ffad5

diff --git a/app-emacs/denote/denote-2.3.0.ebuild b/app-emacs/denote/denote-2.3.0.ebuild
new file mode 100644
index 000000000000..f665dafb38c0
--- /dev/null
+++ b/app-emacs/denote/denote-2.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"                                              # Some tests fail.
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-06-15 22:23 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-06-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1b958cb8705275655cf3fe72e60a62f4ba8e87d9
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 21:55:24 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 22:23:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b958cb8

app-emacs/denote: bump to 2.3.5

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-2.3.5.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index c2ba364390f8..ff6db48d7f51 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1 +1,2 @@
 DIST denote-2.3.0.tar.gz 230151 BLAKE2B 05ad19b846793cc504f1791ca4fb5a4fe97f9cf624e7c5db465c9b1d42644db2cd163ce4c2cb865bb2f1aa94e4a3b39568ec670b27912bce0cf707beb0917f70 SHA512 41c70dbacfbcbe0efb5134ed0f6573f9dab9fc9700ec4e947c809f423b2facc84a09f17ec50a7b1fe8c588f8ce0402b71ce24e7161df1531714598a94a6ffad5
+DIST denote-2.3.5.tar.gz 229694 BLAKE2B 27625c0917d90b162cafb967d1d13f83497eeb76111d33e9dd5aaf7ffe9b6ac3f87c7699e30db377e5139a97895784c4337c295f066b9b5b22239e162c68fba0 SHA512 b5a24d6a5ad0ea391140ad91ebd96406e531151888b5ad38cd4f538b8c119d74555cf7d3ca0693d0e03bd9415081b5f0416f75edb86e45d456551a9ca03843c5

diff --git a/app-emacs/denote/denote-2.3.5.ebuild b/app-emacs/denote/denote-2.3.5.ebuild
new file mode 100644
index 000000000000..f665dafb38c0
--- /dev/null
+++ b/app-emacs/denote/denote-2.3.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"                                              # Some tests fail.
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-06-15 22:23 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-06-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9022e1a443edc570c145371413eb846745b7194b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 21:52:33 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 22:23:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9022e1a4

app-emacs/denote: drop old 2.2.0

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

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-2.2.0.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 2a8e1eff0633..c2ba364390f8 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1 @@
-DIST denote-2.2.0.tar.gz 206136 BLAKE2B f2740d4428130cd3583e139cb4bdd4a48d8ab93b112b584710258474217f1569177ee8a62d75c7324d84118fa608ac737e894014acbbd59ac2659b3c93e01543 SHA512 f6243b04a12efbcb3339fcdddabc1ea9d14ab56398616a15db2170834b5ecc66556f5bbc15fad8775b33191742706e5a469839c5ea18bc07a1669c2750604915
 DIST denote-2.3.0.tar.gz 230151 BLAKE2B 05ad19b846793cc504f1791ca4fb5a4fe97f9cf624e7c5db465c9b1d42644db2cd163ce4c2cb865bb2f1aa94e4a3b39568ec670b27912bce0cf707beb0917f70 SHA512 41c70dbacfbcbe0efb5134ed0f6573f9dab9fc9700ec4e947c809f423b2facc84a09f17ec50a7b1fe8c588f8ce0402b71ce24e7161df1531714598a94a6ffad5

diff --git a/app-emacs/denote/denote-2.2.0.ebuild b/app-emacs/denote/denote-2.2.0.ebuild
deleted file mode 100644
index 244dcb96f2d8..000000000000
--- a/app-emacs/denote/denote-2.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-07-02  3:43 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-02  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d5401d1fbd29fdc4e362f2245faacfe6b1ccc12f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 03:04:53 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 03:43:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5401d1f

app-emacs/denote: bump to 3.0.2

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-3.0.2.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index ff6db48d7f51..86c96150a5b2 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1,3 @@
 DIST denote-2.3.0.tar.gz 230151 BLAKE2B 05ad19b846793cc504f1791ca4fb5a4fe97f9cf624e7c5db465c9b1d42644db2cd163ce4c2cb865bb2f1aa94e4a3b39568ec670b27912bce0cf707beb0917f70 SHA512 41c70dbacfbcbe0efb5134ed0f6573f9dab9fc9700ec4e947c809f423b2facc84a09f17ec50a7b1fe8c588f8ce0402b71ce24e7161df1531714598a94a6ffad5
 DIST denote-2.3.5.tar.gz 229694 BLAKE2B 27625c0917d90b162cafb967d1d13f83497eeb76111d33e9dd5aaf7ffe9b6ac3f87c7699e30db377e5139a97895784c4337c295f066b9b5b22239e162c68fba0 SHA512 b5a24d6a5ad0ea391140ad91ebd96406e531151888b5ad38cd4f538b8c119d74555cf7d3ca0693d0e03bd9415081b5f0416f75edb86e45d456551a9ca03843c5
+DIST denote-3.0.2.tar.gz 242707 BLAKE2B a5108174ffdd86b7fb8e115fb80e39ac699e07e766a20a41ca7412ff00b8c10e8a2cb2a8c2e0a62090a8d11f0cab431f3c8ca272dff825de166e1eddc7c73515 SHA512 eaa420b285068f3481e6170a5e8276e337e2c699f10ecd474106fcc93214f91c9bc32c82e4eb2586cae4c8ad762f638e205a85addf247031339ce4917d7b6189

diff --git a/app-emacs/denote/denote-3.0.2.ebuild b/app-emacs/denote/denote-3.0.2.ebuild
new file mode 100644
index 000000000000..f665dafb38c0
--- /dev/null
+++ b/app-emacs/denote/denote-3.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"                                              # Some tests fail.
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-07-02  3:43 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-02  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7dfbfdf611da7f69ddcd3ab3204ff9aeb256bd2b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 03:06:01 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 03:43:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfbfdf6

app-emacs/denote: drop old 2.3.0

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

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-2.3.0.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 86c96150a5b2..47e2f096226a 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,3 +1,2 @@
-DIST denote-2.3.0.tar.gz 230151 BLAKE2B 05ad19b846793cc504f1791ca4fb5a4fe97f9cf624e7c5db465c9b1d42644db2cd163ce4c2cb865bb2f1aa94e4a3b39568ec670b27912bce0cf707beb0917f70 SHA512 41c70dbacfbcbe0efb5134ed0f6573f9dab9fc9700ec4e947c809f423b2facc84a09f17ec50a7b1fe8c588f8ce0402b71ce24e7161df1531714598a94a6ffad5
 DIST denote-2.3.5.tar.gz 229694 BLAKE2B 27625c0917d90b162cafb967d1d13f83497eeb76111d33e9dd5aaf7ffe9b6ac3f87c7699e30db377e5139a97895784c4337c295f066b9b5b22239e162c68fba0 SHA512 b5a24d6a5ad0ea391140ad91ebd96406e531151888b5ad38cd4f538b8c119d74555cf7d3ca0693d0e03bd9415081b5f0416f75edb86e45d456551a9ca03843c5
 DIST denote-3.0.2.tar.gz 242707 BLAKE2B a5108174ffdd86b7fb8e115fb80e39ac699e07e766a20a41ca7412ff00b8c10e8a2cb2a8c2e0a62090a8d11f0cab431f3c8ca272dff825de166e1eddc7c73515 SHA512 eaa420b285068f3481e6170a5e8276e337e2c699f10ecd474106fcc93214f91c9bc32c82e4eb2586cae4c8ad762f638e205a85addf247031339ce4917d7b6189

diff --git a/app-emacs/denote/denote-2.3.0.ebuild b/app-emacs/denote/denote-2.3.0.ebuild
deleted file mode 100644
index f665dafb38c0..000000000000
--- a/app-emacs/denote/denote-2.3.0.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
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-07-08 18:22 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-08 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     589a1259e6710ca290f0bf9430cb176ae2b33c15
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 18:06:26 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 18:22:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589a1259

app-emacs/denote: bump to 3.0.6

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-3.0.6.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 1d5fe4515ec2..ebecbe39c712 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1 +1,2 @@
 DIST denote-3.0.2.tar.gz 242707 BLAKE2B a5108174ffdd86b7fb8e115fb80e39ac699e07e766a20a41ca7412ff00b8c10e8a2cb2a8c2e0a62090a8d11f0cab431f3c8ca272dff825de166e1eddc7c73515 SHA512 eaa420b285068f3481e6170a5e8276e337e2c699f10ecd474106fcc93214f91c9bc32c82e4eb2586cae4c8ad762f638e205a85addf247031339ce4917d7b6189
+DIST denote-3.0.6.tar.gz 243081 BLAKE2B 7aebcc64b500853d9b34e687ae478b081d74f0ce688c3a0cdff55028a007cdf572f2b12ca6c687f9de1975ae24ce3933225390290ee892b127c7c0a4cb9cd707 SHA512 eabd61379b6621c573ac41e40f4ee6dbaf799aca49ccd011249492a035ae734ab86dcc33346593c1c77e7f250c129bc06f3cada9292c1541fd2ffd6d679ae59f

diff --git a/app-emacs/denote/denote-3.0.6.ebuild b/app-emacs/denote/denote-3.0.6.ebuild
new file mode 100644
index 000000000000..f665dafb38c0
--- /dev/null
+++ b/app-emacs/denote/denote-3.0.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"                                              # Some tests fail.
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-07-08 18:22 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-08 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9c4a31e166e7489d3495f8fa7bba651556a1af15
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 18:04:53 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 18:22:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4a31e1

app-emacs/denote: drop old 2.3.5

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

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-2.3.5.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 47e2f096226a..1d5fe4515ec2 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1 @@
-DIST denote-2.3.5.tar.gz 229694 BLAKE2B 27625c0917d90b162cafb967d1d13f83497eeb76111d33e9dd5aaf7ffe9b6ac3f87c7699e30db377e5139a97895784c4337c295f066b9b5b22239e162c68fba0 SHA512 b5a24d6a5ad0ea391140ad91ebd96406e531151888b5ad38cd4f538b8c119d74555cf7d3ca0693d0e03bd9415081b5f0416f75edb86e45d456551a9ca03843c5
 DIST denote-3.0.2.tar.gz 242707 BLAKE2B a5108174ffdd86b7fb8e115fb80e39ac699e07e766a20a41ca7412ff00b8c10e8a2cb2a8c2e0a62090a8d11f0cab431f3c8ca272dff825de166e1eddc7c73515 SHA512 eaa420b285068f3481e6170a5e8276e337e2c699f10ecd474106fcc93214f91c9bc32c82e4eb2586cae4c8ad762f638e205a85addf247031339ce4917d7b6189

diff --git a/app-emacs/denote/denote-2.3.5.ebuild b/app-emacs/denote/denote-2.3.5.ebuild
deleted file mode 100644
index f665dafb38c0..000000000000
--- a/app-emacs/denote/denote-2.3.5.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
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-07-23 23:12 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-23 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7e56b99f2d485cc98c688451206ac7a082806722
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 22:39:20 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 23:12:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e56b99f

app-emacs/denote: drop old 3.0.2

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

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-3.0.2.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index ebecbe39c712..4407d27670e8 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1 @@
-DIST denote-3.0.2.tar.gz 242707 BLAKE2B a5108174ffdd86b7fb8e115fb80e39ac699e07e766a20a41ca7412ff00b8c10e8a2cb2a8c2e0a62090a8d11f0cab431f3c8ca272dff825de166e1eddc7c73515 SHA512 eaa420b285068f3481e6170a5e8276e337e2c699f10ecd474106fcc93214f91c9bc32c82e4eb2586cae4c8ad762f638e205a85addf247031339ce4917d7b6189
 DIST denote-3.0.6.tar.gz 243081 BLAKE2B 7aebcc64b500853d9b34e687ae478b081d74f0ce688c3a0cdff55028a007cdf572f2b12ca6c687f9de1975ae24ce3933225390290ee892b127c7c0a4cb9cd707 SHA512 eabd61379b6621c573ac41e40f4ee6dbaf799aca49ccd011249492a035ae734ab86dcc33346593c1c77e7f250c129bc06f3cada9292c1541fd2ffd6d679ae59f

diff --git a/app-emacs/denote/denote-3.0.2.ebuild b/app-emacs/denote/denote-3.0.2.ebuild
deleted file mode 100644
index f665dafb38c0..000000000000
--- a/app-emacs/denote/denote-3.0.2.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
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-07-23 23:12 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-23 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a152eb4d57da7d99e1cc9228dea79e1ae5698888
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 22:41:23 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 23:12:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a152eb4d

app-emacs/denote: bump to 3.0.7

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-3.0.7.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 4407d27670e8..b2be951d4b89 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1 +1,2 @@
 DIST denote-3.0.6.tar.gz 243081 BLAKE2B 7aebcc64b500853d9b34e687ae478b081d74f0ce688c3a0cdff55028a007cdf572f2b12ca6c687f9de1975ae24ce3933225390290ee892b127c7c0a4cb9cd707 SHA512 eabd61379b6621c573ac41e40f4ee6dbaf799aca49ccd011249492a035ae734ab86dcc33346593c1c77e7f250c129bc06f3cada9292c1541fd2ffd6d679ae59f
+DIST denote-3.0.7.tar.gz 243763 BLAKE2B ed65226f77e50428cc35faccb0f51caa406f46de2aeeb9fddb6513912e68296a1edf41a7ea40f529bc15ec020118934d31cc2aeb905462b0fbe9295c56621c0f SHA512 ec8abb9b751c16abb4d48fc5d1531badba1e2d5a08534c2f31236fd86b03c89d68dcf05085aaa998724d09a809efef8ee580ddb58e043b256ad6040070c08f77

diff --git a/app-emacs/denote/denote-3.0.7.ebuild b/app-emacs/denote/denote-3.0.7.ebuild
new file mode 100644
index 000000000000..f665dafb38c0
--- /dev/null
+++ b/app-emacs/denote/denote-3.0.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"                                              # Some tests fail.
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-08-04 10:18 Matthew Smith
  0 siblings, 0 replies; 15+ messages in thread
From: Matthew Smith @ 2024-08-04 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     132aa54b2618eddb3b6d14d781a09d5c8e7645a8
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 10:17:42 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 10:18:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132aa54b

app-emacs/denote: add 3.0.8

Also, remove RESTRICT="test" and only skip the failing test.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-3.0.8.ebuild | 51 ++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index b2be951d4b89..4fd6f16530ec 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1,3 @@
 DIST denote-3.0.6.tar.gz 243081 BLAKE2B 7aebcc64b500853d9b34e687ae478b081d74f0ce688c3a0cdff55028a007cdf572f2b12ca6c687f9de1975ae24ce3933225390290ee892b127c7c0a4cb9cd707 SHA512 eabd61379b6621c573ac41e40f4ee6dbaf799aca49ccd011249492a035ae734ab86dcc33346593c1c77e7f250c129bc06f3cada9292c1541fd2ffd6d679ae59f
 DIST denote-3.0.7.tar.gz 243763 BLAKE2B ed65226f77e50428cc35faccb0f51caa406f46de2aeeb9fddb6513912e68296a1edf41a7ea40f529bc15ec020118934d31cc2aeb905462b0fbe9295c56621c0f SHA512 ec8abb9b751c16abb4d48fc5d1531badba1e2d5a08534c2f31236fd86b03c89d68dcf05085aaa998724d09a809efef8ee580ddb58e043b256ad6040070c08f77
+DIST denote-3.0.8.tar.gz 244541 BLAKE2B bbabd44e0a4f1dada6988fc40bca17df801e888c78585111db4e8366a2f26218dc6a161d822b4e58d38be3495e2b3f96e0a3e90544e0419080d9848aa33d9aff SHA512 93b46c6a9b582c7e2d571bbb56f48c67a173a448d59346161a0b7f11cd3c9f51ab4ec4e7dbc56860e1130454a29538e7802cc5ff9bcc5d0c1888e15ee153ac6a

diff --git a/app-emacs/denote/denote-3.0.8.ebuild b/app-emacs/denote/denote-3.0.8.ebuild
new file mode 100644
index 000000000000..d96bf19d7904
--- /dev/null
+++ b/app-emacs/denote/denote-3.0.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_prepare() {
+	default
+
+	# Skip failing test. Tests are marked as "WORK IN PROGRESS" at the
+	# top of the file.
+	local skip_tests=(
+		denote-test--denote-get-identifier
+	)
+	for test in "${skip_tests[@]}"; do
+		sed -i "/${test}/a (ert-skip nil)" tests/denote-test.el || die
+	done
+}
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-08-04 10:18 Matthew Smith
  0 siblings, 0 replies; 15+ messages in thread
From: Matthew Smith @ 2024-08-04 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     fed2077303049974156f4a68ad71ea70d07ca4ae
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 10:18:12 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 10:18:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed20773

app-emacs/denote: drop 3.0.6

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-3.0.6.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 4fd6f16530ec..b453b2bfe34c 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,3 +1,2 @@
-DIST denote-3.0.6.tar.gz 243081 BLAKE2B 7aebcc64b500853d9b34e687ae478b081d74f0ce688c3a0cdff55028a007cdf572f2b12ca6c687f9de1975ae24ce3933225390290ee892b127c7c0a4cb9cd707 SHA512 eabd61379b6621c573ac41e40f4ee6dbaf799aca49ccd011249492a035ae734ab86dcc33346593c1c77e7f250c129bc06f3cada9292c1541fd2ffd6d679ae59f
 DIST denote-3.0.7.tar.gz 243763 BLAKE2B ed65226f77e50428cc35faccb0f51caa406f46de2aeeb9fddb6513912e68296a1edf41a7ea40f529bc15ec020118934d31cc2aeb905462b0fbe9295c56621c0f SHA512 ec8abb9b751c16abb4d48fc5d1531badba1e2d5a08534c2f31236fd86b03c89d68dcf05085aaa998724d09a809efef8ee580ddb58e043b256ad6040070c08f77
 DIST denote-3.0.8.tar.gz 244541 BLAKE2B bbabd44e0a4f1dada6988fc40bca17df801e888c78585111db4e8366a2f26218dc6a161d822b4e58d38be3495e2b3f96e0a3e90544e0419080d9848aa33d9aff SHA512 93b46c6a9b582c7e2d571bbb56f48c67a173a448d59346161a0b7f11cd3c9f51ab4ec4e7dbc56860e1130454a29538e7802cc5ff9bcc5d0c1888e15ee153ac6a

diff --git a/app-emacs/denote/denote-3.0.6.ebuild b/app-emacs/denote/denote-3.0.6.ebuild
deleted file mode 100644
index f665dafb38c0..000000000000
--- a/app-emacs/denote/denote-3.0.6.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
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-09-06 23:11 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-09-06 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b3052b054ef9b1cbc00a551c4ff25224e15bc717
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 22:38:24 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 23:11:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3052b05

app-emacs/denote: drop old 3.0.7

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

 app-emacs/denote/Manifest            |  1 -
 app-emacs/denote/denote-3.0.7.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index b453b2bfe34c..2996283b9622 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1,2 +1 @@
-DIST denote-3.0.7.tar.gz 243763 BLAKE2B ed65226f77e50428cc35faccb0f51caa406f46de2aeeb9fddb6513912e68296a1edf41a7ea40f529bc15ec020118934d31cc2aeb905462b0fbe9295c56621c0f SHA512 ec8abb9b751c16abb4d48fc5d1531badba1e2d5a08534c2f31236fd86b03c89d68dcf05085aaa998724d09a809efef8ee580ddb58e043b256ad6040070c08f77
 DIST denote-3.0.8.tar.gz 244541 BLAKE2B bbabd44e0a4f1dada6988fc40bca17df801e888c78585111db4e8366a2f26218dc6a161d822b4e58d38be3495e2b3f96e0a3e90544e0419080d9848aa33d9aff SHA512 93b46c6a9b582c7e2d571bbb56f48c67a173a448d59346161a0b7f11cd3c9f51ab4ec4e7dbc56860e1130454a29538e7802cc5ff9bcc5d0c1888e15ee153ac6a

diff --git a/app-emacs/denote/denote-3.0.7.ebuild b/app-emacs/denote/denote-3.0.7.ebuild
deleted file mode 100644
index f665dafb38c0..000000000000
--- a/app-emacs/denote/denote-3.0.7.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
-
-NEED_EMACS=28.1
-
-inherit elisp
-
-DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
-HOMEPAGE="https://protesilaos.com/emacs/denote/
-	https://github.com/protesilaos/denote/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
-	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test"                                              # Some tests fail.
-
-DOCS=( CHANGELOG.org README.md )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert tests
-
-src_compile() {
-	elisp-org-export-to texinfo README.org
-	elisp_src_compile
-	elisp-make-autoload-file
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/
@ 2024-09-06 23:11 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-09-06 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e9bdecc6d32e8998ec283daa0087786757abf764
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 22:41:16 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 23:11:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bdecc6

app-emacs/denote: bump to 3.1.0

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

 app-emacs/denote/Manifest            |  1 +
 app-emacs/denote/denote-3.1.0.ebuild | 53 ++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest
index 2996283b9622..66779d7109d5 100644
--- a/app-emacs/denote/Manifest
+++ b/app-emacs/denote/Manifest
@@ -1 +1,2 @@
 DIST denote-3.0.8.tar.gz 244541 BLAKE2B bbabd44e0a4f1dada6988fc40bca17df801e888c78585111db4e8366a2f26218dc6a161d822b4e58d38be3495e2b3f96e0a3e90544e0419080d9848aa33d9aff SHA512 93b46c6a9b582c7e2d571bbb56f48c67a173a448d59346161a0b7f11cd3c9f51ab4ec4e7dbc56860e1130454a29538e7802cc5ff9bcc5d0c1888e15ee153ac6a
+DIST denote-3.1.0.tar.gz 261197 BLAKE2B f729aba152456f579bf1c5548390be906a326df7210672b6bf5072f4bd8b25273e791f627d22ebf9ba70a0ef78635ea91abca6cf7752c84e0ae8b27be436f078 SHA512 44b089c3fb9bc66646670134f5909512c21c7eb429553e0b5d16cec72fdd7825cdf94d3d96b70e0c06ab739eb4bd905ba0315bf639d0951e96487e69b8d033f3

diff --git a/app-emacs/denote/denote-3.1.0.ebuild b/app-emacs/denote/denote-3.1.0.ebuild
new file mode 100644
index 000000000000..d68a28164d3f
--- /dev/null
+++ b/app-emacs/denote/denote-3.1.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="28.1"
+
+inherit elisp
+
+DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme"
+HOMEPAGE="https://protesilaos.com/emacs/denote/
+	https://github.com/protesilaos/denote/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+	SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert tests
+
+src_prepare() {
+	default
+
+	# Skip failing test. Tests are marked as "WORK IN PROGRESS" at the
+	# top of the file.
+	local -a skip_tests=(
+		denote-test--denote-get-identifier
+		denote-test--denote-journal-extras-daily--title-format
+	)
+	local skip_test=""
+	for skip_test in "${skip_tests[@]}"; do
+		sed -i "/${skip_test}/a (ert-skip nil)" tests/denote-test.el || die
+	done
+}
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


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

end of thread, other threads:[~2024-09-06 23:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02  3:43 [gentoo-commits] repo/gentoo:master commit in: app-emacs/denote/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 23:11 Maciej Barć
2024-09-06 23:11 Maciej Barć
2024-08-04 10:18 Matthew Smith
2024-08-04 10:18 Matthew Smith
2024-07-23 23:12 Maciej Barć
2024-07-23 23:12 Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-05-25 14:06 Maciej Barć
2023-12-15  1:34 Maciej Barć

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