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

commit:     bd293596c0a0247a1d589a7d2ebc7a5c7a062346
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 12:25:06 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May  9 12:31:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd293596

app-emacs/treemacs: bump to 2.10

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

 app-emacs/treemacs/Manifest             |  1 +
 app-emacs/treemacs/treemacs-2.10.ebuild | 61 +++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest
index 6ce00e3b55f9..e3daff3ffdcf 100644
--- a/app-emacs/treemacs/Manifest
+++ b/app-emacs/treemacs/Manifest
@@ -1 +1,2 @@
+DIST treemacs-2.10.tar.gz 4137468 BLAKE2B 0f832d02f8b0f96f7000c57b1842319155face5cb50c44ff4286f7f28dd74b38739079de9c387dbddbf93af37a5c750c45a598100ed5053674a565b4ec34f0c6 SHA512 9326a3f66c1b38eb7ef39e90900c2ef71d20c6c3478213f61c144ca4face562dccf00d6d400315c264627468a0c3319a24f0ec6cddb795b54e1b7f3c235d1c71
 DIST treemacs-2.9.5.tar.gz 4134227 BLAKE2B 1fbdb278e9524fdb14cbc7699bc787ab694b00d37a91ec3e91e106079bc02f6b8b39207608873d45c70fd6355a22553bf1a0636a948b79df77adfe0b4a3f799f SHA512 adc026d7ad459418fae531c5a1a7df7f9308e63dec82240c1c5e278eb00fdf8d6dff1ee2112ea73d5a05c4266efe24623bb84f8819a6f07fbb4fde6e644ca9ad

diff --git a/app-emacs/treemacs/treemacs-2.10.ebuild b/app-emacs/treemacs/treemacs-2.10.ebuild
new file mode 100644
index 000000000000..ea3b8ab8544a
--- /dev/null
+++ b/app-emacs/treemacs/treemacs-2.10.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Tree style project file explorer"
+HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
+SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
+			-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	app-emacs/ace-window
+	app-emacs/cfrs
+	app-emacs/dash
+	app-emacs/ht
+	app-emacs/hydra
+	app-emacs/pfuture
+	app-emacs/s
+"
+BDEPEND="
+	${RDEPEND}
+	test? ( app-emacs/buttercup )
+"
+
+DOCS=( Changelog.org Extensions.org README.org screenshots )
+PATCHES=( "${FILESDIR}"/${PN}-icons-icon-directory.patch )
+
+BYTECOMPFLAGS="-L . -L src/elisp"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+
+	sed "s|@SITEETC@|${SITEETC}/${PN}|" -i src/elisp/${PN}-icons.el || die
+}
+
+src_compile() {
+	elisp-compile src/elisp/*.el
+}
+
+src_test() {
+	buttercup ${BYTECOMPFLAGS} -L test --traceback full || die
+}
+
+src_install() {
+	elisp-install ${PN} src/elisp/*.el{,c}
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	insinto ${SITEETC}/${PN}
+	doins -r icons
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/
@ 2023-02-27  0:05 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-02-27  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     58407ede38ac6bfc6219475dc8ed8df0c9a1a653
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 23:58:48 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 00:05:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58407ede

app-emacs/treemacs: enable python 3.11

Closes: https://bugs.gentoo.org/896538
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/treemacs/treemacs-2.10-r2.ebuild  | 7 ++++---
 app-emacs/treemacs/treemacs-2.9.5-r2.ebuild | 7 ++++---
 app-emacs/treemacs/treemacs-3.0-r1.ebuild   | 7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/app-emacs/treemacs/treemacs-2.10-r2.ebuild b/app-emacs/treemacs/treemacs-2.10-r2.ebuild
index 21707f71d5e4..de552c5b30b2 100644
--- a/app-emacs/treemacs/treemacs-2.10-r2.ebuild
+++ b/app-emacs/treemacs/treemacs-2.10-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 NEED_EMACS=26.1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit elisp distutils-r1
 
@@ -34,14 +34,14 @@ BDEPEND="
 	test? ( app-emacs/buttercup )
 "
 
-DOCS=( Changelog.org Extensions.org README.org screenshots )
+BYTECOMPFLAGS="-L . -L src/elisp"
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.9.5-tests.patch
 	"${FILESDIR}"/${PN}-async-scripts.patch
 	"${FILESDIR}"/${PN}-icons-icon-directory.patch
 )
 
-BYTECOMPFLAGS="-L . -L src/elisp"
+DOCS=( Changelog.org Extensions.org README.org screenshots )
 SITEFILE="50${PN}-gentoo.el"
 
 src_prepare() {
@@ -58,6 +58,7 @@ python_compile() {
 
 src_compile() {
 	distutils-r1_src_compile
+
 	elisp-compile src/elisp/*.el
 }
 

diff --git a/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild b/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild
index 847fece21ce8..1c2b01c56dc4 100644
--- a/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild
+++ b/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 NEED_EMACS=26.1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit elisp distutils-r1
 
@@ -34,14 +34,14 @@ BDEPEND="
 	test? ( app-emacs/buttercup )
 "
 
-DOCS=( Changelog.org Extensions.org README.org screenshots )
+BYTECOMPFLAGS="-L . -L src/elisp"
 PATCHES=(
 	"${FILESDIR}"/${PN}-async-scripts.patch
 	"${FILESDIR}"/${PN}-icons-icon-directory.patch
 	"${FILESDIR}"/${P}-tests.patch
 )
 
-BYTECOMPFLAGS="-L . -L src/elisp"
+DOCS=( Changelog.org Extensions.org README.org screenshots )
 SITEFILE="50${PN}-gentoo.el"
 
 src_prepare() {
@@ -58,6 +58,7 @@ python_compile() {
 
 src_compile() {
 	distutils-r1_src_compile
+
 	elisp-compile src/elisp/*.el
 }
 

diff --git a/app-emacs/treemacs/treemacs-3.0-r1.ebuild b/app-emacs/treemacs/treemacs-3.0-r1.ebuild
index 5b225323539c..2a86b46185ac 100644
--- a/app-emacs/treemacs/treemacs-3.0-r1.ebuild
+++ b/app-emacs/treemacs/treemacs-3.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 NEED_EMACS=26.1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit elisp distutils-r1
 
@@ -34,7 +34,7 @@ BDEPEND="
 	test? ( app-emacs/buttercup )
 "
 
-DOCS=( Changelog.org Extensions.org README.org screenshots )
+BYTECOMPFLAGS="-L . -L src/elisp"
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.9.5-tests.patch
 	"${FILESDIR}"/${PN}-async-scripts.patch
@@ -42,7 +42,7 @@ PATCHES=(
 	"${FILESDIR}"/${P}-tests.patch
 )
 
-BYTECOMPFLAGS="-L . -L src/elisp"
+DOCS=( Changelog.org Extensions.org README.org screenshots )
 SITEFILE="50${PN}-gentoo.el"
 
 src_prepare() {
@@ -59,6 +59,7 @@ python_compile() {
 
 src_compile() {
 	distutils-r1_src_compile
+
 	elisp-compile src/elisp/*.el
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/
@ 2023-04-10 18:49 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-04-10 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     64ccb2030d0545ce42e3adde049c6413967f99c2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 18:40:59 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 18:49:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ccb203

app-emacs/treemacs: bump to 3.1

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

 app-emacs/treemacs/Manifest            |  1 +
 app-emacs/treemacs/treemacs-3.1.ebuild | 76 ++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest
index 1ff141dac693..f29e359e8b6e 100644
--- a/app-emacs/treemacs/Manifest
+++ b/app-emacs/treemacs/Manifest
@@ -1,3 +1,4 @@
 DIST treemacs-2.10.tar.gz 4137468 BLAKE2B 0f832d02f8b0f96f7000c57b1842319155face5cb50c44ff4286f7f28dd74b38739079de9c387dbddbf93af37a5c750c45a598100ed5053674a565b4ec34f0c6 SHA512 9326a3f66c1b38eb7ef39e90900c2ef71d20c6c3478213f61c144ca4face562dccf00d6d400315c264627468a0c3319a24f0ec6cddb795b54e1b7f3c235d1c71
 DIST treemacs-2.9.5.tar.gz 4134227 BLAKE2B 1fbdb278e9524fdb14cbc7699bc787ab694b00d37a91ec3e91e106079bc02f6b8b39207608873d45c70fd6355a22553bf1a0636a948b79df77adfe0b4a3f799f SHA512 adc026d7ad459418fae531c5a1a7df7f9308e63dec82240c1c5e278eb00fdf8d6dff1ee2112ea73d5a05c4266efe24623bb84f8819a6f07fbb4fde6e644ca9ad
 DIST treemacs-3.0.tar.gz 4552082 BLAKE2B d12dff7aa667916ba586dcf47d642b36987ec1612a5dd276a513eef551c7b81a463d55531dacc48eac49ffc7390b1dd48a7e07285d188d4d40e779b9bc0b09f5 SHA512 981eb40973c86aec683ad6f0436c853e9254bfa10e77a60d3c36ef8b18d76dce358d68dee06355e63b4040c816e4f0064a3e722a414db0f9d3d007e5d252d753
+DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c

diff --git a/app-emacs/treemacs/treemacs-3.1.ebuild b/app-emacs/treemacs/treemacs-3.1.ebuild
new file mode 100644
index 000000000000..de552c5b30b2
--- /dev/null
+++ b/app-emacs/treemacs/treemacs-3.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit elisp distutils-r1
+
+DESCRIPTION="Tree style project file explorer"
+HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
+SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	app-emacs/ace-window
+	app-emacs/cfrs
+	app-emacs/dash
+	app-emacs/ht
+	app-emacs/hydra
+	app-emacs/pfuture
+	app-emacs/s
+"
+BDEPEND="
+	${RDEPEND}
+	test? ( app-emacs/buttercup )
+"
+
+BYTECOMPFLAGS="-L . -L src/elisp"
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.9.5-tests.patch
+	"${FILESDIR}"/${PN}-async-scripts.patch
+	"${FILESDIR}"/${PN}-icons-icon-directory.patch
+)
+
+DOCS=( Changelog.org Extensions.org README.org screenshots )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	sed "s|@SITEETC@|${SITEETC}/${PN}|g"        \
+		-i src/elisp/${PN}-icons.el             \
+		-i src/elisp/${PN}-async.el || die
+}
+
+python_compile() {
+	python_optimize "${S}"/src/scripts
+}
+
+src_compile() {
+	distutils-r1_src_compile
+
+	elisp-compile src/elisp/*.el
+}
+
+src_test() {
+	buttercup ${BYTECOMPFLAGS} -L test --traceback full || die "tests failed"
+}
+
+src_install() {
+	elisp-install ${PN} src/elisp/*.el{,c}
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	insinto ${SITEETC}/${PN}
+	doins -r icons
+	doins -r src/scripts
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/
@ 2023-04-10 18:49 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-04-10 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     220c8f2ac7ced45f93c3eca5b976c999021bf889
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 18:43:33 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 18:49:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220c8f2a

app-emacs/treemacs: drop old 2.9.5-r2

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

 app-emacs/treemacs/Manifest                 |  1 -
 app-emacs/treemacs/treemacs-2.9.5-r2.ebuild | 76 -----------------------------
 2 files changed, 77 deletions(-)

diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest
index f29e359e8b6e..e9327eae309f 100644
--- a/app-emacs/treemacs/Manifest
+++ b/app-emacs/treemacs/Manifest
@@ -1,4 +1,3 @@
 DIST treemacs-2.10.tar.gz 4137468 BLAKE2B 0f832d02f8b0f96f7000c57b1842319155face5cb50c44ff4286f7f28dd74b38739079de9c387dbddbf93af37a5c750c45a598100ed5053674a565b4ec34f0c6 SHA512 9326a3f66c1b38eb7ef39e90900c2ef71d20c6c3478213f61c144ca4face562dccf00d6d400315c264627468a0c3319a24f0ec6cddb795b54e1b7f3c235d1c71
-DIST treemacs-2.9.5.tar.gz 4134227 BLAKE2B 1fbdb278e9524fdb14cbc7699bc787ab694b00d37a91ec3e91e106079bc02f6b8b39207608873d45c70fd6355a22553bf1a0636a948b79df77adfe0b4a3f799f SHA512 adc026d7ad459418fae531c5a1a7df7f9308e63dec82240c1c5e278eb00fdf8d6dff1ee2112ea73d5a05c4266efe24623bb84f8819a6f07fbb4fde6e644ca9ad
 DIST treemacs-3.0.tar.gz 4552082 BLAKE2B d12dff7aa667916ba586dcf47d642b36987ec1612a5dd276a513eef551c7b81a463d55531dacc48eac49ffc7390b1dd48a7e07285d188d4d40e779b9bc0b09f5 SHA512 981eb40973c86aec683ad6f0436c853e9254bfa10e77a60d3c36ef8b18d76dce358d68dee06355e63b4040c816e4f0064a3e722a414db0f9d3d007e5d252d753
 DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c

diff --git a/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild b/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild
deleted file mode 100644
index 1c2b01c56dc4..000000000000
--- a/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit elisp distutils-r1
-
-DESCRIPTION="Tree style project file explorer"
-HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
-SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-emacs/ace-window
-	app-emacs/cfrs
-	app-emacs/dash
-	app-emacs/ht
-	app-emacs/hydra
-	app-emacs/pfuture
-	app-emacs/s
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( app-emacs/buttercup )
-"
-
-BYTECOMPFLAGS="-L . -L src/elisp"
-PATCHES=(
-	"${FILESDIR}"/${PN}-async-scripts.patch
-	"${FILESDIR}"/${PN}-icons-icon-directory.patch
-	"${FILESDIR}"/${P}-tests.patch
-)
-
-DOCS=( Changelog.org Extensions.org README.org screenshots )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	sed "s|@SITEETC@|${SITEETC}/${PN}|g"        \
-		-i src/elisp/${PN}-icons.el             \
-		-i src/elisp/${PN}-async.el || die
-}
-
-python_compile() {
-	python_optimize "${S}"/src/scripts
-}
-
-src_compile() {
-	distutils-r1_src_compile
-
-	elisp-compile src/elisp/*.el
-}
-
-src_test() {
-	buttercup ${BYTECOMPFLAGS} -L test --traceback full || die "tests failed"
-}
-
-src_install() {
-	elisp-install ${PN} src/elisp/*.el{,c}
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-	insinto ${SITEETC}/${PN}
-	doins -r icons
-	doins -r src/scripts
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/
@ 2023-04-18  0:35 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-04-18  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c12e9953e79891fd785befa8078813a18b6a4f58
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 00:31:44 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 00:35:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12e9953

app-emacs/treemacs: use elisp-enable-tests

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

 app-emacs/treemacs/treemacs-3.1.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/app-emacs/treemacs/treemacs-3.1.ebuild b/app-emacs/treemacs/treemacs-3.1.ebuild
index de552c5b30b2..6d097c74f261 100644
--- a/app-emacs/treemacs/treemacs-3.1.ebuild
+++ b/app-emacs/treemacs/treemacs-3.1.ebuild
@@ -7,7 +7,7 @@ NEED_EMACS=26.1
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit elisp distutils-r1
+inherit distutils-r1 elisp
 
 DESCRIPTION="Tree style project file explorer"
 HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
@@ -17,8 +17,6 @@ SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
 LICENSE="GPL-3+"
 KEYWORDS="~amd64"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	app-emacs/ace-window
@@ -29,10 +27,7 @@ RDEPEND="
 	app-emacs/pfuture
 	app-emacs/s
 "
-BDEPEND="
-	${RDEPEND}
-	test? ( app-emacs/buttercup )
-"
+BDEPEND="${RDEPEND}"
 
 BYTECOMPFLAGS="-L . -L src/elisp"
 PATCHES=(
@@ -44,6 +39,8 @@ PATCHES=(
 DOCS=( Changelog.org Extensions.org README.org screenshots )
 SITEFILE="50${PN}-gentoo.el"
 
+elisp-enable-tests buttercup test
+
 src_prepare() {
 	distutils-r1_src_prepare
 
@@ -62,10 +59,6 @@ src_compile() {
 	elisp-compile src/elisp/*.el
 }
 
-src_test() {
-	buttercup ${BYTECOMPFLAGS} -L test --traceback full || die "tests failed"
-}
-
 src_install() {
 	elisp-install ${PN} src/elisp/*.el{,c}
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/
@ 2023-10-18 17:00 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-10-18 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cd47495f5e31572320d8e3484f6aaa2fe778df94
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 16:55:09 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 17:00:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd47495f

app-emacs/treemacs: drop old 3.0-r1

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

 app-emacs/treemacs/Manifest               |  1 -
 app-emacs/treemacs/treemacs-3.0-r1.ebuild | 77 -------------------------------
 2 files changed, 78 deletions(-)

diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest
index 10b5725d20b5..58c616d904f5 100644
--- a/app-emacs/treemacs/Manifest
+++ b/app-emacs/treemacs/Manifest
@@ -1,2 +1 @@
-DIST treemacs-3.0.tar.gz 4552082 BLAKE2B d12dff7aa667916ba586dcf47d642b36987ec1612a5dd276a513eef551c7b81a463d55531dacc48eac49ffc7390b1dd48a7e07285d188d4d40e779b9bc0b09f5 SHA512 981eb40973c86aec683ad6f0436c853e9254bfa10e77a60d3c36ef8b18d76dce358d68dee06355e63b4040c816e4f0064a3e722a414db0f9d3d007e5d252d753
 DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c

diff --git a/app-emacs/treemacs/treemacs-3.0-r1.ebuild b/app-emacs/treemacs/treemacs-3.0-r1.ebuild
deleted file mode 100644
index 2a86b46185ac..000000000000
--- a/app-emacs/treemacs/treemacs-3.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit elisp distutils-r1
-
-DESCRIPTION="Tree style project file explorer"
-HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
-SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-emacs/ace-window
-	app-emacs/cfrs
-	app-emacs/dash
-	app-emacs/ht
-	app-emacs/hydra
-	app-emacs/pfuture
-	app-emacs/s
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( app-emacs/buttercup )
-"
-
-BYTECOMPFLAGS="-L . -L src/elisp"
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.9.5-tests.patch
-	"${FILESDIR}"/${PN}-async-scripts.patch
-	"${FILESDIR}"/${PN}-icons-icon-directory.patch
-	"${FILESDIR}"/${P}-tests.patch
-)
-
-DOCS=( Changelog.org Extensions.org README.org screenshots )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	sed "s|@SITEETC@|${SITEETC}/${PN}|g"        \
-		-i src/elisp/${PN}-icons.el             \
-		-i src/elisp/${PN}-async.el || die
-}
-
-python_compile() {
-	python_optimize "${S}"/src/scripts
-}
-
-src_compile() {
-	distutils-r1_src_compile
-
-	elisp-compile src/elisp/*.el
-}
-
-src_test() {
-	buttercup ${BYTECOMPFLAGS} -L test --traceback full || die "tests failed"
-}
-
-src_install() {
-	elisp-install ${PN} src/elisp/*.el{,c}
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-	insinto ${SITEETC}/${PN}
-	doins -r icons
-	doins -r src/scripts
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/
@ 2023-10-18 17:00 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-10-18 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     30bad099766e891fd6e84c3502a8f363a1126941
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 16:55:05 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 17:00:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bad099

app-emacs/treemacs: drop old 2.10-r2

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

 app-emacs/treemacs/Manifest                |  1 -
 app-emacs/treemacs/treemacs-2.10-r2.ebuild | 76 ------------------------------
 2 files changed, 77 deletions(-)

diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest
index e9327eae309f..10b5725d20b5 100644
--- a/app-emacs/treemacs/Manifest
+++ b/app-emacs/treemacs/Manifest
@@ -1,3 +1,2 @@
-DIST treemacs-2.10.tar.gz 4137468 BLAKE2B 0f832d02f8b0f96f7000c57b1842319155face5cb50c44ff4286f7f28dd74b38739079de9c387dbddbf93af37a5c750c45a598100ed5053674a565b4ec34f0c6 SHA512 9326a3f66c1b38eb7ef39e90900c2ef71d20c6c3478213f61c144ca4face562dccf00d6d400315c264627468a0c3319a24f0ec6cddb795b54e1b7f3c235d1c71
 DIST treemacs-3.0.tar.gz 4552082 BLAKE2B d12dff7aa667916ba586dcf47d642b36987ec1612a5dd276a513eef551c7b81a463d55531dacc48eac49ffc7390b1dd48a7e07285d188d4d40e779b9bc0b09f5 SHA512 981eb40973c86aec683ad6f0436c853e9254bfa10e77a60d3c36ef8b18d76dce358d68dee06355e63b4040c816e4f0064a3e722a414db0f9d3d007e5d252d753
 DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c

diff --git a/app-emacs/treemacs/treemacs-2.10-r2.ebuild b/app-emacs/treemacs/treemacs-2.10-r2.ebuild
deleted file mode 100644
index de552c5b30b2..000000000000
--- a/app-emacs/treemacs/treemacs-2.10-r2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit elisp distutils-r1
-
-DESCRIPTION="Tree style project file explorer"
-HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
-SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-emacs/ace-window
-	app-emacs/cfrs
-	app-emacs/dash
-	app-emacs/ht
-	app-emacs/hydra
-	app-emacs/pfuture
-	app-emacs/s
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( app-emacs/buttercup )
-"
-
-BYTECOMPFLAGS="-L . -L src/elisp"
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.9.5-tests.patch
-	"${FILESDIR}"/${PN}-async-scripts.patch
-	"${FILESDIR}"/${PN}-icons-icon-directory.patch
-)
-
-DOCS=( Changelog.org Extensions.org README.org screenshots )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	sed "s|@SITEETC@|${SITEETC}/${PN}|g"        \
-		-i src/elisp/${PN}-icons.el             \
-		-i src/elisp/${PN}-async.el || die
-}
-
-python_compile() {
-	python_optimize "${S}"/src/scripts
-}
-
-src_compile() {
-	distutils-r1_src_compile
-
-	elisp-compile src/elisp/*.el
-}
-
-src_test() {
-	buttercup ${BYTECOMPFLAGS} -L test --traceback full || die "tests failed"
-}
-
-src_install() {
-	elisp-install ${PN} src/elisp/*.el{,c}
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-	insinto ${SITEETC}/${PN}
-	doins -r icons
-	doins -r src/scripts
-}


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

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

commit:     6a5a8c4a2dff9bd3c0229db241147bc80f82c3da
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 22:00:55 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 23:22:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5a8c4a

app-emacs/treemacs: bump PY compat; require Emacs with USE=svg

Closes: https://bugs.gentoo.org/908967
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...{treemacs-3.1.ebuild => treemacs-3.1-r1.ebuild} | 41 ++++++++++++++--------
 1 file changed, 26 insertions(+), 15 deletions(-)

diff --git a/app-emacs/treemacs/treemacs-3.1.ebuild b/app-emacs/treemacs/treemacs-3.1-r1.ebuild
similarity index 53%
rename from app-emacs/treemacs/treemacs-3.1.ebuild
rename to app-emacs/treemacs/treemacs-3.1-r1.ebuild
index 6d097c74f261..5f04a6ad831c 100644
--- a/app-emacs/treemacs/treemacs-3.1.ebuild
+++ b/app-emacs/treemacs/treemacs-3.1-r1.ebuild
@@ -1,24 +1,33 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 NEED_EMACS=26.1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 elisp
 
 DESCRIPTION="Tree style project file explorer"
 HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
-SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}.git"
+else
+	SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="
+	>=app-editors/emacs-${NEED_EMACS}[svg]
 	app-emacs/ace-window
 	app-emacs/cfrs
 	app-emacs/dash
@@ -27,13 +36,15 @@ RDEPEND="
 	app-emacs/pfuture
 	app-emacs/s
 "
-BDEPEND="${RDEPEND}"
+BDEPEND="
+	${RDEPEND}
+"
 
 BYTECOMPFLAGS="-L . -L src/elisp"
 PATCHES=(
-	"${FILESDIR}"/${PN}-2.9.5-tests.patch
-	"${FILESDIR}"/${PN}-async-scripts.patch
-	"${FILESDIR}"/${PN}-icons-icon-directory.patch
+	"${FILESDIR}/${PN}-2.9.5-tests.patch"
+	"${FILESDIR}/${PN}-async-scripts.patch"
+	"${FILESDIR}/${PN}-icons-icon-directory.patch"
 )
 
 DOCS=( Changelog.org Extensions.org README.org screenshots )
@@ -44,13 +55,13 @@ elisp-enable-tests buttercup test
 src_prepare() {
 	distutils-r1_src_prepare
 
-	sed "s|@SITEETC@|${SITEETC}/${PN}|g"        \
-		-i src/elisp/${PN}-icons.el             \
-		-i src/elisp/${PN}-async.el || die
+	sed "s|@SITEETC@|${SITEETC}/${PN}|g"		\
+		-i "src/elisp/${PN}-icons.el"			\
+		-i "src/elisp/${PN}-async.el" || die
 }
 
 python_compile() {
-	python_optimize "${S}"/src/scripts
+	python_optimize "${S}/src/scripts"
 }
 
 src_compile() {
@@ -60,10 +71,10 @@ src_compile() {
 }
 
 src_install() {
-	elisp-install ${PN} src/elisp/*.el{,c}
+	elisp-install "${PN}" src/elisp/*.el{,c}
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 
-	insinto ${SITEETC}/${PN}
+	insinto "${SITEETC}/${PN}"
 	doins -r icons
 	doins -r src/scripts
 }


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

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

commit:     eb02509a8d5806f0472ab0619ad8d037366e61b1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 20:32:59 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 22:00:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb02509a

app-emacs/treemacs: bump to 3.1_p20240229

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

 app-emacs/treemacs/Manifest                      |  1 +
 app-emacs/treemacs/treemacs-3.1_p20240229.ebuild | 83 ++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest
index 58c616d904f5..67c445fbf04e 100644
--- a/app-emacs/treemacs/Manifest
+++ b/app-emacs/treemacs/Manifest
@@ -1 +1,2 @@
 DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c
+DIST treemacs-3.1_p20240229.tar.gz 4701534 BLAKE2B 3b3e5dbef181efee4739f96ee0ef0de68f344fa68b890b22c0ec808ec1c3b7afc6cd353124e2c6e5e70c931492ac0c9a3e4cee5c66b5c25ba4cc72b296ade6f0 SHA512 40631b77a71b13b0aed2f703386d98b8444c7630f952ba8d49160ba99abc13b8636169fee8cd23bbc372a7d7ae83b863e11ac891deb8cc5d2e961ccfee9f60da

diff --git a/app-emacs/treemacs/treemacs-3.1_p20240229.ebuild b/app-emacs/treemacs/treemacs-3.1_p20240229.ebuild
new file mode 100644
index 000000000000..b7337b3db652
--- /dev/null
+++ b/app-emacs/treemacs/treemacs-3.1_p20240229.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 elisp
+
+DESCRIPTION="Tree style project file explorer"
+HOMEPAGE="https://github.com/Alexander-Miller/treemacs/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}.git"
+else
+	COMMIT_SHA=8c6df39f01a4d47fda2cc943645fa067f771b748
+	SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${COMMIT_SHA}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT_SHA}"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+	>=app-editors/emacs-${NEED_EMACS}[svg]
+	app-emacs/ace-window
+	app-emacs/cfrs
+	app-emacs/dash
+	app-emacs/ht
+	app-emacs/hydra
+	app-emacs/pfuture
+	app-emacs/s
+"
+BDEPEND="
+	${RDEPEND}
+"
+
+BYTECOMPFLAGS="-L . -L src/elisp"
+PATCHES=(
+	"${FILESDIR}/${PN}-2.9.5-tests.patch"
+	"${FILESDIR}/${PN}-async-scripts.patch"
+	"${FILESDIR}/${PN}-icons-icon-directory.patch"
+)
+
+DOCS=( Changelog.org Extensions.org README.org screenshots )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests buttercup test
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	sed -e "s|@SITEETC@|${SITEETC}/${PN}|g"		\
+		-i "src/elisp/${PN}-icons.el"			\
+		-i "src/elisp/${PN}-async.el"			\
+		|| die
+}
+
+python_compile() {
+	python_optimize "${S}/src/scripts"
+}
+
+src_compile() {
+	distutils-r1_src_compile
+
+	elisp-compile src/elisp/*.el
+}
+
+src_install() {
+	elisp-install "${PN}" src/elisp/*.el{,c}
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	insinto "${SITEETC}/${PN}"
+	doins -r icons
+	doins -r src/scripts
+}


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

end of thread, other threads:[~2024-04-08 22:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 17:00 [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08 22:00 Maciej Barć
2024-01-12 23:22 Maciej Barć
2023-10-18 17:00 Maciej Barć
2023-04-18  0:35 Maciej Barć
2023-04-10 18:49 Maciej Barć
2023-04-10 18:49 Maciej Barć
2023-02-27  0:05 Maciej Barć
2022-05-09 12:31 Maciej Barć

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