public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2018-10-16 21:11 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 22+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2018-10-16 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     976aeebd477c90fbf10681d7669403ce4696ca55
Author:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 20:59:16 2018 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 21:10:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976aeebd

dev-erlang/jose: Add new package

It's required by new version of ejabberd.

Thanks to Rion <rion4ik <AT> gmail.com>.

Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo.org>

 dev-erlang/jose/Manifest          |  1 +
 dev-erlang/jose/jose-1.8.4.ebuild | 28 ++++++++++++++++++++++++++++
 dev-erlang/jose/metadata.xml      | 11 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
new file mode 100644
index 00000000000..124e9062757
--- /dev/null
+++ b/dev-erlang/jose/Manifest
@@ -0,0 +1 @@
+DIST erlang-jose-1.8.4.tar.gz 230947 BLAKE2B 18bfd6b710295575d0547afcc866674f2c65fec2742ee4dedbbe7a883fef45a9abbccfc669c90d75f5091e70b91bd7b478f4fea5d3beaa3f65510d92db07da39 SHA512 47171b4e5f6b61735a15365b4130c110c14de1f4b157cdbf97b448550d48de4ab27a30537e9d9f613d87862d592b3bd95638daacee60f3f5b9877d80a3de773b

diff --git a/dev-erlang/jose/jose-1.8.4.ebuild b/dev-erlang/jose/jose-1.8.4.ebuild
new file mode 100644
index 00000000000..ac1b010be61
--- /dev/null
+++ b/dev-erlang/jose/jose-1.8.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/base64url-0.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"

diff --git a/dev-erlang/jose/metadata.xml b/dev-erlang/jose/metadata.xml
new file mode 100644
index 00000000000..aded353904a
--- /dev/null
+++ b/dev-erlang/jose/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>aidecoe@gentoo.org</email>
+		<name>Amadeusz Żołnowski</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">potatosalad/erlang-jose</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2019-08-31 14:40 Hanno Boeck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Boeck @ 2019-08-31 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     17c9053f762731dbc570d49f4d3971c674d2c9da
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 14:40:49 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 14:40:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c9053f

dev-erlang/jose: Version bump

Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/jose/Manifest          |  1 +
 dev-erlang/jose/jose-1.9.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 124e9062757..a2107922ca2 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1 +1,2 @@
 DIST erlang-jose-1.8.4.tar.gz 230947 BLAKE2B 18bfd6b710295575d0547afcc866674f2c65fec2742ee4dedbbe7a883fef45a9abbccfc669c90d75f5091e70b91bd7b478f4fea5d3beaa3f65510d92db07da39 SHA512 47171b4e5f6b61735a15365b4130c110c14de1f4b157cdbf97b448550d48de4ab27a30537e9d9f613d87862d592b3bd95638daacee60f3f5b9877d80a3de773b
+DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.9.0.ebuild b/dev-erlang/jose/jose-1.9.0.ebuild
new file mode 100644
index 00000000000..4f337f565a5
--- /dev/null
+++ b/dev-erlang/jose/jose-1.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-19.0
+	>=dev-erlang/base64url-1.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2019-11-03  9:18 Hanno Boeck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Boeck @ 2019-11-03  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3dea0cac2c04f536ab85d3795af6656db5268438
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 09:18:08 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 09:18:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dea0cac

dev-erlang/jose: Assign to ejabberd project

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

 dev-erlang/jose/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/jose/metadata.xml b/dev-erlang/jose/metadata.xml
index c8728836fb4..e45558cdb34 100644
--- a/dev-erlang/jose/metadata.xml
+++ b/dev-erlang/jose/metadata.xml
@@ -1,7 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>ejabberd@gentoo.org</email>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">potatosalad/erlang-jose</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2019-12-16 11:33 Hanno Böck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Böck @ 2019-12-16 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2f2b0b2e46e020444388ea61b443f27ae6b1b7a3
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 11:31:23 2019 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 11:31:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2b0b2e

dev-erlang/jose: Fix metadata

Maintainer type was person, not project.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

 dev-erlang/jose/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/metadata.xml b/dev-erlang/jose/metadata.xml
index e45558cdb34..35919dc10c5 100644
--- a/dev-erlang/jose/metadata.xml
+++ b/dev-erlang/jose/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
+	<maintainer type="project">
 		<email>ejabberd@gentoo.org</email>
 	</maintainer>
 	<upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-06-23 18:05 Hanno Böck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Böck @ 2020-06-23 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8d21e3aa4366432d35475172b5d10a008918b575
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 18:05:21 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 18:05:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d21e3aa

dev-erlang/jose: Bump.

Disable errors on compile warnings due to deprecations.
Remove base64 dependency, no longer needed.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Closes: https://bugs.gentoo.org/723332
Package-Manager: Portage-2.3.102, Repoman-2.3.23

 dev-erlang/jose/Manifest           |  1 +
 dev-erlang/jose/jose-1.10.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 3ba50666445..c908bfb0259 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1 +1,2 @@
+DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
 DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
new file mode 100644
index 00000000000..2edbf510886
--- /dev/null
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-19.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"
+
+src_prepare() {
+	# disable warnings_as_errors for erlang 23 compatibiltiy
+	# https://github.com/potatosalad/erlang-jose/issues/87
+	sed -i -e 's|warnings_as_errors||g' \
+		-e 's|debug_info,|debug_info|g' rebar.config
+	rebar_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-07-12  2:41 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2020-07-12  2:41 UTC (permalink / raw
  To: gentoo-commits

commit:     19674a90def53ee72598a80560fb5c182b095aa8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 02:25:51 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 02:27:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19674a90

dev-erlang/jose: sparc keyworded (bug #720724)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-erlang/jose/jose-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
index 2edbf510886..4f4e9c6bb15 100644
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-07-12  8:08 Sergei Trofimovich
  0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2020-07-12  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     746c6ae1d1296dabcaf1c469d5812ab1f30fddb2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 08:07:20 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 08:07:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746c6ae1

dev-erlang/jose: keyworded 1.10.1 for ia64

keyworded wrt bug #720724

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-erlang/jose/jose-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
index 4f4e9c6bb15..dea411d7003 100644
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-07-17 11:01 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2020-07-17 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7c1f0ab394c1e2c9231f48d06d9a8f2ca68a2e70
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 11:00:37 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 11:01:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1f0ab3

dev-erlang/jose: arm keyworded (bug #720724)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-erlang/jose/jose-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
index dea411d7003..6cb4e86bc13 100644
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-07-19 13:33 Sergei Trofimovich
  0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2020-07-19 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8d26b1307f5fce2d4ff88fe2297dc77162a424e9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 13:32:00 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 13:32:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d26b130

dev-erlang/jose: keyworded 1.10.1 for ppc

keyworded wrt bug #720724

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-erlang/jose/jose-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
index 6cb4e86bc13..0680fcfc604 100644
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-08-06 11:47 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2020-08-06 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9148cfd9bd0743d34b6fd8a344bb2c3baf332745
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 11:46:15 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 11:46:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9148cfd9

dev-erlang/jose: amd64 stable wrt bug #735926

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-erlang/jose/jose-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
index 0680fcfc604..f54c291e666 100644
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2020-08-06 11:52 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2020-08-06 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9a664b9c995ff84a9bb6cf716190bc7c3cf61f28
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 11:52:10 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 11:52:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a664b9c

dev-erlang/jose: x86 stable wrt bug #735926

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-erlang/jose/jose-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
index f54c291e666..f2a74f5a19c 100644
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ b/dev-erlang/jose/jose-1.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2021-12-10 13:06 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2021-12-10 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4136091bc41e2e5cb05c21034abc7a507c8566db
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 08:51:36 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 13:03:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4136091b

dev-erlang/jose: add 1.11.1

Bug: https://bugs.gentoo.org/810886
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest           |  1 +
 dev-erlang/jose/jose-1.11.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index c908bfb02590..868e1410245e 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,2 +1,3 @@
 DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
+DIST erlang-jose-1.11.1.tar.gz 281125 BLAKE2B 839d4b8a4f95f2430378cbbeff5ad4f0095faeacfbdbd1d5ce87f62844f664bd89b500dc4d43b410be3bef296743cfd4fc77509547258bbc302d26deae753af9 SHA512 eed87ba597b8df064f38b873216f0a54fc4173d4393de49b648bc9e4e519778c4f3043701f8e6cb84a0f452ff555fcfa1d65afeb91d4466616bcc27838772fd6
 DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.11.1.ebuild b/dev-erlang/jose/jose-1.11.1.ebuild
new file mode 100644
index 000000000000..2df775e9d8a8
--- /dev/null
+++ b/dev-erlang/jose/jose-1.11.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-19.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"
+
+src_prepare() {
+	# disable warnings_as_errors for erlang 23 compatibiltiy
+	# https://github.com/potatosalad/erlang-jose/issues/87
+	sed -i -e 's|warnings_as_errors||g' \
+		-e 's|debug_info,|debug_info|g' rebar.config
+	rebar_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2022-01-20 20:10 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-01-20 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c6639c97b55761789902ac7e6a5d4e1d644508a0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 20:10:30 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 20:10:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6639c97

dev-erlang/jose: Stabilize 1.11.1 amd64, #831401

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/jose-1.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-erlang/jose/jose-1.11.1.ebuild b/dev-erlang/jose/jose-1.11.1.ebuild
index 2df775e9d8a8..c9d402d2079b 100644
--- a/dev-erlang/jose/jose-1.11.1.ebuild
+++ b/dev-erlang/jose/jose-1.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2022-03-02 22:04 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-03-02 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     dbd1fc42329593521f0920d32f166132720399d1
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 22:01:00 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 22:04:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd1fc42

dev-erlang/jose: add 1.11.2

Bug: https://bugs.gentoo.org/834322
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest           |  1 +
 dev-erlang/jose/jose-1.11.2.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 868e1410245e..297ba9ab9f95 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,3 +1,4 @@
 DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
 DIST erlang-jose-1.11.1.tar.gz 281125 BLAKE2B 839d4b8a4f95f2430378cbbeff5ad4f0095faeacfbdbd1d5ce87f62844f664bd89b500dc4d43b410be3bef296743cfd4fc77509547258bbc302d26deae753af9 SHA512 eed87ba597b8df064f38b873216f0a54fc4173d4393de49b648bc9e4e519778c4f3043701f8e6cb84a0f452ff555fcfa1d65afeb91d4466616bcc27838772fd6
+DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5
 DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.11.2.ebuild b/dev-erlang/jose/jose-1.11.2.ebuild
new file mode 100644
index 000000000000..f1d8df750985
--- /dev/null
+++ b/dev-erlang/jose/jose-1.11.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-19.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2022-03-07 10:57 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-03-07 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8e0d9ec7167fd2d6111ccfa7d393a523939606c5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 10:57:15 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 10:57:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0d9ec7

dev-erlang/jose: stabilize 1.11.2 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/jose-1.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.11.2.ebuild b/dev-erlang/jose/jose-1.11.2.ebuild
index f1d8df750985..728d04182c54 100644
--- a/dev-erlang/jose/jose-1.11.2.ebuild
+++ b/dev-erlang/jose/jose-1.11.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2022-04-10 17:40 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-04-10 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5d24239349b8ab7877e66d90d1572bc50e266aa0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 13:42:34 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 17:40:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d242393

dev-erlang/jose: drop 1.9.0, 1.10.1, 1.11.1

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest           |  3 ---
 dev-erlang/jose/jose-1.10.1.ebuild | 35 -----------------------------------
 dev-erlang/jose/jose-1.11.1.ebuild | 35 -----------------------------------
 dev-erlang/jose/jose-1.9.0.ebuild  | 28 ----------------------------
 4 files changed, 101 deletions(-)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 297ba9ab9f95..c26fbe261ca1 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,4 +1 @@
-DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
-DIST erlang-jose-1.11.1.tar.gz 281125 BLAKE2B 839d4b8a4f95f2430378cbbeff5ad4f0095faeacfbdbd1d5ce87f62844f664bd89b500dc4d43b410be3bef296743cfd4fc77509547258bbc302d26deae753af9 SHA512 eed87ba597b8df064f38b873216f0a54fc4173d4393de49b648bc9e4e519778c4f3043701f8e6cb84a0f452ff555fcfa1d65afeb91d4466616bcc27838772fd6
 DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5
-DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
deleted file mode 100644
index f2a74f5a19ca..000000000000
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
-	-> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"
-
-src_prepare() {
-	# disable warnings_as_errors for erlang 23 compatibiltiy
-	# https://github.com/potatosalad/erlang-jose/issues/87
-	sed -i -e 's|warnings_as_errors||g' \
-		-e 's|debug_info,|debug_info|g' rebar.config
-	rebar_src_prepare
-}

diff --git a/dev-erlang/jose/jose-1.11.1.ebuild b/dev-erlang/jose/jose-1.11.1.ebuild
deleted file mode 100644
index c9d402d2079b..000000000000
--- a/dev-erlang/jose/jose-1.11.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
-	-> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"
-
-src_prepare() {
-	# disable warnings_as_errors for erlang 23 compatibiltiy
-	# https://github.com/potatosalad/erlang-jose/issues/87
-	sed -i -e 's|warnings_as_errors||g' \
-		-e 's|debug_info,|debug_info|g' rebar.config
-	rebar_src_prepare
-}

diff --git a/dev-erlang/jose/jose-1.9.0.ebuild b/dev-erlang/jose/jose-1.9.0.ebuild
deleted file mode 100644
index 4f337f565a5e..000000000000
--- a/dev-erlang/jose/jose-1.9.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
-	-> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0
-	>=dev-erlang/base64url-1.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2023-02-10 12:40 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2023-02-10 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9f0641259e884106fa79281ffe2e969c229468f0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 12:13:56 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 12:39:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f064125

dev-erlang/jose: add 1.11.5

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest           |  1 +
 dev-erlang/jose/jose-1.11.5.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index c26fbe261ca1..157a3090b79a 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1 +1,2 @@
 DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5
+DIST erlang-jose-1.11.5.tar.gz 327036 BLAKE2B 83bdb9259f8a231bc976ba2b5be1fb39c6fcef3270eb352c6ea4e29857213e809306b210af571ebdb15e7475ceae15b24e9d0508aa405436c3acf0c1304eeec5 SHA512 2d1a293dbe63ce7dc32a07929f30580f47db468e540bc28433971a362feb3b19ef65caf11d74ddd7cd80a5be80e22ab4d0752a9bf248ac60f8f05c69e51ba1a0

diff --git a/dev-erlang/jose/jose-1.11.5.ebuild b/dev-erlang/jose/jose-1.11.5.ebuild
new file mode 100644
index 000000000000..4ab58308db18
--- /dev/null
+++ b/dev-erlang/jose/jose-1.11.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="
+	https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-19.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2023-07-28 18:56 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-07-28 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b4c295b9c3c63fe7e2563d47d0e65d2cd0e2fc0b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 18:56:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 18:56:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c295b9

dev-erlang/jose: Stabilize 1.11.5 amd64, #911392

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

 dev-erlang/jose/jose-1.11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.11.5.ebuild b/dev-erlang/jose/jose-1.11.5.ebuild
index 4ab58308db18..503de0c10316 100644
--- a/dev-erlang/jose/jose-1.11.5.ebuild
+++ b/dev-erlang/jose/jose-1.11.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-19.0"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2024-05-03 20:57 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2024-05-03 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     957c2bb065b3f4f80ac744074195680abac3fa57
Author:     Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Mon Apr 22 02:03:32 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri May  3 20:57:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957c2bb0

dev-erlang/jose: add 1.11.10

- Tests not ran (restricted)
- Fix trivial QA warning
  - Put S below SRC_URI

Bug: https://bugs.gentoo.org/927310
Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/36350
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest            |  1 +
 dev-erlang/jose/jose-1.11.10.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 157a3090b79a..3e9c83994d6e 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,2 +1,3 @@
+DIST erlang-jose-1.11.10.tar.gz 330654 BLAKE2B e397d233799d42ff4fd2e9c31e7eb921c322506eb30e86caabcb9aae7b6f259a668e4a1027cd5b1fc647c46eaf54e575f6f38d64db0b6bbd0a1911709eccae36 SHA512 cddf868c360126a01727c19ac8bb4de3a0ebba191f84b6907da72666e1d29abaccfa2717527f8ec633c711e84771805b0ec1ad5f5b8f33df16ac2622e4b8e35d
 DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5
 DIST erlang-jose-1.11.5.tar.gz 327036 BLAKE2B 83bdb9259f8a231bc976ba2b5be1fb39c6fcef3270eb352c6ea4e29857213e809306b210af571ebdb15e7475ceae15b24e9d0508aa405436c3acf0c1304eeec5 SHA512 2d1a293dbe63ce7dc32a07929f30580f47db468e540bc28433971a362feb3b19ef65caf11d74ddd7cd80a5be80e22ab4d0752a9bf248ac60f8f05c69e51ba1a0

diff --git a/dev-erlang/jose/jose-1.11.10.ebuild b/dev-erlang/jose/jose-1.11.10.ebuild
new file mode 100644
index 000000000000..3750bdd09496
--- /dev/null
+++ b/dev-erlang/jose/jose-1.11.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose"
+SRC_URI="
+	https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+	-> erlang-${P}.tar.gz
+"
+S="${WORKDIR}/erlang-${P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-19.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2024-05-03 20:57 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2024-05-03 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     98ddc6cd64be8e78bb3158f38295fcdac85d369c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 20:56:56 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri May  3 20:57:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ddc6cd

dev-erlang/jose: minor style fixes

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/jose-1.11.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/jose/jose-1.11.10.ebuild b/dev-erlang/jose/jose-1.11.10.ebuild
index 3750bdd09496..803c19e0048a 100644
--- a/dev-erlang/jose/jose-1.11.10.ebuild
+++ b/dev-erlang/jose/jose-1.11.10.ebuild
@@ -9,8 +9,9 @@ DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
 HOMEPAGE="https://github.com/potatosalad/erlang-jose"
 SRC_URI="
 	https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
-	-> erlang-${P}.tar.gz
+		-> erlang-${P}.tar.gz
 "
+
 S="${WORKDIR}/erlang-${P}"
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2024-06-10 20:05 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-06-10 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     06e8c13ae7d2326efdb4ecdf5e8f8e4b7a285c0d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 19:59:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 20:05:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e8c13a

dev-erlang/jose: dekeyword ia64

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

 dev-erlang/jose/jose-1.11.10.ebuild | 2 +-
 dev-erlang/jose/jose-1.11.2.ebuild  | 2 +-
 dev-erlang/jose/jose-1.11.5.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-erlang/jose/jose-1.11.10.ebuild b/dev-erlang/jose/jose-1.11.10.ebuild
index 3a05414603fa..5b591ccc123f 100644
--- a/dev-erlang/jose/jose-1.11.10.ebuild
+++ b/dev-erlang/jose/jose-1.11.10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/erlang-${P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-19.0"
 RDEPEND="${DEPEND}"

diff --git a/dev-erlang/jose/jose-1.11.2.ebuild b/dev-erlang/jose/jose-1.11.2.ebuild
index db5b286b5aeb..ea9d6b015420 100644
--- a/dev-erlang/jose/jose-1.11.2.ebuild
+++ b/dev-erlang/jose/jose-1.11.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/erlang-19.0"

diff --git a/dev-erlang/jose/jose-1.11.5.ebuild b/dev-erlang/jose/jose-1.11.5.ebuild
index a6825d16f176..16f30f39c5df 100644
--- a/dev-erlang/jose/jose-1.11.5.ebuild
+++ b/dev-erlang/jose/jose-1.11.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-19.0"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
@ 2024-10-18  8:36 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2024-10-18  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5a24eabfceb83739c45b226a5efbe4464d461049
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 08:31:04 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:35:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a24eabf

dev-erlang/jose: drop 1.11.2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest           |  1 -
 dev-erlang/jose/jose-1.11.2.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 3e9c83994d6e..2e3286721d53 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,3 +1,2 @@
 DIST erlang-jose-1.11.10.tar.gz 330654 BLAKE2B e397d233799d42ff4fd2e9c31e7eb921c322506eb30e86caabcb9aae7b6f259a668e4a1027cd5b1fc647c46eaf54e575f6f38d64db0b6bbd0a1911709eccae36 SHA512 cddf868c360126a01727c19ac8bb4de3a0ebba191f84b6907da72666e1d29abaccfa2717527f8ec633c711e84771805b0ec1ad5f5b8f33df16ac2622e4b8e35d
-DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5
 DIST erlang-jose-1.11.5.tar.gz 327036 BLAKE2B 83bdb9259f8a231bc976ba2b5be1fb39c6fcef3270eb352c6ea4e29857213e809306b210af571ebdb15e7475ceae15b24e9d0508aa405436c3acf0c1304eeec5 SHA512 2d1a293dbe63ce7dc32a07929f30580f47db468e540bc28433971a362feb3b19ef65caf11d74ddd7cd80a5be80e22ab4d0752a9bf248ac60f8f05c69e51ba1a0

diff --git a/dev-erlang/jose/jose-1.11.2.ebuild b/dev-erlang/jose/jose-1.11.2.ebuild
deleted file mode 100644
index ea9d6b015420..000000000000
--- a/dev-erlang/jose/jose-1.11.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
-	-> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"


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

end of thread, other threads:[~2024-10-18  8:36 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-16 11:33 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/ Hanno Böck
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18  8:36 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
2024-05-03 20:57 Florian Schmaus
2024-05-03 20:57 Florian Schmaus
2023-07-28 18:56 Sam James
2023-02-10 12:40 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-03-07 10:57 Florian Schmaus
2022-03-02 22:04 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-19 13:33 Sergei Trofimovich
2020-07-17 11:01 Sam James
2020-07-12  8:08 Sergei Trofimovich
2020-07-12  2:41 Sam James
2020-06-23 18:05 Hanno Böck
2019-11-03  9:18 Hanno Boeck
2019-08-31 14:40 Hanno Boeck
2018-10-16 21:11 Amadeusz Piotr Żołnowski

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