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

2023-12-15 Thread Michał Górny
commit: 7a88a42eeb279f9b0f73fbb7bf9d3516dc678a64
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 15 10:10:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 15 10:10:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a88a42e

app-emacs/ivy: Stabilize 0.14.2 x86, #919920

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/app-emacs/ivy/ivy-0.14.2.ebuild b/app-emacs/ivy/ivy-0.14.2.ebuild
index 2f2e7f05b350..73d043065bff 100644
--- a/app-emacs/ivy/ivy-0.14.2.ebuild
+++ b/app-emacs/ivy/ivy-0.14.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/swiper-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="sys-apps/texinfo"
 



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

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

app-emacs/ivy: Stabilize 0.14.2 amd64, #919920

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

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

diff --git a/app-emacs/ivy/ivy-0.14.2.ebuild b/app-emacs/ivy/ivy-0.14.2.ebuild
index 3bedf16037a6..2f2e7f05b350 100644
--- a/app-emacs/ivy/ivy-0.14.2.ebuild
+++ b/app-emacs/ivy/ivy-0.14.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/swiper-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="sys-apps/texinfo"
 



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

2023-11-07 Thread Ulrich Müller
commit: 5ed6e38f1c1d7fb1b92906226729478fc735
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Nov  7 17:55:46 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Nov  7 18:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6ebbb

app-emacs/ivy: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ulrich Müller  gentoo.org>

 .../ivy/files/ivy-0.13.4-ivy-test.el-skip.patch| 39 --
 1 file changed, 39 deletions(-)

diff --git a/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch 
b/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch
deleted file mode 100644
index e94070cca9c3..
--- a/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/ivy-test.el b/ivy-test.el
-index 2062b81..8613337 100644
 a/ivy-test.el
-+++ b/ivy-test.el
-@@ -2022,6 +1076,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
- (should (eq (ivy--sort-function 'c) fn1
- 
- (ert-deftest ivy-read-directory-name ()
-+  (skip-unless nil)
-   (ivy-mode 1)
-   (unless (file-exists-p ivy-empty)
- (make-directory ivy-empty))
-@@ -1136,6 +1137,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
-:dir "/tmp/"
- 
- (ert-deftest ivy-partial-files ()
-+  (skip-unless nil)
-   (when (file-exists-p "/tmp/ivy-partial-test")
- (delete-directory "/tmp/ivy-partial-test" t))
-   (mkdir "/tmp/ivy-partial-test/test1" t)
-@@ -1452,8 +1454,7 @@ a buffer visiting a file."
- 
- (ert-deftest ivy-swiper-wgrep ()
-   ;; `wgrep' requires Emacs 25 or later.
--  (skip-unless (and (>= emacs-major-version 25)
--(require 'wgrep nil t)))
-+  (skip-unless nil)
-   (dolist (search-cmd '(swiper swiper-isearch))
- (should
-  (string=
-@@ -1585,7 +1586,7 @@ a buffer visiting a file."
- '("one" "two"
- 
- (ert-deftest ivy-avy ()
--  (skip-unless (require 'avy nil t))
-+  (skip-unless nil)
-   (require 'ivy-avy)
-   (let ((enable-recursive-minibuffers t)
- (read-numbers '(ivy-read "test: " (mapcar #'number-to-string



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

2023-10-28 Thread Maciej Barć
commit: 8a0580386c9a0693f7cd83d52a9b4864bae2c370
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Oct 28 13:25:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Oct 28 14:04:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a058038

app-emacs/ivy: drop old 0.13.4

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

 app-emacs/ivy/Manifest  |  1 -
 app-emacs/ivy/ivy-0.13.4.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/app-emacs/ivy/Manifest b/app-emacs/ivy/Manifest
index 244180e94d8e..45fe46a14f11 100644
--- a/app-emacs/ivy/Manifest
+++ b/app-emacs/ivy/Manifest
@@ -1,2 +1 @@
-DIST swiper-0.13.4.tar.gz 245190 BLAKE2B 
c4da021b92fcedfec39cc60f670c97e4a421b8d4aef8183f50c4872bed835db79884cff113f58cf21dfa7ce33158218aa0cf25d72fc0081dc1c24a3b4376c60e
 SHA512 
bf096a13f675f87af6ea68c974455896b64921ca4d7880c9ccc444aa3cea7c7e04c61be5deb2fd57d0568ff4d86f96ffcf94494b55d84d7a9f647f49b69aec9a
 DIST swiper-0.14.0.tar.gz 249820 BLAKE2B 
9184e66f910b9f7c401c9a5433b5915c393ece7711858c3f844d8afcbc13fa76039173b2ecd50bbaff586ff7596fd95e46e550a4282763e385f064d2e2103978
 SHA512 
e87fa2159d1541afdaa08e33584480cbeba75df15235bf57d4c8f6292b91be7e2a316e931c3f4d823da5fbf23d987ded293a433824af04357de231d26adfeeb1

diff --git a/app-emacs/ivy/ivy-0.13.4.ebuild b/app-emacs/ivy/ivy-0.13.4.ebuild
deleted file mode 100644
index 98026b89ec6c..
--- a/app-emacs/ivy/ivy-0.13.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Generic completion mechanism for Emacs"
-HOMEPAGE="https://github.com/abo-abo/swiper/;
-SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz
-   -> swiper-${PV}.tar.gz"
-S="${WORKDIR}"/swiper-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="sys-apps/texinfo"
-
-DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org )
-SITEFILE="50${PN}-gentoo.el"
-
-# Some tests are broken (but fixed on master as of 2022--04-10),
-# tests depending on Avy and Wgrep we force to skip.
-PATCHES=( "${FILESDIR}"/${P}-ivy-test.el-skip.patch )
-
-# Main Ivy sources. Swiper, Counsel and Ivy extensions have their own packages.
-IVY_SOURCES=( colir.el ivy{,-overlay,-faces}.el )
-
-src_prepare() {
-   elisp_src_prepare
-
-   # Wipe "elpa.el" to prevent initialization of the "package" library.
-   [[ ! -f elpa.el ]] && die "no \"elpa.el\" found"
-   echo "" > elpa.el || die "failed to wipe \"elpa.el\""
-}
-
-src_compile() {
-   elisp-compile ${IVY_SOURCES[@]}
-   emake -C doc ivy.info
-}
-
-src_test() {
-   emake emacs="${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS}" test
-}
-
-src_install() {
-   elisp-install ${PN} ${IVY_SOURCES[@]} *.elc
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-   doinfo doc/ivy.info
-   einstalldocs
-}



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

2023-10-28 Thread Maciej Barć
commit: f7504fdd713ca4d32d6e7b684ded22671e715d25
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Oct 28 13:25:33 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Oct 28 14:04:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7504fdd

app-emacs/ivy: bump to 0.14.2

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

 app-emacs/ivy/Manifest  |  1 +
 app-emacs/ivy/ivy-0.14.2.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/app-emacs/ivy/Manifest b/app-emacs/ivy/Manifest
index 45fe46a14f11..41097db74b88 100644
--- a/app-emacs/ivy/Manifest
+++ b/app-emacs/ivy/Manifest
@@ -1 +1,2 @@
 DIST swiper-0.14.0.tar.gz 249820 BLAKE2B 
9184e66f910b9f7c401c9a5433b5915c393ece7711858c3f844d8afcbc13fa76039173b2ecd50bbaff586ff7596fd95e46e550a4282763e385f064d2e2103978
 SHA512 
e87fa2159d1541afdaa08e33584480cbeba75df15235bf57d4c8f6292b91be7e2a316e931c3f4d823da5fbf23d987ded293a433824af04357de231d26adfeeb1
+DIST swiper-0.14.2.tar.gz 250059 BLAKE2B 
8a5437726c729398a689266d138f271f5f7329f9c58613c4e0cfabd16b99421035c4b522d0ea4c60c0369362cb076bcae05ff4155d33d186172fd0ac2258495d
 SHA512 
e125a3747abc4e6ecc98f539cf5dde11851d6c8a58b8988e165300bce7822fc91257cae09c973bd43435fb08dc24af9a1bd4b3e51083b45654b1605d80973d74

diff --git a/app-emacs/ivy/ivy-0.14.2.ebuild b/app-emacs/ivy/ivy-0.14.2.ebuild
new file mode 100644
index ..3bedf16037a6
--- /dev/null
+++ b/app-emacs/ivy/ivy-0.14.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Generic completion mechanism for Emacs"
+HOMEPAGE="https://github.com/abo-abo/swiper/;
+SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz
+   -> swiper-${PV}.tar.gz"
+S="${WORKDIR}"/swiper-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="sys-apps/texinfo"
+
+DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org )
+SITEFILE="50${PN}-gentoo.el"
+
+# Main Ivy sources. Swiper, Counsel and Ivy extensions have their own packages.
+IVY_SOURCES=( colir.el ivy{,-overlay,-faces}.el )
+
+src_prepare() {
+   elisp_src_prepare
+
+   # Wipe "elpa.el" to prevent initialization of the "package" library.
+   [[ ! -f elpa.el ]] && die "no \"elpa.el\" found"
+   echo "" > elpa.el || die "failed to wipe \"elpa.el\""
+}
+
+src_compile() {
+   elisp-compile ${IVY_SOURCES[@]}
+   emake -C doc ivy.info
+}
+
+src_test() {
+   emake emacs="${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS}" test
+}
+
+src_install() {
+   elisp-install ${PN} ${IVY_SOURCES[@]} *.elc
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   doinfo doc/ivy.info
+   einstalldocs
+}



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

2023-06-07 Thread Sam James
commit: 9f037c2e5f4e11878a23609bb0725ec8e1848ada
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  7 16:10:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  7 16:10:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f037c2e

app-emacs/ivy-rich: Stabilize 0.1.7 amd64, #908004

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

 app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild 
b/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
index e7c971562018..21a5c4c51d99 100644
--- a/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
+++ b/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Yevgnen/${PN}/archive/${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="app-emacs/ivy"
 BDEPEND="${RDEPEND}"



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

2023-05-25 Thread Arthur Zamarin
commit: a8a45c41de1c4ad58a600d1ebb961d9996767385
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 25 07:46:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 25 07:46:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a45c41

app-emacs/ivy: Stabilize 0.14.0 x86, #907110

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

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

diff --git a/app-emacs/ivy/ivy-0.14.0.ebuild b/app-emacs/ivy/ivy-0.14.0.ebuild
index 2f2e7f05b350..73d043065bff 100644
--- a/app-emacs/ivy/ivy-0.14.0.ebuild
+++ b/app-emacs/ivy/ivy-0.14.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/swiper-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="sys-apps/texinfo"
 



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

2023-05-25 Thread Arthur Zamarin
commit: d5c142775302f01a8809e672838721b1c7d7f747
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 25 07:46:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 25 07:46:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c14277

app-emacs/ivy: Stabilize 0.14.0 amd64, #907110

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

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

diff --git a/app-emacs/ivy/ivy-0.14.0.ebuild b/app-emacs/ivy/ivy-0.14.0.ebuild
index 3bedf16037a6..2f2e7f05b350 100644
--- a/app-emacs/ivy/ivy-0.14.0.ebuild
+++ b/app-emacs/ivy/ivy-0.14.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/swiper-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="sys-apps/texinfo"
 



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

2023-04-25 Thread Maciej Barć
commit: 7f4d9ccca8b99b7f7b0721485c240453bba26400
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 25 14:30:05 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 25 14:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4d9ccc

app-emacs/ivy-rich: bump to 0.1.7

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

 app-emacs/ivy-rich/Manifest  |  1 +
 app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emacs/ivy-rich/Manifest b/app-emacs/ivy-rich/Manifest
index 6897ccd3e95c..baa105f8b2ab 100644
--- a/app-emacs/ivy-rich/Manifest
+++ b/app-emacs/ivy-rich/Manifest
@@ -1 +1,2 @@
 DIST ivy-rich-0.1.6_p20210409.tar.gz 606147 BLAKE2B 
a496ea10438dbe7c90b825b8c6874b277060d068ab8c8193a91f615c6e1719822032857b4b500346c8c40f9777bccd1554471f05cf37b7c3b1386b97d82b1b8e
 SHA512 
cde5922829a1d53167bc2724ef10844c04c47380d380130efb04cc51efb99538e19acdea05bddbbf88e5cf9bf7da65710e85bd6287d4dbbe50d4009c8e696bd1
+DIST ivy-rich-0.1.7.tar.gz 605948 BLAKE2B 
eb5c59c32821657e65d7c361d0d4090d9d00ab6ffe12224c57fc978e46583f9b0daa9506ae4972082443005dd633c659014e02de5d514f4c1dba41b8697be365
 SHA512 
f702f4e6e10715cf76382e93354d37a8c09d6eb5bd23091002d26a2bff817354e995a8c23e64ed9e9026c33364dfaed2ca88f2c2c748c3faf63d3d7c133d79a3

diff --git a/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild 
b/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
new file mode 100644
index ..e7c971562018
--- /dev/null
+++ b/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="More friendly interface for ivy"
+HOMEPAGE="https://github.com/Yevgnen/ivy-rich/;
+SRC_URI="https://github.com/Yevgnen/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/ivy"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org screenshots.org screenshots )
+SITEFILE="50${PN}-gentoo.el"



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

2023-04-11 Thread Maciej Barć
commit: 09872491d02f5438e55d740a10377ca146f7236b
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 11 12:20:18 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 11 14:17:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09872491

app-emacs/ivy: bump to 0.14.0

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

 app-emacs/ivy/Manifest  |  1 +
 app-emacs/ivy/ivy-0.14.0.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/app-emacs/ivy/Manifest b/app-emacs/ivy/Manifest
index 01a00abc7179..244180e94d8e 100644
--- a/app-emacs/ivy/Manifest
+++ b/app-emacs/ivy/Manifest
@@ -1 +1,2 @@
 DIST swiper-0.13.4.tar.gz 245190 BLAKE2B 
c4da021b92fcedfec39cc60f670c97e4a421b8d4aef8183f50c4872bed835db79884cff113f58cf21dfa7ce33158218aa0cf25d72fc0081dc1c24a3b4376c60e
 SHA512 
bf096a13f675f87af6ea68c974455896b64921ca4d7880c9ccc444aa3cea7c7e04c61be5deb2fd57d0568ff4d86f96ffcf94494b55d84d7a9f647f49b69aec9a
+DIST swiper-0.14.0.tar.gz 249820 BLAKE2B 
9184e66f910b9f7c401c9a5433b5915c393ece7711858c3f844d8afcbc13fa76039173b2ecd50bbaff586ff7596fd95e46e550a4282763e385f064d2e2103978
 SHA512 
e87fa2159d1541afdaa08e33584480cbeba75df15235bf57d4c8f6292b91be7e2a316e931c3f4d823da5fbf23d987ded293a433824af04357de231d26adfeeb1

diff --git a/app-emacs/ivy/ivy-0.14.0.ebuild b/app-emacs/ivy/ivy-0.14.0.ebuild
new file mode 100644
index ..3bedf16037a6
--- /dev/null
+++ b/app-emacs/ivy/ivy-0.14.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Generic completion mechanism for Emacs"
+HOMEPAGE="https://github.com/abo-abo/swiper/;
+SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz
+   -> swiper-${PV}.tar.gz"
+S="${WORKDIR}"/swiper-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="sys-apps/texinfo"
+
+DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org )
+SITEFILE="50${PN}-gentoo.el"
+
+# Main Ivy sources. Swiper, Counsel and Ivy extensions have their own packages.
+IVY_SOURCES=( colir.el ivy{,-overlay,-faces}.el )
+
+src_prepare() {
+   elisp_src_prepare
+
+   # Wipe "elpa.el" to prevent initialization of the "package" library.
+   [[ ! -f elpa.el ]] && die "no \"elpa.el\" found"
+   echo "" > elpa.el || die "failed to wipe \"elpa.el\""
+}
+
+src_compile() {
+   elisp-compile ${IVY_SOURCES[@]}
+   emake -C doc ivy.info
+}
+
+src_test() {
+   emake emacs="${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS}" test
+}
+
+src_install() {
+   elisp-install ${PN} ${IVY_SOURCES[@]} *.elc
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   doinfo doc/ivy.info
+   einstalldocs
+}



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

2023-01-27 Thread Arthur Zamarin
commit: e65cf463fde5402dd0c48082d8f5aa2bd00a6364
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 27 17:35:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 27 17:35:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65cf463

app-emacs/ivy-rich: Stabilize 0.1.6_p20210409 amd64, #892231

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

 app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild 
b/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
index 776f722b53ff..f5ebafdd3261 100644
--- a/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
+++ b/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="app-emacs/ivy"
 BDEPEND="${RDEPEND}"



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

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

app-emacs/ivy: Stabilize 0.13.4 amd64, #887949

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

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

diff --git a/app-emacs/ivy/ivy-0.13.4.ebuild b/app-emacs/ivy/ivy-0.13.4.ebuild
index e518fa33d85c..03ac85ecd099 100644
--- a/app-emacs/ivy/ivy-0.13.4.ebuild
+++ b/app-emacs/ivy/ivy-0.13.4.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/swiper-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="sys-apps/texinfo"
 



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

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

app-emacs/ivy: Stabilize 0.13.4 x86, #887949

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

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

diff --git a/app-emacs/ivy/ivy-0.13.4.ebuild b/app-emacs/ivy/ivy-0.13.4.ebuild
index 910a40158220..e518fa33d85c 100644
--- a/app-emacs/ivy/ivy-0.13.4.ebuild
+++ b/app-emacs/ivy/ivy-0.13.4.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/swiper-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="sys-apps/texinfo"
 



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

2022-05-23 Thread Maciej Barć
commit: 2016bc12d94b99b4220740d1d3262d4f1eb43034
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May 23 23:17:01 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May 23 23:17:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2016bc12

app-emacs/ivy: simplify DOCS var; do not remove .dir-locals.el

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

 app-emacs/ivy/ivy-0.13.4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-emacs/ivy/ivy-0.13.4.ebuild b/app-emacs/ivy/ivy-0.13.4.ebuild
index 9736ba05dfd7..910a40158220 100644
--- a/app-emacs/ivy/ivy-0.13.4.ebuild
+++ b/app-emacs/ivy/ivy-0.13.4.ebuild
@@ -19,8 +19,7 @@ KEYWORDS="~amd64 ~x86"
 
 BDEPEND="sys-apps/texinfo"
 
-DOCS=( CONTRIBUTING.org README.md doc/{ivy-help.org,Changelog.org,ivy.org} )
-ELISP_REMOVE=".dir-locals.el"
+DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org )
 SITEFILE="50${PN}-gentoo.el"
 
 # Some tests are broken (but fixed on master as of 2022--04-10),
@@ -40,7 +39,6 @@ src_prepare() {
 
 src_compile() {
elisp-compile ${IVY_SOURCES[@]}
-
emake -C doc ivy.info
 }
 



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

2022-04-10 Thread Maciej Barć
commit: 28ce7a2727c4b82c2b2ce199962cbe9c6d4cf61f
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Apr 10 16:59:59 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Apr 10 20:02:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ce7a27

app-emacs/ivy: new package; add version 0.13.4

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

 app-emacs/ivy/Manifest |  1 +
 app-emacs/ivy/files/50ivy-gentoo.el|  3 ++
 .../ivy/files/ivy-0.13.4-ivy-test.el-skip.patch| 39 +++
 app-emacs/ivy/ivy-0.13.4.ebuild| 57 ++
 app-emacs/ivy/metadata.xml | 15 ++
 5 files changed, 115 insertions(+)

diff --git a/app-emacs/ivy/Manifest b/app-emacs/ivy/Manifest
new file mode 100644
index ..01a00abc7179
--- /dev/null
+++ b/app-emacs/ivy/Manifest
@@ -0,0 +1 @@
+DIST swiper-0.13.4.tar.gz 245190 BLAKE2B 
c4da021b92fcedfec39cc60f670c97e4a421b8d4aef8183f50c4872bed835db79884cff113f58cf21dfa7ce33158218aa0cf25d72fc0081dc1c24a3b4376c60e
 SHA512 
bf096a13f675f87af6ea68c974455896b64921ca4d7880c9ccc444aa3cea7c7e04c61be5deb2fd57d0568ff4d86f96ffcf94494b55d84d7a9f647f49b69aec9a

diff --git a/app-emacs/ivy/files/50ivy-gentoo.el 
b/app-emacs/ivy/files/50ivy-gentoo.el
new file mode 100644
index ..f9115d44c43a
--- /dev/null
+++ b/app-emacs/ivy/files/50ivy-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'ivy-mode "ivy"
+  "Toggle Ivy mode on or off." t)

diff --git a/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch 
b/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch
new file mode 100644
index ..e94070cca9c3
--- /dev/null
+++ b/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch
@@ -0,0 +1,39 @@
+diff --git a/ivy-test.el b/ivy-test.el
+index 2062b81..8613337 100644
+--- a/ivy-test.el
 b/ivy-test.el
+@@ -2022,6 +1076,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
+ (should (eq (ivy--sort-function 'c) fn1
+ 
+ (ert-deftest ivy-read-directory-name ()
++  (skip-unless nil)
+   (ivy-mode 1)
+   (unless (file-exists-p ivy-empty)
+ (make-directory ivy-empty))
+@@ -1136,6 +1137,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
+:dir "/tmp/"
+ 
+ (ert-deftest ivy-partial-files ()
++  (skip-unless nil)
+   (when (file-exists-p "/tmp/ivy-partial-test")
+ (delete-directory "/tmp/ivy-partial-test" t))
+   (mkdir "/tmp/ivy-partial-test/test1" t)
+@@ -1452,8 +1454,7 @@ a buffer visiting a file."
+ 
+ (ert-deftest ivy-swiper-wgrep ()
+   ;; `wgrep' requires Emacs 25 or later.
+-  (skip-unless (and (>= emacs-major-version 25)
+-(require 'wgrep nil t)))
++  (skip-unless nil)
+   (dolist (search-cmd '(swiper swiper-isearch))
+ (should
+  (string=
+@@ -1585,7 +1586,7 @@ a buffer visiting a file."
+ '("one" "two"
+ 
+ (ert-deftest ivy-avy ()
+-  (skip-unless (require 'avy nil t))
++  (skip-unless nil)
+   (require 'ivy-avy)
+   (let ((enable-recursive-minibuffers t)
+ (read-numbers '(ivy-read "test: " (mapcar #'number-to-string

diff --git a/app-emacs/ivy/ivy-0.13.4.ebuild b/app-emacs/ivy/ivy-0.13.4.ebuild
new file mode 100644
index ..9736ba05dfd7
--- /dev/null
+++ b/app-emacs/ivy/ivy-0.13.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.5
+
+inherit elisp
+
+DESCRIPTION="Generic completion mechanism for Emacs"
+HOMEPAGE="https://github.com/abo-abo/swiper/;
+SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz
+   -> swiper-${PV}.tar.gz"
+S="${WORKDIR}"/swiper-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="sys-apps/texinfo"
+
+DOCS=( CONTRIBUTING.org README.md doc/{ivy-help.org,Changelog.org,ivy.org} )
+ELISP_REMOVE=".dir-locals.el"
+SITEFILE="50${PN}-gentoo.el"
+
+# Some tests are broken (but fixed on master as of 2022--04-10),
+# tests depending on Avy and Wgrep we force to skip.
+PATCHES=( "${FILESDIR}"/${P}-ivy-test.el-skip.patch )
+
+# Main Ivy sources. Swiper, Counsel and Ivy extensions have their own packages.
+IVY_SOURCES=( colir.el ivy{,-overlay,-faces}.el )
+
+src_prepare() {
+   elisp_src_prepare
+
+   # Wipe "elpa.el" to prevent initialization of the "package" library.
+   [[ ! -f elpa.el ]] && die "no \"elpa.el\" found"
+   echo "" > elpa.el || die "failed to wipe \"elpa.el\""
+}
+
+src_compile() {
+   elisp-compile ${IVY_SOURCES[@]}
+
+   emake -C doc ivy.info
+}
+
+src_test() {
+   emake emacs="${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS}" test
+}
+
+src_install() {
+   elisp-install ${PN} ${IVY_SOURCES[@]} *.elc
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   doinfo doc/ivy.info
+   einstalldocs
+}

diff --git a/app-emacs/ivy/metadata.xml 

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

2022-04-10 Thread Maciej Barć
commit: 0f5aee08cd7477e408ec262b467ccf3da3c004bc
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Apr 10 17:46:30 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Apr 10 20:02:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5aee08

app-emacs/ivy-rich: new package; add version 0.1.6_p20210409

2021.04.09 snapshot;
adding this version because the stable verion 0.1.6 is broken

Bug: https://github.com/Yevgnen/ivy-rich/issues/88
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ivy-rich/Manifest|  1 +
 app-emacs/ivy-rich/files/50ivy-rich-gentoo.el  |  3 +++
 app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild | 24 ++
 app-emacs/ivy-rich/metadata.xml| 13 
 4 files changed, 41 insertions(+)

diff --git a/app-emacs/ivy-rich/Manifest b/app-emacs/ivy-rich/Manifest
new file mode 100644
index ..6897ccd3e95c
--- /dev/null
+++ b/app-emacs/ivy-rich/Manifest
@@ -0,0 +1 @@
+DIST ivy-rich-0.1.6_p20210409.tar.gz 606147 BLAKE2B 
a496ea10438dbe7c90b825b8c6874b277060d068ab8c8193a91f615c6e1719822032857b4b500346c8c40f9777bccd1554471f05cf37b7c3b1386b97d82b1b8e
 SHA512 
cde5922829a1d53167bc2724ef10844c04c47380d380130efb04cc51efb99538e19acdea05bddbbf88e5cf9bf7da65710e85bd6287d4dbbe50d4009c8e696bd1

diff --git a/app-emacs/ivy-rich/files/50ivy-rich-gentoo.el 
b/app-emacs/ivy-rich/files/50ivy-rich-gentoo.el
new file mode 100644
index ..ee705d5c9fc7
--- /dev/null
+++ b/app-emacs/ivy-rich/files/50ivy-rich-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'ivy-rich-mode "ivy-rich"
+  "Toggle ivy-rich mode globally." t)

diff --git a/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild 
b/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
new file mode 100644
index ..776f722b53ff
--- /dev/null
+++ b/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=600b8183ed0be8668dcc548cc2c8cb94b001363b
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="More friendly interface for ivy"
+HOMEPAGE="https://github.com/Yevgnen/ivy-rich/;
+SRC_URI="https://github.com/Yevgnen/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/ivy"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org screenshots.org screenshots )
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/ivy-rich/metadata.xml b/app-emacs/ivy-rich/metadata.xml
new file mode 100644
index ..517c4226ea2d
--- /dev/null
+++ b/app-emacs/ivy-rich/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/Yevgnen/ivy-rich/issues/
+Yevgnen/ivy-rich
+  
+