[gentoo-commits] repo/gentoo:master commit in: app-emacs/parseclj/

2024-01-06 Thread Sam James
commit: 855a0ba4ec676c544f139731d2f4f260f7a99f0d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  6 09:02:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  6 09:02:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855a0ba4

app-emacs/parseclj: Stabilize 1.1.1 amd64, #921416

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-emacs/parseclj/parseclj-1.1.1.ebuild 
b/app-emacs/parseclj/parseclj-1.1.1.ebuild
index e65c3074b14f..093bb113f3b6 100644
--- a/app-emacs/parseclj/parseclj-1.1.1.ebuild
+++ b/app-emacs/parseclj/parseclj-1.1.1.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/parseclj/

2023-12-04 Thread Maciej Barć
commit: b1fa9d8068ae0e186b253bdcd95f05b0bc36e900
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:27:05 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fa9d80

app-emacs/parseclj: bump to 1.1.1

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

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

diff --git a/app-emacs/parseclj/Manifest b/app-emacs/parseclj/Manifest
index 4debc08efab7..832aca3453fd 100644
--- a/app-emacs/parseclj/Manifest
+++ b/app-emacs/parseclj/Manifest
@@ -1 +1,2 @@
 DIST parseclj-1.1.0.tar.gz 37228 BLAKE2B 
d0e74eeb3a1ea9cec7445f3e2627d8d6287ff476fdff4a1dd9b3f58100621a02fc0f0369b96bd92fa8f43485d8c45ffa0a7d41681dfe71020157ca467325e2b9
 SHA512 
ef8da1f65d4f873c81a785aae495128dc551b73cc89cda7c8b37ce8be15b7473c6cbcd886d5ea285ae414a05a02109b60a8cd933720f1a4b6a1e63e07ec33cf8
+DIST parseclj-1.1.1.tar.gz 39388 BLAKE2B 
cd0303a9bbec275123389308332bb2f5edaae359d67f50c87a90b20ffe544a32e43b6b3160f16535aff820c6029554ab94029047bc4fd21e1dccf20830b09621
 SHA512 
b28c91a1d9d649cda041a89d1d6ccddc7aa0d6018e7ed45928a7ecebd59a3c1de8559347e695a64d2385477991280db9451a915868d54e272125ecaab951d6d4

diff --git a/app-emacs/parseclj/parseclj-1.1.1.ebuild 
b/app-emacs/parseclj/parseclj-1.1.1.ebuild
new file mode 100644
index ..e65c3074b14f
--- /dev/null
+++ b/app-emacs/parseclj/parseclj-1.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="Clojure Parser for Emacs Lisp"
+HOMEPAGE="https://github.com/clojure-emacs/parseclj/;
+SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/ert-runner )"
+
+DOCS=( CHANGELOG.md DESIGN.md README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ert-runner -L . -L test --reporter ert+duration --script test || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/parseclj/

2023-04-01 Thread Sam James
commit: 06368ddb5ded5da73c8f99ab5f04c83d9431632b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 01:43:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  2 01:43:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06368ddb

app-emacs/parseclj: Stabilize 1.1.0 amd64, #903679

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-emacs/parseclj/parseclj-1.1.0.ebuild 
b/app-emacs/parseclj/parseclj-1.1.0.ebuild
index e65c3074b14f..f75538e55943 100644
--- a/app-emacs/parseclj/parseclj-1.1.0.ebuild
+++ b/app-emacs/parseclj/parseclj-1.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/parseclj/, app-emacs/parseclj/files/

2022-12-12 Thread Maciej Barć
commit: c50bd9f66c36ccfba27f323126b4f569af1bc0cc
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec 12 11:26:25 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec 12 11:26:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50bd9f6

app-emacs/parseclj: new package; add 1.1.0

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

 app-emacs/parseclj/Manifest   |  1 +
 app-emacs/parseclj/files/50parseclj-gentoo.el |  1 +
 app-emacs/parseclj/metadata.xml   | 18 +
 app-emacs/parseclj/parseclj-1.1.0.ebuild  | 28 +++
 4 files changed, 48 insertions(+)

diff --git a/app-emacs/parseclj/Manifest b/app-emacs/parseclj/Manifest
new file mode 100644
index ..4debc08efab7
--- /dev/null
+++ b/app-emacs/parseclj/Manifest
@@ -0,0 +1 @@
+DIST parseclj-1.1.0.tar.gz 37228 BLAKE2B 
d0e74eeb3a1ea9cec7445f3e2627d8d6287ff476fdff4a1dd9b3f58100621a02fc0f0369b96bd92fa8f43485d8c45ffa0a7d41681dfe71020157ca467325e2b9
 SHA512 
ef8da1f65d4f873c81a785aae495128dc551b73cc89cda7c8b37ce8be15b7473c6cbcd886d5ea285ae414a05a02109b60a8cd933720f1a4b6a1e63e07ec33cf8

diff --git a/app-emacs/parseclj/files/50parseclj-gentoo.el 
b/app-emacs/parseclj/files/50parseclj-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/parseclj/files/50parseclj-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/parseclj/metadata.xml b/app-emacs/parseclj/metadata.xml
new file mode 100644
index ..c7ad27b76ae9
--- /dev/null
+++ b/app-emacs/parseclj/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+parseclj is an Emacs Lisp library for parsing Clojure code and EDN data. It
+supports several input and output formats, all powered by the same
+shift-reduce parser function.
+  
+  
+https://github.com/clojure-emacs/parseclj/issues/
+clojure-emacs/parseclj
+  
+

diff --git a/app-emacs/parseclj/parseclj-1.1.0.ebuild 
b/app-emacs/parseclj/parseclj-1.1.0.ebuild
new file mode 100644
index ..0adbdc6b45d8
--- /dev/null
+++ b/app-emacs/parseclj/parseclj-1.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Clojure Parser for Emacs Lisp"
+HOMEPAGE="https://github.com/clojure-emacs/parseclj/;
+SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/ert-runner )"
+
+DOCS=( CHANGELOG.md DESIGN.md README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ert-runner -L . -L test --reporter ert+duration --script test || die
+}