public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ivy-rich/
@ 2023-01-27 17:35 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-01-27 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e65cf463fde5402dd0c48082d8f5aa2bd00a6364
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 17:35:38 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 17:35:38 2023 +0000
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 <arthurzam <AT> 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}"


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

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

commit:     7f4d9ccca8b99b7f7b0721485c240453bba26400
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 14:30:05 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 14:35:25 2023 +0000
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ć <xgqt <AT> 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 000000000000..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"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ivy-rich/
@ 2023-06-07 16:11 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-06-07 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9f037c2e5f4e11878a23609bb0725ec8e1848ada
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 16:10:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 16:10:32 2023 +0000
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 <sam <AT> 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}"


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

end of thread, other threads:[~2023-06-07 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07 16:11 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ivy-rich/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25 14:35 Maciej Barć
2023-01-27 17:35 Arthur Zamarin

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