* [gentoo-commits] repo/gentoo:master commit in: app-emacs/request/
@ 2022-05-04 12:46 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2022-05-04 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 0b439453ac0b263ce0d8cae13c52f3df1eeefd2a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 11:56:45 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed May 4 12:46:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b439453
app-emacs/request: bump to 0.3.3_p20220318
0.3.3 is untagged; 2022.03.18 snapshot
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/request/Manifest | 1 +
app-emacs/request/request-0.3.3_p20220318.ebuild | 25 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-emacs/request/Manifest b/app-emacs/request/Manifest
index e8456622f911..f6882da0c83a 100644
--- a/app-emacs/request/Manifest
+++ b/app-emacs/request/Manifest
@@ -1 +1,2 @@
DIST request-0.3.2.tar.gz 47511 BLAKE2B df01bfd32d1580e416b8f934ee2e9803c052630d366b46134364646e6bf0bba4d0ce18b3a33c675833c6b5c07d28fcc0a03763aa8217e116a03319dd071cc0b6 SHA512 41420a2ede5a8dbc1acb2e04536d7b27b5c973ed4bebc280070b042e28ae6d15e808dad3ba84122a7f680f624bafbe72a027c374413bfd43996a3fb8720fa6b3
+DIST request-0.3.3_p20220318.tar.gz 50821 BLAKE2B f3ee754e43ba6b37fc3218acd8e7472a396949528d5fbdd2ff42af7b5bb18e549a8b159ec794f0d40595ddbf9b9bd3f28f7a66d5549d21dbe706d386ecdcb617 SHA512 fef12c27c37ba735b0fd2df4be83e4101895fbed1ca90a3ad96d3ad6879d24ab49b36222c3124ddbb7ad67f7b571b2a95171635dfe6662a5476c5ab4fc677c09
diff --git a/app-emacs/request/request-0.3.3_p20220318.ebuild b/app-emacs/request/request-0.3.3_p20220318.ebuild
new file mode 100644
index 000000000000..c9e73cc43e62
--- /dev/null
+++ b/app-emacs/request/request-0.3.3_p20220318.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=c769cf33f2ac0a1a9798b508935c4b260e856ab5
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Compatible layer for URL request"
+HOMEPAGE="https://github.com/tkf/emacs-request/"
+SRC_URI="https://github.com/tkf/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${PN}-${H}
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+RESTRICT="test"
+
+RDEPEND="app-emacs/deferred"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.rst )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/request/
@ 2023-01-31 11:51 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-01-31 11:51 UTC (permalink / raw
To: gentoo-commits
commit: 77c68748e11e7fa06c84de9a3b31790e2560f7f2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 11:51:43 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 11:51:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c68748
app-emacs/request: Stabilize 0.3.2 amd64, #892665
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/request/request-0.3.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/request/request-0.3.2.ebuild b/app-emacs/request/request-0.3.2.ebuild
index abf719fc30a0..b5dcc5492e49 100644
--- a/app-emacs/request/request-0.3.2.ebuild
+++ b/app-emacs/request/request-0.3.2.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
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tkf/emacs-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
S="${WORKDIR}"/emacs-${P}
LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/request/
@ 2023-02-03 7:27 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-02-03 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 748912de4715ba23f6af9a1f1f58214af007e06b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 07:26:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 07:26:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748912de
app-emacs/request: Stabilize 0.3.3_p20220318 amd64, #892948
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/request/request-0.3.3_p20220318.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/request/request-0.3.3_p20220318.ebuild b/app-emacs/request/request-0.3.3_p20220318.ebuild
index c581543dc259..275d738973b3 100644
--- a/app-emacs/request/request-0.3.3_p20220318.ebuild
+++ b/app-emacs/request/request-0.3.3_p20220318.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/tkf/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar
S="${WORKDIR}"/emacs-${PN}-${COMMIT}
LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-03 7:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 12:46 [gentoo-commits] repo/gentoo:master commit in: app-emacs/request/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2023-01-31 11:51 Arthur Zamarin
2023-02-03 7:27 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox