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

commit:     2dd4bf431a55bbe9b1412045233308b8494840ed
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 22:38:10 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 22:52:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd4bf43

app-emacs/yaml: bump to 0.5.2

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

 app-emacs/yaml/Manifest          |  1 +
 app-emacs/yaml/yaml-0.5.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 4035343c164a..f5e989a0a882 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1 +1,2 @@
 DIST yaml-0.5.1.tar.gz 44335 BLAKE2B dbcaf29d5d0a18e167cf0fd43d5ea0536d3879ed8bc924930c06aa1eedb2c268f91fd2d0c8981ab81f928db82148ad7fbc01a5926b3dd4645ec57cc78bac7256 SHA512 4ed2dc26a87137deb2d06cffac7c9b0748f66a9b05d91e33022da0edee0966b94ac2dfdb5a181628357dd3714ac55cfb48b1a35f9f6352c01d745a1d69131381
+DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a SHA512 4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3

diff --git a/app-emacs/yaml/yaml-0.5.2.ebuild b/app-emacs/yaml/yaml-0.5.2.ebuild
new file mode 100644
index 000000000000..a706ed730c6d
--- /dev/null
+++ b/app-emacs/yaml/yaml-0.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="YAML parser in Emacs Lisp"
+HOMEPAGE="https://github.com/zkry/yaml.el/"
+SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/yaml.el-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
+	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/
@ 2023-04-04 20:17 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-04-04 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cd322ff38446d81286160bcb1a749b8903a748ec
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 20:17:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 20:17:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd322ff3

app-emacs/yaml: Stabilize 0.5.2 amd64, #903678

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/app-emacs/yaml/yaml-0.5.2.ebuild b/app-emacs/yaml/yaml-0.5.2.ebuild
index c553097ceca3..99585ec64302 100644
--- a/app-emacs/yaml/yaml-0.5.2.ebuild
+++ b/app-emacs/yaml/yaml-0.5.2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/yaml.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"


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

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

commit:     efe851ce1defbf8e0f2b3005f82c6b559ad07ea5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 14:21:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 18:31:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe851ce

app-emacs/yaml: bump to 0.5.3

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

 app-emacs/yaml/Manifest          |  1 +
 app-emacs/yaml/yaml-0.5.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 1d8e7f5af98b..0608b57258fd 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1 +1,2 @@
 DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a SHA512 4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3
+DIST yaml-0.5.3.tar.gz 44503 BLAKE2B f0d92e51b0098137b20829eeb276b6e0632dcd14e9e21036dd2b55264ae8efabdb2f831bed6ad2ea6898f0c45f730dec8ae3af854eb97dc19db29b662353006d SHA512 ae80ad86e4e54b22707eb19181e04479497416355161e026a18706ba7885dff02f641e37cf0d57d24f0be165043cddf2adbdc97a8871aee34cb35e00c40062d2

diff --git a/app-emacs/yaml/yaml-0.5.3.ebuild b/app-emacs/yaml/yaml-0.5.3.ebuild
new file mode 100644
index 000000000000..c553097ceca3
--- /dev/null
+++ b/app-emacs/yaml/yaml-0.5.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="YAML parser in Emacs Lisp"
+HOMEPAGE="https://github.com/zkry/yaml.el/"
+SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/yaml.el-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
+	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
+}


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

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

commit:     2094cfdc652ecd00411c7879b09d40c76f46e0a7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 14:20:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 18:31:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2094cfdc

app-emacs/yaml: drop old 0.5.1

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

 app-emacs/yaml/Manifest          |  1 -
 app-emacs/yaml/yaml-0.5.1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index f5e989a0a882..1d8e7f5af98b 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,2 +1 @@
-DIST yaml-0.5.1.tar.gz 44335 BLAKE2B dbcaf29d5d0a18e167cf0fd43d5ea0536d3879ed8bc924930c06aa1eedb2c268f91fd2d0c8981ab81f928db82148ad7fbc01a5926b3dd4645ec57cc78bac7256 SHA512 4ed2dc26a87137deb2d06cffac7c9b0748f66a9b05d91e33022da0edee0966b94ac2dfdb5a181628357dd3714ac55cfb48b1a35f9f6352c01d745a1d69131381
 DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a SHA512 4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3

diff --git a/app-emacs/yaml/yaml-0.5.1.ebuild b/app-emacs/yaml/yaml-0.5.1.ebuild
deleted file mode 100644
index c553097ceca3..000000000000
--- a/app-emacs/yaml/yaml-0.5.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="YAML parser in Emacs Lisp"
-HOMEPAGE="https://github.com/zkry/yaml.el/"
-SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/yaml.el-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
-	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/
@ 2023-09-30 14:24 Maciej Barć
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2023-09-30 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1e35a5ff8e29c000c2f90241db9325bbed87a4d1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 11:11:04 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 14:24:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e35a5ff

app-emacs/yaml: bump to 0.5.4

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

 app-emacs/yaml/Manifest          |  1 +
 app-emacs/yaml/yaml-0.5.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 0608b57258fd..bb7aa6a44121 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,2 +1,3 @@
 DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a SHA512 4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3
 DIST yaml-0.5.3.tar.gz 44503 BLAKE2B f0d92e51b0098137b20829eeb276b6e0632dcd14e9e21036dd2b55264ae8efabdb2f831bed6ad2ea6898f0c45f730dec8ae3af854eb97dc19db29b662353006d SHA512 ae80ad86e4e54b22707eb19181e04479497416355161e026a18706ba7885dff02f641e37cf0d57d24f0be165043cddf2adbdc97a8871aee34cb35e00c40062d2
+DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10 SHA512 c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1

diff --git a/app-emacs/yaml/yaml-0.5.4.ebuild b/app-emacs/yaml/yaml-0.5.4.ebuild
new file mode 100644
index 000000000000..c553097ceca3
--- /dev/null
+++ b/app-emacs/yaml/yaml-0.5.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="YAML parser in Emacs Lisp"
+HOMEPAGE="https://github.com/zkry/yaml.el/"
+SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/yaml.el-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
+	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/
@ 2023-10-19 21:34 Maciej Barć
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2023-10-19 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c91d6b0d15f95d50979ea8a1fc0637678c70dffe
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 21:33:00 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 21:33:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d6b0d

app-emacs/yaml: drop old 0.5.2

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

 app-emacs/yaml/Manifest          |  1 -
 app-emacs/yaml/yaml-0.5.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index bb7aa6a44121..be2dc1b91d96 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,3 +1,2 @@
-DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a SHA512 4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3
 DIST yaml-0.5.3.tar.gz 44503 BLAKE2B f0d92e51b0098137b20829eeb276b6e0632dcd14e9e21036dd2b55264ae8efabdb2f831bed6ad2ea6898f0c45f730dec8ae3af854eb97dc19db29b662353006d SHA512 ae80ad86e4e54b22707eb19181e04479497416355161e026a18706ba7885dff02f641e37cf0d57d24f0be165043cddf2adbdc97a8871aee34cb35e00c40062d2
 DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10 SHA512 c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1

diff --git a/app-emacs/yaml/yaml-0.5.2.ebuild b/app-emacs/yaml/yaml-0.5.2.ebuild
deleted file mode 100644
index 99585ec64302..000000000000
--- a/app-emacs/yaml/yaml-0.5.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="YAML parser in Emacs Lisp"
-HOMEPAGE="https://github.com/zkry/yaml.el/"
-SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/yaml.el-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
-	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/
@ 2023-10-19 21:34 Maciej Barć
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2023-10-19 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cbdbfb23fcb6ad4b14a45835350a5716fdfdd27d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 21:31:32 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 21:33:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdbfb23

app-emacs/yaml: Stabilize 0.5.3 amd64, #916024

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

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

diff --git a/app-emacs/yaml/yaml-0.5.3.ebuild b/app-emacs/yaml/yaml-0.5.3.ebuild
index c553097ceca3..99585ec64302 100644
--- a/app-emacs/yaml/yaml-0.5.3.ebuild
+++ b/app-emacs/yaml/yaml-0.5.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/yaml.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/
@ 2023-10-31  0:47 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-10-31  0:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ea07e9061128e3a4cacf35521c1e5938ddb51d4b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 00:47:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 00:47:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea07e906

app-emacs/yaml: Stabilize 0.5.4 amd64, #916554

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

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

diff --git a/app-emacs/yaml/yaml-0.5.4.ebuild b/app-emacs/yaml/yaml-0.5.4.ebuild
index c553097ceca3..99585ec64302 100644
--- a/app-emacs/yaml/yaml-0.5.4.ebuild
+++ b/app-emacs/yaml/yaml-0.5.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/yaml.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"


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

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

commit:     17c4bb7bb0a363f9a69862e71745c386dc812747
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 01:25:29 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 01:25:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c4bb7b

app-emacs/yaml: drop old 0.5.3

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

 app-emacs/yaml/Manifest          |  1 -
 app-emacs/yaml/yaml-0.5.3.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index be2dc1b91d96..2a36224d018a 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,2 +1 @@
-DIST yaml-0.5.3.tar.gz 44503 BLAKE2B f0d92e51b0098137b20829eeb276b6e0632dcd14e9e21036dd2b55264ae8efabdb2f831bed6ad2ea6898f0c45f730dec8ae3af854eb97dc19db29b662353006d SHA512 ae80ad86e4e54b22707eb19181e04479497416355161e026a18706ba7885dff02f641e37cf0d57d24f0be165043cddf2adbdc97a8871aee34cb35e00c40062d2
 DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10 SHA512 c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1

diff --git a/app-emacs/yaml/yaml-0.5.3.ebuild b/app-emacs/yaml/yaml-0.5.3.ebuild
deleted file mode 100644
index 99585ec64302..000000000000
--- a/app-emacs/yaml/yaml-0.5.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="YAML parser in Emacs Lisp"
-HOMEPAGE="https://github.com/zkry/yaml.el/"
-SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/yaml.el-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
-	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
-}


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

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

commit:     7288f8f83ff285389fe4599fbb393283dde2d5e0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 01:25:54 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 01:25:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7288f8f8

app-emacs/yaml: bump to 0.5.5

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

 app-emacs/yaml/Manifest          |  1 +
 app-emacs/yaml/yaml-0.5.5.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 2a36224d018a..faa79ed3acdf 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1 +1,2 @@
 DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10 SHA512 c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1
+DIST yaml-0.5.5.tar.gz 44636 BLAKE2B d98c7b6cd94f80cd0f2fc1a1bea6c45615319c1a49f4712d48a00c6439660bc209ac1a597694478d4978ebf5e0bc60e3a6363ee5c0bccabb1b5bf1b2bdc8fc58 SHA512 9ab5eacc26fe44c49f52a4ab05c11e35c605b456b2f54420924388df52855b61adc1586ec7915363811a499c4c749355954e0de2c795bb2a4f51ebcb693758eb

diff --git a/app-emacs/yaml/yaml-0.5.5.ebuild b/app-emacs/yaml/yaml-0.5.5.ebuild
new file mode 100644
index 000000000000..c553097ceca3
--- /dev/null
+++ b/app-emacs/yaml/yaml-0.5.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="YAML parser in Emacs Lisp"
+HOMEPAGE="https://github.com/zkry/yaml.el/"
+SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/yaml.el-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
+	${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/
@ 2024-01-18 17:25 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-01-18 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a0ef2464e309e4ca67daf0bd6ce840319116b8de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 17:23:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 17:23:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ef2464

app-emacs/yaml: Stabilize 0.5.5 amd64, #922366

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

 app-emacs/yaml/yaml-0.5.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/yaml/yaml-0.5.5.ebuild b/app-emacs/yaml/yaml-0.5.5.ebuild
index c553097ceca3..e8780603abc7 100644
--- a/app-emacs/yaml/yaml-0.5.5.ebuild
+++ b/app-emacs/yaml/yaml-0.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"/yaml.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"


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

end of thread, other threads:[~2024-01-18 17:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15  1:34 [gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-01-18 17:25 Sam James
2023-12-15  1:34 Maciej Barć
2023-10-31  0:47 Sam James
2023-10-19 21:34 Maciej Barć
2023-10-19 21:34 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-09-13 18:31 Maciej Barć
2023-09-13 18:31 Maciej Barć
2023-04-04 20:17 Arthur Zamarin
2023-03-12 22:52 Maciej Barć

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