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

2024-07-08 Thread Sam James
commit: ffe95e0689a49c6cf337c77e016c69bdc1dac076
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  9 02:56:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  9 02:56:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe95e06

app-emacs/helm: Stabilize 3.9.9 ALLARCHES, #935769

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

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

diff --git a/app-emacs/helm/helm-3.9.9.ebuild b/app-emacs/helm/helm-3.9.9.ebuild
index 29c9049d8925..dfb54b311758 100644
--- a/app-emacs/helm/helm-3.9.9.ebuild
+++ b/app-emacs/helm/helm-3.9.9.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-06-04 Thread Maciej Barć
commit: 43dec28a8c487a63d3fcc6775ed50ecee30365de
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jun  4 11:27:12 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jun  4 15:07:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dec28a

app-emacs/helm: bump to 3.9.9

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.9.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index e15e1b59ea80..cd7f24d66b1d 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1 +1,2 @@
 DIST helm-3.9.8.tar.gz 2383635 BLAKE2B 
a6f1efd23ecb6b8156e46b936008de41fbc05e78fd5559a182a703cdfbec590a0409042f33e5d86f77ae969954057b4f2da7720e81db308cd3f3f301826cd9dd
 SHA512 
ce574bb4e1534edc3442adb8b2257fe4e072db9736cc4e265f34e0b6aebd08cf4c599058755a4c453ba14dfa48499c423e549d1189f708b7fa2f048a229ada8f
+DIST helm-3.9.9.tar.gz 2384860 BLAKE2B 
19ee0114beb2e27c99da5c5df361f01de3a24a106f9c36205e72fd0d7c22bcaecd3399a84f4803b1d0df315977b06ef7a04a0c45860d64f541014aaf229437a5
 SHA512 
114b25d8c223a11bef327612760e388f49c876e10683f8fed9cc58f380047f932b2782fcb99de1d37cc352fd168c3fc8ba9e358321aca46bbcd130a17e7d37ec

diff --git a/app-emacs/helm/helm-3.9.9.ebuild b/app-emacs/helm/helm-3.9.9.ebuild
new file mode 100644
index ..29c9049d8925
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/emacs-helm/${PN}.git";
+else
+   SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="
+   ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.8.8-no-autoload-check.patch" )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2024-06-04 Thread Maciej Barć
commit: 37569257ed33bbae487ca36d9d2fba642b79db19
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jun  4 11:25:25 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jun  4 15:07:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37569257

app-emacs/helm: drop old 3.9.7

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.9.7.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 102fbd18c966..e15e1b59ea80 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1 @@
-DIST helm-3.9.7.tar.gz 2377502 BLAKE2B 
e2936c7187e49909fbb6dd2bb703eeeab9d003b90a193c2fd0dc32c507d83766d38b0df1fa3d01571eac4d7c69c469a3842288dcf37e951a6d96bde7d4540242
 SHA512 
7f4b9020539091a2f7bb9c96602a9b6f35f44ff9ad46ffc332687704c3215cf6f394809c9794d868d246645d3192b50a5152d2b53fb1e0dcb741c23529523bd6
 DIST helm-3.9.8.tar.gz 2383635 BLAKE2B 
a6f1efd23ecb6b8156e46b936008de41fbc05e78fd5559a182a703cdfbec590a0409042f33e5d86f77ae969954057b4f2da7720e81db308cd3f3f301826cd9dd
 SHA512 
ce574bb4e1534edc3442adb8b2257fe4e072db9736cc4e265f34e0b6aebd08cf4c599058755a4c453ba14dfa48499c423e549d1189f708b7fa2f048a229ada8f

diff --git a/app-emacs/helm/helm-3.9.7.ebuild b/app-emacs/helm/helm-3.9.7.ebuild
deleted file mode 100644
index 5682f2edbfdf..
--- a/app-emacs/helm/helm-3.9.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/
-   https://github.com/emacs-helm/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-emacs/async
-   app-emacs/popup
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   exeinto /usr/bin/
-   doexe emacs-helm.sh
-}



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

2024-05-17 Thread Sam James
commit: a1ebcf1ee30a22d3f666286d2f9cdc93412692db
Author: Sam James  gentoo  org>
AuthorDate: Sat May 18 03:19:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 18 03:19:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ebcf1e

app-emacs/helm: Stabilize 3.9.8 x86, #932119

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

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

diff --git a/app-emacs/helm/helm-3.9.8.ebuild b/app-emacs/helm/helm-3.9.8.ebuild
index 1b523487569e..dfb54b311758 100644
--- a/app-emacs/helm/helm-3.9.8.ebuild
+++ b/app-emacs/helm/helm-3.9.8.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-05-17 Thread Sam James
commit: c19fc0cd1e7d797bb802aa98d18113f4fcbd1c36
Author: Sam James  gentoo  org>
AuthorDate: Sat May 18 03:19:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 18 03:19:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19fc0cd

app-emacs/helm: Stabilize 3.9.8 amd64, #932119

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

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

diff --git a/app-emacs/helm/helm-3.9.8.ebuild b/app-emacs/helm/helm-3.9.8.ebuild
index 29c9049d8925..1b523487569e 100644
--- a/app-emacs/helm/helm-3.9.8.ebuild
+++ b/app-emacs/helm/helm-3.9.8.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-04-14 Thread Maciej Barć
commit: 4c6bbb92f95412435cb8d66339ffe2b3ca81a8f0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Apr 14 20:03:37 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Apr 14 21:57:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6bbb92

app-emacs/helm: bump to 3.9.8

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.8.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 4d475b67e5db..102fbd18c966 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1 +1,2 @@
 DIST helm-3.9.7.tar.gz 2377502 BLAKE2B 
e2936c7187e49909fbb6dd2bb703eeeab9d003b90a193c2fd0dc32c507d83766d38b0df1fa3d01571eac4d7c69c469a3842288dcf37e951a6d96bde7d4540242
 SHA512 
7f4b9020539091a2f7bb9c96602a9b6f35f44ff9ad46ffc332687704c3215cf6f394809c9794d868d246645d3192b50a5152d2b53fb1e0dcb741c23529523bd6
+DIST helm-3.9.8.tar.gz 2383635 BLAKE2B 
a6f1efd23ecb6b8156e46b936008de41fbc05e78fd5559a182a703cdfbec590a0409042f33e5d86f77ae969954057b4f2da7720e81db308cd3f3f301826cd9dd
 SHA512 
ce574bb4e1534edc3442adb8b2257fe4e072db9736cc4e265f34e0b6aebd08cf4c599058755a4c453ba14dfa48499c423e549d1189f708b7fa2f048a229ada8f

diff --git a/app-emacs/helm/helm-3.9.8.ebuild b/app-emacs/helm/helm-3.9.8.ebuild
new file mode 100644
index ..29c9049d8925
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/emacs-helm/${PN}.git";
+else
+   SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="
+   ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.8.8-no-autoload-check.patch" )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2024-02-06 Thread Sam James
commit: 82706f3075e412e722c7dd036bb241b505c62113
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 08:17:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 08:17:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82706f30

app-emacs/helm: Stabilize 3.9.7 ALLARCHES, #923878

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

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

diff --git a/app-emacs/helm/helm-3.9.7.ebuild b/app-emacs/helm/helm-3.9.7.ebuild
index 54fe482b2b47..5682f2edbfdf 100644
--- a/app-emacs/helm/helm-3.9.7.ebuild
+++ b/app-emacs/helm/helm-3.9.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2024-01-06 Thread Maciej Barć
commit: d528dfc6dbc114c99a98be21b6768bfd8bce6938
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jan  6 18:20:03 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jan  6 18:42:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d528dfc6

app-emacs/helm: bump to 3.9.7

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.7.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 12365e29703d..b44986e3f7cf 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.9.5.tar.gz 2374812 BLAKE2B 
6d2428297faa15fff4b07ddc857e89ddc1aa0a6c5a3eb0f96fecff1b01259050c597b43222b169dfbdb86fabe7cbe0094b829bc3dbca42736139a0ec03846176
 SHA512 
0096580abcf6ac4e9f20cd56a9390b8234c5d08786b13e2d4428568a0412508bb6b0820c88c0a3ceec34495d1c4514166d201986a3b0967ef2a2735d471a94e3
 DIST helm-3.9.6.tar.gz 2377510 BLAKE2B 
9a93ce18b8686f7061355da78dec673faaa84b7b2f3259258ef75cf73d2ba6c323ca17771bddf4fe85b710e64503e3e9361c79609e18c42eb2fcc3e0c06f287e
 SHA512 
ebf0fb4dbb2aed5d0e1f312e166862cf5dcd98fa1d2217a9924f9f32869229b8abfbb1ef41c6dc7530a002be62b7592cab9b0f9186135e049bdcb972b614cb6a
+DIST helm-3.9.7.tar.gz 2377502 BLAKE2B 
e2936c7187e49909fbb6dd2bb703eeeab9d003b90a193c2fd0dc32c507d83766d38b0df1fa3d01571eac4d7c69c469a3842288dcf37e951a6d96bde7d4540242
 SHA512 
7f4b9020539091a2f7bb9c96602a9b6f35f44ff9ad46ffc332687704c3215cf6f394809c9794d868d246645d3192b50a5152d2b53fb1e0dcb741c23529523bd6

diff --git a/app-emacs/helm/helm-3.9.7.ebuild b/app-emacs/helm/helm-3.9.7.ebuild
new file mode 100644
index ..54fe482b2b47
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

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

app-emacs/helm: Stabilize 3.9.6 ALLARCHES, #921413

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

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

diff --git a/app-emacs/helm/helm-3.9.6.ebuild b/app-emacs/helm/helm-3.9.6.ebuild
index 76671b3b26bc..5682f2edbfdf 100644
--- a/app-emacs/helm/helm-3.9.6.ebuild
+++ b/app-emacs/helm/helm-3.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2023-11-23 Thread Maciej Barć
commit: 4039a51c71935a65ca7f737bd595d9c0e6ee9ab6
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Nov 23 13:58:59 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Nov 23 15:11:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4039a51c

app-emacs/helm: bump to 3.9.6

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.6.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index f883f8411833..12365e29703d 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1 +1,2 @@
 DIST helm-3.9.5.tar.gz 2374812 BLAKE2B 
6d2428297faa15fff4b07ddc857e89ddc1aa0a6c5a3eb0f96fecff1b01259050c597b43222b169dfbdb86fabe7cbe0094b829bc3dbca42736139a0ec03846176
 SHA512 
0096580abcf6ac4e9f20cd56a9390b8234c5d08786b13e2d4428568a0412508bb6b0820c88c0a3ceec34495d1c4514166d201986a3b0967ef2a2735d471a94e3
+DIST helm-3.9.6.tar.gz 2377510 BLAKE2B 
9a93ce18b8686f7061355da78dec673faaa84b7b2f3259258ef75cf73d2ba6c323ca17771bddf4fe85b710e64503e3e9361c79609e18c42eb2fcc3e0c06f287e
 SHA512 
ebf0fb4dbb2aed5d0e1f312e166862cf5dcd98fa1d2217a9924f9f32869229b8abfbb1ef41c6dc7530a002be62b7592cab9b0f9186135e049bdcb972b614cb6a

diff --git a/app-emacs/helm/helm-3.9.6.ebuild b/app-emacs/helm/helm-3.9.6.ebuild
new file mode 100644
index ..76671b3b26bc
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2023-11-13 Thread Maciej Barć
commit: e1df2d56cd3f7a7a27edd3cb8bdeb4cc921bd4f0
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Nov 13 12:35:15 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Nov 13 12:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1df2d56

app-emacs/helm: drop old 3.9.3

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.9.3.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index f55cce1d9c48..7f98204e1832 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.9.3.tar.gz 2373295 BLAKE2B 
ff34d5a68a1e25571c734185a37843d958b859096c22ca0222b64fb684a6de607d11b08f7beaa618f0017126c744f7f12dfe9d3ea03757874e485f4bdb5c2fc8
 SHA512 
4c1cce5eb93f89f388fb5da6a813f819867db6bc965ca378a788eaa5bf17c577b20034be9df57691737662d34809da4d86532b8b98765d6f102f84ee2169e80b
 DIST helm-3.9.4.tar.gz 2372828 BLAKE2B 
a1ca18531dcb1887d5a12b3536b05d68d6d40c7a41b9d3bd25f3cd286ccbd217bc45843007e208e84eafd5e3b4106d32461df87dd57d1a78d0a89f58cf933730
 SHA512 
17d5a99ea85481f7d4b9bea9fff2a602b0a824ad4f050b26e0225ec8e18025e6307434d4de31120786d3498f937a854ef4a080103df025be6a0e4718e7dd9161
 DIST helm-3.9.5.tar.gz 2374812 BLAKE2B 
6d2428297faa15fff4b07ddc857e89ddc1aa0a6c5a3eb0f96fecff1b01259050c597b43222b169dfbdb86fabe7cbe0094b829bc3dbca42736139a0ec03846176
 SHA512 
0096580abcf6ac4e9f20cd56a9390b8234c5d08786b13e2d4428568a0412508bb6b0820c88c0a3ceec34495d1c4514166d201986a3b0967ef2a2735d471a94e3

diff --git a/app-emacs/helm/helm-3.9.3.ebuild b/app-emacs/helm/helm-3.9.3.ebuild
deleted file mode 100644
index afb4c7ddeceb..
--- a/app-emacs/helm/helm-3.9.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/
-   https://github.com/emacs-helm/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-emacs/async
-   app-emacs/popup
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   exeinto /usr/bin/
-   doexe emacs-helm.sh
-}



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

2023-11-13 Thread Maciej Barć
commit: 61097cc6890da93bf296d681f836be20e111ea0a
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Nov 13 12:35:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Nov 13 12:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61097cc6

app-emacs/helm: drop old 3.9.4

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.9.4.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 7f98204e1832..f883f8411833 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1 @@
-DIST helm-3.9.4.tar.gz 2372828 BLAKE2B 
a1ca18531dcb1887d5a12b3536b05d68d6d40c7a41b9d3bd25f3cd286ccbd217bc45843007e208e84eafd5e3b4106d32461df87dd57d1a78d0a89f58cf933730
 SHA512 
17d5a99ea85481f7d4b9bea9fff2a602b0a824ad4f050b26e0225ec8e18025e6307434d4de31120786d3498f937a854ef4a080103df025be6a0e4718e7dd9161
 DIST helm-3.9.5.tar.gz 2374812 BLAKE2B 
6d2428297faa15fff4b07ddc857e89ddc1aa0a6c5a3eb0f96fecff1b01259050c597b43222b169dfbdb86fabe7cbe0094b829bc3dbca42736139a0ec03846176
 SHA512 
0096580abcf6ac4e9f20cd56a9390b8234c5d08786b13e2d4428568a0412508bb6b0820c88c0a3ceec34495d1c4514166d201986a3b0967ef2a2735d471a94e3

diff --git a/app-emacs/helm/helm-3.9.4.ebuild b/app-emacs/helm/helm-3.9.4.ebuild
deleted file mode 100644
index afb4c7ddeceb..
--- a/app-emacs/helm/helm-3.9.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/
-   https://github.com/emacs-helm/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-emacs/async
-   app-emacs/popup
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   exeinto /usr/bin/
-   doexe emacs-helm.sh
-}



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

2023-10-19 Thread Sam James
commit: cb13015695f91ff609e4bfcaf24059ca3c53e1ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 22:35:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 19 22:35:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb130156

app-emacs/helm: Stabilize 3.9.5 ALLARCHES, #916020

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

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

diff --git a/app-emacs/helm/helm-3.9.5.ebuild b/app-emacs/helm/helm-3.9.5.ebuild
index 76671b3b26bc..afb4c7ddeceb 100644
--- a/app-emacs/helm/helm-3.9.5.ebuild
+++ b/app-emacs/helm/helm-3.9.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2023-10-01 Thread Arthur Zamarin
commit: 9f4a7bb0465bc02d22926a78b4bb44cda6f721a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  1 18:07:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  1 18:07:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4a7bb0

app-emacs/helm: Stabilize 3.9.4 ALLARCHES, #915034

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

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

diff --git a/app-emacs/helm/helm-3.9.4.ebuild b/app-emacs/helm/helm-3.9.4.ebuild
index 76671b3b26bc..afb4c7ddeceb 100644
--- a/app-emacs/helm/helm-3.9.4.ebuild
+++ b/app-emacs/helm/helm-3.9.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2023-09-13 Thread Maciej Barć
commit: bdc5b0123d3625768f47a2509cbb3d7f36205d2a
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 13 14:19:05 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 13 18:31:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc5b012

app-emacs/helm: bump to 3.9.5

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.5.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index ce1beac37649..f55cce1d9c48 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.9.3.tar.gz 2373295 BLAKE2B 
ff34d5a68a1e25571c734185a37843d958b859096c22ca0222b64fb684a6de607d11b08f7beaa618f0017126c744f7f12dfe9d3ea03757874e485f4bdb5c2fc8
 SHA512 
4c1cce5eb93f89f388fb5da6a813f819867db6bc965ca378a788eaa5bf17c577b20034be9df57691737662d34809da4d86532b8b98765d6f102f84ee2169e80b
 DIST helm-3.9.4.tar.gz 2372828 BLAKE2B 
a1ca18531dcb1887d5a12b3536b05d68d6d40c7a41b9d3bd25f3cd286ccbd217bc45843007e208e84eafd5e3b4106d32461df87dd57d1a78d0a89f58cf933730
 SHA512 
17d5a99ea85481f7d4b9bea9fff2a602b0a824ad4f050b26e0225ec8e18025e6307434d4de31120786d3498f937a854ef4a080103df025be6a0e4718e7dd9161
+DIST helm-3.9.5.tar.gz 2374812 BLAKE2B 
6d2428297faa15fff4b07ddc857e89ddc1aa0a6c5a3eb0f96fecff1b01259050c597b43222b169dfbdb86fabe7cbe0094b829bc3dbca42736139a0ec03846176
 SHA512 
0096580abcf6ac4e9f20cd56a9390b8234c5d08786b13e2d4428568a0412508bb6b0820c88c0a3ceec34495d1c4514166d201986a3b0967ef2a2735d471a94e3

diff --git a/app-emacs/helm/helm-3.9.5.ebuild b/app-emacs/helm/helm-3.9.5.ebuild
new file mode 100644
index ..76671b3b26bc
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2023-09-13 Thread Maciej Barć
commit: 1d3610bd2f0f97a7123845b3ef61fbbb0d6a5dc9
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 13 14:17:40 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 13 18:31:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3610bd

app-emacs/helm: drop old 3.9.1

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.9.1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 0b8777510214..ce1beac37649 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 
819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b
 SHA512 
7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7
 DIST helm-3.9.3.tar.gz 2373295 BLAKE2B 
ff34d5a68a1e25571c734185a37843d958b859096c22ca0222b64fb684a6de607d11b08f7beaa618f0017126c744f7f12dfe9d3ea03757874e485f4bdb5c2fc8
 SHA512 
4c1cce5eb93f89f388fb5da6a813f819867db6bc965ca378a788eaa5bf17c577b20034be9df57691737662d34809da4d86532b8b98765d6f102f84ee2169e80b
 DIST helm-3.9.4.tar.gz 2372828 BLAKE2B 
a1ca18531dcb1887d5a12b3536b05d68d6d40c7a41b9d3bd25f3cd286ccbd217bc45843007e208e84eafd5e3b4106d32461df87dd57d1a78d0a89f58cf933730
 SHA512 
17d5a99ea85481f7d4b9bea9fff2a602b0a824ad4f050b26e0225ec8e18025e6307434d4de31120786d3498f937a854ef4a080103df025be6a0e4718e7dd9161

diff --git a/app-emacs/helm/helm-3.9.1.ebuild b/app-emacs/helm/helm-3.9.1.ebuild
deleted file mode 100644
index afb4c7ddeceb..
--- a/app-emacs/helm/helm-3.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/
-   https://github.com/emacs-helm/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-emacs/async
-   app-emacs/popup
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   exeinto /usr/bin/
-   doexe emacs-helm.sh
-}



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

2023-09-10 Thread Sam James
commit: 57cb0f50619e46065b0a98c8c3f70604c775ca9c
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 14:35:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 14:35:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cb0f50

app-emacs/helm: Stabilize 3.9.3 ALLARCHES, #913941

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

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

diff --git a/app-emacs/helm/helm-3.9.3.ebuild b/app-emacs/helm/helm-3.9.3.ebuild
index 76671b3b26bc..afb4c7ddeceb 100644
--- a/app-emacs/helm/helm-3.9.3.ebuild
+++ b/app-emacs/helm/helm-3.9.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2023-08-20 Thread Maciej Barć
commit: 11f869c5684959f1c9b1d746f4a11ae3128bc1f0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Aug 20 11:02:34 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Aug 20 11:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f869c5

app-emacs/helm: bump to 3.9.4

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.4.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 9d90a8edb85d..0b8777510214 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 
819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b
 SHA512 
7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7
 DIST helm-3.9.3.tar.gz 2373295 BLAKE2B 
ff34d5a68a1e25571c734185a37843d958b859096c22ca0222b64fb684a6de607d11b08f7beaa618f0017126c744f7f12dfe9d3ea03757874e485f4bdb5c2fc8
 SHA512 
4c1cce5eb93f89f388fb5da6a813f819867db6bc965ca378a788eaa5bf17c577b20034be9df57691737662d34809da4d86532b8b98765d6f102f84ee2169e80b
+DIST helm-3.9.4.tar.gz 2372828 BLAKE2B 
a1ca18531dcb1887d5a12b3536b05d68d6d40c7a41b9d3bd25f3cd286ccbd217bc45843007e208e84eafd5e3b4106d32461df87dd57d1a78d0a89f58cf933730
 SHA512 
17d5a99ea85481f7d4b9bea9fff2a602b0a824ad4f050b26e0225ec8e18025e6307434d4de31120786d3498f937a854ef4a080103df025be6a0e4718e7dd9161

diff --git a/app-emacs/helm/helm-3.9.4.ebuild b/app-emacs/helm/helm-3.9.4.ebuild
new file mode 100644
index ..76671b3b26bc
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2023-08-10 Thread Sam James
commit: 2313383858ed0c309d2bcc95ee6065dfb18a20ed
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 11 03:25:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 11 03:25:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23133838

app-emacs/helm: Stabilize 3.9.1 ALLARCHES, #912042

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

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

diff --git a/app-emacs/helm/helm-3.9.1.ebuild b/app-emacs/helm/helm-3.9.1.ebuild
index 76671b3b26bc..afb4c7ddeceb 100644
--- a/app-emacs/helm/helm-3.9.1.ebuild
+++ b/app-emacs/helm/helm-3.9.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2023-08-07 Thread Maciej Barć
commit: d84d541747d5005755c4e17313d8eb81655781f9
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug  7 11:11:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug  7 11:31:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d5417

app-emacs/helm: bump to 3.9.3

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.3.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 2647060c4101..15715550bf35 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 
8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a
 SHA512 
bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708
 DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 
819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b
 SHA512 
7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7
+DIST helm-3.9.3.tar.gz 2373295 BLAKE2B 
ff34d5a68a1e25571c734185a37843d958b859096c22ca0222b64fb684a6de607d11b08f7beaa618f0017126c744f7f12dfe9d3ea03757874e485f4bdb5c2fc8
 SHA512 
4c1cce5eb93f89f388fb5da6a813f819867db6bc965ca378a788eaa5bf17c577b20034be9df57691737662d34809da4d86532b8b98765d6f102f84ee2169e80b

diff --git a/app-emacs/helm/helm-3.9.3.ebuild b/app-emacs/helm/helm-3.9.3.ebuild
new file mode 100644
index ..76671b3b26bc
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2023-08-07 Thread Maciej Barć
commit: fd9e4d968c4a0876c14c4895b16d3b2aa65f90b5
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug  7 11:10:34 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug  7 11:31:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9e4d96

app-emacs/helm: drop old 3.8.8

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.8.8.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index e9911191e5ed..2647060c4101 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7
 DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 
8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a
 SHA512 
bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708
 DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 
819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b
 SHA512 
7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7

diff --git a/app-emacs/helm/helm-3.8.8.ebuild b/app-emacs/helm/helm-3.8.8.ebuild
deleted file mode 100644
index 4c8a13f1e690..
--- a/app-emacs/helm/helm-3.8.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/
-   https://github.com/emacs-helm/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-emacs/async
-   app-emacs/popup
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   exeinto /usr/bin/
-   doexe emacs-helm.sh
-}



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

2023-07-11 Thread Maciej Barć
commit: 018d950890c21509ac760094ab5d469aa10eb897
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jul 11 11:25:40 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jul 11 11:51:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018d9508

app-emacs/helm: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31831
Signed-off-by: Maciej Barć  gentoo.org>

 .../helm/files/helm-3.8.0-no-autoload-check.patch  | 24 --
 1 file changed, 24 deletions(-)

diff --git a/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch 
b/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch
deleted file mode 100644
index 4b415088dcc6..
--- a/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/800177
-
 helm-3.8.0/emacs-helm.sh
-+++ helm-3.8.0/emacs-helm.sh
-@@ -137,19 +137,6 @@
- 
- cd "${0%/*}" || exit 1
- 
--# Check if autoload file exists.
--# It may be in a different directory if emacs-helm.sh is a symlink.
--TRUENAME=$(ls -l "$0" | awk '{print $11}')
--if [ ! -z "$TRUENAME" ]; then
--AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el"
--else
--AUTO_FILE="helm-autoloads.el"
--fi
--if [ ! -e "$AUTO_FILE" ]; then
--echo No autoloads found, please run make first to generate autoload file
--exit 1
--fi
--
- 
- cat > $CONF_FILE <

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

2023-07-10 Thread Maciej Barć
commit: c1006067c4715fc1dae8016dd9f797f013516396
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul 10 14:41:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul 10 18:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1006067

app-emacs/helm: drop old 3.8.5

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.8.5.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index af4a602b8219..c2b79e837ef5 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,4 +1,3 @@
-DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652
 DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602
 DIST helm-3.8.7.tar.gz 2358726 BLAKE2B 
a76c7c6658997f4d5114e383e1ca728df923b0216c66c9d4c2f9d1d656d06990299ebc79f4ad9c50da1dd133f8111c947e6f238324fbe91c5af5a1ab02aa1c7f
 SHA512 
d7356e407d1ef463e62e7d0f2c3b0f90d150744fa020638740226a3e04e043be0e551effd2c17cd2e8c0d82d70351cb5268a89eca2c9ef6355fcce65a445f9bc
 DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7

diff --git a/app-emacs/helm/helm-3.8.5.ebuild b/app-emacs/helm/helm-3.8.5.ebuild
deleted file mode 100644
index 68aff2bea3b6..
--- a/app-emacs/helm/helm-3.8.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-emacs/async
-   app-emacs/popup"
-BDEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/${PN}-3.8.0-no-autoload-check.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-   dobin emacs-helm.sh
-}



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

2023-07-10 Thread Maciej Barć
commit: 379e3705228f8b90252d22fde5c285005be2ae9a
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul 10 14:42:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul 10 18:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379e3705

app-emacs/helm: bump to 3.9.1

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 55ab9c43fbb6..e9911191e5ed 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7
 DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 
8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a
 SHA512 
bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708
+DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 
819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b
 SHA512 
7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7

diff --git a/app-emacs/helm/helm-3.9.1.ebuild b/app-emacs/helm/helm-3.9.1.ebuild
new file mode 100644
index ..76671b3b26bc
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2023-07-10 Thread Maciej Barć
commit: 0318fac6d793a4542b4cc82953653215d388e2d7
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul 10 14:41:37 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul 10 18:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0318fac6

app-emacs/helm: drop old 3.8.7

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.8.7.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 635763947331..55ab9c43fbb6 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.8.7.tar.gz 2358726 BLAKE2B 
a76c7c6658997f4d5114e383e1ca728df923b0216c66c9d4c2f9d1d656d06990299ebc79f4ad9c50da1dd133f8111c947e6f238324fbe91c5af5a1ab02aa1c7f
 SHA512 
d7356e407d1ef463e62e7d0f2c3b0f90d150744fa020638740226a3e04e043be0e551effd2c17cd2e8c0d82d70351cb5268a89eca2c9ef6355fcce65a445f9bc
 DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7
 DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 
8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a
 SHA512 
bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708

diff --git a/app-emacs/helm/helm-3.8.7.ebuild b/app-emacs/helm/helm-3.8.7.ebuild
deleted file mode 100644
index 351690f48170..
--- a/app-emacs/helm/helm-3.8.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-emacs/async
-   app-emacs/popup"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.8.0-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-   dobin emacs-helm.sh
-}



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

2023-07-10 Thread Maciej Barć
commit: a1e2f71b8c664eeea364654827c2569f283f136e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul 10 14:41:30 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul 10 18:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e2f71b

app-emacs/helm: drop old 3.8.6

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.8.6.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index c2b79e837ef5..635763947331 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,4 +1,3 @@
-DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602
 DIST helm-3.8.7.tar.gz 2358726 BLAKE2B 
a76c7c6658997f4d5114e383e1ca728df923b0216c66c9d4c2f9d1d656d06990299ebc79f4ad9c50da1dd133f8111c947e6f238324fbe91c5af5a1ab02aa1c7f
 SHA512 
d7356e407d1ef463e62e7d0f2c3b0f90d150744fa020638740226a3e04e043be0e551effd2c17cd2e8c0d82d70351cb5268a89eca2c9ef6355fcce65a445f9bc
 DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7
 DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 
8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a
 SHA512 
bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708

diff --git a/app-emacs/helm/helm-3.8.6.ebuild b/app-emacs/helm/helm-3.8.6.ebuild
deleted file mode 100644
index 68aff2bea3b6..
--- a/app-emacs/helm/helm-3.8.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-emacs/async
-   app-emacs/popup"
-BDEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/${PN}-3.8.0-no-autoload-check.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-   dobin emacs-helm.sh
-}



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

2022-12-22 Thread Sam James
commit: f494d0ae98df5d62cc540fcd1c18762a5d3a497a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 22 13:05:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 22 13:05:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f494d0ae

app-emacs/helm: Stabilize 3.9.0 ALLARCHES, #887941

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

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

diff --git a/app-emacs/helm/helm-3.9.0.ebuild b/app-emacs/helm/helm-3.9.0.ebuild
index 59c678741fd3..e48c31ab585e 100644
--- a/app-emacs/helm/helm-3.9.0.ebuild
+++ b/app-emacs/helm/helm-3.9.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2022-12-10 Thread Sam James
commit: 82f23c6eda977c41856d0afbd85a43a6c469e212
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 11 02:36:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 11 02:36:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f23c6e

app-emacs/helm: Stabilize 3.8.8 ALLARCHES, #885411

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

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

diff --git a/app-emacs/helm/helm-3.8.8.ebuild b/app-emacs/helm/helm-3.8.8.ebuild
index a99c12c1de3c..4c8a13f1e690 100644
--- a/app-emacs/helm/helm-3.8.8.ebuild
+++ b/app-emacs/helm/helm-3.8.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



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

2022-11-13 Thread Maciej Barć
commit: a12ac486dc980d0588b6410bfc6e8292d79fa464
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Nov 13 13:04:57 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Nov 13 14:08:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12ac486

app-emacs/helm: bump to 3.9.0

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.9.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index bf481af47eea..af4a602b8219 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -2,3 +2,4 @@ DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60
 DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602
 DIST helm-3.8.7.tar.gz 2358726 BLAKE2B 
a76c7c6658997f4d5114e383e1ca728df923b0216c66c9d4c2f9d1d656d06990299ebc79f4ad9c50da1dd133f8111c947e6f238324fbe91c5af5a1ab02aa1c7f
 SHA512 
d7356e407d1ef463e62e7d0f2c3b0f90d150744fa020638740226a3e04e043be0e551effd2c17cd2e8c0d82d70351cb5268a89eca2c9ef6355fcce65a445f9bc
 DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7
+DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 
8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a
 SHA512 
bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708

diff --git a/app-emacs/helm/helm-3.9.0.ebuild b/app-emacs/helm/helm-3.9.0.ebuild
new file mode 100644
index ..59c678741fd3
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/
+   https://github.com/emacs-helm/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/async
+   app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   exeinto /usr/bin/
+   doexe emacs-helm.sh
+}



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

2022-10-01 Thread Maciej Barć
commit: ea00025d5c959514a745e3ed988803b879be4040
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Oct  1 14:09:47 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Oct  1 14:09:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea00025d

app-emacs/helm: bump to 3.8.8

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

 app-emacs/helm/Manifest|  1 +
 .../helm/files/helm-3.8.8-no-autoload-check.patch  | 24 ++
 app-emacs/helm/helm-3.8.8.ebuild   | 37 ++
 3 files changed, 62 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 9d7e3fa55c69..bf481af47eea 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,4 @@
 DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652
 DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602
 DIST helm-3.8.7.tar.gz 2358726 BLAKE2B 
a76c7c6658997f4d5114e383e1ca728df923b0216c66c9d4c2f9d1d656d06990299ebc79f4ad9c50da1dd133f8111c947e6f238324fbe91c5af5a1ab02aa1c7f
 SHA512 
d7356e407d1ef463e62e7d0f2c3b0f90d150744fa020638740226a3e04e043be0e551effd2c17cd2e8c0d82d70351cb5268a89eca2c9ef6355fcce65a445f9bc
+DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 
80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08
 SHA512 
a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7

diff --git a/app-emacs/helm/files/helm-3.8.8-no-autoload-check.patch 
b/app-emacs/helm/files/helm-3.8.8-no-autoload-check.patch
new file mode 100644
index ..01ef1a169686
--- /dev/null
+++ b/app-emacs/helm/files/helm-3.8.8-no-autoload-check.patch
@@ -0,0 +1,24 @@
+https://bugs.gentoo.org/800177
+
+--- a/emacs-helm.sh
 b/emacs-helm.sh
+@@ -137,19 +137,6 @@ LOAD_PATH=$($EMACS -q -batch --eval "(prin1 load-path)")
+ 
+ cd "${0%/*}" || exit 1
+ 
+-# Check if autoload file exists.
+-# It may be in a different directory if emacs-helm.sh is a symlink.
+-TRUENAME=$(find "${0%/*}" -path "$0" -printf "%l")
+-if [ -n "$TRUENAME" ]; then
+-AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el"
+-else
+-AUTO_FILE="helm-autoloads.el"
+-fi
+-if [ ! -e "$AUTO_FILE" ]; then
+-echo No autoloads found, please run make first to generate autoload file
+-exit 1
+-fi
+-
+ 
+ cat > $CONF_FILE 

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

2022-09-07 Thread Agostino Sarubbo
commit: 0c5c94074edca43452eb40d5512ea0cf4107d80b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep  7 13:15:47 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep  7 13:15:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5c9407

app-emacs/helm: amd64/x86 stable (ALLARCHES policy) wrt bug #869008

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/helm/helm-3.8.7.ebuild b/app-emacs/helm/helm-3.8.7.ebuild
index 3ff860feb8b9..351690f48170 100644
--- a/app-emacs/helm/helm-3.8.7.ebuild
+++ b/app-emacs/helm/helm-3.8.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="app-emacs/async
app-emacs/popup"



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

2022-08-03 Thread Maciej Barć
commit: 352748c3d9719ba62e0fbd90e945763dbe9ac751
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug  3 23:16:15 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug  3 23:16:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352748c3

app-emacs/helm: drop old 3.8.4

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

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.8.4.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 981c9b88d04e..dc82749ef2ee 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.8.4.tar.gz 2346120 BLAKE2B 
2f554a6a3fc3a42ba2761c267d085ad1e6679f4913bc19cdbbff11130922d93d2fbe75bcae8230748c39148b6e42d45d4c2c711f731ebd4a1984c5927d93d290
 SHA512 
011cc4eb79a0a6916404428b9f645e4401b8a0b8b473bec88ac4211d4157b78cc673922c1b74dc93d60cf036135a67bd9c174198b63edd63a6d26a40ba9c1b9d
 DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652
 DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602

diff --git a/app-emacs/helm/helm-3.8.4.ebuild b/app-emacs/helm/helm-3.8.4.ebuild
deleted file mode 100644
index 68aff2bea3b6..
--- a/app-emacs/helm/helm-3.8.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-emacs/async
-   app-emacs/popup"
-BDEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/${PN}-3.8.0-no-autoload-check.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-   dobin emacs-helm.sh
-}



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

2022-08-03 Thread Maciej Barć
commit: 5a6dcf58543b876b490158e11feb9110c5dfeaa6
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug  3 23:20:45 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug  3 23:20:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6dcf58

app-emacs/helm: bump to 3.8.7

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.8.7.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index dc82749ef2ee..9d7e3fa55c69 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652
 DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602
+DIST helm-3.8.7.tar.gz 2358726 BLAKE2B 
a76c7c6658997f4d5114e383e1ca728df923b0216c66c9d4c2f9d1d656d06990299ebc79f4ad9c50da1dd133f8111c947e6f238324fbe91c5af5a1ab02aa1c7f
 SHA512 
d7356e407d1ef463e62e7d0f2c3b0f90d150744fa020638740226a3e04e043be0e551effd2c17cd2e8c0d82d70351cb5268a89eca2c9ef6355fcce65a445f9bc

diff --git a/app-emacs/helm/helm-3.8.7.ebuild b/app-emacs/helm/helm-3.8.7.ebuild
new file mode 100644
index ..3ff860feb8b9
--- /dev/null
+++ b/app-emacs/helm/helm-3.8.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/async
+   app-emacs/popup"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.0-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+   dobin emacs-helm.sh
+}



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

2022-07-06 Thread Maciej Barć
commit: 27f9e8f75cdd028f622343658bb908d5979fee81
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jul  6 09:41:16 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jul  6 09:45:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f9e8f7

app-emacs/helm: bump to 3.8.6

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

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.8.6.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 68afc72c395e..981c9b88d04e 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.8.4.tar.gz 2346120 BLAKE2B 
2f554a6a3fc3a42ba2761c267d085ad1e6679f4913bc19cdbbff11130922d93d2fbe75bcae8230748c39148b6e42d45d4c2c711f731ebd4a1984c5927d93d290
 SHA512 
011cc4eb79a0a6916404428b9f645e4401b8a0b8b473bec88ac4211d4157b78cc673922c1b74dc93d60cf036135a67bd9c174198b63edd63a6d26a40ba9c1b9d
 DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652
+DIST helm-3.8.6.tar.gz 2356253 BLAKE2B 
62b9af26888526f54726468e04677c401c5e828e588cb6f2c005b9ce9d84935c184b536a97a82e4e6c08c3523a10a32f9348d243d2545c17c9480ad004d92d10
 SHA512 
71342f347aa5cf8bd3e1990c8633d908e6a5fe66e051554aa2f554fba5d63b2623fe2b6b07540473b481986b1d5d27cb2d8b06f127e727aa8d373bc045d0a602

diff --git a/app-emacs/helm/helm-3.8.6.ebuild b/app-emacs/helm/helm-3.8.6.ebuild
new file mode 100644
index ..68aff2bea3b6
--- /dev/null
+++ b/app-emacs/helm/helm-3.8.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="app-emacs/async
+   app-emacs/popup"
+BDEPEND="${RDEPEND}"
+
+PATCHES="${FILESDIR}/${PN}-3.8.0-no-autoload-check.patch"
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+   dobin emacs-helm.sh
+}



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

2022-06-16 Thread Jakov Smolić
commit: c4873a478f99a18ed6cc7990de9dd9c92ad9aa6a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 10:16:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 10:16:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4873a47

app-emacs/helm: Stabilize 3.8.5 ALLARCHES, #852551

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

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

diff --git a/app-emacs/helm/helm-3.8.5.ebuild b/app-emacs/helm/helm-3.8.5.ebuild
index 76b566bbf23a..68aff2bea3b6 100644
--- a/app-emacs/helm/helm-3.8.5.ebuild
+++ b/app-emacs/helm/helm-3.8.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="app-emacs/async
app-emacs/popup"



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

2022-06-16 Thread Ulrich Müller
commit: f0c2e2692233351fd7453045d3d268cbadb23f52
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jun 16 09:47:49 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jun 16 09:48:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c2e269

app-emacs/helm: drop 3.8.0

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm/Manifest  |  1 -
 app-emacs/helm/helm-3.8.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 66ded6f601a6..68afc72c395e 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2
 DIST helm-3.8.4.tar.gz 2346120 BLAKE2B 
2f554a6a3fc3a42ba2761c267d085ad1e6679f4913bc19cdbbff11130922d93d2fbe75bcae8230748c39148b6e42d45d4c2c711f731ebd4a1984c5927d93d290
 SHA512 
011cc4eb79a0a6916404428b9f645e4401b8a0b8b473bec88ac4211d4157b78cc673922c1b74dc93d60cf036135a67bd9c174198b63edd63a6d26a40ba9c1b9d
 DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652

diff --git a/app-emacs/helm/helm-3.8.0.ebuild b/app-emacs/helm/helm-3.8.0.ebuild
deleted file mode 100644
index c7df4d68e4d9..
--- a/app-emacs/helm/helm-3.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-emacs/async
-   app-emacs/popup"
-BDEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/${P}-no-autoload-check.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-   dobin emacs-helm.sh
-}



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

2022-03-27 Thread Matthew Smith
commit: 1cd4beaa9954809bf08a135836e2a7b8f4953f9e
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Mar 27 09:10:08 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Mar 27 09:24:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd4beaa

app-emacs/helm: add 3.8.5

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.8.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 4110275ba2d2..66ded6f601a6 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2
 DIST helm-3.8.4.tar.gz 2346120 BLAKE2B 
2f554a6a3fc3a42ba2761c267d085ad1e6679f4913bc19cdbbff11130922d93d2fbe75bcae8230748c39148b6e42d45d4c2c711f731ebd4a1984c5927d93d290
 SHA512 
011cc4eb79a0a6916404428b9f645e4401b8a0b8b473bec88ac4211d4157b78cc673922c1b74dc93d60cf036135a67bd9c174198b63edd63a6d26a40ba9c1b9d
+DIST helm-3.8.5.tar.gz 2349290 BLAKE2B 
84f0c15c2a9f492246defdf9496e8dcc5265b0c60b50ccaaa3b9f6731285a667da919da7fec80d77a4fd11bc83d9f4ae4c0910e31423b58afbdf00d51b070295
 SHA512 
af727553c29c9fa0ba6eb6a73b25d62855ea4413eebc57baf3ed94be6a0240e4c558193c898430dc21132ba5e32ead584514910bf98b3b8d82adf7828f953652

diff --git a/app-emacs/helm/helm-3.8.5.ebuild b/app-emacs/helm/helm-3.8.5.ebuild
new file mode 100644
index ..76b566bbf23a
--- /dev/null
+++ b/app-emacs/helm/helm-3.8.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/async
+   app-emacs/popup"
+BDEPEND="${RDEPEND}"
+
+PATCHES="${FILESDIR}/${PN}-3.8.0-no-autoload-check.patch"
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+   dobin emacs-helm.sh
+}



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

2022-03-19 Thread Agostino Sarubbo
commit: fa9d3a77bec5ec6629f07d33fb6e7cf3a6c1e8cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 19 07:51:20 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 19 07:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9d3a77

app-emacs/helm: amd64/x86 stable (ALLARCHES policy) wrt bug #835563

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/helm/helm-3.8.4.ebuild b/app-emacs/helm/helm-3.8.4.ebuild
index 76b566bbf23a..68aff2bea3b6 100644
--- a/app-emacs/helm/helm-3.8.4.ebuild
+++ b/app-emacs/helm/helm-3.8.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="app-emacs/async
app-emacs/popup"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/helm-system-packages/

2022-02-15 Thread Ulrich Müller
commit: 138c172aee37b0c5ae21938ee5d3bb97769750b2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 15 14:53:32 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb 15 14:53:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138c172a

app-emacs/helm-system-packages: Version bump to 1.10.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm-system-packages/Manifest  |  1 +
 .../helm-system-packages-1.10.2.ebuild   | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-emacs/helm-system-packages/Manifest 
b/app-emacs/helm-system-packages/Manifest
index 15b9df3ca308..8d848283a92f 100644
--- a/app-emacs/helm-system-packages/Manifest
+++ b/app-emacs/helm-system-packages/Manifest
@@ -1 +1,2 @@
 DIST helm-system-packages-1.10.1.tar.gz 2683305 BLAKE2B 
91c8d939ea04c37a07b9e9761e02e688fb3af81ead00a87ae980fd8da25bde4b87d37486ef5f612aa96723ae92419374f7d4f383784dd32c630993d95cf774d9
 SHA512 
2ac6daf408a408bec550ddf5469917d93b844cd66bc5567c255bc3aca9d0cc46410d1608deb15e01c5b8c9043a574415f7f848ba901a5ca59bc43deeed8283d7
+DIST helm-system-packages-1.10.2.tar.gz 2685580 BLAKE2B 
d8f3ea6a1a2f8e32244d85225ea35b7abee1911bc81d88590ad6ca433c8167cd1d2c413d9a656e9f98c25441e2805c565d876792f6f4ca973b1959e6abfbdd88
 SHA512 
291bb1a8c790b76adc78eb6537935e4ce21e7060289327f072fd4747f2db8a109c60d29c99e484e81c1abc79fb317489b8e6826aa8d8afecefc68228923ed85c

diff --git a/app-emacs/helm-system-packages/helm-system-packages-1.10.2.ebuild 
b/app-emacs/helm-system-packages/helm-system-packages-1.10.2.ebuild
new file mode 100644
index ..3c618395ff17
--- /dev/null
+++ b/app-emacs/helm-system-packages/helm-system-packages-1.10.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Helm interface to the package manager of your operating system"
+HOMEPAGE="https://github.com/emacs-helm/helm-system-packages";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/helm"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="readme.org"



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

2022-02-14 Thread Matthew Smith
commit: 502b5de66cbaa580a0632c0514757ec6616abca5
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 14 16:53:50 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 14 17:21:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502b5de6

app-emacs/helm: drop 3.6.0-r1

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/helm/Manifest|  1 -
 .../helm/files/helm-3.6.0-no-autoload-check.patch  | 24 -
 app-emacs/helm/helm-3.6.0-r1.ebuild| 31 --
 3 files changed, 56 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index bb90d8e6ab90..4110275ba2d2 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.6.0.tar.gz 2302677 BLAKE2B 
e9a83a1a4f46c1256090ff458ffc3cb158aaa320a067fb1474c9f62bd0cceaf98c53191790113c8af228d8a47fc7d2585a528ffed3e6e06030a4308f9c65e095
 SHA512 
1cfaf5cdef9203bb92b80c684b21ec7ca92df00aa2e82815e8f39c623648232405273fb272244d7d2b2756f4699f82f93e9a669a13a71da9410f0c0f9df30393
 DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2
 DIST helm-3.8.4.tar.gz 2346120 BLAKE2B 
2f554a6a3fc3a42ba2761c267d085ad1e6679f4913bc19cdbbff11130922d93d2fbe75bcae8230748c39148b6e42d45d4c2c711f731ebd4a1984c5927d93d290
 SHA512 
011cc4eb79a0a6916404428b9f645e4401b8a0b8b473bec88ac4211d4157b78cc673922c1b74dc93d60cf036135a67bd9c174198b63edd63a6d26a40ba9c1b9d

diff --git a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch 
b/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch
deleted file mode 100644
index 463cc8ccbacf..
--- a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/800177
-
 helm-3.6.0/emacs-helm.sh
-+++ helm-3.6.0/emacs-helm.sh
-@@ -137,19 +137,6 @@
- 
- cd "${0%/*}" || exit 1
- 
--# Check if autoload file exists.
--# It may be in a different directory if emacs-helm.sh is a symlink.
--TRUENAME=$(find . -samefile "$0" -printf "%l")
--if [ ! -z "$TRUENAME" ]; then
--AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el"
--else
--AUTO_FILE="helm-autoloads.el"
--fi
--if [ ! -e "$AUTO_FILE" ]; then
--echo No autoloads found, please run make first to generate autoload file
--exit 1
--fi
--
- 
- cat > $CONF_FILE 

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

2022-02-14 Thread Matthew Smith
commit: d7fbe514e137bffb229259abea5b6e4f82672c95
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 14 16:53:39 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 14 17:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fbe514

app-emacs/helm: add 3.8.4

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.8.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 4c32b4b6de6f..bb90d8e6ab90 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.6.0.tar.gz 2302677 BLAKE2B 
e9a83a1a4f46c1256090ff458ffc3cb158aaa320a067fb1474c9f62bd0cceaf98c53191790113c8af228d8a47fc7d2585a528ffed3e6e06030a4308f9c65e095
 SHA512 
1cfaf5cdef9203bb92b80c684b21ec7ca92df00aa2e82815e8f39c623648232405273fb272244d7d2b2756f4699f82f93e9a669a13a71da9410f0c0f9df30393
 DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2
+DIST helm-3.8.4.tar.gz 2346120 BLAKE2B 
2f554a6a3fc3a42ba2761c267d085ad1e6679f4913bc19cdbbff11130922d93d2fbe75bcae8230748c39148b6e42d45d4c2c711f731ebd4a1984c5927d93d290
 SHA512 
011cc4eb79a0a6916404428b9f645e4401b8a0b8b473bec88ac4211d4157b78cc673922c1b74dc93d60cf036135a67bd9c174198b63edd63a6d26a40ba9c1b9d

diff --git a/app-emacs/helm/helm-3.8.4.ebuild b/app-emacs/helm/helm-3.8.4.ebuild
new file mode 100644
index ..76b566bbf23a
--- /dev/null
+++ b/app-emacs/helm/helm-3.8.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/async
+   app-emacs/popup"
+BDEPEND="${RDEPEND}"
+
+PATCHES="${FILESDIR}/${PN}-3.8.0-no-autoload-check.patch"
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+   dobin emacs-helm.sh
+}



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

2021-10-10 Thread Agostino Sarubbo
commit: e345a26f95a18774b98da7b6a071ffbb1a241627
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 10 15:32:11 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 10 15:32:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e345a26f

app-emacs/helm: amd64/x86 stable (ALLARCHES policy) wrt bug #816921

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/helm/helm-3.8.0.ebuild b/app-emacs/helm/helm-3.8.0.ebuild
index 6103dff04df..c7df4d68e4d 100644
--- a/app-emacs/helm/helm-3.8.0.ebuild
+++ b/app-emacs/helm/helm-3.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="app-emacs/async
app-emacs/popup"



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

2021-07-04 Thread Ulrich Müller
commit: a3e4b4edc8d042d57880e395617212706d553c58
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul  4 12:45:42 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  4 12:45:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e4b4ed

app-emacs/helm: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm/Manifest|  1 -
 app-emacs/helm/helm-3.2.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index aa4ada9dc40..4c32b4b6de6 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.2.tar.gz 2285972 BLAKE2B 
b5385b805825d89ed87ba438ce830ce1e694cf842db590576b0ceaa2c110f5d0853b24211fdeebb77394c5ecca8460bcd52fe58240233ea10993504030328e9e
 SHA512 
006e53f1984d38fa6305830179bc4ef04fa3007effa07685ddf479c1fbca547b6f8e99dd370f5653d57b2f8e519a54948a4730a0fdf9af8574cbfa27c09662d5
 DIST helm-3.6.0.tar.gz 2302677 BLAKE2B 
e9a83a1a4f46c1256090ff458ffc3cb158aaa320a067fb1474c9f62bd0cceaf98c53191790113c8af228d8a47fc7d2585a528ffed3e6e06030a4308f9c65e095
 SHA512 
1cfaf5cdef9203bb92b80c684b21ec7ca92df00aa2e82815e8f39c623648232405273fb272244d7d2b2756f4699f82f93e9a669a13a71da9410f0c0f9df30393
 DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2

diff --git a/app-emacs/helm/helm-3.2.ebuild b/app-emacs/helm/helm-3.2.ebuild
deleted file mode 100644
index f852381e535..000
--- a/app-emacs/helm/helm-3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/";
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-emacs/async
-   app-emacs/popup"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-   exeinto "${SITEETC}/${PN}"
-   doexe emacs-helm.sh
-}



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

2021-07-04 Thread Ulrich Müller
commit: 1162299d4546ec32ef26bf78816989761b591f4c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  3 17:16:15 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  4 12:39:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1162299d

app-emacs/helm: Don't check for autoload file in emacs-helm.sh

Closes: https://bugs.gentoo.org/800177
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 .../helm/files/helm-3.6.0-no-autoload-check.patch  | 24 ++
 .../{helm-3.6.0.ebuild => helm-3.6.0-r1.ebuild}|  6 +++---
 2 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch 
b/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch
new file mode 100644
index 000..463cc8ccbac
--- /dev/null
+++ b/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch
@@ -0,0 +1,24 @@
+https://bugs.gentoo.org/800177
+
+--- helm-3.6.0/emacs-helm.sh
 helm-3.6.0/emacs-helm.sh
+@@ -137,19 +137,6 @@
+ 
+ cd "${0%/*}" || exit 1
+ 
+-# Check if autoload file exists.
+-# It may be in a different directory if emacs-helm.sh is a symlink.
+-TRUENAME=$(find . -samefile "$0" -printf "%l")
+-if [ ! -z "$TRUENAME" ]; then
+-AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el"
+-else
+-AUTO_FILE="helm-autoloads.el"
+-fi
+-if [ ! -e "$AUTO_FILE" ]; then
+-echo No autoloads found, please run make first to generate autoload file
+-exit 1
+-fi
+-
+ 
+ cat > $CONF_FILE <

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

2021-07-04 Thread Ulrich Müller
commit: 6baf2ae8d8f2789b86d194edfe7d3bba35b41119
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul  4 12:45:24 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  4 12:45:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6baf2ae8

app-emacs/helm: Version bump to 3.8.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm/Manifest|  1 +
 .../helm/files/helm-3.8.0-no-autoload-check.patch  | 24 +
 app-emacs/helm/helm-3.8.0.ebuild   | 31 ++
 3 files changed, 56 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index a9d7bbb9a01..aa4ada9dc40 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-3.2.tar.gz 2285972 BLAKE2B 
b5385b805825d89ed87ba438ce830ce1e694cf842db590576b0ceaa2c110f5d0853b24211fdeebb77394c5ecca8460bcd52fe58240233ea10993504030328e9e
 SHA512 
006e53f1984d38fa6305830179bc4ef04fa3007effa07685ddf479c1fbca547b6f8e99dd370f5653d57b2f8e519a54948a4730a0fdf9af8574cbfa27c09662d5
 DIST helm-3.6.0.tar.gz 2302677 BLAKE2B 
e9a83a1a4f46c1256090ff458ffc3cb158aaa320a067fb1474c9f62bd0cceaf98c53191790113c8af228d8a47fc7d2585a528ffed3e6e06030a4308f9c65e095
 SHA512 
1cfaf5cdef9203bb92b80c684b21ec7ca92df00aa2e82815e8f39c623648232405273fb272244d7d2b2756f4699f82f93e9a669a13a71da9410f0c0f9df30393
+DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2

diff --git a/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch 
b/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch
new file mode 100644
index 000..4b415088dcc
--- /dev/null
+++ b/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch
@@ -0,0 +1,24 @@
+https://bugs.gentoo.org/800177
+
+--- helm-3.8.0/emacs-helm.sh
 helm-3.8.0/emacs-helm.sh
+@@ -137,19 +137,6 @@
+ 
+ cd "${0%/*}" || exit 1
+ 
+-# Check if autoload file exists.
+-# It may be in a different directory if emacs-helm.sh is a symlink.
+-TRUENAME=$(ls -l "$0" | awk '{print $11}')
+-if [ ! -z "$TRUENAME" ]; then
+-AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el"
+-else
+-AUTO_FILE="helm-autoloads.el"
+-fi
+-if [ ! -e "$AUTO_FILE" ]; then
+-echo No autoloads found, please run make first to generate autoload file
+-exit 1
+-fi
+-
+ 
+ cat > $CONF_FILE 

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

2019-12-16 Thread Ulrich Müller
commit: 5be8521ea0dcfecd318658ee35b1399030594db4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 16 19:30:39 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 16 20:14:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be8521e

app-emacs/helm: Version bump to 3.6.0.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm/Manifest  |  1 +
 app-emacs/helm/helm-3.6.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index c4d109907e6..a9d7bbb9a01 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1 +1,2 @@
 DIST helm-3.2.tar.gz 2285972 BLAKE2B 
b5385b805825d89ed87ba438ce830ce1e694cf842db590576b0ceaa2c110f5d0853b24211fdeebb77394c5ecca8460bcd52fe58240233ea10993504030328e9e
 SHA512 
006e53f1984d38fa6305830179bc4ef04fa3007effa07685ddf479c1fbca547b6f8e99dd370f5653d57b2f8e519a54948a4730a0fdf9af8574cbfa27c09662d5
+DIST helm-3.6.0.tar.gz 2302677 BLAKE2B 
e9a83a1a4f46c1256090ff458ffc3cb158aaa320a067fb1474c9f62bd0cceaf98c53191790113c8af228d8a47fc7d2585a528ffed3e6e06030a4308f9c65e095
 SHA512 
1cfaf5cdef9203bb92b80c684b21ec7ca92df00aa2e82815e8f39c623648232405273fb272244d7d2b2756f4699f82f93e9a669a13a71da9410f0c0f9df30393

diff --git a/app-emacs/helm/helm-3.6.0.ebuild b/app-emacs/helm/helm-3.6.0.ebuild
new file mode 100644
index 000..f852381e535
--- /dev/null
+++ b/app-emacs/helm/helm-3.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/async
+   app-emacs/popup"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+   exeinto "${SITEETC}/${PN}"
+   doexe emacs-helm.sh
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/helm-system-packages/, app-emacs/helm-system-packages/files/

2019-05-04 Thread Ulrich Müller
commit: 073280a3e8657f28d9102dd40cfe2693b506651e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat May  4 13:31:11 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May  4 13:33:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073280a3

app-emacs/helm-system-packages: Initial import.

Ebuild contributed by me.

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm-system-packages/Manifest  |  1 +
 .../files/50helm-system-packages-gentoo.el   |  3 +++
 .../helm-system-packages-1.10.1.ebuild   | 20 
 app-emacs/helm-system-packages/metadata.xml  | 12 
 4 files changed, 36 insertions(+)

diff --git a/app-emacs/helm-system-packages/Manifest 
b/app-emacs/helm-system-packages/Manifest
new file mode 100644
index 000..15b9df3ca30
--- /dev/null
+++ b/app-emacs/helm-system-packages/Manifest
@@ -0,0 +1 @@
+DIST helm-system-packages-1.10.1.tar.gz 2683305 BLAKE2B 
91c8d939ea04c37a07b9e9761e02e688fb3af81ead00a87ae980fd8da25bde4b87d37486ef5f612aa96723ae92419374f7d4f383784dd32c630993d95cf774d9
 SHA512 
2ac6daf408a408bec550ddf5469917d93b844cd66bc5567c255bc3aca9d0cc46410d1608deb15e01c5b8c9043a574415f7f848ba901a5ca59bc43deeed8283d7

diff --git 
a/app-emacs/helm-system-packages/files/50helm-system-packages-gentoo.el 
b/app-emacs/helm-system-packages/files/50helm-system-packages-gentoo.el
new file mode 100644
index 000..3887e3670b7
--- /dev/null
+++ b/app-emacs/helm-system-packages/files/50helm-system-packages-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'helm-system-packages "helm-system-packages"
+  "Helm user interface for system packages." t nil)

diff --git a/app-emacs/helm-system-packages/helm-system-packages-1.10.1.ebuild 
b/app-emacs/helm-system-packages/helm-system-packages-1.10.1.ebuild
new file mode 100644
index 000..9af45febea0
--- /dev/null
+++ b/app-emacs/helm-system-packages/helm-system-packages-1.10.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A Helm interface to the package manager of your operating system"
+HOMEPAGE="https://github.com/emacs-helm/helm-system-packages";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/helm"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="readme.org"

diff --git a/app-emacs/helm-system-packages/metadata.xml 
b/app-emacs/helm-system-packages/metadata.xml
new file mode 100644
index 000..8bbfc87147b
--- /dev/null
+++ b/app-emacs/helm-system-packages/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+
+  emacs-helm/helm-system-packages
+
+



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

2019-05-04 Thread Ulrich Müller
commit: 2b454725d9d5795f06be5713428ee70516475d2d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat May  4 12:51:59 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May  4 13:33:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b454725

app-emacs/helm: Initial import.

This is the successor to app-emacs/anything, according to
https://www.emacswiki.org/emacs/Anything.

Ebuild contributed by me.

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/helm/Manifest   |  1 +
 app-emacs/helm/files/50helm-gentoo.el |  2 ++
 app-emacs/helm/helm-3.2.ebuild| 31 +++
 app-emacs/helm/metadata.xml   | 20 
 4 files changed, 54 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
new file mode 100644
index 000..c4d109907e6
--- /dev/null
+++ b/app-emacs/helm/Manifest
@@ -0,0 +1 @@
+DIST helm-3.2.tar.gz 2285972 BLAKE2B 
b5385b805825d89ed87ba438ce830ce1e694cf842db590576b0ceaa2c110f5d0853b24211fdeebb77394c5ecca8460bcd52fe58240233ea10993504030328e9e
 SHA512 
006e53f1984d38fa6305830179bc4ef04fa3007effa07685ddf479c1fbca547b6f8e99dd370f5653d57b2f8e519a54948a4730a0fdf9af8574cbfa27c09662d5

diff --git a/app-emacs/helm/files/50helm-gentoo.el 
b/app-emacs/helm/files/50helm-gentoo.el
new file mode 100644
index 000..2eeea803658
--- /dev/null
+++ b/app-emacs/helm/files/50helm-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/helm-autoloads" nil t)

diff --git a/app-emacs/helm/helm-3.2.ebuild b/app-emacs/helm/helm-3.2.ebuild
new file mode 100644
index 000..f852381e535
--- /dev/null
+++ b/app-emacs/helm/helm-3.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Emacs incremental completion and selection narrowing framework"
+HOMEPAGE="https://emacs-helm.github.io/helm/";
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/async
+   app-emacs/popup"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+   exeinto "${SITEETC}/${PN}"
+   doexe emacs-helm.sh
+}

diff --git a/app-emacs/helm/metadata.xml b/app-emacs/helm/metadata.xml
new file mode 100644
index 000..a17d69b2f15
--- /dev/null
+++ b/app-emacs/helm/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+  Helm is an Emacs framework for incremental completions and narrowing
+  selections. It provides an easy-to-use API for developers wishing to
+  build their own Helm applications in Emacs, powerful search tools and
+  dozens of already built-in commands providing completion to almost
+  everything. It is a must-have for anyone using Emacs as a main work
+  environment. Helm has been widely adopted by many Emacs power-users.
+
+
+
+  emacs-helm/helm
+
+