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

2024-05-13 Thread Maciej Barć
commit: 47b726d42187550caf2fafd301d07c4ba588fba6
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May 13 16:20:32 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May 13 17:59:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b726d4

app-emacs/eldev: bump to 1.10.1

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

 app-emacs/eldev/Manifest|  1 +
 app-emacs/eldev/eldev-1.10.1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 72c67b884f58..0345e2e1e5ae 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
+DIST eldev-1.10.1.tar.gz 307097 BLAKE2B 
e86dbd717faca925c57c3331d2a5177e6ae96959b2425a1a62082ce268650f08b40744cab819f948d26c752523764ae330c6c57cffd0f1bcc440b8c0b4ea75b2
 SHA512 
8be7913457e826d10eea4625d5f412996e3b485d9d65749bcdc9bb020fac33aa41840d856e31fefe9a2f4b5a9dc597be8820416eaed96717287b8a966f663861
 DIST eldev-1.10.tar.gz 306364 BLAKE2B 
82d8ef2c8c4268aa77b81cdc4344c359a92f02657b2f9e02ff43b3d8e1ffb8ebee93a6cfb906b05473e9ba86b54eeb2e274e42113049220fc3f61c7e706492e5
 SHA512 
d46c2091c126251b381235df76f566f06034546302ee7425c5a28d55d7d4e212d326019983267f4474e6b3170547e24fb01c9a40425a2d35cf2615aa01ea9263
 DIST eldev-1.9.1.tar.gz 301188 BLAKE2B 
ce57bee48dda505113df269504fdcad1847e80b2df9e3f7916d7960ee7212a7cb44165b373f0e6c54c0d04f7990f46132afdf6d64ae1b93a9433353cf5058a81
 SHA512 
f059f49e920ea518b23cbd0a8d49d0e86c9fdb5d759bb42d44a620b95dd7eb007e1457de904c9a5149b9c76ef7737ba2942de4cf7a6be2becb2a6152e08bea26

diff --git a/app-emacs/eldev/eldev-1.10.1.ebuild 
b/app-emacs/eldev/eldev-1.10.1.ebuild
new file mode 100644
index ..c7b3f8685f75
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.10.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://emacs-eldev.github.io/eldev/
+   https://github.com/doublep/eldev/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="
+   test/doctor.el
+"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" "./bin/${PN}" test
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin
+   doexe "./bin/${PN}"
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
+   doenvd "${T}/99${PN}"
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2024-05-06 Thread Maciej Barć
commit: 8c33c5c09a5ac81ef76b28e51de66b1f7766e7a2
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May  6 16:43:07 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May  6 18:00:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c33c5c0

app-emacs/eldev: bump to 1.10

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

 app-emacs/eldev/Manifest  |  1 +
 app-emacs/eldev/eldev-1.10.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 8d32dd0a6323..72c67b884f58 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
+DIST eldev-1.10.tar.gz 306364 BLAKE2B 
82d8ef2c8c4268aa77b81cdc4344c359a92f02657b2f9e02ff43b3d8e1ffb8ebee93a6cfb906b05473e9ba86b54eeb2e274e42113049220fc3f61c7e706492e5
 SHA512 
d46c2091c126251b381235df76f566f06034546302ee7425c5a28d55d7d4e212d326019983267f4474e6b3170547e24fb01c9a40425a2d35cf2615aa01ea9263
 DIST eldev-1.9.1.tar.gz 301188 BLAKE2B 
ce57bee48dda505113df269504fdcad1847e80b2df9e3f7916d7960ee7212a7cb44165b373f0e6c54c0d04f7990f46132afdf6d64ae1b93a9433353cf5058a81
 SHA512 
f059f49e920ea518b23cbd0a8d49d0e86c9fdb5d759bb42d44a620b95dd7eb007e1457de904c9a5149b9c76ef7737ba2942de4cf7a6be2becb2a6152e08bea26

diff --git a/app-emacs/eldev/eldev-1.10.ebuild 
b/app-emacs/eldev/eldev-1.10.ebuild
new file mode 100644
index ..c7b3f8685f75
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.10.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://emacs-eldev.github.io/eldev/
+   https://github.com/doublep/eldev/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="
+   test/doctor.el
+"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" "./bin/${PN}" test
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin
+   doexe "./bin/${PN}"
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
+   doenvd "${T}/99${PN}"
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2024-05-06 Thread Maciej Barć
commit: 8acb6f659ffc61c7be24d569a5534e8b0e325b3e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May  6 16:34:20 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May  6 18:00:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acb6f65

app-emacs/eldev: drop old 1.8.2

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.8.2.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 47d2da7ce01a..807d26e7706d 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.8.2.tar.gz 298578 BLAKE2B 
579c72d61e15863a81b8a060da0c78900785a2b58f6a4825d19eebb85467ff838f2777bab05dc4ff2b04367d3fe58e4e71cbce09c4bbcc1c0ad5700cc12edc6d
 SHA512 
c5ae360311d4b23648ecfb86e40a23abd4575480b971d86579f61b2c5a2873a9db211fe044cc33a47cb31bc215890a1c0b73c54700a92fcd1eb299a22733f71a
 DIST eldev-1.9.1.tar.gz 301188 BLAKE2B 
ce57bee48dda505113df269504fdcad1847e80b2df9e3f7916d7960ee7212a7cb44165b373f0e6c54c0d04f7990f46132afdf6d64ae1b93a9433353cf5058a81
 SHA512 
f059f49e920ea518b23cbd0a8d49d0e86c9fdb5d759bb42d44a620b95dd7eb007e1457de904c9a5149b9c76ef7737ba2942de4cf7a6be2becb2a6152e08bea26
 DIST eldev-1.9.tar.gz 300721 BLAKE2B 
dac07c0f7fba1a8637ca9c2e26ebef26fefa88bc6d709a313818233e8c00e2c53acdd2ba37baba2d8e07aa49634a590790faf58edcefafe910793125d7ab7aed
 SHA512 
c3b64cf457ffc0aaa21c34c48379736c98a94773ffd830cd9d79e840638340201f08899f09363912985f54b248130946d4ce6175891fd298548e6538ca9ee142

diff --git a/app-emacs/eldev/eldev-1.8.2.ebuild 
b/app-emacs/eldev/eldev-1.8.2.ebuild
deleted file mode 100644
index 3f11b2985b3e..
--- a/app-emacs/eldev/eldev-1.8.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://emacs-eldev.github.io/eldev/
-   https://github.com/doublep/eldev/;
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-ELISP_REMOVE="test/doctor.el"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" "./bin/${PN}" test
-}
-
-src_install() {
-   elisp_src_install
-   dobin "./bin/${PN}"
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
-   doenvd "${T}/99${PN}"
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2024-05-06 Thread Maciej Barć
commit: a4917ddade566fb871f9f97810820491793a727f
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May  6 16:34:38 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May  6 18:00:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4917dda

app-emacs/eldev: drop old 1.9

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.9.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 807d26e7706d..8d32dd0a6323 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
 DIST eldev-1.9.1.tar.gz 301188 BLAKE2B 
ce57bee48dda505113df269504fdcad1847e80b2df9e3f7916d7960ee7212a7cb44165b373f0e6c54c0d04f7990f46132afdf6d64ae1b93a9433353cf5058a81
 SHA512 
f059f49e920ea518b23cbd0a8d49d0e86c9fdb5d759bb42d44a620b95dd7eb007e1457de904c9a5149b9c76ef7737ba2942de4cf7a6be2becb2a6152e08bea26
-DIST eldev-1.9.tar.gz 300721 BLAKE2B 
dac07c0f7fba1a8637ca9c2e26ebef26fefa88bc6d709a313818233e8c00e2c53acdd2ba37baba2d8e07aa49634a590790faf58edcefafe910793125d7ab7aed
 SHA512 
c3b64cf457ffc0aaa21c34c48379736c98a94773ffd830cd9d79e840638340201f08899f09363912985f54b248130946d4ce6175891fd298548e6538ca9ee142

diff --git a/app-emacs/eldev/eldev-1.9.ebuild b/app-emacs/eldev/eldev-1.9.ebuild
deleted file mode 100644
index c7b3f8685f75..
--- a/app-emacs/eldev/eldev-1.9.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://emacs-eldev.github.io/eldev/
-   https://github.com/doublep/eldev/;
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-ELISP_REMOVE="
-   test/doctor.el
-"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" "./bin/${PN}" test
-}
-
-src_install() {
-   elisp_src_install
-
-   exeinto /usr/bin
-   doexe "./bin/${PN}"
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
-   doenvd "${T}/99${PN}"
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2024-04-17 Thread Sam James
commit: 977bb6ed4b3fb71e950e833ba7a2e335147b5be4
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 17 23:59:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 17 23:59:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977bb6ed

app-emacs/eldev: Stabilize 1.9.1 amd64, #930162

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

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

diff --git a/app-emacs/eldev/eldev-1.9.1.ebuild 
b/app-emacs/eldev/eldev-1.9.1.ebuild
index c7b3f8685f75..d7fd8d4962bb 100644
--- a/app-emacs/eldev/eldev-1.9.1.ebuild
+++ b/app-emacs/eldev/eldev-1.9.1.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-03-17 Thread Maciej Barć
commit: 88ab8bcdfe10ba8d73f5529f521eb75d3982599a
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 17 21:25:07 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 17 21:53:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ab8bcd

app-emacs/eldev: bump to 1.9.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.9.1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 11bd007406a1..47d2da7ce01a 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.8.2.tar.gz 298578 BLAKE2B 
579c72d61e15863a81b8a060da0c78900785a2b58f6a4825d19eebb85467ff838f2777bab05dc4ff2b04367d3fe58e4e71cbce09c4bbcc1c0ad5700cc12edc6d
 SHA512 
c5ae360311d4b23648ecfb86e40a23abd4575480b971d86579f61b2c5a2873a9db211fe044cc33a47cb31bc215890a1c0b73c54700a92fcd1eb299a22733f71a
+DIST eldev-1.9.1.tar.gz 301188 BLAKE2B 
ce57bee48dda505113df269504fdcad1847e80b2df9e3f7916d7960ee7212a7cb44165b373f0e6c54c0d04f7990f46132afdf6d64ae1b93a9433353cf5058a81
 SHA512 
f059f49e920ea518b23cbd0a8d49d0e86c9fdb5d759bb42d44a620b95dd7eb007e1457de904c9a5149b9c76ef7737ba2942de4cf7a6be2becb2a6152e08bea26
 DIST eldev-1.9.tar.gz 300721 BLAKE2B 
dac07c0f7fba1a8637ca9c2e26ebef26fefa88bc6d709a313818233e8c00e2c53acdd2ba37baba2d8e07aa49634a590790faf58edcefafe910793125d7ab7aed
 SHA512 
c3b64cf457ffc0aaa21c34c48379736c98a94773ffd830cd9d79e840638340201f08899f09363912985f54b248130946d4ce6175891fd298548e6538ca9ee142

diff --git a/app-emacs/eldev/eldev-1.9.1.ebuild 
b/app-emacs/eldev/eldev-1.9.1.ebuild
new file mode 100644
index ..c7b3f8685f75
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.9.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://emacs-eldev.github.io/eldev/
+   https://github.com/doublep/eldev/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="
+   test/doctor.el
+"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" "./bin/${PN}" test
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin
+   doexe "./bin/${PN}"
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
+   doenvd "${T}/99${PN}"
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2024-03-13 Thread Maciej Barć
commit: 2831640353bde558d8a0d598aa28c694bb89a0e8
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Mar 13 14:32:07 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Mar 13 16:40:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28316403

app-emacs/eldev: drop old 1.8.1

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.8.1.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 989f13ec1a97..e186dae3767c 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
-DIST eldev-1.8.1.tar.gz 297931 BLAKE2B 
ac19db5284ee782aac5cc876b754cc0c7dec4c150787f34ccec6bf2953c4cca8bd10ace4be0c9817802e3813001db661704cb9c68935f3a344d03cba09dc73d8
 SHA512 
c1a0eff02f64508493a0271bf5321969f2e629d4ce4609a4ed4bc6fe7df32e093bc2f4ee6bd28667d845a65830f270165bb69737a045316b689e45b16c14cc45
 DIST eldev-1.8.2.tar.gz 298578 BLAKE2B 
579c72d61e15863a81b8a060da0c78900785a2b58f6a4825d19eebb85467ff838f2777bab05dc4ff2b04367d3fe58e4e71cbce09c4bbcc1c0ad5700cc12edc6d
 SHA512 
c5ae360311d4b23648ecfb86e40a23abd4575480b971d86579f61b2c5a2873a9db211fe044cc33a47cb31bc215890a1c0b73c54700a92fcd1eb299a22733f71a

diff --git a/app-emacs/eldev/eldev-1.8.1.ebuild 
b/app-emacs/eldev/eldev-1.8.1.ebuild
deleted file mode 100644
index 60daff744a6e..
--- a/app-emacs/eldev/eldev-1.8.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2024-03-13 Thread Maciej Barć
commit: 3e5fdfae7c52cc2403246062572e447495974bfc
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Mar 13 14:40:12 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Mar 13 16:40:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5fdfae

app-emacs/eldev: bump to 1.9

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.9.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index e186dae3767c..11bd007406a1 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
 DIST eldev-1.8.2.tar.gz 298578 BLAKE2B 
579c72d61e15863a81b8a060da0c78900785a2b58f6a4825d19eebb85467ff838f2777bab05dc4ff2b04367d3fe58e4e71cbce09c4bbcc1c0ad5700cc12edc6d
 SHA512 
c5ae360311d4b23648ecfb86e40a23abd4575480b971d86579f61b2c5a2873a9db211fe044cc33a47cb31bc215890a1c0b73c54700a92fcd1eb299a22733f71a
+DIST eldev-1.9.tar.gz 300721 BLAKE2B 
dac07c0f7fba1a8637ca9c2e26ebef26fefa88bc6d709a313818233e8c00e2c53acdd2ba37baba2d8e07aa49634a590790faf58edcefafe910793125d7ab7aed
 SHA512 
c3b64cf457ffc0aaa21c34c48379736c98a94773ffd830cd9d79e840638340201f08899f09363912985f54b248130946d4ce6175891fd298548e6538ca9ee142

diff --git a/app-emacs/eldev/eldev-1.9.ebuild b/app-emacs/eldev/eldev-1.9.ebuild
new file mode 100644
index ..c7b3f8685f75
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.9.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://emacs-eldev.github.io/eldev/
+   https://github.com/doublep/eldev/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="
+   test/doctor.el
+"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" "./bin/${PN}" test
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin
+   doexe "./bin/${PN}"
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
+   doenvd "${T}/99${PN}"
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2024-02-27 Thread Sam James
commit: ca0071b810a9e89d238c7c4c3a59791f27cda84a
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 27 23:20:47 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 27 23:20:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0071b8

app-emacs/eldev: Stabilize 1.8.2 amd64, #925646

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

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

diff --git a/app-emacs/eldev/eldev-1.8.2.ebuild 
b/app-emacs/eldev/eldev-1.8.2.ebuild
index 59a685fd0787..3f11b2985b3e 100644
--- a/app-emacs/eldev/eldev-1.8.2.ebuild
+++ b/app-emacs/eldev/eldev-1.8.2.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-01-27 Thread Maciej Barć
commit: 160e028efd4fb88f62dadac6f1811f18f3c433a9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jan 27 19:34:07 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jan 27 21:26:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160e028e

app-emacs/eldev: bump to 1.8.2

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.8.2.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index f2641a61c6fe..989f13ec1a97 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
 DIST eldev-1.8.1.tar.gz 297931 BLAKE2B 
ac19db5284ee782aac5cc876b754cc0c7dec4c150787f34ccec6bf2953c4cca8bd10ace4be0c9817802e3813001db661704cb9c68935f3a344d03cba09dc73d8
 SHA512 
c1a0eff02f64508493a0271bf5321969f2e629d4ce4609a4ed4bc6fe7df32e093bc2f4ee6bd28667d845a65830f270165bb69737a045316b689e45b16c14cc45
+DIST eldev-1.8.2.tar.gz 298578 BLAKE2B 
579c72d61e15863a81b8a060da0c78900785a2b58f6a4825d19eebb85467ff838f2777bab05dc4ff2b04367d3fe58e4e71cbce09c4bbcc1c0ad5700cc12edc6d
 SHA512 
c5ae360311d4b23648ecfb86e40a23abd4575480b971d86579f61b2c5a2873a9db211fe044cc33a47cb31bc215890a1c0b73c54700a92fcd1eb299a22733f71a

diff --git a/app-emacs/eldev/eldev-1.8.2.ebuild 
b/app-emacs/eldev/eldev-1.8.2.ebuild
new file mode 100644
index ..59a685fd0787
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.8.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://emacs-eldev.github.io/eldev/
+   https://github.com/doublep/eldev/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="test/doctor.el"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" "./bin/${PN}" test
+}
+
+src_install() {
+   elisp_src_install
+   dobin "./bin/${PN}"
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}/99${PN}" || die
+   doenvd "${T}/99${PN}"
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2024-01-15 Thread Maciej Barć
commit: 0f80920fb0f1b45a7f4675a78c7892f1254423df
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jan 15 19:46:01 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jan 15 21:20:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f80920f

app-emacs/eldev: drop old 1.7

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.7.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 8609f77439ed..f2641a61c6fe 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
-DIST eldev-1.7.tar.gz 291763 BLAKE2B 
3fabe4d6d596fe66ead62603c377817a0c2c991bd18e677dc37e2d55e48b37ce7fdae295587fdaad21e06be0f68c78f78f673a94b539f0aefad5bb3c7840c7c1
 SHA512 
5582d6af4d11cba7b685e3a1bbe2e4b2ca0af65d82fac42de0badd099f5bfe7458d4ca174834b1d0e450e10cdf5f7c409fff18027e5ce74c48c488e25a8a854a
 DIST eldev-1.8.1.tar.gz 297931 BLAKE2B 
ac19db5284ee782aac5cc876b754cc0c7dec4c150787f34ccec6bf2953c4cca8bd10ace4be0c9817802e3813001db661704cb9c68935f3a344d03cba09dc73d8
 SHA512 
c1a0eff02f64508493a0271bf5321969f2e629d4ce4609a4ed4bc6fe7df32e093bc2f4ee6bd28667d845a65830f270165bb69737a045316b689e45b16c14cc45

diff --git a/app-emacs/eldev/eldev-1.7.ebuild b/app-emacs/eldev/eldev-1.7.ebuild
deleted file mode 100644
index 60daff744a6e..
--- a/app-emacs/eldev/eldev-1.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2024-01-15 Thread Maciej Barć
commit: 7761a0aa6b19037828d29070adcb5f07a6171adc
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jan 15 19:45:47 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jan 15 21:20:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7761a0aa

app-emacs/eldev: drop old 1.6

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.6.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index f34d473a3693..8609f77439ed 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7
 DIST eldev-1.7.tar.gz 291763 BLAKE2B 
3fabe4d6d596fe66ead62603c377817a0c2c991bd18e677dc37e2d55e48b37ce7fdae295587fdaad21e06be0f68c78f78f673a94b539f0aefad5bb3c7840c7c1
 SHA512 
5582d6af4d11cba7b685e3a1bbe2e4b2ca0af65d82fac42de0badd099f5bfe7458d4ca174834b1d0e450e10cdf5f7c409fff18027e5ce74c48c488e25a8a854a
 DIST eldev-1.8.1.tar.gz 297931 BLAKE2B 
ac19db5284ee782aac5cc876b754cc0c7dec4c150787f34ccec6bf2953c4cca8bd10ace4be0c9817802e3813001db661704cb9c68935f3a344d03cba09dc73d8
 SHA512 
c1a0eff02f64508493a0271bf5321969f2e629d4ce4609a4ed4bc6fe7df32e093bc2f4ee6bd28667d845a65830f270165bb69737a045316b689e45b16c14cc45

diff --git a/app-emacs/eldev/eldev-1.6.ebuild b/app-emacs/eldev/eldev-1.6.ebuild
deleted file mode 100644
index 60daff744a6e..
--- a/app-emacs/eldev/eldev-1.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-12-21 Thread Sam James
commit: 5b9b81f2a0c3c1ec6686c0d1a46c27039a34d6e6
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 22 05:02:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 22 05:04:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9b81f2

app-emacs/eldev: Stabilize 1.8.1 amd64, #920502

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

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

diff --git a/app-emacs/eldev/eldev-1.8.1.ebuild 
b/app-emacs/eldev/eldev-1.8.1.ebuild
index 413e8c727a11..60daff744a6e 100644
--- a/app-emacs/eldev/eldev-1.8.1.ebuild
+++ b/app-emacs/eldev/eldev-1.8.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-12-14 Thread Sam James
commit: c5d69ea6a8675066077c87aff49f1f7748e217c2
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 15 02:32:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 15 02:32:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d69ea6

app-emacs/eldev: Stabilize 1.7 amd64, #919924

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

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

diff --git a/app-emacs/eldev/eldev-1.7.ebuild b/app-emacs/eldev/eldev-1.7.ebuild
index 413e8c727a11..60daff744a6e 100644
--- a/app-emacs/eldev/eldev-1.7.ebuild
+++ b/app-emacs/eldev/eldev-1.7.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-11-17 Thread Maciej Barć
commit: 1bf419aa532658ab7609094154a9c35eab6241c6
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov 18 01:19:47 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov 18 01:31:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf419aa

app-emacs/eldev: bump to 1.8.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.8.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index ddce2bb46f3a..f34d473a3693 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7
 DIST eldev-1.7.tar.gz 291763 BLAKE2B 
3fabe4d6d596fe66ead62603c377817a0c2c991bd18e677dc37e2d55e48b37ce7fdae295587fdaad21e06be0f68c78f78f673a94b539f0aefad5bb3c7840c7c1
 SHA512 
5582d6af4d11cba7b685e3a1bbe2e4b2ca0af65d82fac42de0badd099f5bfe7458d4ca174834b1d0e450e10cdf5f7c409fff18027e5ce74c48c488e25a8a854a
+DIST eldev-1.8.1.tar.gz 297931 BLAKE2B 
ac19db5284ee782aac5cc876b754cc0c7dec4c150787f34ccec6bf2953c4cca8bd10ace4be0c9817802e3813001db661704cb9c68935f3a344d03cba09dc73d8
 SHA512 
c1a0eff02f64508493a0271bf5321969f2e629d4ce4609a4ed4bc6fe7df32e093bc2f4ee6bd28667d845a65830f270165bb69737a045316b689e45b16c14cc45

diff --git a/app-emacs/eldev/eldev-1.8.1.ebuild 
b/app-emacs/eldev/eldev-1.8.1.ebuild
new file mode 100644
index ..413e8c727a11
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.8.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-11-01 Thread Maciej Barć
commit: 2502f81055cd6717da91c388c348dc4d9d9cfe75
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Nov  1 18:40:48 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Nov  1 19:17:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2502f810

app-emacs/eldev: bump to 1.7

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.7.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 41763d3b8061..ddce2bb46f3a 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
 DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7
+DIST eldev-1.7.tar.gz 291763 BLAKE2B 
3fabe4d6d596fe66ead62603c377817a0c2c991bd18e677dc37e2d55e48b37ce7fdae295587fdaad21e06be0f68c78f78f673a94b539f0aefad5bb3c7840c7c1
 SHA512 
5582d6af4d11cba7b685e3a1bbe2e4b2ca0af65d82fac42de0badd099f5bfe7458d4ca174834b1d0e450e10cdf5f7c409fff18027e5ce74c48c488e25a8a854a

diff --git a/app-emacs/eldev/eldev-1.7.ebuild b/app-emacs/eldev/eldev-1.7.ebuild
new file mode 100644
index ..413e8c727a11
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.7.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-10-06 Thread Maciej Barć
commit: 8ad3e3daa1645faad628af0558c359a2452fc97e
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Oct  6 12:45:29 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Oct  6 15:20:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3e3da

app-emacs/eldev: drop old 1.5.2

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.5.2.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index de30d6bbb6f6..41763d3b8061 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
-DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
 DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7

diff --git a/app-emacs/eldev/eldev-1.5.2.ebuild 
b/app-emacs/eldev/eldev-1.5.2.ebuild
deleted file mode 100644
index 60daff744a6e..
--- a/app-emacs/eldev/eldev-1.5.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-10-06 Thread Maciej Barć
commit: fba566d940e2bec778f112e6d1f0a3b24149d90a
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Oct  6 12:45:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Oct  6 15:20:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba566d9

app-emacs/eldev: drop old 1.5.1

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.5.1.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 5fec732ea9e7..de30d6bbb6f6 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 
9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b
 SHA512 
a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
 DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
 DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7

diff --git a/app-emacs/eldev/eldev-1.5.1.ebuild 
b/app-emacs/eldev/eldev-1.5.1.ebuild
deleted file mode 100644
index 60daff744a6e..
--- a/app-emacs/eldev/eldev-1.5.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-10-06 Thread Arthur Zamarin
commit: 634884922aeb7de446cba913a582549e3850baf3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 12:02:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 12:02:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63488492

app-emacs/eldev: Stabilize 1.6 amd64, #915233

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-emacs/eldev/eldev-1.6.ebuild b/app-emacs/eldev/eldev-1.6.ebuild
index 413e8c727a11..60daff744a6e 100644
--- a/app-emacs/eldev/eldev-1.6.ebuild
+++ b/app-emacs/eldev/eldev-1.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-09-10 Thread Sam James
commit: 7213fbae4f75a146ae71d078b15823ed32b5dd56
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 14:40:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 14:40:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7213fbae

app-emacs/eldev: Stabilize 1.5.2 amd64, #913937

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

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

diff --git a/app-emacs/eldev/eldev-1.5.2.ebuild 
b/app-emacs/eldev/eldev-1.5.2.ebuild
index 413e8c727a11..60daff744a6e 100644
--- a/app-emacs/eldev/eldev-1.5.2.ebuild
+++ b/app-emacs/eldev/eldev-1.5.2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-09-05 Thread Maciej Barć
commit: aa5e06cb60647b1981da138edb906bfa9147d9a9
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  5 13:35:31 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  5 14:11:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5e06cb

app-emacs/eldev: drop old 1.4.1

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.4.1.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 9fcd1eaf2288..5fbffe85e376 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
-DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
 DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 
9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b
 SHA512 
a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
 DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
 DIST eldev-1.5.tar.gz 276909 BLAKE2B 
963940d203c0864d091c50703d18805b48e3bcc4d4fec07262421c453ad346a3963d711b2a96f10e46c2329ba75f6a92093ec2845726e83958e6973a8d579b0a
 SHA512 
fcb277175254de51b37caab04ba74422925b22d3bc98e9e84a2f563f3251fa2bfabb573c98800a05245713d256fbdb59d1091d94a037ddb3a7dda4879f451e88

diff --git a/app-emacs/eldev/eldev-1.4.1.ebuild 
b/app-emacs/eldev/eldev-1.4.1.ebuild
deleted file mode 100644
index cd320492dced..
--- a/app-emacs/eldev/eldev-1.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-09-05 Thread Maciej Barć
commit: 21317be564ab0f28c089a890e48bd990eab6b486
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  5 13:35:40 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  5 14:11:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21317be5

app-emacs/eldev: drop old 1.5

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.5.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 5fbffe85e376..39c0ce98a6db 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
 DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 
9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b
 SHA512 
a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
 DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
-DIST eldev-1.5.tar.gz 276909 BLAKE2B 
963940d203c0864d091c50703d18805b48e3bcc4d4fec07262421c453ad346a3963d711b2a96f10e46c2329ba75f6a92093ec2845726e83958e6973a8d579b0a
 SHA512 
fcb277175254de51b37caab04ba74422925b22d3bc98e9e84a2f563f3251fa2bfabb573c98800a05245713d256fbdb59d1091d94a037ddb3a7dda4879f451e88

diff --git a/app-emacs/eldev/eldev-1.5.ebuild b/app-emacs/eldev/eldev-1.5.ebuild
deleted file mode 100644
index 60daff744a6e..
--- a/app-emacs/eldev/eldev-1.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
-else
-   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-09-05 Thread Maciej Barć
commit: d308879c932782320bb9c070278498f1b901983e
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  5 13:44:11 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  5 14:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d308879c

app-emacs/eldev: bump to 1.6

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.6.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 39c0ce98a6db..5fec732ea9e7 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 
9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b
 SHA512 
a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
 DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
+DIST eldev-1.6.tar.gz 283833 BLAKE2B 
c9111b97ef0ca8a70d60909f5ecacf6628e571e547a83a78aee478964bd8194b93a3c5c2fc83278a5e5e5c9909492699abe9edc1b8e113d2dafeb4af64b000b7
 SHA512 
855c63e173fa3ed8294eeabb08effb621e1b13d672ce035559f9eaa2dc5fa095302cc52b76fd3716312f0e5922b2774d3ccad741b764d67155f8d73c032acbe7

diff --git a/app-emacs/eldev/eldev-1.6.ebuild b/app-emacs/eldev/eldev-1.6.ebuild
new file mode 100644
index ..413e8c727a11
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-09-02 Thread Sam James
commit: 765d62b71a42492c8d38ae3a871c9de78784
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 16:21:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 16:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765d62b7

app-emacs/eldev: Stabilize 1.5.1 amd64, #913500

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

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

diff --git a/app-emacs/eldev/eldev-1.5.1.ebuild 
b/app-emacs/eldev/eldev-1.5.1.ebuild
index 413e8c727a11..60daff744a6e 100644
--- a/app-emacs/eldev/eldev-1.5.1.ebuild
+++ b/app-emacs/eldev/eldev-1.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-08-22 Thread Arthur Zamarin
commit: 29f60d2cd5c4d3c3e02d51bd9cc8831d6245e6b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 22 11:33:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 22 11:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f60d2c

app-emacs/eldev: Stabilize 1.5 amd64, #912815

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-emacs/eldev/eldev-1.5.ebuild b/app-emacs/eldev/eldev-1.5.ebuild
index 413e8c727a11..60daff744a6e 100644
--- a/app-emacs/eldev/eldev-1.5.ebuild
+++ b/app-emacs/eldev/eldev-1.5.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-08-07 Thread Maciej Barć
commit: ff73c5c6d8f2753dfc725927feb28c856b0173bb
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug  7 11:24:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug  7 11:31:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff73c5c6

app-emacs/eldev: bump to 1.5.2

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.5.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 943ff84875b7..9fcd1eaf2288 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,4 @@
 DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
 DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 
9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b
 SHA512 
a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
+DIST eldev-1.5.2.tar.gz 278912 BLAKE2B 
6f4aa63817f09bd5fc744a08b7204227c607e1c1cf586d31d0f1835bdc720ab41a272c9dbcd309a8512ef5ddec31db50f6d31e4d52446b66aa3b5abd0e7f6c36
 SHA512 
86f91c7dde1a1f1012268f6b32d86855d6996ab70c828c70dd188d01609dacbba8aa68dfd86a4995a1ee944aca08d08f844696bd70f996346279dd808ab446b2
 DIST eldev-1.5.tar.gz 276909 BLAKE2B 
963940d203c0864d091c50703d18805b48e3bcc4d4fec07262421c453ad346a3963d711b2a96f10e46c2329ba75f6a92093ec2845726e83958e6973a8d579b0a
 SHA512 
fcb277175254de51b37caab04ba74422925b22d3bc98e9e84a2f563f3251fa2bfabb573c98800a05245713d256fbdb59d1091d94a037ddb3a7dda4879f451e88

diff --git a/app-emacs/eldev/eldev-1.5.2.ebuild 
b/app-emacs/eldev/eldev-1.5.2.ebuild
new file mode 100644
index ..413e8c727a11
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.5.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-08-02 Thread Maciej Barć
commit: e95d5bff77351593d29643d39f272a0b5a6941a5
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug  2 11:56:52 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug  2 14:11:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d5bff

app-emacs/eldev: bump to 1.5.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.5.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 696bc894b727..943ff84875b7 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
+DIST eldev-1.5.1.tar.gz 277342 BLAKE2B 
9efc21e393703aa6649bf95ce0ab774f0306e04371001ab8de9202a9c0c975c9c8ba695dddecfb2be1717b49862aaea9a4ea714f38ccd05545597a93ddf2d61b
 SHA512 
a06f8ecd9b5e1536f03fc6b23b721febb11841fe63b610ae410fe1a317f9e0c28c5cba590104d899e3987acb17bf354bdd17a0447aa83fab99871717574e7598
 DIST eldev-1.5.tar.gz 276909 BLAKE2B 
963940d203c0864d091c50703d18805b48e3bcc4d4fec07262421c453ad346a3963d711b2a96f10e46c2329ba75f6a92093ec2845726e83958e6973a8d579b0a
 SHA512 
fcb277175254de51b37caab04ba74422925b22d3bc98e9e84a2f563f3251fa2bfabb573c98800a05245713d256fbdb59d1091d94a037ddb3a7dda4879f451e88

diff --git a/app-emacs/eldev/eldev-1.5.1.ebuild 
b/app-emacs/eldev/eldev-1.5.1.ebuild
new file mode 100644
index ..413e8c727a11
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.5.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-07-23 Thread Maciej Barć
commit: 9696236340d93f02eefb9bdfcd27e69be8624fc3
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jul 23 13:00:27 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jul 23 14:02:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96962363

app-emacs/eldev: enable live

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

 app-emacs/eldev/eldev-1.5.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/app-emacs/eldev/eldev-1.5.ebuild b/app-emacs/eldev/eldev-1.5.ebuild
index d4cf84d1ef57..413e8c727a11 100644
--- a/app-emacs/eldev/eldev-1.5.ebuild
+++ b/app-emacs/eldev/eldev-1.5.ebuild
@@ -7,10 +7,17 @@ inherit elisp
 
 DESCRIPTION="Emacs Lisp Development Tool"
 HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-07-23 Thread Maciej Barć
commit: 9d94ac256ea8c6a9fef477009e99e41455101b9f
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jul 23 13:12:40 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jul 23 14:02:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d94ac25

app-emacs/eldev: add live

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

 app-emacs/eldev/eldev-.ebuild | 50 +++
 1 file changed, 50 insertions(+)

diff --git a/app-emacs/eldev/eldev-.ebuild 
b/app-emacs/eldev/eldev-.ebuild
new file mode 100644
index ..413e8c727a11
--- /dev/null
+++ b/app-emacs/eldev/eldev-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doublep/${PN}.git;
+else
+   SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-07-22 Thread Maciej Barć
commit: feba52bb898f349f6d43072c0a63be24d08200e0
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Jul 21 22:39:55 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul 22 13:09:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feba52bb

app-emacs/eldev: drop old 1.3.1

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.3.1.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index eb1866318732..d8fd924dc069 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
 DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
 DIST eldev-1.4.tar.gz 267097 BLAKE2B 
bd84241834c69d071f8d5ef89434c52f6a063a20c0d5aee4f5e40e5c1259a1b21648416149286ae197a94274c4d219395ef900cc101afe919540eff88bcc29f7
 SHA512 
ac5639db96ba157902381024a1442f292e97f85c4c9f005702f897c3755d174663b76972e5d10247cb799dcf27357a4a4e1d870513954b7a9892fbeb8ff8e5ec

diff --git a/app-emacs/eldev/eldev-1.3.1.ebuild 
b/app-emacs/eldev/eldev-1.3.1.ebuild
deleted file mode 100644
index fd5f6cc27c1f..
--- a/app-emacs/eldev/eldev-1.3.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-07-22 Thread Maciej Barć
commit: 80c60a766820119c7244e2d2595658b087a10794
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Jul 21 22:48:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul 22 13:09:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c60a76

app-emacs/eldev: bump to 1.5

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.5.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 333ec482e125..696bc894b727 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
 DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
+DIST eldev-1.5.tar.gz 276909 BLAKE2B 
963940d203c0864d091c50703d18805b48e3bcc4d4fec07262421c453ad346a3963d711b2a96f10e46c2329ba75f6a92093ec2845726e83958e6973a8d579b0a
 SHA512 
fcb277175254de51b37caab04ba74422925b22d3bc98e9e84a2f563f3251fa2bfabb573c98800a05245713d256fbdb59d1091d94a037ddb3a7dda4879f451e88

diff --git a/app-emacs/eldev/eldev-1.5.ebuild b/app-emacs/eldev/eldev-1.5.ebuild
new file mode 100644
index ..d4cf84d1ef57
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-07-22 Thread Maciej Barć
commit: a98c2d9e5cad1ee333e9b2c9d8a227aeb0fb43f5
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Jul 21 22:40:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul 22 13:09:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98c2d9e

app-emacs/eldev: drop old 1.4

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.4.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index d8fd924dc069..333ec482e125 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
 DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
-DIST eldev-1.4.tar.gz 267097 BLAKE2B 
bd84241834c69d071f8d5ef89434c52f6a063a20c0d5aee4f5e40e5c1259a1b21648416149286ae197a94274c4d219395ef900cc101afe919540eff88bcc29f7
 SHA512 
ac5639db96ba157902381024a1442f292e97f85c4c9f005702f897c3755d174663b76972e5d10247cb799dcf27357a4a4e1d870513954b7a9892fbeb8ff8e5ec

diff --git a/app-emacs/eldev/eldev-1.4.ebuild b/app-emacs/eldev/eldev-1.4.ebuild
deleted file mode 100644
index fd5f6cc27c1f..
--- a/app-emacs/eldev/eldev-1.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-07-10 Thread Jakov Smolić
commit: f6270d41304161a1e7f543a894550fa1fb4ac79f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 10 07:41:43 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 10 07:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6270d41

app-emacs/eldev: Keyword 1.4.1 riscv, #909842

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/app-emacs/eldev/eldev-1.4.1.ebuild 
b/app-emacs/eldev/eldev-1.4.1.ebuild
index 7e4b6024f108..cd320492dced 100644
--- a/app-emacs/eldev/eldev-1.4.1.ebuild
+++ b/app-emacs/eldev/eldev-1.4.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/doublep/eldev/;
 SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-07-07 Thread Sam James
commit: 4b9aedb29335a3d851104ff1a74c5242731364fe
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  8 00:09:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  8 00:09:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9aedb2

app-emacs/eldev: Keyword 1.4.1 ppc64, #909842

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

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

diff --git a/app-emacs/eldev/eldev-1.4.1.ebuild 
b/app-emacs/eldev/eldev-1.4.1.ebuild
index d8f5b7bc2f0e..7e4b6024f108 100644
--- a/app-emacs/eldev/eldev-1.4.1.ebuild
+++ b/app-emacs/eldev/eldev-1.4.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/doublep/eldev/;
 SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-07-07 Thread Sam James
commit: 3ccf4fd48252c2f893b8484d8c9ff6fc61a296ce
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  8 00:09:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  8 00:09:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccf4fd4

app-emacs/eldev: Keyword 1.4.1 arm, #909842

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

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

diff --git a/app-emacs/eldev/eldev-1.4.1.ebuild 
b/app-emacs/eldev/eldev-1.4.1.ebuild
index fd5f6cc27c1f..d8f5b7bc2f0e 100644
--- a/app-emacs/eldev/eldev-1.4.1.ebuild
+++ b/app-emacs/eldev/eldev-1.4.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/doublep/eldev/;
 SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-07-07 Thread Sam James
commit: f2ea7fe32b07e069534059eea0578e3cb0ce3b39
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 22:54:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 22:54:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ea7fe3

app-emacs/eldev: Stabilize 1.4.1 amd64, #909840

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

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

diff --git a/app-emacs/eldev/eldev-1.4.1.ebuild 
b/app-emacs/eldev/eldev-1.4.1.ebuild
index 057c43865443..fd5f6cc27c1f 100644
--- a/app-emacs/eldev/eldev-1.4.1.ebuild
+++ b/app-emacs/eldev/eldev-1.4.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/doublep/eldev/;
 SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-06-20 Thread Sam James
commit: 75061f0d16a920a696b8a2e572f5e08ef7f018b6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 20 16:23:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 20 16:23:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75061f0d

app-emacs/eldev: Stabilize 1.4 amd64, #908880

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

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

diff --git a/app-emacs/eldev/eldev-1.4.ebuild b/app-emacs/eldev/eldev-1.4.ebuild
index 057c43865443..fd5f6cc27c1f 100644
--- a/app-emacs/eldev/eldev-1.4.ebuild
+++ b/app-emacs/eldev/eldev-1.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/doublep/eldev/;
 SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-06-07 Thread Maciej Barć
commit: 343a3e8ca9af6bc79a40b30535422b9ab28dd4aa
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jun  7 13:21:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jun  7 13:40:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343a3e8c

app-emacs/eldev: bump to 1.4.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.4.1.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index d2cca719d2b0..eb1866318732 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
+DIST eldev-1.4.1.tar.gz 268814 BLAKE2B 
d31ef7842888f523dab25d279064ceda2f427f70f3353d015485bc78346f368e2a56f1a5dfc0243efae36752576be32b869726e391b040eda9c3ea4418002d67
 SHA512 
485ccbdbcb40c3e2a19de5bad7b35bc439a4fe7c228c28ca0c75ca8292ff6216bbf78bb2d26678b94b9fcc5526aea12e1e9c6aa0368e343a08c9081ef1058e81
 DIST eldev-1.4.tar.gz 267097 BLAKE2B 
bd84241834c69d071f8d5ef89434c52f6a063a20c0d5aee4f5e40e5c1259a1b21648416149286ae197a94274c4d219395ef900cc101afe919540eff88bcc29f7
 SHA512 
ac5639db96ba157902381024a1442f292e97f85c4c9f005702f897c3755d174663b76972e5d10247cb799dcf27357a4a4e1d870513954b7a9892fbeb8ff8e5ec

diff --git a/app-emacs/eldev/eldev-1.4.1.ebuild 
b/app-emacs/eldev/eldev-1.4.1.ebuild
new file mode 100644
index ..057c43865443
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.4.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-05-19 Thread Sam James
commit: b1ac047715f740cacab5c7f6d9dfc455f42efd93
Author: Sam James  gentoo  org>
AuthorDate: Fri May 19 17:44:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 19 17:44:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ac0477

app-emacs/eldev: Stabilize 1.3.1 amd64, #906770

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

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

diff --git a/app-emacs/eldev/eldev-1.3.1.ebuild 
b/app-emacs/eldev/eldev-1.3.1.ebuild
index 057c43865443..fd5f6cc27c1f 100644
--- a/app-emacs/eldev/eldev-1.3.1.ebuild
+++ b/app-emacs/eldev/eldev-1.3.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/doublep/eldev/;
 SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 DOCS=( README.adoc )



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

2023-05-19 Thread Maciej Barć
commit: 9bf80bba553393f5acb0dd69948f2794833e5a7f
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 19 13:50:39 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 19 14:18:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf80bba

app-emacs/eldev: bump to 1.4

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.4.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index cce1342faa2d..d2cca719d2b0 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
 DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
+DIST eldev-1.4.tar.gz 267097 BLAKE2B 
bd84241834c69d071f8d5ef89434c52f6a063a20c0d5aee4f5e40e5c1259a1b21648416149286ae197a94274c4d219395ef900cc101afe919540eff88bcc29f7
 SHA512 
ac5639db96ba157902381024a1442f292e97f85c4c9f005702f897c3755d174663b76972e5d10247cb799dcf27357a4a4e1d870513954b7a9892fbeb8ff8e5ec

diff --git a/app-emacs/eldev/eldev-1.4.ebuild b/app-emacs/eldev/eldev-1.4.ebuild
new file mode 100644
index ..057c43865443
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2023-05-19 Thread Maciej Barć
commit: e4a70536770c0ac9c1d83014bf0d41342e6ed30a
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 19 13:30:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 19 14:18:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a70536

app-emacs/eldev: drop old 1.3

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.3.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index c82582c40b9c..cce1342faa2d 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1 @@
 DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
-DIST eldev-1.3.tar.gz 258781 BLAKE2B 
cb5b48622d77a3f79dfad7b9acb08705edaf6b9bc9c5086bd8afad515d0cf0f25a504f2c39a0bfa7a7f55d2855d11d993c02a46fbdf57d4f47e7c0530412f057
 SHA512 
ed7edbc6c2601cd1db669545d9103c632c46d498eb3839fc87003c1bdc2bbf6eac76f996bb3290e5115b8f474afc0d028db740f2c6bcd1b67e0f6174d321fbcd

diff --git a/app-emacs/eldev/eldev-1.3.ebuild b/app-emacs/eldev/eldev-1.3.ebuild
deleted file mode 100644
index 057c43865443..
--- a/app-emacs/eldev/eldev-1.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2023-05-19 Thread Maciej Barć
commit: e342a686769eb237290a20e4a6e27371686edfeb
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 19 13:30:06 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 19 14:18:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e342a686

app-emacs/eldev: drop old 1.2.2

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.2.2.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index c38145e974d3..c82582c40b9c 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2
 DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
 DIST eldev-1.3.tar.gz 258781 BLAKE2B 
cb5b48622d77a3f79dfad7b9acb08705edaf6b9bc9c5086bd8afad515d0cf0f25a504f2c39a0bfa7a7f55d2855d11d993c02a46fbdf57d4f47e7c0530412f057
 SHA512 
ed7edbc6c2601cd1db669545d9103c632c46d498eb3839fc87003c1bdc2bbf6eac76f996bb3290e5115b8f474afc0d028db740f2c6bcd1b67e0f6174d321fbcd

diff --git a/app-emacs/eldev/eldev-1.2.2.ebuild 
b/app-emacs/eldev/eldev-1.2.2.ebuild
deleted file mode 100644
index 057c43865443..
--- a/app-emacs/eldev/eldev-1.2.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-12-21 Thread Maciej Barć
commit: 1363929fcd6d46a8e3c25ebd7a82dfdfaa1c1b10
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec 21 14:33:07 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec 21 14:33:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1363929f

app-emacs/eldev: drop old 1.2.1

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.2.1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 0c499fdb4a39..c38145e974d3 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
-DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2
 DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
 DIST eldev-1.3.tar.gz 258781 BLAKE2B 
cb5b48622d77a3f79dfad7b9acb08705edaf6b9bc9c5086bd8afad515d0cf0f25a504f2c39a0bfa7a7f55d2855d11d993c02a46fbdf57d4f47e7c0530412f057
 SHA512 
ed7edbc6c2601cd1db669545d9103c632c46d498eb3839fc87003c1bdc2bbf6eac76f996bb3290e5115b8f474afc0d028db740f2c6bcd1b67e0f6174d321fbcd

diff --git a/app-emacs/eldev/eldev-1.2.1.ebuild 
b/app-emacs/eldev/eldev-1.2.1.ebuild
deleted file mode 100644
index 3f35959f7270..
--- a/app-emacs/eldev/eldev-1.2.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-12-21 Thread Maciej Barć
commit: b4934bff4af4a986e7a3ef1d52cb9df66028f954
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec 21 14:24:35 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec 21 14:24:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4934bff

app-emacs/eldev: bump to 1.3.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.3.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index fac0e127d13f..0c499fdb4a39 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,4 @@
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2
+DIST eldev-1.3.1.tar.gz 259101 BLAKE2B 
838c000865c04079c0ca6d03fff0bf3b9a45d1494a9b1d471303769ff21f2bdd99914e188c9fbf450ded8434bab6a5cb40b7c3b8e445f379f32519dda05d94aa
 SHA512 
255f9a8bc68fb625e5ba5cc8f26720f5736ee70f2e08bec1e088e37705576d8d07607f1c365eb4891aa9b8fa422ea034c88e580b7024e3d4548e0fd250c28fa7
 DIST eldev-1.3.tar.gz 258781 BLAKE2B 
cb5b48622d77a3f79dfad7b9acb08705edaf6b9bc9c5086bd8afad515d0cf0f25a504f2c39a0bfa7a7f55d2855d11d993c02a46fbdf57d4f47e7c0530412f057
 SHA512 
ed7edbc6c2601cd1db669545d9103c632c46d498eb3839fc87003c1bdc2bbf6eac76f996bb3290e5115b8f474afc0d028db740f2c6bcd1b67e0f6174d321fbcd

diff --git a/app-emacs/eldev/eldev-1.3.1.ebuild 
b/app-emacs/eldev/eldev-1.3.1.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.3.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-11-26 Thread Maciej Barć
commit: d475aed205cead517f0b715872d23956375bd5aa
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov 26 12:37:09 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov 26 12:47:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d475aed2

app-emacs/eldev: drop old 1.1.3

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.1.3.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 6ca8e440eacc..6eb5250552d5 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,2 @@
-DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2

diff --git a/app-emacs/eldev/eldev-1.1.3.ebuild 
b/app-emacs/eldev/eldev-1.1.3.ebuild
deleted file mode 100644
index 3f35959f7270..
--- a/app-emacs/eldev/eldev-1.1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-11-26 Thread Maciej Barć
commit: 56fc578ecfe0a39ca7324aede85c074705e8e688
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov 26 12:45:21 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov 26 12:47:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fc578e

app-emacs/eldev: bump to 1.3

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.3.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 6eb5250552d5..fac0e127d13f 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2
+DIST eldev-1.3.tar.gz 258781 BLAKE2B 
cb5b48622d77a3f79dfad7b9acb08705edaf6b9bc9c5086bd8afad515d0cf0f25a504f2c39a0bfa7a7f55d2855d11d993c02a46fbdf57d4f47e7c0530412f057
 SHA512 
ed7edbc6c2601cd1db669545d9103c632c46d498eb3839fc87003c1bdc2bbf6eac76f996bb3290e5115b8f474afc0d028db740f2c6bcd1b67e0f6174d321fbcd

diff --git a/app-emacs/eldev/eldev-1.3.ebuild b/app-emacs/eldev/eldev-1.3.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-09-14 Thread Maciej Barć
commit: ace346b1d6682d4e809a8084c7a4acedafdb0673
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 14 13:00:51 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 14 16:03:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace346b1

app-emacs/eldev: bump to 1.2.2

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.2.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 85b19e1013a3..a1a5ba1f300e 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,4 @@
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
+DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2
 DIST eldev-1.2.tar.gz 237458 BLAKE2B 
8b91de9fe66c3746519591f44fc7560971d7aff72c81b320991a8bb2dd2ac5a102ccbee2edb4b1488ed8492b42071c79be0c8ec1fa7fbccc4307132cfbf52706
 SHA512 
ca1fbf6af218ad4632f9b8d199bf6a25a75a915263dc92b3b5bc4681c62aa5523b4e6391a110fa961bc578ce01aa4c4ec62a543418febcb1e74e4e8706801884

diff --git a/app-emacs/eldev/eldev-1.2.2.ebuild 
b/app-emacs/eldev/eldev-1.2.2.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.2.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-09-14 Thread Maciej Barć
commit: 833acbe5fcd0f9403eb08ae41d641fb2eda8fbf1
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 14 13:10:05 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 14 16:03:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833acbe5

app-emacs/eldev: drop old 1.2

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.2.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index a1a5ba1f300e..6ca8e440eacc 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.2.tar.gz 238729 BLAKE2B 
d1d896033a98ed12c64a90fba828f28794c4196e62007004e14648db3f5bf19a253d50977ba335457793c7e2176857160e684f395429ce4f71ac0a794e10b776
 SHA512 
b0cdad8b09d019adb9f6c6347e3a3194dc7486e14046ee8d100addbb0e46db23b996237d4008e823a6713c0f55dc7bcb3d6044e3723b95e754e0e121d42beef2
-DIST eldev-1.2.tar.gz 237458 BLAKE2B 
8b91de9fe66c3746519591f44fc7560971d7aff72c81b320991a8bb2dd2ac5a102ccbee2edb4b1488ed8492b42071c79be0c8ec1fa7fbccc4307132cfbf52706
 SHA512 
ca1fbf6af218ad4632f9b8d199bf6a25a75a915263dc92b3b5bc4681c62aa5523b4e6391a110fa961bc578ce01aa4c4ec62a543418febcb1e74e4e8706801884

diff --git a/app-emacs/eldev/eldev-1.2.ebuild b/app-emacs/eldev/eldev-1.2.ebuild
deleted file mode 100644
index 3f35959f7270..
--- a/app-emacs/eldev/eldev-1.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-08-27 Thread Maciej Barć
commit: da10730719f13bd315bd6fd8b6a87fb2aaa1c614
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 27 00:40:41 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 27 01:27:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da107307

app-emacs/eldev: drop old 1.1.1

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.1.1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 770790970e51..e425cae1ea69 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
-DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
 DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505

diff --git a/app-emacs/eldev/eldev-1.1.1.ebuild 
b/app-emacs/eldev/eldev-1.1.1.ebuild
deleted file mode 100644
index 3f35959f7270..
--- a/app-emacs/eldev/eldev-1.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-08-27 Thread Maciej Barć
commit: 4ecb5bf5323c85e6c7d06781ff67399ee4c50f26
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 27 00:40:18 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 27 01:27:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecb5bf5

app-emacs/eldev: bump to 1.2.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.2.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 03f9a4699720..770790970e51 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,5 @@
 DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
 DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
+DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.tar.gz 237458 BLAKE2B 
8b91de9fe66c3746519591f44fc7560971d7aff72c81b320991a8bb2dd2ac5a102ccbee2edb4b1488ed8492b42071c79be0c8ec1fa7fbccc4307132cfbf52706
 SHA512 
ca1fbf6af218ad4632f9b8d199bf6a25a75a915263dc92b3b5bc4681c62aa5523b4e6391a110fa961bc578ce01aa4c4ec62a543418febcb1e74e4e8706801884

diff --git a/app-emacs/eldev/eldev-1.2.1.ebuild 
b/app-emacs/eldev/eldev-1.2.1.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-08-27 Thread Maciej Barć
commit: 8c00369bbc2cb97302380a755f90b8f796fc45a4
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 27 00:40:52 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 27 01:27:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c00369b

app-emacs/eldev: drop old 1.1.2

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

 app-emacs/eldev/Manifest   |  1 -
 app-emacs/eldev/eldev-1.1.2.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index e425cae1ea69..85b19e1013a3 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
-DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.2.1.tar.gz 238318 BLAKE2B 
18c75aab3b06254ab1c8fe87c11104977066bc5fddfcd5e11c413e9d2df7458cef55da9349bf1bc68cb126c02addbc7ee2f071c698f8bc1ba1195dbe694a99ba
 SHA512 
88a3750eccd10eccedb2cff1b807d65d8026c07cc1255ba9d562c1ddc662c2c14641cd4053d82574b2007ca1ce1470bd1f2ebc5bcd99207ef7e0749eb6b6f505
 DIST eldev-1.2.tar.gz 237458 BLAKE2B 
8b91de9fe66c3746519591f44fc7560971d7aff72c81b320991a8bb2dd2ac5a102ccbee2edb4b1488ed8492b42071c79be0c8ec1fa7fbccc4307132cfbf52706
 SHA512 
ca1fbf6af218ad4632f9b8d199bf6a25a75a915263dc92b3b5bc4681c62aa5523b4e6391a110fa961bc578ce01aa4c4ec62a543418febcb1e74e4e8706801884

diff --git a/app-emacs/eldev/eldev-1.1.2.ebuild 
b/app-emacs/eldev/eldev-1.1.2.ebuild
deleted file mode 100644
index 3f35959f7270..
--- a/app-emacs/eldev/eldev-1.1.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-08-19 Thread Maciej Barć
commit: e16a4f279cd42dd6f41fcd3e7f5a06810088a982
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Aug 19 15:30:38 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Aug 19 15:42:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16a4f27

app-emacs/eldev: bump to 1.2

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

 app-emacs/eldev/Manifest |  1 +
 app-emacs/eldev/eldev-1.2.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 6f4bee19c5ee..03f9a4699720 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,4 @@
 DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
 DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
+DIST eldev-1.2.tar.gz 237458 BLAKE2B 
8b91de9fe66c3746519591f44fc7560971d7aff72c81b320991a8bb2dd2ac5a102ccbee2edb4b1488ed8492b42071c79be0c8ec1fa7fbccc4307132cfbf52706
 SHA512 
ca1fbf6af218ad4632f9b8d199bf6a25a75a915263dc92b3b5bc4681c62aa5523b4e6391a110fa961bc578ce01aa4c4ec62a543418febcb1e74e4e8706801884

diff --git a/app-emacs/eldev/eldev-1.2.ebuild b/app-emacs/eldev/eldev-1.2.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-06-30 Thread Maciej Barć
commit: c6747e32ab0e2e07a8833acc69018d117c8503fd
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun 30 14:02:40 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jun 30 15:28:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6747e32

app-emacs/eldev: bump to 1.1.3

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.1.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index dc8f14f1d9a8..2a1aaddad046 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,3 +1,4 @@
 DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
 DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
+DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
 DIST eldev-1.1.tar.gz 214028 BLAKE2B 
2e4a7b15df3e897df5fd029c9c2e298d46dd75316810dc5b859c933b818b65b53dd33451d6e284ec4a24de7de251f24225c8641d44f545db62f4f1777c776ab7
 SHA512 
acdea3eba36c7d1f06111c31b6e6467ec3b33ca42e06af64c0f67dbb2cbba631223c41dabba51eddf668920ab1eb4f75eaef2fe03a9bdd44163a2bc903cfb1ed

diff --git a/app-emacs/eldev/eldev-1.1.3.ebuild 
b/app-emacs/eldev/eldev-1.1.3.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-06-30 Thread Maciej Barć
commit: d5792defae70f395086d4bb183c5407a7b32ce0a
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun 30 14:04:24 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jun 30 15:28:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5792def

app-emacs/eldev: drop old 1.1

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

 app-emacs/eldev/Manifest |  1 -
 app-emacs/eldev/eldev-1.1.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 2a1aaddad046..6f4bee19c5ee 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,4 +1,3 @@
 DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
 DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.3.tar.gz 215481 BLAKE2B 
9eed051f29be1eda9e7bbb2f55fec69d217d52fda592b206afe39c7f64584140a8e3df75f0963f1f6ba95b555961218663bede39b32f86508f0ade95e627515b
 SHA512 
5d91d3067d82287543d4ec55440874900c3cd52359415da961641af96984f7cee978ded1dc77752d6df55440d48c951c010070657177180aee623647c9dd76b4
-DIST eldev-1.1.tar.gz 214028 BLAKE2B 
2e4a7b15df3e897df5fd029c9c2e298d46dd75316810dc5b859c933b818b65b53dd33451d6e284ec4a24de7de251f24225c8641d44f545db62f4f1777c776ab7
 SHA512 
acdea3eba36c7d1f06111c31b6e6467ec3b33ca42e06af64c0f67dbb2cbba631223c41dabba51eddf668920ab1eb4f75eaef2fe03a9bdd44163a2bc903cfb1ed

diff --git a/app-emacs/eldev/eldev-1.1.ebuild b/app-emacs/eldev/eldev-1.1.ebuild
deleted file mode 100644
index 3f35959f7270..
--- a/app-emacs/eldev/eldev-1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=24.4
-
-inherit elisp
-
-DESCRIPTION="Emacs Lisp Development Tool"
-HOMEPAGE="https://github.com/doublep/eldev/;
-SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.adoc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ELDEV_LOCAL="${S}" ./bin/${PN} test
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-
-   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
-   # to load up it's components,
-   # if it is not it will bootstrap itself from network
-   # always check if it uses installed Emacs Lisp files.
-   # Also, do not forget to run `env-update` & reopen your shell.
-   # https://github.com/doublep/eldev#influential-environment-variables
-   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
-   doenvd "${T}"/99${PN}
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
-   ewarn "to use Eldev in a shell before logging out (or restarting"
-   ewarn "your login manager)."
-}



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

2022-06-10 Thread Maciej Barć
commit: 7c8299d0abd0b2478f5054b8fc4d0f66ff3620dc
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 11 00:48:46 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 11 01:50:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8299d0

app-emacs/eldev: bump to 1.1.2

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.1.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index e42fd3754363..dc8f14f1d9a8 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1,2 +1,3 @@
 DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
+DIST eldev-1.1.2.tar.gz 215487 BLAKE2B 
f34af28c43b9799935a73892561fbe0a28feeb864c05bef9d3fd234cff905096bf84cd12570ac3da00b89b99edc891f13e39ed6c6574e07a67d45db0e25d604c
 SHA512 
59742d1b50be10759dd90aa81e5a80c0c52e3f32b45d458a9774f98f37459682cb5de03c248e4c8dd664f53a8f6253db1dc93a3958a4e74306c50e20e578ef56
 DIST eldev-1.1.tar.gz 214028 BLAKE2B 
2e4a7b15df3e897df5fd029c9c2e298d46dd75316810dc5b859c933b818b65b53dd33451d6e284ec4a24de7de251f24225c8641d44f545db62f4f1777c776ab7
 SHA512 
acdea3eba36c7d1f06111c31b6e6467ec3b33ca42e06af64c0f67dbb2cbba631223c41dabba51eddf668920ab1eb4f75eaef2fe03a9bdd44163a2bc903cfb1ed

diff --git a/app-emacs/eldev/eldev-1.1.2.ebuild 
b/app-emacs/eldev/eldev-1.1.2.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-05-19 Thread Maciej Barć
commit: f7936e0a82d9a6f36e7f3062070843f469713ac5
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu May 19 23:47:54 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu May 19 23:47:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7936e0a

app-emacs/eldev: bump to 1.1.1

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

 app-emacs/eldev/Manifest   |  1 +
 app-emacs/eldev/eldev-1.1.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
index 4c22e112d68a..e42fd3754363 100644
--- a/app-emacs/eldev/Manifest
+++ b/app-emacs/eldev/Manifest
@@ -1 +1,2 @@
+DIST eldev-1.1.1.tar.gz 214901 BLAKE2B 
42ca0089519fc97cb3cd89718eee2eef5c14d1b4cfd0864524a8a5cd22855e1fbd399233229951f3356b7f9ff6d69bbe5ed8abd8c6ae6129fae67279f900ce53
 SHA512 
4665bde0337a224e34fb3ec81fc6013a38800770e81e2b0911c7e05cb958fb18846995cba1494f84ae1299e1e4374645de3173ad12b01b379b61759b3c893032
 DIST eldev-1.1.tar.gz 214028 BLAKE2B 
2e4a7b15df3e897df5fd029c9c2e298d46dd75316810dc5b859c933b818b65b53dd33451d6e284ec4a24de7de251f24225c8641d44f545db62f4f1777c776ab7
 SHA512 
acdea3eba36c7d1f06111c31b6e6467ec3b33ca42e06af64c0f67dbb2cbba631223c41dabba51eddf668920ab1eb4f75eaef2fe03a9bdd44163a2bc903cfb1ed

diff --git a/app-emacs/eldev/eldev-1.1.1.ebuild 
b/app-emacs/eldev/eldev-1.1.1.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}



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

2022-04-29 Thread Maciej Barć
commit: 1b4040d4842fbfb36a0d936330cbef6ffec3f571
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Apr 29 18:02:44 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Apr 29 18:02:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4040d4

app-emacs/eldev: new package; add version 1.1

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

 app-emacs/eldev/Manifest|  1 +
 app-emacs/eldev/eldev-1.1.ebuild| 45 +
 app-emacs/eldev/files/50eldev-gentoo.el |  1 +
 app-emacs/eldev/metadata.xml| 22 
 4 files changed, 69 insertions(+)

diff --git a/app-emacs/eldev/Manifest b/app-emacs/eldev/Manifest
new file mode 100644
index ..4c22e112d68a
--- /dev/null
+++ b/app-emacs/eldev/Manifest
@@ -0,0 +1 @@
+DIST eldev-1.1.tar.gz 214028 BLAKE2B 
2e4a7b15df3e897df5fd029c9c2e298d46dd75316810dc5b859c933b818b65b53dd33451d6e284ec4a24de7de251f24225c8641d44f545db62f4f1777c776ab7
 SHA512 
acdea3eba36c7d1f06111c31b6e6467ec3b33ca42e06af64c0f67dbb2cbba631223c41dabba51eddf668920ab1eb4f75eaef2fe03a9bdd44163a2bc903cfb1ed

diff --git a/app-emacs/eldev/eldev-1.1.ebuild b/app-emacs/eldev/eldev-1.1.ebuild
new file mode 100644
index ..3f35959f7270
--- /dev/null
+++ b/app-emacs/eldev/eldev-1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp Development Tool"
+HOMEPAGE="https://github.com/doublep/eldev/;
+SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.adoc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ELDEV_LOCAL="${S}" ./bin/${PN} test
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+
+   # NOTICE: If ELDEV_LOCAL is defined Eldev will use it
+   # to load up it's components,
+   # if it is not it will bootstrap itself from network
+   # always check if it uses installed Emacs Lisp files.
+   # Also, do not forget to run `env-update` & reopen your shell.
+   # https://github.com/doublep/eldev#influential-environment-variables
+   echo "ELDEV_LOCAL=${SITELISP}/${PN}" >> "${T}"/99${PN} || die
+   doenvd "${T}"/99${PN}
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   ewarn "Remember to run \`env-update && source /etc/profile\` if you 
plan"
+   ewarn "to use Eldev in a shell before logging out (or restarting"
+   ewarn "your login manager)."
+}

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

diff --git a/app-emacs/eldev/metadata.xml b/app-emacs/eldev/metadata.xml
new file mode 100644
index ..cb313e2aec78
--- /dev/null
+++ b/app-emacs/eldev/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/doublep/eldev/releases/
+https://github.com/doublep/eldev/issues/
+doublep/eldev
+  
+  
+Eldev (Elisp Development Tool) is an Emacs-based build tool, targeted
+solely at Elisp projects. It is an alternative to Cask. Unlike Cask, Eldev
+itself is fully written in Elisp and its configuration files are also Elisp
+programs. If you are familiar with Java world, Cask can be seen as a
+parallel to Maven — it uses project description, while Eldev is sort of a
+parallel to Gradle — its configuration is a program on its own.
+  
+