[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2023-10-07 Thread Conrad Kostecki
commit: 3ec51769a25a002a11d0c5d1931aa893cf218432
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Oct  7 23:20:10 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Oct  7 23:20:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec51769

app-crypt/acme-sh: add 3.0.7, drop 3.0.6

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest   | 2 +-
 app-crypt/acme-sh/{acme-sh-3.0.6.ebuild => acme-sh-3.0.7.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index fa73c6781456..7cfc680ef19a 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1 @@
-DIST acme.sh-3.0.6.tar.gz 275569 BLAKE2B 
8b7989e7a6e59e7263a343d7d22ae4c6998dc7fc7e8340fde1dc4226681430c2fca00755781c9a1a9b5c564fc1a25a30cc36c131a81cc11a9c2f15a67c870bc8
 SHA512 
2ddd561356586a289bcd08770b7347ef2e1cb121948987031a9e53d19abd5beda433e50c659aa3ee5dc3b06bdf8e479b5b31ba0b52c4a283d2c491aead4d10ac
+DIST acme.sh-3.0.7.tar.gz 284269 BLAKE2B 
2e3d81446772049660d3a7b8005b82a890238d33ef16211b304ecd9b996063de9e788095ff958422f90d2e20615f84943d6085959ac2f27d6ad51a8eeffb2800
 SHA512 
83d080b461662bf2c5cfa9cb51aaf41d7f873f54908e2e5f94d7e3fe8e3f6953d73aafb66adc97455aa958f37c72ef77ba475c7d7cbb3ca3c5bbffb4937c4bae

diff --git a/app-crypt/acme-sh/acme-sh-3.0.6.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.7.ebuild
similarity index 100%
rename from app-crypt/acme-sh/acme-sh-3.0.6.ebuild
rename to app-crypt/acme-sh/acme-sh-3.0.7.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2023-06-09 Thread Conrad Kostecki
commit: 0e2913b7ceeb28d9676faa6df997f45d9b5caf25
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jun  9 17:10:35 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jun  9 17:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2913b7

app-crypt/acme-sh: drop 3.0.5

Bug: https://bugs.gentoo.org/908104
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-3.0.5.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index a8adb2bd5b95..fa73c6781456 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.5.tar.gz 270092 BLAKE2B 
daba86ec09df80d374d1ea632f2bc84ecfbf665874d10fcb410e1bde7787551bb8b128e1ed0a4dc7943f821aaba6f9ae43b83225875f389d02d20d47b6fdf8f3
 SHA512 
882768c84182a8b11f4f315a9b429cd84399145a97b64772a42e0c7fc478c6c5f93a6c73289410b4d2108786a7c275e99f2e47991bdca315fd7d80a4282eefc9
 DIST acme.sh-3.0.6.tar.gz 275569 BLAKE2B 
8b7989e7a6e59e7263a343d7d22ae4c6998dc7fc7e8340fde1dc4226681430c2fca00755781c9a1a9b5c564fc1a25a30cc36c131a81cc11a9c2f15a67c870bc8
 SHA512 
2ddd561356586a289bcd08770b7347ef2e1cb121948987031a9e53d19abd5beda433e50c659aa3ee5dc3b06bdf8e479b5b31ba0b52c4a283d2c491aead4d10ac

diff --git a/app-crypt/acme-sh/acme-sh-3.0.5.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.5.ebuild
deleted file mode 100644
index c83e0e967104..
--- a/app-crypt/acme-sh/acme-sh-3.0.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="selinux"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-   selinux? ( sec-policy/selinux-certbot )
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2023-06-09 Thread Conrad Kostecki
commit: 60815531ad4ec7d958512bbe71b6d44b2ea60960
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jun  9 17:09:54 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jun  9 17:10:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60815531

app-crypt/acme-sh: add 3.0.6

Bug: https://bugs.gentoo.org/908104
Bug: https://github.com/acmesh-official/acme.sh/issues/4659
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.6.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 8ed71b13cf97..a8adb2bd5b95 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.5.tar.gz 270092 BLAKE2B 
daba86ec09df80d374d1ea632f2bc84ecfbf665874d10fcb410e1bde7787551bb8b128e1ed0a4dc7943f821aaba6f9ae43b83225875f389d02d20d47b6fdf8f3
 SHA512 
882768c84182a8b11f4f315a9b429cd84399145a97b64772a42e0c7fc478c6c5f93a6c73289410b4d2108786a7c275e99f2e47991bdca315fd7d80a4282eefc9
+DIST acme.sh-3.0.6.tar.gz 275569 BLAKE2B 
8b7989e7a6e59e7263a343d7d22ae4c6998dc7fc7e8340fde1dc4226681430c2fca00755781c9a1a9b5c564fc1a25a30cc36c131a81cc11a9c2f15a67c870bc8
 SHA512 
2ddd561356586a289bcd08770b7347ef2e1cb121948987031a9e53d19abd5beda433e50c659aa3ee5dc3b06bdf8e479b5b31ba0b52c4a283d2c491aead4d10ac

diff --git a/app-crypt/acme-sh/acme-sh-3.0.6.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.6.ebuild
new file mode 100644
index ..321de0c3a864
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/refs/tags/${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+IUSE="selinux"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+   selinux? ( sec-policy/selinux-certbot )
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-11-23 Thread Conrad Kostecki
commit: cffb144351c28d8eeaf00d8fd9f9a7fce0a07a1a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Nov 23 23:41:24 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Nov 23 23:44:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffb1443

app-crypt/acme-sh: drop 3.0.4

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-3.0.4.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index da9ff4790509..8ed71b13cf97 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.4.tar.gz 253157 BLAKE2B 
b1bde1ca31ef34c264f5045dd36220b3fd04230c59f7e65a9623681377dbde161ed3b92d86bd3e6f5a115d8847b1c2019bf984194f2901b52eb65abefad8bf81
 SHA512 
919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7
 DIST acme.sh-3.0.5.tar.gz 270092 BLAKE2B 
daba86ec09df80d374d1ea632f2bc84ecfbf665874d10fcb410e1bde7787551bb8b128e1ed0a4dc7943f821aaba6f9ae43b83225875f389d02d20d47b6fdf8f3
 SHA512 
882768c84182a8b11f4f315a9b429cd84399145a97b64772a42e0c7fc478c6c5f93a6c73289410b4d2108786a7c275e99f2e47991bdca315fd7d80a4282eefc9

diff --git a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
deleted file mode 100644
index e8a4db2391b3..
--- a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="selinux"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-   selinux? ( sec-policy/selinux-certbot )
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-11-23 Thread Conrad Kostecki
commit: 3e0c11d084070dd2bb7999ec4f69596126728cbe
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Nov 23 23:41:00 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Nov 23 23:44:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0c11d0

app-crypt/acme-sh: add 3.0.5

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.5.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index f7bc015bfae9..da9ff4790509 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.4.tar.gz 253157 BLAKE2B 
b1bde1ca31ef34c264f5045dd36220b3fd04230c59f7e65a9623681377dbde161ed3b92d86bd3e6f5a115d8847b1c2019bf984194f2901b52eb65abefad8bf81
 SHA512 
919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7
+DIST acme.sh-3.0.5.tar.gz 270092 BLAKE2B 
daba86ec09df80d374d1ea632f2bc84ecfbf665874d10fcb410e1bde7787551bb8b128e1ed0a4dc7943f821aaba6f9ae43b83225875f389d02d20d47b6fdf8f3
 SHA512 
882768c84182a8b11f4f315a9b429cd84399145a97b64772a42e0c7fc478c6c5f93a6c73289410b4d2108786a7c275e99f2e47991bdca315fd7d80a4282eefc9

diff --git a/app-crypt/acme-sh/acme-sh-3.0.5.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.5.ebuild
new file mode 100644
index ..c83e0e967104
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+IUSE="selinux"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+   selinux? ( sec-policy/selinux-certbot )
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-21 Thread Kenton Groombridge
commit: 21925154fb91620570848ccf3d49e9b15b509d72
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Sun May 22 02:04:03 2022 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Sun May 22 02:12:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21925154

app-crypt/acme-sh: add selinux USE flag

Signed-off-by: Kenton Groombridge  gentoo.org>

 app-crypt/acme-sh/acme-sh-3.0.4.ebuild | 3 +++
 app-crypt/acme-sh/acme-sh-.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
index 388ce2e32f48..e8a4db2391b3 100644
--- a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
+++ b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
@@ -17,10 +17,13 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
+IUSE="selinux"
+
 RDEPEND="
dev-libs/openssl:0
net-misc/curl
net-misc/socat
+   selinux? ( sec-policy/selinux-certbot )
 "
 
 src_install() {

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-.ebuild
index 2298b3aea394..25fe72160c37 100644
--- a/app-crypt/acme-sh/acme-sh-.ebuild
+++ b/app-crypt/acme-sh/acme-sh-.ebuild
@@ -13,10 +13,13 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 
+IUSE="selinux"
+
 RDEPEND="
dev-libs/openssl:0
net-misc/curl
net-misc/socat
+   selinux? ( sec-policy/selinux-certbot )
 "
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-12 Thread Conrad Kostecki
commit: f39ae000ce0d7b5afa7fe5f8f47974c187b5c1a2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:11:42 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39ae000

app-crypt/acme-sh: add 3.0.4

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.4.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 4446a5f66127..4dcc2d7c974f 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.3.tar.gz 253111 BLAKE2B 
43b97b033e5e16412e8a958966077ba6b26c49b17206cda5af848b7f9fbf8a8f8bc406b63a13f792dfa93ff7b0759da03a0f599c43f92d25587b582feb59a3cf
 SHA512 
b26f20422a3b40d6c1acbdd52d41124962975313f4187cf918746ad9dc047600a92e529cd1e66ede5b456e253522920b574cb614f455dd73aac707a18f34ad35
+DIST acme.sh-3.0.4.tar.gz 253157 BLAKE2B 
b1bde1ca31ef34c264f5045dd36220b3fd04230c59f7e65a9623681377dbde161ed3b92d86bd3e6f5a115d8847b1c2019bf984194f2901b52eb65abefad8bf81
 SHA512 
919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7

diff --git a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
new file mode 100644
index ..388ce2e32f48
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-12 Thread Conrad Kostecki
commit: ce354816417cca5c409c742a723e929c90e7083b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:12:01 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce354816

app-crypt/acme-sh: drop 3.0.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-3.0.3.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 4dcc2d7c974f..f7bc015bfae9 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.3.tar.gz 253111 BLAKE2B 
43b97b033e5e16412e8a958966077ba6b26c49b17206cda5af848b7f9fbf8a8f8bc406b63a13f792dfa93ff7b0759da03a0f599c43f92d25587b582feb59a3cf
 SHA512 
b26f20422a3b40d6c1acbdd52d41124962975313f4187cf918746ad9dc047600a92e529cd1e66ede5b456e253522920b574cb614f455dd73aac707a18f34ad35
 DIST acme.sh-3.0.4.tar.gz 253157 BLAKE2B 
b1bde1ca31ef34c264f5045dd36220b3fd04230c59f7e65a9623681377dbde161ed3b92d86bd3e6f5a115d8847b1c2019bf984194f2901b52eb65abefad8bf81
 SHA512 
919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7

diff --git a/app-crypt/acme-sh/acme-sh-3.0.3.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.3.ebuild
deleted file mode 100644
index 388ce2e32f48..
--- a/app-crypt/acme-sh/acme-sh-3.0.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-05 Thread Conrad Kostecki
commit: 92833f65c21afc0f1c30e28d313bcc76b8ef8795
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May  5 19:36:47 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May  5 19:37:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92833f65

app-crypt/acme-sh: drop 3.0.2-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest|  1 -
 app-crypt/acme-sh/acme-sh-3.0.2-r1.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index b4cdcfec99af..4446a5f66127 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.2.tar.gz 248581 BLAKE2B 
13d13a86a904909272c271d52d579065a7c84263ef2169b282b3bf270f33c7a8405aca640724120c08d1f495ea2a39035d46e1ec7f7eecfc093ce4dfa7c33b7d
 SHA512 
6bd40951df02e3eaa1ed0efd8767acb5245e9c26c666ec7087db2cd0a38b65ea3c79ade98be954b4fbde0e89b6a988ac1c85ce2a6bd77b33574fb3fc0266ea03
 DIST acme.sh-3.0.3.tar.gz 253111 BLAKE2B 
43b97b033e5e16412e8a958966077ba6b26c49b17206cda5af848b7f9fbf8a8f8bc406b63a13f792dfa93ff7b0759da03a0f599c43f92d25587b582feb59a3cf
 SHA512 
b26f20422a3b40d6c1acbdd52d41124962975313f4187cf918746ad9dc047600a92e529cd1e66ede5b456e253522920b574cb614f455dd73aac707a18f34ad35

diff --git a/app-crypt/acme-sh/acme-sh-3.0.2-r1.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.2-r1.ebuild
deleted file mode 100644
index 388ce2e32f48..
--- a/app-crypt/acme-sh/acme-sh-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-05 Thread Conrad Kostecki
commit: 2deb47df8ae74cbd23932c66e4f80fc3fb398453
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May  5 19:36:35 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May  5 19:37:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2deb47df

app-crypt/acme-sh: add 3.0.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.3.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 7a658ef478e5..b4cdcfec99af 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.2.tar.gz 248581 BLAKE2B 
13d13a86a904909272c271d52d579065a7c84263ef2169b282b3bf270f33c7a8405aca640724120c08d1f495ea2a39035d46e1ec7f7eecfc093ce4dfa7c33b7d
 SHA512 
6bd40951df02e3eaa1ed0efd8767acb5245e9c26c666ec7087db2cd0a38b65ea3c79ade98be954b4fbde0e89b6a988ac1c85ce2a6bd77b33574fb3fc0266ea03
+DIST acme.sh-3.0.3.tar.gz 253111 BLAKE2B 
43b97b033e5e16412e8a958966077ba6b26c49b17206cda5af848b7f9fbf8a8f8bc406b63a13f792dfa93ff7b0759da03a0f599c43f92d25587b582feb59a3cf
 SHA512 
b26f20422a3b40d6c1acbdd52d41124962975313f4187cf918746ad9dc047600a92e529cd1e66ede5b456e253522920b574cb614f455dd73aac707a18f34ad35

diff --git a/app-crypt/acme-sh/acme-sh-3.0.3.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.3.ebuild
new file mode 100644
index ..388ce2e32f48
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-02-08 Thread Conrad Kostecki
commit: 8b6bce543ecfe7a7f486e14b08affae08ff8998e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Feb  8 13:06:32 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb  8 13:06:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6bce54

app-crypt/acme-sh: add 3.0.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.2.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 713a25283ece..3c9169a5a32e 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.1.tar.gz 239311 BLAKE2B 
cbbaf6da068447c3400081889e249dc6f17f56df2038d75915eb990e417ecf5407c9c8272dfbd8403fac413357f30df552678ed27096de769ee5355f6343b6f4
 SHA512 
8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71
+DIST acme.sh-3.0.2.tar.gz 248581 BLAKE2B 
13d13a86a904909272c271d52d579065a7c84263ef2169b282b3bf270f33c7a8405aca640724120c08d1f495ea2a39035d46e1ec7f7eecfc093ce4dfa7c33b7d
 SHA512 
6bd40951df02e3eaa1ed0efd8767acb5245e9c26c666ec7087db2cd0a38b65ea3c79ade98be954b4fbde0e89b6a988ac1c85ce2a6bd77b33574fb3fc0266ea03

diff --git a/app-crypt/acme-sh/acme-sh-3.0.2.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.2.ebuild
new file mode 100644
index ..7a7a567f6e0f
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-02-08 Thread Conrad Kostecki
commit: 8de8cb1073109346c599193d0d6a2aaab481b50c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Feb  8 13:07:28 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb  8 13:07:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de8cb10

app-crypt/acme-sh: drop 3.0.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-3.0.1.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 3c9169a5a32e..7a658ef478e5 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.1.tar.gz 239311 BLAKE2B 
cbbaf6da068447c3400081889e249dc6f17f56df2038d75915eb990e417ecf5407c9c8272dfbd8403fac413357f30df552678ed27096de769ee5355f6343b6f4
 SHA512 
8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71
 DIST acme.sh-3.0.2.tar.gz 248581 BLAKE2B 
13d13a86a904909272c271d52d579065a7c84263ef2169b282b3bf270f33c7a8405aca640724120c08d1f495ea2a39035d46e1ec7f7eecfc093ce4dfa7c33b7d
 SHA512 
6bd40951df02e3eaa1ed0efd8767acb5245e9c26c666ec7087db2cd0a38b65ea3c79ade98be954b4fbde0e89b6a988ac1c85ce2a6bd77b33574fb3fc0266ea03

diff --git a/app-crypt/acme-sh/acme-sh-3.0.1.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.1.ebuild
deleted file mode 100644
index a6b09a058aa2..
--- a/app-crypt/acme-sh/acme-sh-3.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-10-06 Thread Conrad Kostecki
commit: c85eea5b68b7cca5e43a32a7e61fb7d41c03ce4d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct  6 18:11:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct  6 20:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85eea5b

app-crypt/acme-sh: bump to version 3.0.1

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 9c1d851aa0f..145fe53929d 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.0.tar.gz 237047 BLAKE2B 
4165cb8b5d6f7a6deda8149332c798f795e5c8cfc63953f2e30e28f1b7ec256a1f3e38596d33d075c7257921d9ffd27bc6add3ac8bb3b9c0ddf5861cb0d3a2d3
 SHA512 
e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1
+DIST acme.sh-3.0.1.tar.gz 239311 BLAKE2B 
cbbaf6da068447c3400081889e249dc6f17f56df2038d75915eb990e417ecf5407c9c8272dfbd8403fac413357f30df552678ed27096de769ee5355f6343b6f4
 SHA512 
8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71

diff --git a/app-crypt/acme-sh/acme-sh-3.0.1.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.1.ebuild
new file mode 100644
index 000..a6b09a058aa
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-10-06 Thread Conrad Kostecki
commit: 494dbed8abc9cba4534f765650df47e3bb23eb4a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct  6 18:12:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct  6 20:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dbed8

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-3.0.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 145fe53929d..713a25283ec 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.0.tar.gz 237047 BLAKE2B 
4165cb8b5d6f7a6deda8149332c798f795e5c8cfc63953f2e30e28f1b7ec256a1f3e38596d33d075c7257921d9ffd27bc6add3ac8bb3b9c0ddf5861cb0d3a2d3
 SHA512 
e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1
 DIST acme.sh-3.0.1.tar.gz 239311 BLAKE2B 
cbbaf6da068447c3400081889e249dc6f17f56df2038d75915eb990e417ecf5407c9c8272dfbd8403fac413357f30df552678ed27096de769ee5355f6343b6f4
 SHA512 
8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71

diff --git a/app-crypt/acme-sh/acme-sh-3.0.0.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.0.ebuild
deleted file mode 100644
index a6b09a058aa..000
--- a/app-crypt/acme-sh/acme-sh-3.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-08-07 Thread Conrad Kostecki
commit: ed291056b928b82224dd093c24446adeaf3e5ab9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:43:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed291056

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-2.9.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 574e3bcfd59..9c1d851aa0f 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.9.0.tar.gz 232001 BLAKE2B 
bab24bae37098b41e2b5acc5c4fd7106274b9bcc309d605722d4e412c4be1c72b516d59029c246472dfa7adc9575e29bbf2cf7e084177bedaf86516f311c4847
 SHA512 
bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1
 DIST acme.sh-3.0.0.tar.gz 237047 BLAKE2B 
4165cb8b5d6f7a6deda8149332c798f795e5c8cfc63953f2e30e28f1b7ec256a1f3e38596d33d075c7257921d9ffd27bc6add3ac8bb3b9c0ddf5861cb0d3a2d3
 SHA512 
e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1

diff --git a/app-crypt/acme-sh/acme-sh-2.9.0.ebuild 
b/app-crypt/acme-sh/acme-sh-2.9.0.ebuild
deleted file mode 100644
index a6b09a058aa..000
--- a/app-crypt/acme-sh/acme-sh-2.9.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-08-07 Thread Conrad Kostecki
commit: 8e2cd26f328af999c07d8d90c276d4d998d1b3c7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:43:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:43:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2cd26f

app-crypt/acme-sh: bump to version 3.0.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index a18ad354e55..574e3bcfd59 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.9.0.tar.gz 232001 BLAKE2B 
bab24bae37098b41e2b5acc5c4fd7106274b9bcc309d605722d4e412c4be1c72b516d59029c246472dfa7adc9575e29bbf2cf7e084177bedaf86516f311c4847
 SHA512 
bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1
+DIST acme.sh-3.0.0.tar.gz 237047 BLAKE2B 
4165cb8b5d6f7a6deda8149332c798f795e5c8cfc63953f2e30e28f1b7ec256a1f3e38596d33d075c7257921d9ffd27bc6add3ac8bb3b9c0ddf5861cb0d3a2d3
 SHA512 
e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1

diff --git a/app-crypt/acme-sh/acme-sh-3.0.0.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.0.ebuild
new file mode 100644
index 000..a6b09a058aa
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-06-02 Thread Conrad Kostecki
commit: 573170f20efce70334eb0dd0a36de75702b507d6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun  2 22:09:10 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun  2 22:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573170f2

app-crypt/acme-sh: bump to version 2.9.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.9.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 29b635c8b29..9211d7b33cd 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.8.9.tar.gz 233430 BLAKE2B 
fa2c16007bc07dd597443103ebf3afa4986e3885b2b3e0a545cf79408741709171ee67fe019e2abf7891d08cef9d2560a438695dd32c72eb729ea2bea2900221
 SHA512 
94f771fcbc5b12a2a9992659884d16b543d70db52bccf20eddad931b4a5c233c0fd7362ce525e0cbebfdbd841824b815f5b419572f97b549fea7f2663c92c0a8
+DIST acme.sh-2.9.0.tar.gz 232001 BLAKE2B 
bab24bae37098b41e2b5acc5c4fd7106274b9bcc309d605722d4e412c4be1c72b516d59029c246472dfa7adc9575e29bbf2cf7e084177bedaf86516f311c4847
 SHA512 
bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1

diff --git a/app-crypt/acme-sh/acme-sh-2.9.0.ebuild 
b/app-crypt/acme-sh/acme-sh-2.9.0.ebuild
new file mode 100644
index 000..a6b09a058aa
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.9.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-06-02 Thread Conrad Kostecki
commit: a123a95309c2ac423e1edd6da349132f459a1951
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun  2 22:12:08 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun  2 22:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a123a953

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-2.8.9.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 9211d7b33cd..a18ad354e55 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.8.9.tar.gz 233430 BLAKE2B 
fa2c16007bc07dd597443103ebf3afa4986e3885b2b3e0a545cf79408741709171ee67fe019e2abf7891d08cef9d2560a438695dd32c72eb729ea2bea2900221
 SHA512 
94f771fcbc5b12a2a9992659884d16b543d70db52bccf20eddad931b4a5c233c0fd7362ce525e0cbebfdbd841824b815f5b419572f97b549fea7f2663c92c0a8
 DIST acme.sh-2.9.0.tar.gz 232001 BLAKE2B 
bab24bae37098b41e2b5acc5c4fd7106274b9bcc309d605722d4e412c4be1c72b516d59029c246472dfa7adc9575e29bbf2cf7e084177bedaf86516f311c4847
 SHA512 
bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1

diff --git a/app-crypt/acme-sh/acme-sh-2.8.9.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.9.ebuild
deleted file mode 100644
index a6b09a058aa..000
--- a/app-crypt/acme-sh/acme-sh-2.8.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-05-04 Thread Conrad Kostecki
commit: 9e60e8de214b32b8706252879cfbc0ce0c8d2928
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue May  4 13:55:33 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue May  4 13:55:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e60e8de

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest|  1 -
 app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index b5dbb442f11..29b635c8b29 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.8.8.tar.gz 218582 BLAKE2B 
bcd2fbc0ff984d7bbcf4e0ee4c1f08f868ebc4b31a5d217587cdeb5810b8991698de52dd082219194c762ef245324e981eb2a044b213e2713c0d12370be1c19b
 SHA512 
cf601965cd5542dbd11668330d0a4e428e89ccc3af92d4d04ea3936c8a31979a5c00aa8e18a31fde07812242dddcebbfdbc06f1c29260b917dfa19f88d12fd72
 DIST acme.sh-2.8.9.tar.gz 233430 BLAKE2B 
fa2c16007bc07dd597443103ebf3afa4986e3885b2b3e0a545cf79408741709171ee67fe019e2abf7891d08cef9d2560a438695dd32c72eb729ea2bea2900221
 SHA512 
94f771fcbc5b12a2a9992659884d16b543d70db52bccf20eddad931b4a5c233c0fd7362ce525e0cbebfdbd841824b815f5b419572f97b549fea7f2663c92c0a8

diff --git a/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild
deleted file mode 100644
index a6b09a058aa..000
--- a/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-05-04 Thread Conrad Kostecki
commit: b320a5e4b179ac73361ebd995cb1e7e487ddd26a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue May  4 13:54:24 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue May  4 13:54:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b320a5e4

app-crypt/acme-sh: bump to version 2.8.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.8.9.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 7149e334d2a..b5dbb442f11 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.8.8.tar.gz 218582 BLAKE2B 
bcd2fbc0ff984d7bbcf4e0ee4c1f08f868ebc4b31a5d217587cdeb5810b8991698de52dd082219194c762ef245324e981eb2a044b213e2713c0d12370be1c19b
 SHA512 
cf601965cd5542dbd11668330d0a4e428e89ccc3af92d4d04ea3936c8a31979a5c00aa8e18a31fde07812242dddcebbfdbc06f1c29260b917dfa19f88d12fd72
+DIST acme.sh-2.8.9.tar.gz 233430 BLAKE2B 
fa2c16007bc07dd597443103ebf3afa4986e3885b2b3e0a545cf79408741709171ee67fe019e2abf7891d08cef9d2560a438695dd32c72eb729ea2bea2900221
 SHA512 
94f771fcbc5b12a2a9992659884d16b543d70db52bccf20eddad931b4a5c233c0fd7362ce525e0cbebfdbd841824b815f5b419572f97b549fea7f2663c92c0a8

diff --git a/app-crypt/acme-sh/acme-sh-2.8.9.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.9.ebuild
new file mode 100644
index 000..a6b09a058aa
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.9.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-01-05 Thread Conrad Kostecki
commit: ac62475f7e6cb0b2cbc46f981e71de1d4cc17e42
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jan  5 18:07:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jan  5 18:09:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac62475f

app-crypt/acme-sh: update RDEPEND

Update deps in RDEPEND, as some are not supported anymore and some where
put into 'optfeature' as the should't be installed unconditionally.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...acme-sh-.ebuild => acme-sh-2.8.8-r1.ebuild} | 46 +++---
 app-crypt/acme-sh/acme-sh-.ebuild  | 42 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild
similarity index 51%
copy from app-crypt/acme-sh/acme-sh-.ebuild
copy to app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild
index 3bd355e8982..5d51ca8d03b 100644
--- a/app-crypt/acme-sh/acme-sh-.ebuild
+++ b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild
@@ -3,48 +3,50 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/Neilpang/${PN/-/.}.git;
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
 
-inherit git-r3
+inherit optfeature
 
 DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
 HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI=""
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
+   dev-libs/openssl:0
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
+   net-misc/socat
 "
 
 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
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
 
exeinto /usr/share/acme.sh
doexe acme.sh
 
-   insinto /usr/share/acme.sh/dnsapi
-   doins -r dnsapi/*.sh
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
 
-   insinto /usr/share/acme.sh/deploy
-   doins -r deploy/*.sh
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
 
-   insinto /usr/share/acme.sh/notify
-   doins -r notify/*.sh
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
 
dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
 }
+
+pkg_postinst() {
+   einfo "If you wish to use the webserver mode,"
+   einfo "you need to install a supported web server."
+   optfeature "using apache2 webserver mode." www-servers/apache
+   optfeature "using nginx webserver mode." www-servers/nginx
+}

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-.ebuild
index 3bd355e8982..1e6ca015589 100644
--- a/app-crypt/acme-sh/acme-sh-.ebuild
+++ b/app-crypt/acme-sh/acme-sh-.ebuild
@@ -3,48 +3,46 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/Neilpang/${PN/-/.}.git;
-
-inherit git-r3
+inherit git-r3 optfeature
 
 DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
 HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/acmesh-official/${PN/-/.}.git;
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 
 RDEPEND="
+   dev-libs/openssl:0
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
+   net-misc/socat
 "
 
 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
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
 
exeinto /usr/share/acme.sh
doexe acme.sh
 
-   insinto /usr/share/acme.sh/dnsapi
-   doins -r dnsapi/*.sh
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
 
-   insinto /usr/share/acme.sh/deploy
-   doins -r deploy/*.sh
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
 
-   insinto /usr/share/acme.sh/notify
-   doins -r notify/*.sh
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
 
dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
 }
+

[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-01-05 Thread Conrad Kostecki
commit: 2be905da482d50737128a4adae24e52f907b9423
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jan  5 18:08:45 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jan  5 18:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be905da

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/acme-sh-2.8.8.ebuild | 51 --
 1 file changed, 51 deletions(-)

diff --git a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
deleted file mode 100644
index 3c699f79842..000
--- a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-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
-"
-
-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
-
-   insinto /usr/share/acme.sh/notify
-   doins -r notify/*.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-01-05 Thread Conrad Kostecki
commit: 11f4f5a0455e62b10bdb8473f9c346b6fd78b0cd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jan  5 17:07:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jan  5 17:08:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f4f5a0

app-crypt/acme-sh: add ~arm keyword

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/acme-sh-2.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
index e51c060d836..3c699f79842 100644
--- a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
+++ b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
net-misc/curl



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-01-05 Thread Conrad Kostecki
commit: ac7d519f22a339e7a3893ccee97a46ca0cec345c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jan  5 16:51:30 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jan  5 16:57:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7d519f

app-crypt/acme-sh: add myself as co-maint

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-crypt/acme-sh/metadata.xml b/app-crypt/acme-sh/metadata.xml
index e60bd24cf64..a02acbd86b5 100644
--- a/app-crypt/acme-sh/metadata.xml
+++ b/app-crypt/acme-sh/metadata.xml
@@ -9,7 +9,12 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   

-   Neilpang/acme.sh
+   
https://github.com/acmesh-official/acme.sh/issues
+   acmesh-official/acme.sh

 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2021-01-05 Thread Conrad Kostecki
commit: 61e52be135927ec4028d2a9988339096ff9470e5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jan  5 16:56:18 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jan  5 16:57:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e52be1

app-crypt/acme-sh: update DESCRIPTION, HOMEPAGE, SRC_URI

Updated description to match upstream.
Updated homepage and SRC_URI to match new name on Github

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/acme-sh-2.8.8.ebuild | 12 
 app-crypt/acme-sh/acme-sh-.ebuild  | 17 +++--
 2 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
index af53d7dec34..e51c060d836 100644
--- a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
+++ b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,9 +6,9 @@ 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"
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -31,15 +31,19 @@ src_install() {
 
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
+
insinto /usr/share/acme.sh/notify
doins -r notify/*.sh
 

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-.ebuild
index 7ff01d8cd7e..3bd355e8982 100644
--- a/app-crypt/acme-sh/acme-sh-.ebuild
+++ b/app-crypt/acme-sh/acme-sh-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,20 +7,21 @@ EGIT_REPO_URI="https://github.com/Neilpang/${PN/-/.}.git;
 
 inherit git-r3
 
-DESCRIPTION="An ACME Shell script"
-HOMEPAGE="https://github.com/Neilpang/acme.sh;
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
 SRC_URI=""
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
 
-RDEPEND="net-misc/curl
+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"
+   virtual/cron
+"
 
 src_install() {
einstalldocs
@@ -29,15 +30,19 @@ src_install() {
 
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
+
insinto /usr/share/acme.sh/notify
doins -r notify/*.sh
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-12-14 Thread Conrad Kostecki
commit: 0e27aabfb8a69576b3047ecaf61bd8d22c1a8eb5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Dec 14 21:28:40 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec 14 21:28:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e27aabf

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-2.8.7.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index e288c5aaf44..7149e334d2a 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.8.7.tar.gz 206475 BLAKE2B 
ac1d51efac6301210ffd8b6e5ff6ed490cbf80e7dd154ec7a2ad0b6a2dd08ac73a325e332192214c964a873ba7c6f01a43a2157963d7edec9e0ec45b47e5b689
 SHA512 
45599f50a4a45b6fdea58d7a5759e4eb5f8e33acc53d60b264c15662e6bdc1e353af610845056fc67b127242c4ad15eaaf60a2113f2cb0245d4e4861dac6e1c3
 DIST acme.sh-2.8.8.tar.gz 218582 BLAKE2B 
bcd2fbc0ff984d7bbcf4e0ee4c1f08f868ebc4b31a5d217587cdeb5810b8991698de52dd082219194c762ef245324e981eb2a044b213e2713c0d12370be1c19b
 SHA512 
cf601965cd5542dbd11668330d0a4e428e89ccc3af92d4d04ea3936c8a31979a5c00aa8e18a31fde07812242dddcebbfdbc06f1c29260b917dfa19f88d12fd72

diff --git a/app-crypt/acme-sh/acme-sh-2.8.7.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.7.ebuild
deleted file mode 100644
index af53d7dec34..000
--- a/app-crypt/acme-sh/acme-sh-2.8.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 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"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-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
-"
-
-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
-   insinto /usr/share/acme.sh/notify
-   doins -r notify/*.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-12-14 Thread Conrad Kostecki
commit: fff349e678c15b459f53e10c30a1da89752fb95b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Dec 14 21:26:49 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec 14 21:28:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff349e6

app-crypt/acme-sh: bump to version 2.8.8

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.8.8.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 31f690766ec..e288c5aaf44 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.8.7.tar.gz 206475 BLAKE2B 
ac1d51efac6301210ffd8b6e5ff6ed490cbf80e7dd154ec7a2ad0b6a2dd08ac73a325e332192214c964a873ba7c6f01a43a2157963d7edec9e0ec45b47e5b689
 SHA512 
45599f50a4a45b6fdea58d7a5759e4eb5f8e33acc53d60b264c15662e6bdc1e353af610845056fc67b127242c4ad15eaaf60a2113f2cb0245d4e4861dac6e1c3
+DIST acme.sh-2.8.8.tar.gz 218582 BLAKE2B 
bcd2fbc0ff984d7bbcf4e0ee4c1f08f868ebc4b31a5d217587cdeb5810b8991698de52dd082219194c762ef245324e981eb2a044b213e2713c0d12370be1c19b
 SHA512 
cf601965cd5542dbd11668330d0a4e428e89ccc3af92d4d04ea3936c8a31979a5c00aa8e18a31fde07812242dddcebbfdbc06f1c29260b917dfa19f88d12fd72

diff --git a/app-crypt/acme-sh/acme-sh-2.8.8.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
new file mode 100644
index 000..af53d7dec34
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 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"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+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
+"
+
+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
+   insinto /usr/share/acme.sh/notify
+   doins -r notify/*.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-09-23 Thread Conrad Kostecki
commit: 1dcb0f8b988d67fa4f1d03a35dc924c0ee76cc9d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep 23 11:07:50 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep 23 11:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcb0f8b

app-crypt/acme-sh: drop old version

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  2 --
 app-crypt/acme-sh/acme-sh-2.8.3.ebuild | 46 --
 app-crypt/acme-sh/acme-sh-2.8.5.ebuild | 46 --
 3 files changed, 94 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 77afd3e72a2..31f690766ec 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,3 +1 @@
-DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e
-DIST acme.sh-2.8.5.tar.gz 176854 BLAKE2B 
74eb9bbf4b99984ba77725c6751b713d6971503d1a8542472e75192afc9139705607f629e673af75b6ec7dab68b1a9ad2fd4676cda26871daf475487e28e0848
 SHA512 
db355d8c60c61b632c62dda376e71c438035d3eaf5630a6dc3ca241f6d988216f046e1588ccfe3da955aacb7897cefac5a8c7b6868f12af8f422182c52ed7b72
 DIST acme.sh-2.8.7.tar.gz 206475 BLAKE2B 
ac1d51efac6301210ffd8b6e5ff6ed490cbf80e7dd154ec7a2ad0b6a2dd08ac73a325e332192214c964a873ba7c6f01a43a2157963d7edec9e0ec45b47e5b689
 SHA512 
45599f50a4a45b6fdea58d7a5759e4eb5f8e33acc53d60b264c15662e6bdc1e353af610845056fc67b127242c4ad15eaaf60a2113f2cb0245d4e4861dac6e1c3

diff --git a/app-crypt/acme-sh/acme-sh-2.8.3.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.3.ebuild
deleted file mode 100644
index 6aa2342cb37..000
--- a/app-crypt/acme-sh/acme-sh-2.8.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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
-   insinto /usr/share/acme.sh/notify
-   doins -r notify/*.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}

diff --git a/app-crypt/acme-sh/acme-sh-2.8.5.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
deleted file mode 100644
index 59253f841d6..000
--- a/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 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 ~arm64 ~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
-   insinto /usr/share/acme.sh/notify
-   doins -r notify/*.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-09-23 Thread Conrad Kostecki
commit: a85fd8486d53508a9d6550e6ecde4317486919ef
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep 23 11:06:31 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep 23 11:09:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85fd848

app-crypt/acme-sh: bump to version 2.8.7

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.8.7.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index caf9c58a1e1..77afd3e72a2 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1,3 @@
 DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e
 DIST acme.sh-2.8.5.tar.gz 176854 BLAKE2B 
74eb9bbf4b99984ba77725c6751b713d6971503d1a8542472e75192afc9139705607f629e673af75b6ec7dab68b1a9ad2fd4676cda26871daf475487e28e0848
 SHA512 
db355d8c60c61b632c62dda376e71c438035d3eaf5630a6dc3ca241f6d988216f046e1588ccfe3da955aacb7897cefac5a8c7b6868f12af8f422182c52ed7b72
+DIST acme.sh-2.8.7.tar.gz 206475 BLAKE2B 
ac1d51efac6301210ffd8b6e5ff6ed490cbf80e7dd154ec7a2ad0b6a2dd08ac73a325e332192214c964a873ba7c6f01a43a2157963d7edec9e0ec45b47e5b689
 SHA512 
45599f50a4a45b6fdea58d7a5759e4eb5f8e33acc53d60b264c15662e6bdc1e353af610845056fc67b127242c4ad15eaaf60a2113f2cb0245d4e4861dac6e1c3

diff --git a/app-crypt/acme-sh/acme-sh-2.8.7.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.7.ebuild
new file mode 100644
index 000..af53d7dec34
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 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"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+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
+"
+
+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
+   insinto /usr/share/acme.sh/notify
+   doins -r notify/*.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-04-28 Thread Mart Raudsepp
commit: 625af10ed7894ea3a69e94d14ceaabcbabb63b6a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue Apr 28 04:49:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 28 19:23:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625af10e

app-crypt/acme-sh: arm64 keyworded (bug #709716)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-crypt/acme-sh/acme-sh-2.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme-sh/acme-sh-2.8.5.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
index b34a4374029..59253f841d6 100644
--- a/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
+++ b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Neilpang/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="net-misc/curl



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-01-19 Thread Joonas Niilola
commit: 4ce604ab4269f0d48a92fdafe5c31b7b5f5d631e
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Jan 18 16:55:47 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce604ab

app-crypt/acme-sh: drop old ebuild

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 2f75c5dd5bb..1d1aa063e50 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.8.0.tar.gz 127638 BLAKE2B 
b5ef10c40da4b77c7f1f3175b7cac0cc19bff135959416a97b3e8443cf13bb92d9e0b86837fd3834351412a19f25e92a4ffa146815c146f2e91cd94bcbc655a8
 SHA512 
99f86866f7bd1426e9a8b31dd09206685ad4aa01a3d723d366681aae4ea2087f9437496e0b3da947766931493c9d94305da1906eadc7005373327342ca94ce23
 DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e

diff --git a/app-crypt/acme-sh/acme-sh-2.8.0.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.0.ebuild
deleted file mode 100644
index 27d064cd38c..000
--- a/app-crypt/acme-sh/acme-sh-2.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-01-19 Thread Joonas Niilola
commit: e23cd83388e66120759d161267595b3548db4dce
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Jan 18 16:56:33 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23cd833

app-crypt/acme-sh: version bump to 2.8.5

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/14381
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.8.5.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 1d1aa063e50..caf9c58a1e1 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e
+DIST acme.sh-2.8.5.tar.gz 176854 BLAKE2B 
74eb9bbf4b99984ba77725c6751b713d6971503d1a8542472e75192afc9139705607f629e673af75b6ec7dab68b1a9ad2fd4676cda26871daf475487e28e0848
 SHA512 
db355d8c60c61b632c62dda376e71c438035d3eaf5630a6dc3ca241f6d988216f046e1588ccfe3da955aacb7897cefac5a8c7b6868f12af8f422182c52ed7b72

diff --git a/app-crypt/acme-sh/acme-sh-2.8.5.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
new file mode 100644
index 000..b34a4374029
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 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
+   insinto /usr/share/acme.sh/notify
+   doins -r notify/*.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2019-10-08 Thread Joonas Niilola
commit: b7efed61e72b430feaf5b84e089bd3f841b1bf54
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Oct  5 16:39:24 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  9 05:21:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7efed61

app-crypt/acme-sh: update live ebuild

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/13170
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/acme-sh/acme-sh-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-.ebuild
index aa72ab18cd5..7ff01d8cd7e 100644
--- a/app-crypt/acme-sh/acme-sh-.ebuild
+++ b/app-crypt/acme-sh/acme-sh-.ebuild
@@ -38,6 +38,8 @@ src_install() {
doins -r dnsapi/*.sh
insinto /usr/share/acme.sh/deploy
doins -r deploy/*.sh
+   insinto /usr/share/acme.sh/notify
+   doins -r notify/*.sh
 
dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2019-10-08 Thread Joonas Niilola
commit: b5b509a1c99b05f32fa5acb7fe43d49f2b08327b
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Oct  5 16:37:24 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  9 05:21:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b509a1

app-crypt/acme-sh: drop old ebuild

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-2.7.9.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index e3fff5368ef..bf524962bef 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-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.7.9.ebuild 
b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
deleted file mode 100644
index c61c16f239a..000
--- a/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 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/openbsd-netcat
-   || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 )
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2019-10-08 Thread Joonas Niilola
commit: 37b2933e16810cdbda2f7694b814a7b877135051
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Oct  5 16:38:40 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  9 05:21:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b2933e

app-crypt/acme-sh: version bump to 2.8.3

Closes: https://bugs.gentoo.org/696180
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.8.3.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index bf524962bef..2f75c5dd5bb 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.8.0.tar.gz 127638 BLAKE2B 
b5ef10c40da4b77c7f1f3175b7cac0cc19bff135959416a97b3e8443cf13bb92d9e0b86837fd3834351412a19f25e92a4ffa146815c146f2e91cd94bcbc655a8
 SHA512 
99f86866f7bd1426e9a8b31dd09206685ad4aa01a3d723d366681aae4ea2087f9437496e0b3da947766931493c9d94305da1906eadc7005373327342ca94ce23
+DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e

diff --git a/app-crypt/acme-sh/acme-sh-2.8.3.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.3.ebuild
new file mode 100644
index 000..6aa2342cb37
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.3.ebuild
@@ -0,0 +1,46 @@
+# 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
+   insinto /usr/share/acme.sh/notify
+   doins -r notify/*.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2019-05-19 Thread Michał Górny
commit: d081faba2420c109b269720e8138c1bc6a210620
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 19 10:57:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 19 10:59:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d081faba

app-crypt/acme-sh: Remove obsolete dep on netcat6

Signed-off-by: Michał Górny  gentoo.org>

 app-crypt/acme-sh/acme-sh-2.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme-sh/acme-sh-2.7.9.ebuild 
b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
index 3224bb2b448..c61c16f239a 100644
--- a/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
+++ b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 
 RDEPEND="net-misc/curl
|| ( dev-libs/libressl dev-libs/openssl:0 )
-   || ( net-analyzer/netcat6 net-analyzer/openbsd-netcat )
+   net-analyzer/openbsd-netcat
|| ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 )
virtual/cron"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2019-04-14 Thread Patrice Clement
commit: c1a560a4f5c6a441282af0e592d1fe702db06ece
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Apr 14 15:27:18 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr 14 18:16:28 2019 +
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.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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2019-04-14 Thread Patrice Clement
commit: 4b888f43b0f8af14c5c819993af592cef0cc4a08
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Apr 14 15:29:19 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr 14 18:16:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b888f43

app-crypt/acme-sh: update live ebuild.

1. Removed slot for www-servers/nginx.
2. Replaced net-analyzer/netcat6 by net-analyzer/netcat.

Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Patrice Clement  gentoo.org>

 app-crypt/acme-sh/acme-sh-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-.ebuild
index 23935922162..aa72ab18cd5 100644
--- a/app-crypt/acme-sh/acme-sh-.ebuild
+++ b/app-crypt/acme-sh/acme-sh-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,8 +18,8 @@ IUSE=""
 
 RDEPEND="net-misc/curl
|| ( dev-libs/libressl dev-libs/openssl:0 )
-   || ( net-analyzer/netcat6 net-analyzer/openbsd-netcat )
-   || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 )
+   || ( net-analyzer/netcat net-analyzer/openbsd-netcat )
+   || ( net-misc/socat www-servers/apache:2 www-servers/nginx )
virtual/cron"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/files/, app-crypt/acme-sh/

2018-10-20 Thread Michał Górny
commit: 8c80c15d06b64de071f84d9c8e6f608d603f0fb5
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Oct 14 10:48:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 20 15:07:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c80c15d

app-crypt/acme-sh: new ebuild

A pure Unix shell script implementing ACME client protocol

Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10139
Signed-off-by: Michał Górny  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.7.9.ebuild | 44 ++
 app-crypt/acme-sh/acme-sh-.ebuild  | 43 +
 app-crypt/acme-sh/files/99acme-sh  |  2 ++
 app-crypt/acme-sh/files/acme.sh|  1 +
 app-crypt/acme-sh/metadata.xml | 19 +++
 6 files changed, 110 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
new file mode 100644
index 000..84a85890ba1
--- /dev/null
+++ b/app-crypt/acme-sh/Manifest
@@ -0,0 +1 @@
+DIST acme.sh-2.7.9.tar.gz 110323 BLAKE2B 
244afad17ddf17fa95a11d5af7943a153ed37e67ef304511787767a5d769f9cd22fb66875d637f2d536cce8942e4feee0c442af8349a32a91940b1fbbc2e879c
 SHA512 
24374783ca52835b400b84316ffab5e9066805362f02082f8ef409e21ca590d837b3dd11401633947f9fcc98dc977b0e8b6076d5deecd02b38478f257500a052

diff --git a/app-crypt/acme-sh/acme-sh-2.7.9.ebuild 
b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
new file mode 100644
index 000..3224bb2b448
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 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/netcat6 net-analyzer/openbsd-netcat )
+   || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 )
+   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
+}

diff --git a/app-crypt/acme-sh/acme-sh-.ebuild 
b/app-crypt/acme-sh/acme-sh-.ebuild
new file mode 100644
index 000..23935922162
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/Neilpang/${PN/-/.}.git;
+
+inherit git-r3
+
+DESCRIPTION="An ACME Shell script"
+HOMEPAGE="https://github.com/Neilpang/acme.sh;
+SRC_URI=""
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="net-misc/curl
+   || ( dev-libs/libressl dev-libs/openssl:0 )
+   || ( net-analyzer/netcat6 net-analyzer/openbsd-netcat )
+   || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 )
+   virtual/cron"
+
+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
+}

diff --git a/app-crypt/acme-sh/files/99acme-sh 
b/app-crypt/acme-sh/files/99acme-sh
new file mode 100644
index 000..a502b49016a
--- /dev/null
+++ b/app-crypt/acme-sh/files/99acme-sh
@@ -0,0 +1,2 @@
+LE_WORKING_DIR="/etc/acme-sh/"
+LE_CONFIG_HOME="/etc/acme-sh/"

diff --git a/app-crypt/acme-sh/files/acme.sh b/app-crypt/acme-sh/files/acme.sh
new file mode 100644
index 000..f20d53850bc
--- /dev/null
+++ b/app-crypt/acme-sh/files/acme.sh
@@ -0,0 +1 @@
+alias acme.sh="/usr/bin/acme.sh --config-home '/etc/acme-sh/'"

diff --git a/app-crypt/acme-sh/metadata.xml b/app-crypt/acme-sh/metadata.xml
new file mode 100644
index 000..2a8926b55be
--- /dev/null
+++ b/app-crypt/acme-sh/metadata.xml
@@ -0,0 +1,19 @@
+