public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/
Date: Sun, 14 Apr 2019 18:18:01 +0000 (UTC)	[thread overview]
Message-ID: <1555265788.c1a560a4f5c6a441282af0e592d1fe702db06ece.monsieurp@gentoo> (raw)

commit:     c1a560a4f5c6a441282af0e592d1fe702db06ece
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sun Apr 14 15:27:18 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 18:16:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a560a4

app-crypt/acme-sh: version bump to 2.8.0, fix depends.

1. Version bump to 2.8.0.
2. Removed slot for www-servers/nginx.
3. Replaced net-analyzer/netcat6 by net-analyzer/netcat.

Closes: https://bugs.gentoo.org/683266
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11684
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-crypt/acme-sh/Manifest             |  1 +
 app-crypt/acme-sh/acme-sh-2.8.0.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 84a85890ba1..e3fff5368ef 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.7.9.tar.gz 110323 BLAKE2B 244afad17ddf17fa95a11d5af7943a153ed37e67ef304511787767a5d769f9cd22fb66875d637f2d536cce8942e4feee0c442af8349a32a91940b1fbbc2e879c SHA512 24374783ca52835b400b84316ffab5e9066805362f02082f8ef409e21ca590d837b3dd11401633947f9fcc98dc977b0e8b6076d5deecd02b38478f257500a052
+DIST acme.sh-2.8.0.tar.gz 127638 BLAKE2B b5ef10c40da4b77c7f1f3175b7cac0cc19bff135959416a97b3e8443cf13bb92d9e0b86837fd3834351412a19f25e92a4ffa146815c146f2e91cd94bcbc655a8 SHA512 99f86866f7bd1426e9a8b31dd09206685ad4aa01a3d723d366681aae4ea2087f9437496e0b3da947766931493c9d94305da1906eadc7005373327342ca94ce23

diff --git a/app-crypt/acme-sh/acme-sh-2.8.0.ebuild b/app-crypt/acme-sh/acme-sh-2.8.0.ebuild
new file mode 100644
index 00000000000..27d064cd38c
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="An ACME Shell script"
+HOMEPAGE="https://github.com/Neilpang/acme.sh"
+SRC_URI="https://github.com/Neilpang/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-misc/curl
+	|| ( dev-libs/libressl dev-libs/openssl:0 )
+	|| ( net-analyzer/netcat net-analyzer/openbsd-netcat )
+	|| ( net-misc/socat www-servers/apache:2 www-servers/nginx )
+	virtual/cron"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	einstalldocs
+	newdoc dnsapi/README.md README-dnsapi.md
+	newdoc deploy/README.md README-deploy.md
+
+	keepdir /etc/acme-sh
+	doenvd "${FILESDIR}"/99acme-sh
+	insinto /etc/bash/bashrc.d
+	doins "${FILESDIR}"/acme.sh
+
+	exeinto /usr/share/acme.sh
+	doexe acme.sh
+	insinto /usr/share/acme.sh/dnsapi
+	doins -r dnsapi/*.sh
+	insinto /usr/share/acme.sh/deploy
+	doins -r deploy/*.sh
+
+	dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}


             reply	other threads:[~2019-04-14 18:18 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-14 18:18 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-14 18:18 [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/ Patrice Clement
2019-05-19 10:59 Michał Górny
2019-10-09  5:22 Joonas Niilola
2019-10-09  5:22 Joonas Niilola
2019-10-09  5:22 Joonas Niilola
2020-01-20  7:11 Joonas Niilola
2020-01-20  7:11 Joonas Niilola
2020-04-28 19:23 Mart Raudsepp
2020-09-23 11:10 Conrad Kostecki
2020-09-23 11:10 Conrad Kostecki
2020-12-14 21:28 Conrad Kostecki
2020-12-14 21:28 Conrad Kostecki
2021-01-05 16:57 Conrad Kostecki
2021-01-05 16:57 Conrad Kostecki
2021-01-05 17:08 Conrad Kostecki
2021-01-05 18:09 Conrad Kostecki
2021-01-05 18:09 Conrad Kostecki
2021-05-04 13:55 Conrad Kostecki
2021-05-04 13:55 Conrad Kostecki
2021-06-02 22:12 Conrad Kostecki
2021-06-02 22:12 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-10-06 20:26 Conrad Kostecki
2021-10-06 20:26 Conrad Kostecki
2022-02-08 13:08 Conrad Kostecki
2022-02-08 13:08 Conrad Kostecki
2022-05-05 19:37 Conrad Kostecki
2022-05-05 19:37 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-05-22  2:13 Kenton Groombridge
2022-11-23 23:46 Conrad Kostecki
2022-11-23 23:46 Conrad Kostecki
2023-06-09 17:11 Conrad Kostecki
2023-06-09 17:11 Conrad Kostecki
2023-10-07 23:20 Conrad Kostecki
2024-09-15 14:52 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki

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=1555265788.c1a560a4f5c6a441282af0e592d1fe702db06ece.monsieurp@gentoo \
    --to=monsieurp@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