From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/goldrush/
Date: Tue, 7 Jun 2016 22:24:49 +0000 (UTC) [thread overview]
Message-ID: <1465338017.b44fc8380fd32c25bf7c23528a6fa117e31a69b6.aidecoe@gentoo> (raw)
commit: b44fc8380fd32c25bf7c23528a6fa117e31a69b6
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 22:15:07 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 22:20:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44fc838
dev-erlang/goldrush: 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/goldrush/Manifest | 1 +
dev-erlang/goldrush/goldrush-0.1.8.1.ebuild | 32 +++++++++++++++++++++++++++++
dev-erlang/goldrush/metadata.xml | 8 ++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-erlang/goldrush/Manifest b/dev-erlang/goldrush/Manifest
new file mode 100644
index 0000000..8f68583
--- /dev/null
+++ b/dev-erlang/goldrush/Manifest
@@ -0,0 +1 @@
+DIST goldrush-0.1.8.1.tar.gz 22050 SHA256 75bd74818a6f3c0162696de4803c6b48266a987bbf94fa6857680495d6b4870a SHA512 291b340ad67e09e1bb92d97844fee9d0cc87abe19fb9a9bdae382c407bfd41c0269562fce5716133e8db8e4f1340dbb9bda24b57130ba89b3713d85ba6c4a007 WHIRLPOOL 118474f6aa7c8d944ef38fade8ea5227b6716bb1280fe3b141b2533a679ccd4ee541d54690e84845694f9104310f7550ded6030e5b7ba19a1740243512e1534c
diff --git a/dev-erlang/goldrush/goldrush-0.1.8.1.ebuild b/dev-erlang/goldrush/goldrush-0.1.8.1.ebuild
new file mode 100644
index 0000000..c6eaaac
--- /dev/null
+++ b/dev-erlang/goldrush/goldrush-0.1.8.1.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_PV="${PV%.*}-${PV##*.}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Small Erlang app that provides fast event stream processing"
+HOMEPAGE="https://github.com/DeadZen/goldrush"
+SRC_URI="https://github.com/DeadZen/${PN}/archive/${MY_PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.org )
+
+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"
+}
diff --git a/dev-erlang/goldrush/metadata.xml b/dev-erlang/goldrush/metadata.xml
new file mode 100644
index 0000000..674f5ad
--- /dev/null
+++ b/dev-erlang/goldrush/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>
next reply other threads:[~2016-06-07 22:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-07 22:24 Amadeusz Piotr Żołnowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-20 20:04 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/goldrush/ Anthony G. Basile
2017-03-29 21:45 Amadeusz Piotr Żołnowski
2017-10-23 19:51 Thomas Deutschmann
2017-11-18 19:43 Sergei Trofimovich
2019-09-18 11:22 Hanno Boeck
2019-11-02 13:14 Hanno Boeck
2019-12-16 11:33 Hanno Böck
2020-08-06 11:47 Agostino Sarubbo
2020-08-06 11:52 Agostino Sarubbo
2021-02-26 22:27 Sam James
2024-05-24 10:10 Arthur Zamarin
2024-05-25 12:00 Florian Schmaus
2024-05-31 18:46 Sam James
2024-05-31 18:46 Sam James
2024-06-07 16:29 Arthur Zamarin
2024-06-10 20:05 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465338017.b44fc8380fd32c25bf7c23528a6fa117e31a69b6.aidecoe@gentoo \
--to=aidecoe@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox