public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/meck/
Date: Fri, 11 Nov 2016 20:15:55 +0000 (UTC)	[thread overview]
Message-ID: <1478895291.30c35692656bd8661ed7bdcf8c3436df6fa4b9df.aidecoe@gentoo> (raw)

commit:     30c35692656bd8661ed7bdcf8c3436df6fa4b9df
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 22:27:42 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 20:14:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c35692

dev-erlang/meck: Bump version to 0.8.4

Package-Manager: portage-2.3.2

 dev-erlang/meck/Manifest          |  1 +
 dev-erlang/meck/meck-0.8.4.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-erlang/meck/Manifest b/dev-erlang/meck/Manifest
index bbde01f..9514a80 100644
--- a/dev-erlang/meck/Manifest
+++ b/dev-erlang/meck/Manifest
@@ -1 +1,2 @@
 DIST meck-0.8.3.tar.gz 232910 SHA256 cc20fac15c317c9e5c2aa14e9cea42416f338830f4566a41b78b2e523b0af813 SHA512 2009bba7d9e7825142c335a03f3f67ef1a9407fa0f93d360c3f4854851af789dc3ad65935e42b1f0bc69d0f47a8854d311eaf68628a4088d1bcbe05c4010c5bd WHIRLPOOL 36c64e01df25f06e76853e5027d14ad5fcc547f0438863fbcb4862e7742445bcc4dfd4f284deabe946fb931ea8b840f23a825ed54299efe2872b87806cf5439f
+DIST meck-0.8.4.tar.gz 234157 SHA256 b4f951841c69a75a735ea4aea682899f19f254467c749df596f90757e51104b6 SHA512 e6d8caf385e93daef70382f2efac59215628cc200dfaeb74437571d24131b49eb8328af452133ce3c9393d14a1f84b90c2432c83af25cf0cb17cd19a236373a7 WHIRLPOOL e73bd8f1206c84ff3a64f0e7142700e5796371c0a3fe75d2818c44ee82f79262221a04ad819101eb7be721ededf0746a1b3b9b2a4447186c75a5371afd9b5de1

diff --git a/dev-erlang/meck/meck-0.8.4.ebuild b/dev-erlang/meck/meck-0.8.4.ebuild
new file mode 100644
index 00000000..40d9382
--- /dev/null
+++ b/dev-erlang/meck/meck-0.8.4.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
+
+DESCRIPTION="Mocking library for Erlang"
+HOMEPAGE="https://github.com/eproxus/meck"
+SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+	test? ( >=dev-erlang/hamcrest-0.1.0_p20150103 )"
+RDEPEND="${CDEPEND}"
+
+DOCS=( CHANGELOG NOTICE README.md )
+
+src_prepare() {
+	rebar_src_prepare
+	rebar_remove_deps test.config
+}
+
+src_test() {
+	erebar -C test.config compile eunit
+}


             reply	other threads:[~2016-11-11 20:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-11 20:15 Amadeusz Piotr Żołnowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11  6:01 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/meck/ Arthur Zamarin
2024-06-11  5:26 Arthur Zamarin
2024-06-10 20:22 Arthur Zamarin
2024-06-10 20:05 Arthur Zamarin
2024-05-25 12:00 Florian Schmaus
2024-05-24 10:10 Arthur Zamarin
2023-12-01  3:30 Sam James
2023-09-10 15:52 Sam James
2023-09-10 15:52 Sam James
2023-09-02 11:42 Andreas Sturmlechner
2019-12-16 11:33 Hanno Böck
2019-11-02 13:19 Hanno Boeck
2019-09-18 11:25 Hanno Boeck
2019-09-13 12:26 Agostino Sarubbo
2019-09-13 12:01 Agostino Sarubbo
2019-09-13  6:36 Agostino Sarubbo
2018-10-24 21:54 Amadeusz Piotr Żołnowski
2016-08-20 20:11 Anthony G. Basile
2016-08-20  3:11 Matthias Maier
2016-06-07 22:24 Amadeusz Piotr Żołnowski

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=1478895291.30c35692656bd8661ed7bdcf8c3436df6fa4b9df.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