public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/eimp/
Date: Tue, 17 May 2022 20:02:24 +0000 (UTC)	[thread overview]
Message-ID: <1652817682.51a29a1dc32ef90c6cd04a18af6c90344169a0d7.flow@gentoo> (raw)

commit:     51a29a1dc32ef90c6cd04a18af6c90344169a0d7
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 17:24:51 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 17 20:01:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a29a1d

dev-erlang/eimp: add 1.0.22

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/eimp/Manifest           |  1 +
 dev-erlang/eimp/eimp-1.0.22.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-erlang/eimp/Manifest b/dev-erlang/eimp/Manifest
index e579cf8bcd48..5d9587abae3d 100644
--- a/dev-erlang/eimp/Manifest
+++ b/dev-erlang/eimp/Manifest
@@ -1 +1,2 @@
 DIST eimp-1.0.21.tar.gz 3478113 BLAKE2B 1b2f1cb79edf4b017072872dac7969cb56978e5d2ff1c62f2976a49329793ec0a4c0b747f4f5c562eb202ee8a4f81bf7f466ba6039cc4c3e58542d8bb5aa0d06 SHA512 886b37006226510579044ce8616c367249665e67e2ff553aa5fdda3cd797352e691d4c3d7d3a77b7e558c391244da5ad9df488f2051ee52aa69632e18665339f
+DIST eimp-1.0.22.tar.gz 3478737 BLAKE2B 99eaa3b4ac56376cf472ee7a0e9f898eed972c1802702a7e397df5b3313f3add425d8873a2c1a9cf386809f556c927b573d11e5e24e5c69fd1cb35ffdad72234 SHA512 5426df9a00d5b614ebb236729e2b397d5e72e12e68cbed32550a074b1b86557e1dee6585b917166e5ebf2fc41297329574c181471885638236c82a66a29d2232

diff --git a/dev-erlang/eimp/eimp-1.0.22.ebuild b/dev-erlang/eimp/eimp-1.0.22.ebuild
new file mode 100644
index 000000000000..38be3d9e5c6b
--- /dev/null
+++ b/dev-erlang/eimp/eimp-1.0.22.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+	>=dev-lang/erlang-17.1
+	>=dev-erlang/p1_utils-1.0.25
+	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
+}


             reply	other threads:[~2022-05-17 20:02 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17 20:02 Florian Schmaus [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-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
2019-09-17 19:10 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=1652817682.51a29a1dc32ef90c6cd04a18af6c90344169a0d7.flow@gentoo \
    --to=flow@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