* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2016-06-07 22:24 Amadeusz Piotr Żołnowski
0 siblings, 0 replies; 7+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-06-07 22:24 UTC (permalink / raw
To: gentoo-commits
commit: f0015b889d42d7eb947dd4d7140400d6e34ebf1a
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 22:18:59 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 22:20:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0015b88
dev-erlang/riakc: 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/riakc/Manifest | 1 +
dev-erlang/riakc/metadata.xml | 8 ++++++++
dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-erlang/riakc/Manifest b/dev-erlang/riakc/Manifest
new file mode 100644
index 0000000..bc0e3b5
--- /dev/null
+++ b/dev-erlang/riakc/Manifest
@@ -0,0 +1 @@
+DIST riakc-2.1.1_p20151111.tar.gz 229778 SHA256 9d3b066e05b0b28d84b03cb87873ed28183056e70e9f64ac703e2a0eb2005719 SHA512 b9dfaf4869ed087cfb093626d1dafc496ecd46f367cffb93768e645e1d8d42d577f13ce9a2516d32efd9e2aa1b0214e4572b77f5498979683fceb5d490f0de43 WHIRLPOOL ac3ae051d53f6a8845b49dbb6f87840cea12abfe1d0e782adfbb8194d8894e1f171124f29f9416e895d33fe04434e7f528c5a6c1dea88e7dea3b7c6cb1def774
diff --git a/dev-erlang/riakc/metadata.xml b/dev-erlang/riakc/metadata.xml
new file mode 100644
index 0000000..674f5ad
--- /dev/null
+++ b/dev-erlang/riakc/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
new file mode 100644
index 0000000..9205f71
--- /dev/null
+++ b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Erlang clients for Riak"
+HOMEPAGE="https://github.com/basho/riak-erlang-client"
+SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=dev-erlang/riak_pb-2.1.0.7
+ >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+src_prepare() {
+ rebar_src_prepare
+ # 'priv' directory contains only edoc.css, but doc isn't going to be built.
+ rm -r "${S}/priv"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2016-07-09 14:29 Amadeusz Piotr Żołnowski
0 siblings, 0 replies; 7+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-07-09 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 906da20b6c5d55d45bf62613d38dc4b5e95ff9d3
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 14:25:51 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 14:28:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906da20b
dev-erlang/riakc: Restrict Erlang version to <19
It doesn't build with >=dev-lang/erlang-19.0.
Package-Manager: portage-2.3.0
dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
index 29d533d..5c62f58 100644
--- a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
+++ b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-erlang/riak_pb-2.1.0.7
- >=dev-lang/erlang-17.1"
+ >=dev-lang/erlang-17.1
+ <dev-lang/erlang-19"
RDEPEND="${DEPEND}"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2016-08-20 3:11 Matthias Maier
0 siblings, 0 replies; 7+ messages in thread
From: Matthias Maier @ 2016-08-20 3:11 UTC (permalink / raw
To: gentoo-commits
commit: 95cd8531dde11dbb7b811ec75e0c048d3915fb24
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 02:35:56 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=95cd8531
dev-erlang/riakc: stabilize 2.1.1_p20151111 on amd64/x86, bug #587908
Package-Manager: portage-2.2.28
dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
index 5c62f58..1e93b12 100644
--- a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
+++ b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
DEPEND=">=dev-erlang/riak_pb-2.1.0.7
>=dev-lang/erlang-17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2016-08-20 21:15 Anthony G. Basile
0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2016-08-20 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 044739bfb9ba6b98215643d1ebc528277c9f4797
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 21:14:35 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 21:14:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044739bf
dev-erlang/riakc: stabilize 2.1.1_p20151111 on ppc, bug #587908
Package-Manager: portage-2.2.28
dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
index 1e93b12..64c0edb 100644
--- a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
+++ b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
DEPEND=">=dev-erlang/riak_pb-2.1.0.7
>=dev-lang/erlang-17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2016-11-11 20:15 Amadeusz Piotr Żołnowski
0 siblings, 0 replies; 7+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-11-11 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 43db80108372bf7304f729cc1fa104b50954f9a3
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 22:36:07 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 20:14:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43db8010
dev-erlang/riakc: Bump version to 2.4.2
Package-Manager: portage-2.3.2
dev-erlang/riakc/Manifest | 1 +
dev-erlang/riakc/riakc-2.4.2.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-erlang/riakc/Manifest b/dev-erlang/riakc/Manifest
index a2d5bfa..7e7f993 100644
--- a/dev-erlang/riakc/Manifest
+++ b/dev-erlang/riakc/Manifest
@@ -1,2 +1,3 @@
DIST riakc-2.1.1_p20151111.tar.gz 229778 SHA256 9d3b066e05b0b28d84b03cb87873ed28183056e70e9f64ac703e2a0eb2005719 SHA512 b9dfaf4869ed087cfb093626d1dafc496ecd46f367cffb93768e645e1d8d42d577f13ce9a2516d32efd9e2aa1b0214e4572b77f5498979683fceb5d490f0de43 WHIRLPOOL ac3ae051d53f6a8845b49dbb6f87840cea12abfe1d0e782adfbb8194d8894e1f171124f29f9416e895d33fe04434e7f528c5a6c1dea88e7dea3b7c6cb1def774
DIST riakc-2.4.1.tar.gz 271545 SHA256 d2226db72ded3e830496b86c498fa8e120a2322631d6389eec3fa58ef3f83e0e SHA512 ee33dcf87db0587e81411794d8916d1d5b0c9f7603a814bc44f5916e4c32342395420b695c966311985ed771d4894210c3e5e8fe9cc86bfe20ccc61e1b2751ca WHIRLPOOL 7f3ac4cccaea0873deb0ebea39f5ce0d6beec5942f7f6e2c6b36000125037ca87ebe938ea055b68273907349771074c97bb0d79af95e1bcf9e069b7d8aeddd87
+DIST riakc-2.4.2.tar.gz 273312 SHA256 95a441e193778eafed89b606022d6880ff499de338499a2514f20fd232914be0 SHA512 ec1712dfc2a3ec0dca237bb9050fc901bed4eddfe200b92ff878c1e37db4511bcb3b78c036e803ea0c81dfa4279022ce668288a4cecde51ef0afd0583cffb0a6 WHIRLPOOL 42d3b69bd5c5f13c1cdb0e439f35c8a7e676a795f1f2eb7ea8a193a52caa4c87a0d5f5002d4c809a9417d98ed79f2f61f5634c3006f6822f73e0d853a764352b
diff --git a/dev-erlang/riakc/riakc-2.4.2.ebuild b/dev-erlang/riakc/riakc-2.4.2.ebuild
new file mode 100644
index 00000000..8a797e7
--- /dev/null
+++ b/dev-erlang/riakc/riakc-2.4.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+MY_PN="riak-erlang-client"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Erlang clients for Riak"
+HOMEPAGE="https://github.com/basho/riak-erlang-client"
+SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/riak_pb-2.1.4.2
+ >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md RELNOTES.md )
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ rebar_src_prepare
+ # 'priv' directory contains only edoc.css, but doc isn't going to be built.
+ rm -r "${S}/priv" || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2016-12-29 10:05 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-12-29 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 4295327947ce95fdbc22bdc996f9d809908ada56
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 10:02:52 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 10:02:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42953279
dev-erlang/riakc: 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/riakc/riakc-2.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-erlang/riakc/riakc-2.4.2.ebuild b/dev-erlang/riakc/riakc-2.4.2.ebuild
index 8a797e7..9bfe86a 100644
--- a/dev-erlang/riakc/riakc-2.4.2.ebuild
+++ b/dev-erlang/riakc/riakc-2.4.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-erlang/riak_pb-2.1.4.2
>=dev-lang/erlang-17.1"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/
@ 2018-03-28 19:01 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-03-28 19:01 UTC (permalink / raw
To: gentoo-commits
commit: d2b7db54a66f92a9123bf74d6e29bdaec4b764d9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 18:55:36 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 19:01:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b7db54
dev-erlang/riakc: Drop old, to allow removal of vulnerable erlang
Package-Manager: Portage-2.3.26, Repoman-2.3.7
dev-erlang/riakc/Manifest | 2 --
dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild | 27 -----------------------
dev-erlang/riakc/riakc-2.4.1.ebuild | 31 ---------------------------
3 files changed, 60 deletions(-)
diff --git a/dev-erlang/riakc/Manifest b/dev-erlang/riakc/Manifest
index d5ac4398135..e0fcde4f51c 100644
--- a/dev-erlang/riakc/Manifest
+++ b/dev-erlang/riakc/Manifest
@@ -1,3 +1 @@
-DIST riakc-2.1.1_p20151111.tar.gz 229778 BLAKE2B be72ba791f24b6224a41ebed45d7f88dc16c517b9535e2abdfff0e806cb115b0e60dfb9ba2d3b25dee644f5311272468a2ace76e3911c42327502afb540c9b8a SHA512 b9dfaf4869ed087cfb093626d1dafc496ecd46f367cffb93768e645e1d8d42d577f13ce9a2516d32efd9e2aa1b0214e4572b77f5498979683fceb5d490f0de43
-DIST riakc-2.4.1.tar.gz 271545 BLAKE2B ba134959eb130de06970f9771b7bb90f0acff885bb65ee4881308b348c1bedbf035b423c3290cb06b0df623dfbc549c234ce2b04adb47ff5ce309432569fda9f SHA512 ee33dcf87db0587e81411794d8916d1d5b0c9f7603a814bc44f5916e4c32342395420b695c966311985ed771d4894210c3e5e8fe9cc86bfe20ccc61e1b2751ca
DIST riakc-2.4.2.tar.gz 273312 BLAKE2B 0428990472f99d8824299b4a100d00c328f97ce6a93c0460e30e11e7669453790d8d6804d066a69390da8a28ea9a7aed59a72887376fccfa008010db3faee439 SHA512 ec1712dfc2a3ec0dca237bb9050fc901bed4eddfe200b92ff878c1e37db4511bcb3b78c036e803ea0c81dfa4279022ce668288a4cecde51ef0afd0583cffb0a6
diff --git a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild b/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
deleted file mode 100644
index c57b50ba614..00000000000
--- a/dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang clients for Riak"
-HOMEPAGE="https://github.com/basho/riak-erlang-client"
-SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
-
-DEPEND=">=dev-erlang/riak_pb-2.1.0.7
- >=dev-lang/erlang-17.1
- <dev-lang/erlang-19"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )
-
-src_prepare() {
- rebar_src_prepare
- # 'priv' directory contains only edoc.css, but doc isn't going to be built.
- rm -r "${S}/priv" || die
-}
diff --git a/dev-erlang/riakc/riakc-2.4.1.ebuild b/dev-erlang/riakc/riakc-2.4.1.ebuild
deleted file mode 100644
index 0a12bdec412..00000000000
--- a/dev-erlang/riakc/riakc-2.4.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-MY_PN="riak-erlang-client"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Erlang clients for Riak"
-HOMEPAGE="https://github.com/basho/riak-erlang-client"
-SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-erlang/riak_pb-2.1.4.1
- >=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md RELNOTES.md )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- rebar_src_prepare
- # 'priv' directory contains only edoc.css, but doc isn't going to be built.
- rm -r "${S}/priv" || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-03-28 19:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 22:24 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/riakc/ Amadeusz Piotr Żołnowski
-- strict thread matches above, loose matches on Subject: below --
2016-07-09 14:29 Amadeusz Piotr Żołnowski
2016-08-20 3:11 Matthias Maier
2016-08-20 21:15 Anthony G. Basile
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-12-29 10:05 Agostino Sarubbo
2018-03-28 19:01 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox