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

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

dev-erlang/protobuffs: 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/protobuffs/Manifest                |  1 +
 dev-erlang/protobuffs/metadata.xml            |  8 ++++++
 dev-erlang/protobuffs/protobuffs-0.8.2.ebuild | 40 +++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-erlang/protobuffs/Manifest b/dev-erlang/protobuffs/Manifest
new file mode 100644
index 0000000..7375676
--- /dev/null
+++ b/dev-erlang/protobuffs/Manifest
@@ -0,0 +1 @@
+DIST protobuffs-0.8.2.tar.gz 132660 SHA256 82e196d6d9b95e2df1f420f2d39ca54f6eba92e65ca5aa6119f8310822e6b4d3 SHA512 56e9f8d41c500769724adadf025e3915e2b1ab6b68f1664080a49e783facf3d79b5ec20eb8664db9babeea21fc0637c88b1e4a121ca810247e32831a79171b11 WHIRLPOOL 368524db4587446e75d71b340c2369775c6b9ee5742aef60ee1da41a506c9b72ce4f9ff2fc3ad17d399f4d959415ca013562b6d12da9f68a9ac38516a8a34805

diff --git a/dev-erlang/protobuffs/metadata.xml b/dev-erlang/protobuffs/metadata.xml
new file mode 100644
index 0000000..674f5ad
--- /dev/null
+++ b/dev-erlang/protobuffs/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/protobuffs/protobuffs-0.8.2.ebuild b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
new file mode 100644
index 0000000..38065c8
--- /dev/null
+++ b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+MY_PN="erlang_protobuffs"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Google's Protocol Buffers for Erlang"
+HOMEPAGE="https://github.com/basho/erlang_protobuffs"
+SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+	test? (
+		>=dev-erlang/meck-0.8.2
+		>=dev-erlang/proper-1.1
+	)"
+RDEPEND="${CDEPEND}"
+
+DOCS=( AUTHORS  ChangeLog  README.markdown )
+
+S="${WORKDIR}/${MY_P}"
+
+src_test() {
+	./scripts/generate_emakefile.escript || die
+	erebar ct
+	# FIXME: 1 test fails, reported upstream:
+	# FIXME: https://github.com/basho/erlang_protobuffs/issues/100
+	# FIXME: erebar eunit
+}


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

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

commit:     f654d41a123663f72850da0f5bc618a2d4d8a593
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 03:08:03 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=f654d41a

dev-erlang/protobuffs: stabilize 0.8.2 on amd64/x86, bug #587908

Package-Manager: portage-2.2.28

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

diff --git a/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
index af6bac6..a02e232 100644
--- a/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
+++ b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 CDEPEND=">=dev-lang/erlang-17.1"


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

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

commit:     5d9c4b7787256e24be3300705f45ca49ef34f72a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 20:11:43 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 20:11:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9c4b77

dev-erlang/protobuffs: stabilize 0.8.2 on ppc, bug #587908

Package-Manager: portage-2.2.28

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

diff --git a/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
index a02e232..d09fd71 100644
--- a/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
+++ b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 IUSE="test"
 
 CDEPEND=">=dev-lang/erlang-17.1"


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

end of thread, other threads:[~2016-08-20 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20  3:11 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/protobuffs/ Matthias Maier
  -- strict thread matches above, loose matches on Subject: below --
2016-08-20 20:11 Anthony G. Basile
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