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/p1_acme/
Date: Sun, 10 Apr 2022 17:40:34 +0000 (UTC)	[thread overview]
Message-ID: <1649612422.305119a1cd1ef8b213340e74456f53f07792aa25.flow@gentoo> (raw)

commit:     305119a1cd1ef8b213340e74456f53f07792aa25
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 13:46:51 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 17:40:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305119a1

dev-erlang/p1_acme: drop 1.0.5, 1.0.12

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

 dev-erlang/p1_acme/Manifest              |  2 --
 dev-erlang/p1_acme/p1_acme-1.0.12.ebuild | 31 -------------------------------
 dev-erlang/p1_acme/p1_acme-1.0.5.ebuild  | 31 -------------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-erlang/p1_acme/Manifest b/dev-erlang/p1_acme/Manifest
index 4d91d4160403..afe0e1a57524 100644
--- a/dev-erlang/p1_acme/Manifest
+++ b/dev-erlang/p1_acme/Manifest
@@ -1,3 +1 @@
-DIST p1_acme-1.0.12.tar.gz 221422 BLAKE2B c5bc86147e38845a134d49e8f0704a20521b4e753687331cb057a99d7782142212a213b7d22c4297e8bdc2bb2e79cb1cf39069eaf16743c0cff76c41a38b0044 SHA512 a1a291b5b1f07d6eb3ef67913505f784226208485b11d79d695cc0474fc1660662474f5bc558631e2899a16287caedaf7609fc17ca2d1dee0a700e674d50c764
 DIST p1_acme-1.0.16.tar.gz 222562 BLAKE2B a018a05cad971aad1256194f5e4a49911deb9771a93ab0db8390ac1b07b1b008759d2fe978f74538ef4f6f549cf624d96b53e3fa5edbc4b6af629ca024df999f SHA512 f73506ffb2807582d7daadb833b109a3a5b69e4ea861bf0f45b6c66a911bd1e90d9621e49dc565fad965d8325bd987850151d559bd7f81e17b5cbde906b50f4b
-DIST p1_acme-1.0.5.tar.gz 220724 BLAKE2B 7f236f9e66dc982342c15c46ebe2a391f72384710b19e1007d1e9ff679a9701190650853b8e67c3a63abba5e6a4107ed921fdc25f5cce984a4333fab98449f37 SHA512 e21907c18311b98cc865cddd155291fae09f739b5429a42810ba93fae77abe3f4e3ecaf9accf0d42d38e21bb823987dea0c3175ea1b7f20b171afa06a932f9e1

diff --git a/dev-erlang/p1_acme/p1_acme-1.0.12.ebuild b/dev-erlang/p1_acme/p1_acme-1.0.12.ebuild
deleted file mode 100644
index dcc1e4584561..000000000000
--- a/dev-erlang/p1_acme/p1_acme-1.0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="ACME client library for Erlang"
-HOMEPAGE="https://github.com/processone/p1_acme"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/jiffy-1.0.5
-	>=dev-erlang/yconf-1.0.11
-	>=dev-erlang/idna-6.0.0-r1
-	>=dev-erlang/jose-1.9.0
-	>=dev-erlang/base64url-1.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	# otherwise it wants to fetch base64url from git
-	sed -ri 's/\+\+ \[\{base64url.*//' rebar.config.script || die
-}

diff --git a/dev-erlang/p1_acme/p1_acme-1.0.5.ebuild b/dev-erlang/p1_acme/p1_acme-1.0.5.ebuild
deleted file mode 100644
index c18559a93c32..000000000000
--- a/dev-erlang/p1_acme/p1_acme-1.0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="ACME client library for Erlang"
-HOMEPAGE="https://github.com/processone/p1_acme"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/jiffy-1.0.1
-	>=dev-erlang/yconf-1.0.4
-	>=dev-erlang/idna-6.0.0
-	>=dev-erlang/jose-1.9.0
-	>=dev-erlang/base64url-1.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	# otherwise it wants to fetch base64url from git
-	sed -ri 's/\+\+ \[\{base64url.*//' rebar.config.script
-}


             reply	other threads:[~2022-04-10 17:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-10 17:40 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 20:05 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_acme/ Arthur Zamarin
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-07-05  8:52 Agostino Sarubbo
2022-05-17 20:02 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-13 10:14 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-20 11:52 Sam James
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-04-01 10:28 Hanno Böck

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=1649612422.305119a1cd1ef8b213340e74456f53f07792aa25.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