public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-06-07 22:24 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 33+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-06-07 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3a9ff2ea97300e7fbcaf525d858850de18f04053
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 22:19:46 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:20:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9ff2ea

dev-erlang/stringprep: Add new package

It is debundled from net-im/ejabberd-16.04 and therefore inherits
keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc
are not inherited because other dependency is missing these keywords and
there's no chance it can get them any time soon.

Package-Manager: portage-2.3.0_rc1

 dev-erlang/stringprep/Manifest                |  1 +
 dev-erlang/stringprep/metadata.xml            | 13 +++++++++++++
 dev-erlang/stringprep/stringprep-1.0.3.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
new file mode 100644
index 0000000..8c6f122
--- /dev/null
+++ b/dev-erlang/stringprep/Manifest
@@ -0,0 +1 @@
+DIST stringprep-1.0.3.tar.gz 95189 SHA256 ec6c99adb3b9551993b6a6166a17af3d34f1ca5bd1cd16e728876764a1eab9f5 SHA512 a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1 WHIRLPOOL 890664f795b31d76f460e095750e0f3bec318fbc8db97910a83c95f05f6bc63ada7bab497ddb3231eccf60645a33cbea875bc20382baf40b1974e40ae6630c1d

diff --git a/dev-erlang/stringprep/metadata.xml b/dev-erlang/stringprep/metadata.xml
new file mode 100644
index 0000000..cabf338
--- /dev/null
+++ b/dev-erlang/stringprep/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+	<longdescription lang="en">
+		Stringprep is a framework for preparing Unicode test strings in order
+		to increase the likelihood that string input and string comparison
+		work.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-erlang/stringprep/stringprep-1.0.3.ebuild b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
new file mode 100644
index 0000000..3bfc016
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.3
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-08-20  3:11 Matthias Maier
  0 siblings, 0 replies; 33+ messages in thread
From: Matthias Maier @ 2016-08-20  3:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bc5baee5843cae982f38adc28403b7ee8447ca70
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 03:01:07 2016 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 03:10:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5baee5

dev-erlang/stringprep: stabilize 1.0.3 on amd64/x86, bug #587908

Package-Manager: portage-2.2.28

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.3.ebuild b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
index 73c9cee..ca117d0 100644
--- a/dev-erlang/stringprep/stringprep-1.0.3.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.3
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-08-20 21:11 Anthony G. Basile
  0 siblings, 0 replies; 33+ messages in thread
From: Anthony G. Basile @ 2016-08-20 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     656e24d391b9aa53b233739ef25c65ce1047c43a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 21:11:41 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 21:11:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656e24d3

dev-erlang/stringprep: stabilize 1.0.3 on ppc, bug #587908

Package-Manager: portage-2.2.28

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.3.ebuild b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
index ca117d0..db006ac 100644
--- a/dev-erlang/stringprep/stringprep-1.0.3.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.3
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-11-11 20:15 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 33+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-11-11 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5f5a1e2c7c0a2f7d46d83b961230318830c90aea
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 22:12:24 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 20:14:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5a1e2c

dev-erlang/stringprep: Bump version to 1.0.6

Package-Manager: portage-2.3.2

 dev-erlang/stringprep/Manifest                |  1 +
 dev-erlang/stringprep/stringprep-1.0.6.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 53055c2..831a01f 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,2 +1,3 @@
 DIST stringprep-1.0.3.tar.gz 95189 SHA256 ec6c99adb3b9551993b6a6166a17af3d34f1ca5bd1cd16e728876764a1eab9f5 SHA512 a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1 WHIRLPOOL 890664f795b31d76f460e095750e0f3bec318fbc8db97910a83c95f05f6bc63ada7bab497ddb3231eccf60645a33cbea875bc20382baf40b1974e40ae6630c1d
 DIST stringprep-1.0.5.tar.gz 95323 SHA256 ff5113f1cc77580ada72c97f89cbb91a9026d683a7734adf67e95a8831d3903b SHA512 08132b1c6ceb7e4d069677e8a49ef2543b7d2491d745b3b68cc59b1786ad9884db5e694317ea44059c285ce63df4e7ababc6e0fbad2f36105479e6a07e159a05 WHIRLPOOL e5479b87617b779b53090e443f70f784d96a8f91bd6a0f74d4f565024d3b6981f11ee6d9c24a90ba0959ad6ccbe39500ba1cbdce59840e2cf7d353d94ec2d378
+DIST stringprep-1.0.6.tar.gz 95340 SHA256 bedd567e53b130beb1154f9d383e9092fd69e2f072bb13a01c1354aa8fbcbb11 SHA512 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040 WHIRLPOOL 8175b72af725dea816c7186c8eee2109f2d592be4030fc8261993c41986d3c84045d107036dbc0dd1cbe8caeca0a418a0d01bbb14220de5c9139814ae6df6db1

diff --git a/dev-erlang/stringprep/stringprep-1.0.6.ebuild b/dev-erlang/stringprep/stringprep-1.0.6.ebuild
new file mode 100644
index 00000000..9f62d07
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.5
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-12-21 12:22 Tobias Klausmann
  0 siblings, 0 replies; 33+ messages in thread
From: Tobias Klausmann @ 2016-12-21 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     50cd87788257277b0319f2eae0751f63c0ec8284
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 11:38:53 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 12:22:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cd8778

dev-erlang/stringprep-1.0.5-r0: stable on amd64

Gentoo-Bug: 599534

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.5.ebuild b/dev-erlang/stringprep/stringprep-1.0.5.ebuild
index bab9558..0abe142 100644
--- a/dev-erlang/stringprep/stringprep-1.0.5.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.4
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-12-29 10:05 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2016-12-29 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6cff4ab1a1481bc6f9057ee823fa588747e5de68
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 10:03:03 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 10:03:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cff4ab1

dev-erlang/stringprep: amd64 stable wrt bug #603800

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.6.ebuild b/dev-erlang/stringprep/stringprep-1.0.6.ebuild
index 9f62d07..f39f481 100644
--- a/dev-erlang/stringprep/stringprep-1.0.6.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.5
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2016-12-30 23:37 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 33+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-12-30 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     79450a4cc31b6b55125c04df46494b8b9cc45d4d
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 23:00:44 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 23:35:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79450a4c

dev-erlang/stringprep: Bump version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-erlang/stringprep/Manifest                |  1 +
 dev-erlang/stringprep/stringprep-1.0.7.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 831a01f..2cd23b0 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,3 +1,4 @@
 DIST stringprep-1.0.3.tar.gz 95189 SHA256 ec6c99adb3b9551993b6a6166a17af3d34f1ca5bd1cd16e728876764a1eab9f5 SHA512 a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1 WHIRLPOOL 890664f795b31d76f460e095750e0f3bec318fbc8db97910a83c95f05f6bc63ada7bab497ddb3231eccf60645a33cbea875bc20382baf40b1974e40ae6630c1d
 DIST stringprep-1.0.5.tar.gz 95323 SHA256 ff5113f1cc77580ada72c97f89cbb91a9026d683a7734adf67e95a8831d3903b SHA512 08132b1c6ceb7e4d069677e8a49ef2543b7d2491d745b3b68cc59b1786ad9884db5e694317ea44059c285ce63df4e7ababc6e0fbad2f36105479e6a07e159a05 WHIRLPOOL e5479b87617b779b53090e443f70f784d96a8f91bd6a0f74d4f565024d3b6981f11ee6d9c24a90ba0959ad6ccbe39500ba1cbdce59840e2cf7d353d94ec2d378
 DIST stringprep-1.0.6.tar.gz 95340 SHA256 bedd567e53b130beb1154f9d383e9092fd69e2f072bb13a01c1354aa8fbcbb11 SHA512 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040 WHIRLPOOL 8175b72af725dea816c7186c8eee2109f2d592be4030fc8261993c41986d3c84045d107036dbc0dd1cbe8caeca0a418a0d01bbb14220de5c9139814ae6df6db1
+DIST stringprep-1.0.7.tar.gz 95491 SHA256 864625c015e32abe8de42a9d2847274a1a7f8d5e1b5d71e37d356b6b48ab6d31 SHA512 07b9268951dd7071f652ed034404def67895846dbacc226b4d3a43306f48106d2393c4f879ae6d8bc89e16ee181b83efaf8cc9cefde74a4ada87ed9eab85747b WHIRLPOOL eac1ab53fde3cd6138dd668e1cb817ca36d4a4881d07820b183a3e87e5249fab504440141d1797d4e417c24ced6a13acd9f553ab4b26849e5d608583952f9534

diff --git a/dev-erlang/stringprep/stringprep-1.0.7.ebuild b/dev-erlang/stringprep/stringprep-1.0.7.ebuild
new file mode 100644
index 00000000..8aff0e0
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.6
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2017-03-29 21:45 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 33+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2017-03-29 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b26f49a5f0d6dfbfb2e42e77071c515d91f1bd00
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 21:33:51 2017 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 21:37:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26f49a5

dev-erlang/stringprep: Bump version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-erlang/stringprep/Manifest                |  1 +
 dev-erlang/stringprep/stringprep-1.0.8.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 2cd23b021b1..83279dcc4a2 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -2,3 +2,4 @@ DIST stringprep-1.0.3.tar.gz 95189 SHA256 ec6c99adb3b9551993b6a6166a17af3d34f1ca
 DIST stringprep-1.0.5.tar.gz 95323 SHA256 ff5113f1cc77580ada72c97f89cbb91a9026d683a7734adf67e95a8831d3903b SHA512 08132b1c6ceb7e4d069677e8a49ef2543b7d2491d745b3b68cc59b1786ad9884db5e694317ea44059c285ce63df4e7ababc6e0fbad2f36105479e6a07e159a05 WHIRLPOOL e5479b87617b779b53090e443f70f784d96a8f91bd6a0f74d4f565024d3b6981f11ee6d9c24a90ba0959ad6ccbe39500ba1cbdce59840e2cf7d353d94ec2d378
 DIST stringprep-1.0.6.tar.gz 95340 SHA256 bedd567e53b130beb1154f9d383e9092fd69e2f072bb13a01c1354aa8fbcbb11 SHA512 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040 WHIRLPOOL 8175b72af725dea816c7186c8eee2109f2d592be4030fc8261993c41986d3c84045d107036dbc0dd1cbe8caeca0a418a0d01bbb14220de5c9139814ae6df6db1
 DIST stringprep-1.0.7.tar.gz 95491 SHA256 864625c015e32abe8de42a9d2847274a1a7f8d5e1b5d71e37d356b6b48ab6d31 SHA512 07b9268951dd7071f652ed034404def67895846dbacc226b4d3a43306f48106d2393c4f879ae6d8bc89e16ee181b83efaf8cc9cefde74a4ada87ed9eab85747b WHIRLPOOL eac1ab53fde3cd6138dd668e1cb817ca36d4a4881d07820b183a3e87e5249fab504440141d1797d4e417c24ced6a13acd9f553ab4b26849e5d608583952f9534
+DIST stringprep-1.0.8.tar.gz 95586 SHA256 9d7485312d023eeb83f308206ff8088c03b49195fb7bf4b3b699d386e33e908a SHA512 6680450a3e6226b088b06c79dd6ef1ca689ee8787b9f7eaa53ec073e9dcd70fac48ed2f5fb0b12871607092514db71f63b0617a938912a88a51d36518738a911 WHIRLPOOL cb879d1b040d5886e3f0d27a4e60edcdcdf1cca2ab0ff32872101c4961632497d6021cdaa28c30c615f3b04a9109116344735e29881716928f0707b310d161b0

diff --git a/dev-erlang/stringprep/stringprep-1.0.8.ebuild b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
new file mode 100644
index 00000000000..a49c3e8c996
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.7
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2017-10-23 19:51 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2017-10-23 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3821df1d5a4c9c713808aeb10c1723fcbdc2b93d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 19:33:36 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 19:50:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3821df1d

dev-erlang/stringprep: x86 stable (bug #619836)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.8.ebuild b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
index a49c3e8c996..7058a27936b 100644
--- a/dev-erlang/stringprep/stringprep-1.0.8.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.7
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2017-11-18 19:43 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2017-11-18 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ff78df71f0dac67741f5132f329c0f1a1f4de0dc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 19:40:50 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 19:40:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff78df71

dev-erlang/stringprep: stable 1.0.8 for ppc, bug #619836

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.8.ebuild b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
index 7058a27936b..fe4f4d52ac7 100644
--- a/dev-erlang/stringprep/stringprep-1.0.8.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~arm ~ia64 ppc ~sparc x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.7
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2017-12-16  8:20 Tobias Klausmann
  0 siblings, 0 replies; 33+ messages in thread
From: Tobias Klausmann @ 2017-12-16  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7d58fb63c53d5b2ab890b232339864065c433dd7
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 08:19:52 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 08:19:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d58fb63

dev-erlang/stringprep-1.0.8-r0: amd64 stable

Gentoo-Bug: http://bugs.gentoo.org/619836

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.8.ebuild b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
index fe4f4d52ac7..f58b3ce498c 100644
--- a/dev-erlang/stringprep/stringprep-1.0.8.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.7
 	>=dev-lang/erlang-17.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2018-10-24 21:54 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 33+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2018-10-24 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9e6f7f5aa93f2fe91fab21adb624cce1a265ca29
Author:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 24 21:38:18 2018 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 21:53:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6f7f5a

dev-erlang/stringprep: Bump version

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

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo.org>

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.14.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 69ba9999b8b..809cb2375f9 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,3 +1,4 @@
+DIST stringprep-1.0.14.tar.gz 95662 BLAKE2B 5bba174aa4bad36b230143e6b598149a62237039482811641fb80e35437f49f5ef99d66d020f715de5db4ccfe98f8a1fd4aeab2eacae74b3093907254442c0e9 SHA512 665eebd8339405c87c810f89e7671ee9490ad960da21da9b45ea867df962c39d727f1b00c2b441b60294122db5cfad64c768497db7772cbace7391ab50fe3cb0
 DIST stringprep-1.0.3.tar.gz 95189 BLAKE2B 448a5447d9974f20e110a2359a5e1e92e449784bcb3915fc7f33d4676e6de79fe42bac40c3d404fe582edb45fa90ef4fa725aade9a0ef3f67927240cae498e17 SHA512 a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1
 DIST stringprep-1.0.5.tar.gz 95323 BLAKE2B 1ec1a66856c707d0f34ae5e257828a9b301ce2d4d9137dc52e1b5911d4ceadaa8d6925168cd4f58207c639893048095d873b27997cfc7999815f80c74ced94b7 SHA512 08132b1c6ceb7e4d069677e8a49ef2543b7d2491d745b3b68cc59b1786ad9884db5e694317ea44059c285ce63df4e7ababc6e0fbad2f36105479e6a07e159a05
 DIST stringprep-1.0.6.tar.gz 95340 BLAKE2B d8250653ba6b0f0e0f51303dfa3b90e0695a0b51692c1005ef3ad68e07bec3c831dba7d97be00ceb75a392c2c98baa99a15dc53813ebe9c57dc594053a1f048c SHA512 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040

diff --git a/dev-erlang/stringprep/stringprep-1.0.14.ebuild b/dev-erlang/stringprep/stringprep-1.0.14.ebuild
new file mode 100644
index 00000000000..9848954c417
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.13
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

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

commit:     58c665adf9cb967cc103f587aee585ab9a871b7e
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 15:39:52 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 15:39:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c665ad

dev-erlang/stringprep: Version bump

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.17.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 809cb2375f9..bbec5329b96 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,4 +1,5 @@
 DIST stringprep-1.0.14.tar.gz 95662 BLAKE2B 5bba174aa4bad36b230143e6b598149a62237039482811641fb80e35437f49f5ef99d66d020f715de5db4ccfe98f8a1fd4aeab2eacae74b3093907254442c0e9 SHA512 665eebd8339405c87c810f89e7671ee9490ad960da21da9b45ea867df962c39d727f1b00c2b441b60294122db5cfad64c768497db7772cbace7391ab50fe3cb0
+DIST stringprep-1.0.17.tar.gz 98819 BLAKE2B c1db7be3bd3618c4c1a943080a39104342b11102b9e894e457ee6f7510696a4e160b3bd50fd945be9d8d7dda4bf9eb5e5517e59f7e69cffd9b71e1db9e022e4a SHA512 170d4c96882eebf4602f0a6c87764b6c10d6a063b832c4473df11741656ac03c7b7bbb7d176a991747364f7fb9487ed0cbdbf6792378daefd41672ed685e9dd8
 DIST stringprep-1.0.3.tar.gz 95189 BLAKE2B 448a5447d9974f20e110a2359a5e1e92e449784bcb3915fc7f33d4676e6de79fe42bac40c3d404fe582edb45fa90ef4fa725aade9a0ef3f67927240cae498e17 SHA512 a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1
 DIST stringprep-1.0.5.tar.gz 95323 BLAKE2B 1ec1a66856c707d0f34ae5e257828a9b301ce2d4d9137dc52e1b5911d4ceadaa8d6925168cd4f58207c639893048095d873b27997cfc7999815f80c74ced94b7 SHA512 08132b1c6ceb7e4d069677e8a49ef2543b7d2491d745b3b68cc59b1786ad9884db5e694317ea44059c285ce63df4e7ababc6e0fbad2f36105479e6a07e159a05
 DIST stringprep-1.0.6.tar.gz 95340 BLAKE2B d8250653ba6b0f0e0f51303dfa3b90e0695a0b51692c1005ef3ad68e07bec3c831dba7d97be00ceb75a392c2c98baa99a15dc53813ebe9c57dc594053a1f048c SHA512 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040

diff --git a/dev-erlang/stringprep/stringprep-1.0.17.ebuild b/dev-erlang/stringprep/stringprep-1.0.17.ebuild
new file mode 100644
index 00000000000..9a6a7824304
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.17.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.16
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

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

commit:     1a4e35c0c19bc7c994420af6b6760a24d643809f
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 08:21:19 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 08:21:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4e35c0

dev-erlang/stringprep: 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/stringprep/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/stringprep/metadata.xml b/dev-erlang/stringprep/metadata.xml
index 076c0b5c1ef..dd5c3bd734b 100644
--- a/dev-erlang/stringprep/metadata.xml
+++ b/dev-erlang/stringprep/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>
 	<longdescription lang="en">
 		Stringprep is a framework for preparing Unicode test strings in order
 		to increase the likelihood that string input and string comparison


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

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

commit:     64bb1527875f8145f6209f9f4e219fefca292a89
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 11:32:49 2019 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 11:32:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bb1527

dev-erlang/stringprep: 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/stringprep/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/stringprep/metadata.xml b/dev-erlang/stringprep/metadata.xml
index dd5c3bd734b..aecad4f5260 100644
--- a/dev-erlang/stringprep/metadata.xml
+++ b/dev-erlang/stringprep/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>
 	<longdescription lang="en">


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2020-04-01  9:43 Hanno Böck
  0 siblings, 0 replies; 33+ messages in thread
From: Hanno Böck @ 2020-04-01  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ec9b382062c5883c99ee6d30d521bf7af4eb921b
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 09:43:23 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 09:43:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9b3820

dev-erlang/stringprep: Version bump

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.19.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 27d6b4d33a8..d3d2b62d00f 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,2 +1,3 @@
 DIST stringprep-1.0.17.tar.gz 98819 BLAKE2B c1db7be3bd3618c4c1a943080a39104342b11102b9e894e457ee6f7510696a4e160b3bd50fd945be9d8d7dda4bf9eb5e5517e59f7e69cffd9b71e1db9e022e4a SHA512 170d4c96882eebf4602f0a6c87764b6c10d6a063b832c4473df11741656ac03c7b7bbb7d176a991747364f7fb9487ed0cbdbf6792378daefd41672ed685e9dd8
+DIST stringprep-1.0.19.tar.gz 98841 BLAKE2B 6478699a8e784c1173a97d4329309c259bfb4376503a871277395ee160748fc32f5c207d98e645d9a1c153dca3e25b4d5fb3ca66a671b8afd709d8e8fd742438 SHA512 b4a41cb1e89d5c940468629404e351a2f0a3ea46ae4e78567ab137802d85adaac44d94eb69cec9c1f77adf2497d44b9fe5939008bdf4cdf0d0f895cb1bf68ecf
 DIST stringprep-1.0.8.tar.gz 95586 BLAKE2B 62fa68021c32dfc6d1d46473d9cc756cd5f0e2d3932f6f4dc78f71a1ba05e5124574a4b210d74ab555b2cc40f2c43b5eb6d0aac709a028f7cc6324189fde5ee9 SHA512 6680450a3e6226b088b06c79dd6ef1ca689ee8787b9f7eaa53ec073e9dcd70fac48ed2f5fb0b12871607092514db71f63b0617a938912a88a51d36518738a911

diff --git a/dev-erlang/stringprep/stringprep-1.0.19.ebuild b/dev-erlang/stringprep/stringprep-1.0.19.ebuild
new file mode 100644
index 00000000000..349c96dc99e
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.19.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.18"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2020-07-03 14:48 Hanno Böck
  0 siblings, 0 replies; 33+ messages in thread
From: Hanno Böck @ 2020-07-03 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     60cb227b3b4afe3255ed491566b14fabf6992f62
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  3 14:48:41 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Jul  3 14:48:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cb227b

dev-erlang/stringprep: Version bump

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.20.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index d3d2b62d00f..33bdfd93248 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,3 +1,4 @@
 DIST stringprep-1.0.17.tar.gz 98819 BLAKE2B c1db7be3bd3618c4c1a943080a39104342b11102b9e894e457ee6f7510696a4e160b3bd50fd945be9d8d7dda4bf9eb5e5517e59f7e69cffd9b71e1db9e022e4a SHA512 170d4c96882eebf4602f0a6c87764b6c10d6a063b832c4473df11741656ac03c7b7bbb7d176a991747364f7fb9487ed0cbdbf6792378daefd41672ed685e9dd8
 DIST stringprep-1.0.19.tar.gz 98841 BLAKE2B 6478699a8e784c1173a97d4329309c259bfb4376503a871277395ee160748fc32f5c207d98e645d9a1c153dca3e25b4d5fb3ca66a671b8afd709d8e8fd742438 SHA512 b4a41cb1e89d5c940468629404e351a2f0a3ea46ae4e78567ab137802d85adaac44d94eb69cec9c1f77adf2497d44b9fe5939008bdf4cdf0d0f895cb1bf68ecf
+DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
 DIST stringprep-1.0.8.tar.gz 95586 BLAKE2B 62fa68021c32dfc6d1d46473d9cc756cd5f0e2d3932f6f4dc78f71a1ba05e5124574a4b210d74ab555b2cc40f2c43b5eb6d0aac709a028f7cc6324189fde5ee9 SHA512 6680450a3e6226b088b06c79dd6ef1ca689ee8787b9f7eaa53ec073e9dcd70fac48ed2f5fb0b12871607092514db71f63b0617a938912a88a51d36518738a911

diff --git a/dev-erlang/stringprep/stringprep-1.0.20.ebuild b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
new file mode 100644
index 00000000000..31dfc6baaf3
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.19"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

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

commit:     5b24820e8579a097db38c54f5077f088f144b5c8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 11:47:04 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 11:47:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b24820e

dev-erlang/stringprep: 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/stringprep/stringprep-1.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/stringprep/stringprep-1.0.20.ebuild b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
index 31dfc6baaf3..1a9b5195700 100644
--- a/dev-erlang/stringprep/stringprep-1.0.20.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/p1_utils-1.0.19"


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

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

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

dev-erlang/stringprep: 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/stringprep/stringprep-1.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/stringprep/stringprep-1.0.20.ebuild b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
index 1a9b5195700..323a352e9a2 100644
--- a/dev-erlang/stringprep/stringprep-1.0.20.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/p1_utils-1.0.19"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2020-10-12 15:15 Hanno Böck
  0 siblings, 0 replies; 33+ messages in thread
From: Hanno Böck @ 2020-10-12 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a510ac2a6de78c6ac7413107ce8bff5d73a7a0f9
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 15:15:14 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 15:15:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a510ac2a

dev-erlang/stringprep: Remove old

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

 dev-erlang/stringprep/Manifest                 |  3 ---
 dev-erlang/stringprep/stringprep-1.0.17.ebuild | 21 ---------------------
 dev-erlang/stringprep/stringprep-1.0.19.ebuild | 21 ---------------------
 dev-erlang/stringprep/stringprep-1.0.8.ebuild  | 21 ---------------------
 4 files changed, 66 deletions(-)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 33bdfd93248..3bf93342aa2 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,4 +1 @@
-DIST stringprep-1.0.17.tar.gz 98819 BLAKE2B c1db7be3bd3618c4c1a943080a39104342b11102b9e894e457ee6f7510696a4e160b3bd50fd945be9d8d7dda4bf9eb5e5517e59f7e69cffd9b71e1db9e022e4a SHA512 170d4c96882eebf4602f0a6c87764b6c10d6a063b832c4473df11741656ac03c7b7bbb7d176a991747364f7fb9487ed0cbdbf6792378daefd41672ed685e9dd8
-DIST stringprep-1.0.19.tar.gz 98841 BLAKE2B 6478699a8e784c1173a97d4329309c259bfb4376503a871277395ee160748fc32f5c207d98e645d9a1c153dca3e25b4d5fb3ca66a671b8afd709d8e8fd742438 SHA512 b4a41cb1e89d5c940468629404e351a2f0a3ea46ae4e78567ab137802d85adaac44d94eb69cec9c1f77adf2497d44b9fe5939008bdf4cdf0d0f895cb1bf68ecf
 DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
-DIST stringprep-1.0.8.tar.gz 95586 BLAKE2B 62fa68021c32dfc6d1d46473d9cc756cd5f0e2d3932f6f4dc78f71a1ba05e5124574a4b210d74ab555b2cc40f2c43b5eb6d0aac709a028f7cc6324189fde5ee9 SHA512 6680450a3e6226b088b06c79dd6ef1ca689ee8787b9f7eaa53ec073e9dcd70fac48ed2f5fb0b12871607092514db71f63b0617a938912a88a51d36518738a911

diff --git a/dev-erlang/stringprep/stringprep-1.0.17.ebuild b/dev-erlang/stringprep/stringprep-1.0.17.ebuild
deleted file mode 100644
index 9a6a7824304..00000000000
--- a/dev-erlang/stringprep/stringprep-1.0.17.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.16
-	>=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )

diff --git a/dev-erlang/stringprep/stringprep-1.0.19.ebuild b/dev-erlang/stringprep/stringprep-1.0.19.ebuild
deleted file mode 100644
index 349c96dc99e..00000000000
--- a/dev-erlang/stringprep/stringprep-1.0.19.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/p1_utils-1.0.18"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )

diff --git a/dev-erlang/stringprep/stringprep-1.0.8.ebuild b/dev-erlang/stringprep/stringprep-1.0.8.ebuild
deleted file mode 100644
index f58b3ce498c..00000000000
--- a/dev-erlang/stringprep/stringprep-1.0.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.7
-	>=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2020-10-13 10:00 Hanno Böck
  0 siblings, 0 replies; 33+ messages in thread
From: Hanno Böck @ 2020-10-13 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0ae404349fd24193c93df0eade120e6f5554b8dc
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 09:59:05 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 10:00:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae40434

dev-erlang/stringprep: Bump

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.22.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 3bf93342aa2..77ef3e649f4 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1 +1,2 @@
 DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
+DIST stringprep-1.0.22.tar.gz 98910 BLAKE2B 5885aa58a7201408467afa7ec6c4fda350effaf2c4f0ce3000f036fd67c16e778344e23a71f753abb6337db5e2084b147ef3b24878c1ca2bc0e1e308945a46ba SHA512 3cd687ede237de24476b091d0e871bbb4af42be21cf27ea44936413ba2b643d0c6f92b5c7135b7064b8e111e05f0a0815b0d32e6d33b60e46612bc0f7bfd3b09

diff --git a/dev-erlang/stringprep/stringprep-1.0.22.ebuild b/dev-erlang/stringprep/stringprep-1.0.22.ebuild
new file mode 100644
index 00000000000..26bf847cef0
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.22.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.20"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2021-06-01  9:35 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-06-01  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6428b43ac90ab213c2fbbd31e241d5459fd8431d
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Thu Apr  8 07:03:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 09:35:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6428b43a

dev-erlang/stringprep: add 1.0.25

Bug: https://bugs.gentoo.org/766686
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.25.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 77ef3e649f4..2d5b4d18469 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,2 +1,3 @@
 DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
 DIST stringprep-1.0.22.tar.gz 98910 BLAKE2B 5885aa58a7201408467afa7ec6c4fda350effaf2c4f0ce3000f036fd67c16e778344e23a71f753abb6337db5e2084b147ef3b24878c1ca2bc0e1e308945a46ba SHA512 3cd687ede237de24476b091d0e871bbb4af42be21cf27ea44936413ba2b643d0c6f92b5c7135b7064b8e111e05f0a0815b0d32e6d33b60e46612bc0f7bfd3b09
+DIST stringprep-1.0.25.tar.gz 99387 BLAKE2B e0654a2c0ec9e3fa85c2e2344bc33de9416f87ebd198409753f34e40cc91006b74d0f1650c60d990cafcec5e7d548f6e6fc58072a3057e6853fe7c1b49edf9d4 SHA512 b1c2e16bc036e1e8402cbf434a609372d94a5e9ef02b9844316a1d444e288194625a77fad220819db662ac859d99fab3a24d76c53cbbeff49c53e82e45a89ab8

diff --git a/dev-erlang/stringprep/stringprep-1.0.25.ebuild b/dev-erlang/stringprep/stringprep-1.0.25.ebuild
new file mode 100644
index 00000000000..0463a953b33
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.25.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.22"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2021-07-08 15:37 Florian Schmaus
  0 siblings, 0 replies; 33+ messages in thread
From: Florian Schmaus @ 2021-07-08 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7768a236a0ce7f394a7579fc9fa1fdd993a0bdf5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 15:37:06 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 15:37:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7768a236

dev-erlang/stringprep: Stabilize 1.0.25 amd64 x86, #801088

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

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.25.ebuild b/dev-erlang/stringprep/stringprep-1.0.25.ebuild
index 0463a953b33..5417bca8125 100644
--- a/dev-erlang/stringprep/stringprep-1.0.25.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/p1_utils-1.0.22"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2021-07-08 18:37 Florian Schmaus
  0 siblings, 0 replies; 33+ messages in thread
From: Florian Schmaus @ 2021-07-08 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c43e20e261435b6d9dab5c3c11b5eef6d71d127c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 17:45:43 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 18:36:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43e20e2

dev-erlang/stringprep: drop 1.0.22

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

 dev-erlang/stringprep/Manifest                 |  1 -
 dev-erlang/stringprep/stringprep-1.0.22.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 2d5b4d18469..05da6ecb0f3 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,3 +1,2 @@
 DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
-DIST stringprep-1.0.22.tar.gz 98910 BLAKE2B 5885aa58a7201408467afa7ec6c4fda350effaf2c4f0ce3000f036fd67c16e778344e23a71f753abb6337db5e2084b147ef3b24878c1ca2bc0e1e308945a46ba SHA512 3cd687ede237de24476b091d0e871bbb4af42be21cf27ea44936413ba2b643d0c6f92b5c7135b7064b8e111e05f0a0815b0d32e6d33b60e46612bc0f7bfd3b09
 DIST stringprep-1.0.25.tar.gz 99387 BLAKE2B e0654a2c0ec9e3fa85c2e2344bc33de9416f87ebd198409753f34e40cc91006b74d0f1650c60d990cafcec5e7d548f6e6fc58072a3057e6853fe7c1b49edf9d4 SHA512 b1c2e16bc036e1e8402cbf434a609372d94a5e9ef02b9844316a1d444e288194625a77fad220819db662ac859d99fab3a24d76c53cbbeff49c53e82e45a89ab8

diff --git a/dev-erlang/stringprep/stringprep-1.0.22.ebuild b/dev-erlang/stringprep/stringprep-1.0.22.ebuild
deleted file mode 100644
index 26bf847cef0..00000000000
--- a/dev-erlang/stringprep/stringprep-1.0.22.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/p1_utils-1.0.20"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


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

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

commit:     ebd692f09b01cce72486d9e383d282be593e1f74
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 09:08:51 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 13:03:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd692f0

dev-erlang/stringprep: add 1.0.27

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.27.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 05da6ecb0f34..0efed2afe3f2 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,2 +1,3 @@
 DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
 DIST stringprep-1.0.25.tar.gz 99387 BLAKE2B e0654a2c0ec9e3fa85c2e2344bc33de9416f87ebd198409753f34e40cc91006b74d0f1650c60d990cafcec5e7d548f6e6fc58072a3057e6853fe7c1b49edf9d4 SHA512 b1c2e16bc036e1e8402cbf434a609372d94a5e9ef02b9844316a1d444e288194625a77fad220819db662ac859d99fab3a24d76c53cbbeff49c53e82e45a89ab8
+DIST stringprep-1.0.27.tar.gz 100037 BLAKE2B 2b54968e0f4c808e28fa22032281fbc93b0b6f2547b87f295b2cd066cfba204dff7fd82040800de2a933b5a9f109206350bfbe276f8ce6d6c110baca6e691e8b SHA512 3bb44c9880eb27ec9d8bcbaac64a0fe74ddcaaad99192c4cd4590ff003e908e00deafe9d463211c25e6cd8c6155fd658613507cc787c0f6376ee0596448f0074

diff --git a/dev-erlang/stringprep/stringprep-1.0.27.ebuild b/dev-erlang/stringprep/stringprep-1.0.27.ebuild
new file mode 100644
index 000000000000..08434cc597ca
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.27.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.23"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

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

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

dev-erlang/stringprep: Stabilize 1.0.27 amd64, #831401

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

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.27.ebuild b/dev-erlang/stringprep/stringprep-1.0.27.ebuild
index 08434cc597ca..d0aca4f6af0b 100644
--- a/dev-erlang/stringprep/stringprep-1.0.27.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.27.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/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/p1_utils-1.0.23"


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

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

commit:     f7766ac8d3ba1a25299131103e0b06e3319c7857
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 13:45:17 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 17:40:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7766ac8

dev-erlang/stringprep: drop 1.0.20, 1.0.25

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

 dev-erlang/stringprep/Manifest                 |  2 --
 dev-erlang/stringprep/stringprep-1.0.20.ebuild | 21 ---------------------
 dev-erlang/stringprep/stringprep-1.0.25.ebuild | 21 ---------------------
 3 files changed, 44 deletions(-)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 0efed2afe3f2..94734026f100 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,3 +1 @@
-DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
-DIST stringprep-1.0.25.tar.gz 99387 BLAKE2B e0654a2c0ec9e3fa85c2e2344bc33de9416f87ebd198409753f34e40cc91006b74d0f1650c60d990cafcec5e7d548f6e6fc58072a3057e6853fe7c1b49edf9d4 SHA512 b1c2e16bc036e1e8402cbf434a609372d94a5e9ef02b9844316a1d444e288194625a77fad220819db662ac859d99fab3a24d76c53cbbeff49c53e82e45a89ab8
 DIST stringprep-1.0.27.tar.gz 100037 BLAKE2B 2b54968e0f4c808e28fa22032281fbc93b0b6f2547b87f295b2cd066cfba204dff7fd82040800de2a933b5a9f109206350bfbe276f8ce6d6c110baca6e691e8b SHA512 3bb44c9880eb27ec9d8bcbaac64a0fe74ddcaaad99192c4cd4590ff003e908e00deafe9d463211c25e6cd8c6155fd658613507cc787c0f6376ee0596448f0074

diff --git a/dev-erlang/stringprep/stringprep-1.0.20.ebuild b/dev-erlang/stringprep/stringprep-1.0.20.ebuild
deleted file mode 100644
index 323a352e9a25..000000000000
--- a/dev-erlang/stringprep/stringprep-1.0.20.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/p1_utils-1.0.19"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )

diff --git a/dev-erlang/stringprep/stringprep-1.0.25.ebuild b/dev-erlang/stringprep/stringprep-1.0.25.ebuild
deleted file mode 100644
index 5417bca81252..000000000000
--- a/dev-erlang/stringprep/stringprep-1.0.25.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/p1_utils-1.0.22"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2022-05-17 20:02 Florian Schmaus
  0 siblings, 0 replies; 33+ messages in thread
From: Florian Schmaus @ 2022-05-17 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e0eb02a70a1af3a62d9cd7c872e692cad68bf85a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 17:47:07 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 17 20:01:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0eb02a7

dev-erlang/stringprep: add 1.0.28

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.28.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 94734026f100..4dd68354ef9f 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1 +1,2 @@
 DIST stringprep-1.0.27.tar.gz 100037 BLAKE2B 2b54968e0f4c808e28fa22032281fbc93b0b6f2547b87f295b2cd066cfba204dff7fd82040800de2a933b5a9f109206350bfbe276f8ce6d6c110baca6e691e8b SHA512 3bb44c9880eb27ec9d8bcbaac64a0fe74ddcaaad99192c4cd4590ff003e908e00deafe9d463211c25e6cd8c6155fd658613507cc787c0f6376ee0596448f0074
+DIST stringprep-1.0.28.tar.gz 100057 BLAKE2B f9bb2b326bfe8f59771929dc087f019445edcfaf455f530b390ab79ab98df76d2d154329e70eee584ce6851c54cafb1a92c15a1ebf7af3210e5285518f239744 SHA512 1bedef40b38494ff42f551fedb83e47a2938eb29871b8649a76521035f16a7a2575d6524e12dfdfc45379c3cbe50af2988daa9ae9ab82632156514c86e06df7e

diff --git a/dev-erlang/stringprep/stringprep-1.0.28.ebuild b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
new file mode 100644
index 000000000000..4f5747bc7998
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="
+	>=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.25
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2022-07-05  8:52 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2022-07-05  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5bb05df134e9df089a989671c2c9b5b7f7f6784e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 08:52:27 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 08:52:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb05df1

dev-erlang/stringprep: amd64 stable wrt bug #856508

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

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.28.ebuild b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
index 4f5747bc7998..a8dcbe444ddf 100644
--- a/dev-erlang/stringprep/stringprep-1.0.28.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2022-09-21 19:56 Florian Schmaus
  0 siblings, 0 replies; 33+ messages in thread
From: Florian Schmaus @ 2022-09-21 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c9c4ad92b78fc418479784f1a8ca8b56f33e1880
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 16:53:35 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 19:56:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c4ad92

dev-erlang/stringprep: drop 1.0.27

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

 dev-erlang/stringprep/Manifest                 |  1 -
 dev-erlang/stringprep/stringprep-1.0.27.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 4dd68354ef9f..f60dcf564d69 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,2 +1 @@
-DIST stringprep-1.0.27.tar.gz 100037 BLAKE2B 2b54968e0f4c808e28fa22032281fbc93b0b6f2547b87f295b2cd066cfba204dff7fd82040800de2a933b5a9f109206350bfbe276f8ce6d6c110baca6e691e8b SHA512 3bb44c9880eb27ec9d8bcbaac64a0fe74ddcaaad99192c4cd4590ff003e908e00deafe9d463211c25e6cd8c6155fd658613507cc787c0f6376ee0596448f0074
 DIST stringprep-1.0.28.tar.gz 100057 BLAKE2B f9bb2b326bfe8f59771929dc087f019445edcfaf455f530b390ab79ab98df76d2d154329e70eee584ce6851c54cafb1a92c15a1ebf7af3210e5285518f239744 SHA512 1bedef40b38494ff42f551fedb83e47a2938eb29871b8649a76521035f16a7a2575d6524e12dfdfc45379c3cbe50af2988daa9ae9ab82632156514c86e06df7e

diff --git a/dev-erlang/stringprep/stringprep-1.0.27.ebuild b/dev-erlang/stringprep/stringprep-1.0.27.ebuild
deleted file mode 100644
index d0aca4f6af0b..000000000000
--- a/dev-erlang/stringprep/stringprep-1.0.27.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/p1_utils-1.0.23"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


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

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

commit:     11bdfd60274efb31fdeefa6dc5e58156bdbd5ad1
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:56:26 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:57:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bdfd60

dev-erlang/stringprep: add 1.0.29

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

 dev-erlang/stringprep/Manifest                 |  1 +
 dev-erlang/stringprep/stringprep-1.0.29.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index f60dcf564d69..dbfeeae69c62 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1 +1,2 @@
 DIST stringprep-1.0.28.tar.gz 100057 BLAKE2B f9bb2b326bfe8f59771929dc087f019445edcfaf455f530b390ab79ab98df76d2d154329e70eee584ce6851c54cafb1a92c15a1ebf7af3210e5285518f239744 SHA512 1bedef40b38494ff42f551fedb83e47a2938eb29871b8649a76521035f16a7a2575d6524e12dfdfc45379c3cbe50af2988daa9ae9ab82632156514c86e06df7e
+DIST stringprep-1.0.29.tar.gz 100076 BLAKE2B 8dee25a1c65de617ae682bca061d747c56e694d1f6eb41d4ffbe18dbd955cddf6b4437b22b6492677235577e624dce381825869a5619714d7c2e67779b805222 SHA512 53b24c166d9328efab8e01b3e7ee7df3d66d240a6ac95f5338d0237ae4e6db20a4f53b487d632cbe6ae46c5f2c62001f7afb77172b27840a824944e51e08ef56

diff --git a/dev-erlang/stringprep/stringprep-1.0.29.ebuild b/dev-erlang/stringprep/stringprep-1.0.29.ebuild
new file mode 100644
index 000000000000..5a4e0c05a3cf
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.29.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="
+	>=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.25
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/
@ 2023-02-10 20:36 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-02-10 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8d65527cb01f5692968644690dd0ed7ba289690d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 20:35:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 20:35:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d65527c

dev-erlang/stringprep: Stabilize 1.0.29 amd64, #893844

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

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

diff --git a/dev-erlang/stringprep/stringprep-1.0.29.ebuild b/dev-erlang/stringprep/stringprep-1.0.29.ebuild
index 5a4e0c05a3cf..141714ec4393 100644
--- a/dev-erlang/stringprep/stringprep-1.0.29.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.29.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1


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

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

commit:     05641ac49dc0c61233fb2037b23eb277e4fd00b7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 20:01:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 20:05:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05641ac4

dev-erlang/stringprep: dekeyword ia64

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

 dev-erlang/stringprep/stringprep-1.0.28.ebuild | 2 +-
 dev-erlang/stringprep/stringprep-1.0.29.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-erlang/stringprep/stringprep-1.0.28.ebuild b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
index 31a9246e0af3..7ad3672fc0ca 100644
--- a/dev-erlang/stringprep/stringprep-1.0.28.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1

diff --git a/dev-erlang/stringprep/stringprep-1.0.29.ebuild b/dev-erlang/stringprep/stringprep-1.0.29.ebuild
index 7986aa1bd707..cdc7bad8cc4c 100644
--- a/dev-erlang/stringprep/stringprep-1.0.29.ebuild
+++ b/dev-erlang/stringprep/stringprep-1.0.29.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 tcltk"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1


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

end of thread, other threads:[~2024-06-10 20:05 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06 11:47 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 20:05 Arthur Zamarin
2023-02-10 20:36 Sam James
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-07-05  8:52 Agostino Sarubbo
2022-05-17 20:02 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01  9:35 Sam James
2020-10-13 10:00 Hanno Böck
2020-10-12 15:15 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-07-03 14:48 Hanno Böck
2020-04-01  9:43 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-03  8:21 Hanno Boeck
2019-08-31 15:39 Hanno Boeck
2018-10-24 21:54 Amadeusz Piotr Żołnowski
2017-12-16  8:20 Tobias Klausmann
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-03-29 21:45 Amadeusz Piotr Żołnowski
2016-12-30 23:37 Amadeusz Piotr Żołnowski
2016-12-29 10:05 Agostino Sarubbo
2016-12-21 12:22 Tobias Klausmann
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-08-20 21:11 Anthony G. Basile
2016-08-20  3:11 Matthias Maier
2016-06-07 22:24 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