public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/eimp/
Date: Tue, 17 Sep 2019 19:10:00 +0000 (UTC)	[thread overview]
Message-ID: <1568747393.c91333d3209a4a64e5ee9f7440a6c6550d6828b6.hanno@gentoo> (raw)

commit:     c91333d3209a4a64e5ee9f7440a6c6550d6828b6
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 19:09:53 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 19:09:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91333d3

dev-erlang/eimp: Version bump.

Fix test instead of commenting it out.
Add myself as maintainer.
Ebuild from Vampik's overlay.

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

 dev-erlang/eimp/Manifest           |  1 +
 dev-erlang/eimp/eimp-1.0.12.ebuild | 28 ++++++++++++++++++++++++++++
 dev-erlang/eimp/metadata.xml       |  4 +++-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/eimp/Manifest b/dev-erlang/eimp/Manifest
index 18afc98916d..b5cbf88f98c 100644
--- a/dev-erlang/eimp/Manifest
+++ b/dev-erlang/eimp/Manifest
@@ -1 +1,2 @@
+DIST eimp-1.0.12.tar.gz 3476420 BLAKE2B 147b910aa65fd28a73799353df6ff653dc815c5fc4ad878e8611748d79bd19fbf453bb24604ecde8669d24bcba2ac843a0d127e26086f4c9cf889104d176372f SHA512 512570da35e398094bbe7c3eb68b769b6510dd8a52897f23a425600782463c3dd7d2fdca67bb97de1cb86d29cf3c50076e56fadd10a79bb466d56c7672f98795
 DIST eimp-1.0.9.tar.gz 3471343 BLAKE2B 672e14cda50917a431d5bb29ef127c6bdf026234a5aeb66777540cd59167b48cfa1f264fdd631ef09c33a5ec9817d6d13c9763eecc5b076431976700f3af0ea7 SHA512 a86bf4927cf1da8004f140861a86d358c953a4871af34aa4768877f2b0618918c5a95d557e8535ce1615e272bfc3c9f27275ad4e5f5365c91a4a381ac2463977

diff --git a/dev-erlang/eimp/eimp-1.0.12.ebuild b/dev-erlang/eimp/eimp-1.0.12.ebuild
new file mode 100644
index 00000000000..6dc37a367f5
--- /dev/null
+++ b/dev-erlang/eimp/eimp-1.0.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Erlang Image Manipulation Process"
+HOMEPAGE="https://github.com/processone/eimp"
+SRC_URI="https://github.com/processone/eimp/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.16
+	media-libs/gd[png,jpeg,webp]"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_test() {
+	mkdir -p .eunit/priv/bin || die
+	cp priv/bin/eimp .eunit/priv/bin/ || die
+	rebar_src_test
+}

diff --git a/dev-erlang/eimp/metadata.xml b/dev-erlang/eimp/metadata.xml
index 18a9c493c8e..39eefb9c422 100644
--- a/dev-erlang/eimp/metadata.xml
+++ b/dev-erlang/eimp/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>hanno@gentoo.org</email>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">processone/eimp</remote-id>
 	</upstream>


             reply	other threads:[~2019-09-17 19:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 19:10 Hanno Boeck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18  8:27 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/eimp/ 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-12 14:27 Hanno Böck
2020-10-12 14:26 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-19 13:33 Sergei Trofimovich
2020-07-17 11:01 Sam James
2020-07-12  8:08 Sergei Trofimovich
2020-07-12  2:41 Sam James
2020-06-23 19:00 Hanno Böck
2020-04-01  9:58 Hanno Böck
2019-11-02 13:01 Hanno Boeck
2018-10-16 21:21 Amadeusz Piotr Żołnowski
2018-10-15 22:14 Amadeusz Piotr Żołnowski
2018-10-15 22:06 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=1568747393.c91333d3209a4a64e5ee9f7440a6c6550d6828b6.hanno@gentoo \
    --to=hanno@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