public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2022-04-21 15:14 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2022-04-21 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c00cbb0fd908bf6095d08d5b8710dba6523ba1f2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 15:13:47 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 15:13:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00cbb0f

app-emacs/use-package: fix tests

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

 app-emacs/use-package/use-package-2.4.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-emacs/use-package/use-package-2.4.1.ebuild b/app-emacs/use-package/use-package-2.4.1.ebuild
index 654d57b3022e..1e8087eb52ae 100644
--- a/app-emacs/use-package/use-package-2.4.1.ebuild
+++ b/app-emacs/use-package/use-package-2.4.1.ebuild
@@ -32,6 +32,10 @@ PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
 ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
 
+src_test() {
+	emake BATCH="${EMACS} ${EMACSFLAGS} -L . -l diminish" test
+}
+
 src_install() {
 	rm bind-{chord,key}.el{,c} ${PN}-tests.el || die
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2022-11-18 20:38 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2022-11-18 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ef1bc62f30ae6e1e4a45c54a1327545c28c53901
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 19:53:40 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 20:38:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1bc62f

app-emacs/use-package: bump to 2.4.4

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

 app-emacs/use-package/Manifest                 |  1 +
 app-emacs/use-package/use-package-2.4.4.ebuild | 43 ++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index 9aad8f0492a8..e7f307367441 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1 +1,2 @@
 DIST use-package-2.4.1.tar.gz 124368 BLAKE2B 5eaa6f500234d86651e155fa5360362c5e2696a8b258d5785a02b94f4ccacc6a9815e0b53f663684cef1cc9aa6c6812a5f59e04de3a3d7c5ac36e9dfb6ea09ea SHA512 7248243dbddd939eb1ef9e76f9410265ed1cc48398745f593b57122261a6bb3bf4ab40392b6f29476ca33922f7087a52596a87968cf4914e5ed82db6c513bbbf
+DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e

diff --git a/app-emacs/use-package/use-package-2.4.4.ebuild b/app-emacs/use-package/use-package-2.4.4.ebuild
new file mode 100644
index 000000000000..754ce7658dfb
--- /dev/null
+++ b/app-emacs/use-package/use-package-2.4.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTICE: This package provides all "use-package" Emacs Lisp libraries except
+# "bind-chord" and "bind-key" which are split into their own packages.
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Declaration macro for simplifying your Emacs configuration"
+HOMEPAGE="https://github.com/jwiegley/use-package/"
+SRC_URI="https://github.com/jwiegley/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-emacs/bind-chord
+	app-emacs/bind-key
+	app-emacs/diminish
+	app-emacs/system-packages
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( NEWS.md README.md )
+PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
+
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	emake BATCH="${EMACS} ${EMACSFLAGS} -L . -l diminish" test
+}
+
+src_install() {
+	rm bind-{chord,key}.el{,c} ${PN}-tests.el || die
+
+	elisp_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2022-12-22 13:10 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1c8d70168ea28f2d6c165b1c6ebefae0ae5e27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1c8d70

app-emacs/use-package: Stabilize 2.4.4 x86, #887957

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.4.ebuild b/app-emacs/use-package/use-package-2.4.4.ebuild
index 754ce7658dfb..a07972f31d8e 100644
--- a/app-emacs/use-package/use-package-2.4.4.ebuild
+++ b/app-emacs/use-package/use-package-2.4.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/jwiegley/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2022-12-22 13:10 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     06098b221cde1dc5fe88eab5e569fb4a8f6b7011
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06098b22

app-emacs/use-package: Stabilize 2.4.4 amd64, #887957

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.4.ebuild b/app-emacs/use-package/use-package-2.4.4.ebuild
index a07972f31d8e..d7e20ba99707 100644
--- a/app-emacs/use-package/use-package-2.4.4.ebuild
+++ b/app-emacs/use-package/use-package-2.4.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/jwiegley/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-03-21 13:19 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-03-21 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b3d05a677c04028678688d981c8d3d6ee01e7d1b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 12:50:31 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 13:19:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d05a67

app-emacs/use-package: drop old 2.4.1

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

 app-emacs/use-package/Manifest                 |  1 -
 app-emacs/use-package/use-package-2.4.1.ebuild | 43 --------------------------
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index e7f307367441..76cd374617f0 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1,2 +1 @@
-DIST use-package-2.4.1.tar.gz 124368 BLAKE2B 5eaa6f500234d86651e155fa5360362c5e2696a8b258d5785a02b94f4ccacc6a9815e0b53f663684cef1cc9aa6c6812a5f59e04de3a3d7c5ac36e9dfb6ea09ea SHA512 7248243dbddd939eb1ef9e76f9410265ed1cc48398745f593b57122261a6bb3bf4ab40392b6f29476ca33922f7087a52596a87968cf4914e5ed82db6c513bbbf
 DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e

diff --git a/app-emacs/use-package/use-package-2.4.1.ebuild b/app-emacs/use-package/use-package-2.4.1.ebuild
deleted file mode 100644
index 1e8087eb52ae..000000000000
--- a/app-emacs/use-package/use-package-2.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTICE: This package provides all "use-package" Emacs Lisp libraries except
-# "bind-chord" and "bind-key" which are split into their own packages.
-
-EAPI=8
-
-NEED_EMACS=24.3
-
-inherit elisp
-
-DESCRIPTION="Declaration macro for simplifying your Emacs configuration"
-HOMEPAGE="https://github.com/jwiegley/use-package/"
-SRC_URI="https://github.com/jwiegley/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	app-emacs/bind-chord
-	app-emacs/bind-key
-	app-emacs/diminish
-	app-emacs/system-packages
-"
-BDEPEND="${RDEPEND}"
-
-DOCS=( NEWS.md README.md use-package.org )
-PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
-
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-	emake BATCH="${EMACS} ${EMACSFLAGS} -L . -l diminish" test
-}
-
-src_install() {
-	rm bind-{chord,key}.el{,c} ${PN}-tests.el || die
-
-	elisp_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-03-21 13:19 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-03-21 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     36056ca1f6c3d0e2038b4caf7b3dc1293e6a07b7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 12:56:46 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 13:19:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36056ca1

app-emacs/use-package: bump to 2.4.5

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

 app-emacs/use-package/Manifest                 |  1 +
 app-emacs/use-package/use-package-2.4.5.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index 76cd374617f0..7132670b0d9a 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1 +1,2 @@
 DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e
+DIST use-package-2.4.5.tar.xz 61288 BLAKE2B e494791eb2ddee436d6ea1488e632fcad71ba1ace7b2a430c706d5db3e4aad1e25e306e6214e04bafdec79f02c8ae29092207696fffa9d9b2450eb931c6986ed SHA512 01321a4d989dc51ad46bf228c75ea1e666deaf4c34106205bb0e630beb1e71bc7d9cfe1888bc7683d030532191edf94d542045bdae4d2ba8337d354d43440b3c

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
new file mode 100644
index 000000000000..83735bab7b1a
--- /dev/null
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTICE: This package provides all "use-package" Emacs Lisp libraries except
+# "bind-chord" and "bind-key" which are split into their own packages.
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Declaration macro for simplifying your Emacs configuration"
+HOMEPAGE="https://github.com/jwiegley/use-package/
+	https://elpa.gnu.org/packages/use-package.html"
+SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-emacs/bind-chord
+	app-emacs/bind-key
+	app-emacs/diminish
+	app-emacs/system-packages
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
+
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     69f364865165aa8f9e9edbf4fda8e1ee9cafbec7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:03:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f36486

app-emacs/use-package: Keyword 2.4.5 ppc, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index 13f4b4ee2955..6dd70412c92b 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0c920b76c4e63ed7e7b5212c35c4187309ef4a87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:03:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c920b76

app-emacs/use-package: Stabilize 2.4.5 x86, #905197

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index 6b3b5fc0cb48..13f4b4ee2955 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     91ad917697e20510aed1b93420ea31cc7d0ea3f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:03:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ad9176

app-emacs/use-package: Stabilize 2.4.5 amd64, #905197

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index 75ee07d1b95e..6b3b5fc0cb48 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3a87f3f55e92d8f300da09e634e2088507920fb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a87f3f5

app-emacs/use-package: Keyword 2.4.5 sparc, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index f215513f183e..7934053cd5fa 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b7883a6f8689688acf35f268c4304943324e5365
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7883a6f

app-emacs/use-package: Keyword 2.4.5 ppc64, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index 6dd70412c92b..f215513f183e 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28  3:41 Yixun Lan
  0 siblings, 0 replies; 16+ messages in thread
From: Yixun Lan @ 2023-04-28  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4fb8fc4d67495f4a832d990a17e93b37fceecb4f
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 02:50:11 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 02:50:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb8fc4d

app-emacs/use-package: Keyword 2.4.5 riscv, #905201

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index fca61fd264fd..36fc975c988c 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-28 16:52 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-04-28 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e169f581790fe0322118772b498ca33bdd47a14f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 16:49:13 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 16:52:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e169f581

app-emacs/use-package: drop old 2.4.4

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

 app-emacs/use-package/Manifest                 |  1 -
 app-emacs/use-package/use-package-2.4.4.ebuild | 41 --------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index 7132670b0d9a..3dc457a8998e 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1,2 +1 @@
-DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e
 DIST use-package-2.4.5.tar.xz 61288 BLAKE2B e494791eb2ddee436d6ea1488e632fcad71ba1ace7b2a430c706d5db3e4aad1e25e306e6214e04bafdec79f02c8ae29092207696fffa9d9b2450eb931c6986ed SHA512 01321a4d989dc51ad46bf228c75ea1e666deaf4c34106205bb0e630beb1e71bc7d9cfe1888bc7683d030532191edf94d542045bdae4d2ba8337d354d43440b3c

diff --git a/app-emacs/use-package/use-package-2.4.4.ebuild b/app-emacs/use-package/use-package-2.4.4.ebuild
deleted file mode 100644
index 868aa6d26fdf..000000000000
--- a/app-emacs/use-package/use-package-2.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTICE: This package provides all "use-package" Emacs Lisp libraries except
-# "bind-chord" and "bind-key" which are split into their own packages.
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Declaration macro for simplifying your Emacs configuration"
-HOMEPAGE="https://github.com/jwiegley/use-package/"
-SRC_URI="https://github.com/jwiegley/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	app-emacs/bind-chord
-	app-emacs/bind-key
-	app-emacs/diminish
-	app-emacs/system-packages
-"
-BDEPEND="${RDEPEND}"
-
-DOCS=( NEWS.md README.md )
-PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
-
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-	emake BATCH="${EMACS} ${EMACSFLAGS} -L . -l diminish" test
-}
-
-src_install() {
-	rm bind-{chord,key}.el{,c} ${PN}-tests.el || die
-
-	elisp_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-29 12:49 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-04-29 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f2922455e9f2ad84abc1e3e283f73beadb25f4ee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 12:49:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 12:49:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2922455

app-emacs/use-package: Keyword 2.4.5 arm64, #905201

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index 36fc975c988c..f09440391f75 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2023-04-29 13:06 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-04-29 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3caeb0f678111e950a0934db7ab76a8f0c0d9b7c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 13:06:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 13:06:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3caeb0f6

app-emacs/use-package: Keyword 2.4.5 hppa, #905201

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/use-package/use-package-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
index f09440391f75..58a5752c9a36 100644
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ b/app-emacs/use-package/use-package-2.4.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	app-emacs/bind-chord


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/
@ 2024-10-03 15:08 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2024-10-03 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3cf651b6bd8aa84649891dc87d746c8198d29192
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 14:13:54 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 15:08:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf651b6

app-emacs/use-package: bump to 2.4.6

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

 app-emacs/use-package/Manifest                 |  1 +
 app-emacs/use-package/use-package-2.4.6.ebuild | 32 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index 3dc457a8998e..025e95d908e9 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1 +1,2 @@
 DIST use-package-2.4.5.tar.xz 61288 BLAKE2B e494791eb2ddee436d6ea1488e632fcad71ba1ace7b2a430c706d5db3e4aad1e25e306e6214e04bafdec79f02c8ae29092207696fffa9d9b2450eb931c6986ed SHA512 01321a4d989dc51ad46bf228c75ea1e666deaf4c34106205bb0e630beb1e71bc7d9cfe1888bc7683d030532191edf94d542045bdae4d2ba8337d354d43440b3c
+DIST use-package-2.4.6.tar.xz 59476 BLAKE2B c5caa1aaeeeeb16e1f5d21ef4d9ce7b892528d35d6f20ea7efadfa14838d2eb721c9fb07257c7ad2b1629f5331ec86e77dce0d9b38864bf7245890e9b616f1e0 SHA512 a78e0c14943e1153feb542d6e2b7f3a0b4e6332d230314676ed1515d9e4a2f9d6b9fcc84d3934fc5bb2c807028ea65746cf05da9aa8cd71309709df54e15c233

diff --git a/app-emacs/use-package/use-package-2.4.6.ebuild b/app-emacs/use-package/use-package-2.4.6.ebuild
new file mode 100644
index 000000000000..2065e0b87342
--- /dev/null
+++ b/app-emacs/use-package/use-package-2.4.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTICE: This package provides all "use-package" Emacs Lisp libraries except
+# "bind-chord" and "bind-key" which are split into their own packages.
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Declaration macro for simplifying your Emacs configuration"
+HOMEPAGE="https://github.com/jwiegley/use-package/
+	https://elpa.gnu.org/packages/use-package.html"
+SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	app-emacs/bind-chord
+	app-emacs/bind-key
+	app-emacs/diminish
+	app-emacs/system-packages
+"
+BDEPEND="
+	${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-require-diminish.patch" )
+
+SITEFILE="50${PN}-gentoo.el"


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

end of thread, other threads:[~2024-10-03 15:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28  0:05 [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03 15:08 Maciej Barć
2023-04-29 13:06 Arthur Zamarin
2023-04-29 12:49 Arthur Zamarin
2023-04-28 16:52 Maciej Barć
2023-04-28  3:41 Yixun Lan
2023-04-28  0:05 Sam James
2023-04-28  0:05 Sam James
2023-04-28  0:05 Sam James
2023-04-28  0:05 Sam James
2023-03-21 13:19 Maciej Barć
2023-03-21 13:19 Maciej Barć
2022-12-22 13:10 Sam James
2022-12-22 13:10 Sam James
2022-11-18 20:38 Maciej Barć
2022-04-21 15:14 Maciej Barć

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