public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2017-12-18  6:27 NP Hardass
  0 siblings, 0 replies; 27+ messages in thread
From: NP Hardass @ 2017-12-18  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5d8ab00b87aa85159a4bd75cff1a84790e7123b1
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 17:39:48 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:27:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8ab00b

app-crypt/acme-tiny: Fix error introduced when renaming to 99999999

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-crypt/acme-tiny/acme-tiny-20170917.ebuild | 2 +-
 app-crypt/acme-tiny/acme-tiny-99999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild b/app-crypt/acme-tiny/acme-tiny-20170917.ebuild
index c185d254315..b85a7644799 100644
--- a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-20170917.ebuild
@@ -31,7 +31,7 @@ RDEPEND="dev-libs/openssl:0"
 PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
 
 pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
+	if [[ ${PV} != 99999999 ]]; then
 		export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
 	fi
 }

diff --git a/app-crypt/acme-tiny/acme-tiny-99999999.ebuild b/app-crypt/acme-tiny/acme-tiny-99999999.ebuild
index c185d254315..b85a7644799 100644
--- a/app-crypt/acme-tiny/acme-tiny-99999999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-99999999.ebuild
@@ -31,7 +31,7 @@ RDEPEND="dev-libs/openssl:0"
 PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
 
 pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
+	if [[ ${PV} != 99999999 ]]; then
 		export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
 	fi
 }


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2018-03-16  7:06 NP Hardass
  0 siblings, 0 replies; 27+ messages in thread
From: NP Hardass @ 2018-03-16  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1153778907d52c6ed466680c2cc7696d0b997634
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 06:24:42 2018 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 07:06:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11537789

app-crypt/acme-tiny: Dropping unnecessary patch from 9999

Merged upstream

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/acme-tiny-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 5dc8c71c35e..2ec5bef8dcb 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -31,8 +31,6 @@ IUSE="minimal"
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
 
-PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
-
 pkg_setup() {
 	if [[ ${PV} != 9999 ]]; then
 		export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2018-03-16  7:06 NP Hardass
  0 siblings, 0 replies; 27+ messages in thread
From: NP Hardass @ 2018-03-16  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     51cb4b7a78de056820b8bd64779549df0ae91178
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 06:19:09 2018 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 07:06:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cb4b7a

app-crypt/acme-tiny: Adjust versioning for new versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest                                  |  2 +-
 ...acme-tiny-20170917.ebuild => acme-tiny-0_p20170917.ebuild} | 11 +++++++----
 .../{acme-tiny-99999999.ebuild => acme-tiny-9999.ebuild}      | 11 +++++++----
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index adc866795dd..3c3367257ea 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1 +1 @@
-DIST acme-tiny-20170917.tar.gz 10516 BLAKE2B e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883caaaa8c2327fca6be0240a17f SHA512 0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
+DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883caaaa8c2327fca6be0240a17f SHA512 0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700

diff --git a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
similarity index 81%
rename from app-crypt/acme-tiny/acme-tiny-20170917.ebuild
rename to app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
index b85a7644799..5dc8c71c35e 100644
--- a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,15 +6,18 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
-if [[ ${PV} == 99999999 ]]; then
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
 	KEYWORDS=""
-else
+elif [[ ${PV} =~ 0_p* ]]; then
 	HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 	S="${WORKDIR}/${PN}-${HASH}"
+else
+	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
@@ -31,7 +34,7 @@ RDEPEND="dev-libs/openssl:0"
 PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
 
 pkg_setup() {
-	if [[ ${PV} != 99999999 ]]; then
+	if [[ ${PV} != 9999 ]]; then
 		export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
 	fi
 }

diff --git a/app-crypt/acme-tiny/acme-tiny-99999999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
similarity index 81%
rename from app-crypt/acme-tiny/acme-tiny-99999999.ebuild
rename to app-crypt/acme-tiny/acme-tiny-9999.ebuild
index b85a7644799..5dc8c71c35e 100644
--- a/app-crypt/acme-tiny/acme-tiny-99999999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,15 +6,18 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
-if [[ ${PV} == 99999999 ]]; then
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
 	KEYWORDS=""
-else
+elif [[ ${PV} =~ 0_p* ]]; then
 	HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 	S="${WORKDIR}/${PN}-${HASH}"
+else
+	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
@@ -31,7 +34,7 @@ RDEPEND="dev-libs/openssl:0"
 PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
 
 pkg_setup() {
-	if [[ ${PV} != 99999999 ]]; then
+	if [[ ${PV} != 9999 ]]; then
 		export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
 	fi
 }


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2018-03-27  4:06 NP Hardass
  0 siblings, 0 replies; 27+ messages in thread
From: NP Hardass @ 2018-03-27  4:06 UTC (permalink / raw
  To: gentoo-commits

commit:     12481497f6548ed3d7c25baac894add49c47228a
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 15:45:19 2018 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 04:05:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12481497

app-crypt/acme-tiny: Bump to 4.0.3

--account-email flag changed to --contact, requires new syntax, so
make sure to update scripts accordingly

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest                       |  1 +
 ...cme-tiny-9999.ebuild => acme-tiny-4.0.3.ebuild} | 23 +++++++++++++---------
 app-crypt/acme-tiny/acme-tiny-9999.ebuild          | 23 +++++++++++++---------
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index b176bea3185..3f8a4895242 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,2 +1,3 @@
 DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883caaaa8c2327fca6be0240a17f SHA512 0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
 DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32 SHA512 45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691
+DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a SHA512 bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
similarity index 66%
copy from app-crypt/acme-tiny/acme-tiny-9999.ebuild
copy to app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
index c36ebd5cd3c..b9815c34809 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
+inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
@@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny"
 
 LICENSE="MIT"
 SLOT="0"
-
-IUSE="minimal"
+IUSE=""
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
@@ -33,11 +32,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-	if ! use minimal; then
-		local PATCHES=(
-			"${FILESDIR}/${PN}-PR87-readmefix.patch"
-			"${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
-		)
-	fi
+	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
 	distutils-r1_src_prepare
 }
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
+			einfo "The --account-email flag has been changed to --contact and"
+			einfo "has different syntax."
+			einfo "Please update your scripts accordingly"
+		fi
+	done
+}

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index c36ebd5cd3c..b9815c34809 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
+inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
@@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny"
 
 LICENSE="MIT"
 SLOT="0"
-
-IUSE="minimal"
+IUSE=""
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
@@ -33,11 +32,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-	if ! use minimal; then
-		local PATCHES=(
-			"${FILESDIR}/${PN}-PR87-readmefix.patch"
-			"${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
-		)
-	fi
+	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
 	distutils-r1_src_prepare
 }
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
+			einfo "The --account-email flag has been changed to --contact and"
+			einfo "has different syntax."
+			einfo "Please update your scripts accordingly"
+		fi
+	done
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2018-09-13 11:53 Virgil Dupras
  0 siblings, 0 replies; 27+ messages in thread
From: Virgil Dupras @ 2018-09-13 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e3872654319f170aed70c9418c7d3d565fb0dd1e
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 12:34:47 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 11:53:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3872654

app-crypt/acme-tiny: bump to 4.0.4

Also, add myself as co-maintainer.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/acme-tiny/Manifest                                          | 1 +
 app-crypt/acme-tiny/{acme-tiny-9999.ebuild => acme-tiny-4.0.4.ebuild} | 4 ++--
 app-crypt/acme-tiny/acme-tiny-9999.ebuild                             | 4 ++--
 app-crypt/acme-tiny/metadata.xml                                      | 4 ++++
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 4bc5473e28c..597e593eb03 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1 +1,2 @@
 DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a SHA512 bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7
+DIST acme-tiny-4.0.4.tar.gz 12667 BLAKE2B 6177d639a2d65080f84ca93400405c01ef18cb3c8d18ef5e7e57af1eede9d6f1e105ca7f6f89014e79c5cb1d865d3c81f590abdb37e8caa6b9699ea20064f698 SHA512 e66befe8262b3396e5e55ea01fc47c668c527868832d2ccdc2786156ec52e698fd20cb6fa4fe861d97947d64f4b6c751be9c79bf546eaac34978c53b9e6f85e4

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
similarity index 96%
copy from app-crypt/acme-tiny/acme-tiny-9999.ebuild
copy to app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
index b9815c34809..184d1bfb35b 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1 eapi7-ver
+inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index b9815c34809..184d1bfb35b 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1 eapi7-ver
+inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3

diff --git a/app-crypt/acme-tiny/metadata.xml b/app-crypt/acme-tiny/metadata.xml
index 1e492cbeec2..b009e2c6b3e 100644
--- a/app-crypt/acme-tiny/metadata.xml
+++ b/app-crypt/acme-tiny/metadata.xml
@@ -5,6 +5,10 @@
 		<email>NP-Hardass@gentoo.org</email>
 		<name>NP-Hardass</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>vdupras@gentoo.org</email>
+		<name>Virgil Dupras</name>
+	</maintainer>
 	<longdescription>
 		A tiny, auditable script for Let's Encrypt's ACME Protocol
 	</longdescription>


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2018-09-26 11:44 Virgil Dupras
  0 siblings, 0 replies; 27+ messages in thread
From: Virgil Dupras @ 2018-09-26 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     99288a18b7933b2661fc751ddeb45760f4a899a1
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 26 11:42:50 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Wed Sep 26 11:44:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99288a18

app-crypt/acme-tiny: stabilize 4.0.4 on amd64

Has been working fine on my systems and has no open issues.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
index 184d1bfb35b..bf5937baf83 100644
--- a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,10 +9,10 @@ inherit distutils-r1
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-	KEYWORDS=""
+	KEYWORDS="amd64"
 else
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2019-04-29 14:34 Virgil Dupras
  0 siblings, 0 replies; 27+ messages in thread
From: Virgil Dupras @ 2019-04-29 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e0bbd89a4f65a4532b13ed845f173687901c98ae
Author:     Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
AuthorDate: Sun Apr 28 15:40:04 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 14:33:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bbd89a

app-crypt/acme-tiny: PYTHON_TARGETS+="python3_7"

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/11854
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild | 2 +-
 app-crypt/acme-tiny/acme-tiny-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
index b1c663ba8ba..859b43707cd 100644
--- a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 861a02def9e..2a5c2179177 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2019-07-05 19:05 Virgil Dupras
  0 siblings, 0 replies; 27+ messages in thread
From: Virgil Dupras @ 2019-07-05 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0d0899baeba1197af6e91f1159748a1684378ebd
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 18:50:43 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 18:50:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0899ba

app-crypt/acme-tiny: remove myself as maintainer

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-crypt/acme-tiny/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-crypt/acme-tiny/metadata.xml b/app-crypt/acme-tiny/metadata.xml
index b009e2c6b3e..1e492cbeec2 100644
--- a/app-crypt/acme-tiny/metadata.xml
+++ b/app-crypt/acme-tiny/metadata.xml
@@ -5,10 +5,6 @@
 		<email>NP-Hardass@gentoo.org</email>
 		<name>NP-Hardass</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>vdupras@gentoo.org</email>
-		<name>Virgil Dupras</name>
-	</maintainer>
 	<longdescription>
 		A tiny, auditable script for Let's Encrypt's ACME Protocol
 	</longdescription>


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2020-02-11 11:38 Michał Górny
  0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     00abd24559685376f4bd12b99dae395366ae2224
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:26:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:37:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00abd245

app-crypt/acme-tiny: Remove py2

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

 app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild | 2 +-
 app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild | 2 +-
 app-crypt/acme-tiny/acme-tiny-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
index 678610b6a6a..fd2b028b0f3 100644
--- a/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} == 9999 ]]; then

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
index 56094010867..73e586b47f1 100644
--- a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 8a95c21a2a9..4d15c1d8601 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2020-08-13 20:25 Michał Górny
  0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2020-08-13 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     32a573e8c27453a1ef46397b6cef7a9617dd0ba5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 20:20:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 20:25:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a573e8

app-crypt/acme-tiny: Remove old (py3.6)

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

 app-crypt/acme-tiny/Manifest               |  1 -
 app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 597e593eb03..b5955d809a9 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,2 +1 @@
-DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a SHA512 bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7
 DIST acme-tiny-4.0.4.tar.gz 12667 BLAKE2B 6177d639a2d65080f84ca93400405c01ef18cb3c8d18ef5e7e57af1eede9d6f1e105ca7f6f89014e79c5cb1d865d3c81f590abdb37e8caa6b9699ea20064f698 SHA512 e66befe8262b3396e5e55ea01fc47c668c527868832d2ccdc2786156ec52e698fd20cb6fa4fe861d97947d64f4b6c751be9c79bf546eaac34978c53b9e6f85e4

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
deleted file mode 100644
index fd2b028b0f3..00000000000
--- a/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1 eapi7-ver
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-	KEYWORDS=""
-else
-	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
-		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
-	fi
-}
-
-src_prepare() {
-	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
-
-	distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
-			einfo "The --account-email flag has been changed to --contact and"
-			einfo "has different syntax."
-			einfo "Please update your scripts accordingly"
-		fi
-	done
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2020-10-28 19:16 Adam Feldman
  0 siblings, 0 replies; 27+ messages in thread
From: Adam Feldman @ 2020-10-28 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     906dfad13063a6d58a78a8f3964e77a021ad5d96
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 28 17:33:56 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 19:16:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906dfad1

app-crypt/acme-tiny: Urgent version bump 4.1.0

LetsEncrypt will be ending support for all versions older than 4.1.0 on
Nov 1st 2020.

Any server that has been using acme-tiny to automatically renew certificates
will fail to issue new certificates in 3 days.

https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18061
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 app-crypt/acme-tiny/Manifest                                          | 1 +
 app-crypt/acme-tiny/{acme-tiny-9999.ebuild => acme-tiny-4.1.0.ebuild} | 3 +--
 app-crypt/acme-tiny/acme-tiny-9999.ebuild                             | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index b5955d809a9..cc2dc50eef3 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1 +1,2 @@
 DIST acme-tiny-4.0.4.tar.gz 12667 BLAKE2B 6177d639a2d65080f84ca93400405c01ef18cb3c8d18ef5e7e57af1eede9d6f1e105ca7f6f89014e79c5cb1d865d3c81f590abdb37e8caa6b9699ea20064f698 SHA512 e66befe8262b3396e5e55ea01fc47c668c527868832d2ccdc2786156ec52e698fd20cb6fa4fe861d97947d64f4b6c751be9c79bf546eaac34978c53b9e6f85e4
+DIST acme-tiny-4.1.0.tar.gz 12776 BLAKE2B 7efd9d1399ec3bbd98180511c9f36fbf6f9a96a0d4e0e72b9d4c85d16246118eaaad25bc26ba42f746fd4b60b498ceca5307e279d788157237ac6ad153848501 SHA512 31d69a5031c019acbc23b3f06041eae8e261766396d4a7420fd70a71cfa16de953bea4c0c2ad0c6a6e793ed61ab5331f40145352ffce69f4f062f35dd0db7519

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
similarity index 95%
copy from app-crypt/acme-tiny/acme-tiny-9999.ebuild
copy to app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
index 4d15c1d8601..a1911edadfd 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
@@ -3,13 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 4d15c1d8601..8521a3767ad 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -3,13 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_8} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2020-11-30 20:09 Adam Feldman
  0 siblings, 0 replies; 27+ messages in thread
From: Adam Feldman @ 2020-11-30 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     cc92ac035a0bd3388ed93b9a4c8422c73d4c6524
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 17:36:00 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 20:08:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc92ac03

app-crypt/acme-tiny: Drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 app-crypt/acme-tiny/Manifest               |  1 -
 app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index cc2dc50eef3..10ca796d503 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,2 +1 @@
-DIST acme-tiny-4.0.4.tar.gz 12667 BLAKE2B 6177d639a2d65080f84ca93400405c01ef18cb3c8d18ef5e7e57af1eede9d6f1e105ca7f6f89014e79c5cb1d865d3c81f590abdb37e8caa6b9699ea20064f698 SHA512 e66befe8262b3396e5e55ea01fc47c668c527868832d2ccdc2786156ec52e698fd20cb6fa4fe861d97947d64f4b6c751be9c79bf546eaac34978c53b9e6f85e4
 DIST acme-tiny-4.1.0.tar.gz 12776 BLAKE2B 7efd9d1399ec3bbd98180511c9f36fbf6f9a96a0d4e0e72b9d4c85d16246118eaaad25bc26ba42f746fd4b60b498ceca5307e279d788157237ac6ad153848501 SHA512 31d69a5031c019acbc23b3f06041eae8e261766396d4a7420fd70a71cfa16de953bea4c0c2ad0c6a6e793ed61ab5331f40145352ffce69f4f062f35dd0db7519

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
deleted file mode 100644
index 73e586b47f1..00000000000
--- a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7} )
-inherit distutils-r1
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-	KEYWORDS="amd64"
-else
-	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
-		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
-	fi
-}
-
-src_prepare() {
-	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
-
-	distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
-			einfo "The --account-email flag has been changed to --contact and"
-			einfo "has different syntax."
-			einfo "Please update your scripts accordingly"
-		fi
-	done
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2020-11-30 20:09 Adam Feldman
  0 siblings, 0 replies; 27+ messages in thread
From: Adam Feldman @ 2020-11-30 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     46d89a40bb76ddb30591ee86bbe1568fc268b041
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 17:35:23 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 20:08:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d89a40

app-crypt/acme-tiny: stabilize 4.1.0 for amd64, x86

Closes: https://bugs.gentoo.org/757705
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild b/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
index a1911edadfd..fef86ec767a 100644
--- a/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
 else
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2020-11-30 20:09 Adam Feldman
  0 siblings, 0 replies; 27+ messages in thread
From: Adam Feldman @ 2020-11-30 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a796d8dd5de39c6e930460d495792e6963452b11
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 17:33:35 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 20:08:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a796d8dd

app-crypt/acme-tiny: Fix PYTHON_COMPAT typo in 9999

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 8521a3767ad..a1911edadfd 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-02-17 18:40 Adam Feldman
  0 siblings, 0 replies; 27+ messages in thread
From: Adam Feldman @ 2022-02-17 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     edafb60c9552b1504bd97c5698e8110960f6c32c
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Wed Jan 19 14:47:05 2022 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 18:40:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edafb60c

app-crypt/acme-tiny: Version bump 5.0.1

Add Python 3.10 support

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23870
Closes: https://bugs.gentoo.org/830415
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 app-crypt/acme-tiny/Manifest                                          | 1 +
 app-crypt/acme-tiny/{acme-tiny-9999.ebuild => acme-tiny-5.0.1.ebuild} | 4 ++--
 app-crypt/acme-tiny/acme-tiny-9999.ebuild                             | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 10ca796d5030..3c2337792f19 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1 +1,2 @@
 DIST acme-tiny-4.1.0.tar.gz 12776 BLAKE2B 7efd9d1399ec3bbd98180511c9f36fbf6f9a96a0d4e0e72b9d4c85d16246118eaaad25bc26ba42f746fd4b60b498ceca5307e279d788157237ac6ad153848501 SHA512 31d69a5031c019acbc23b3f06041eae8e261766396d4a7420fd70a71cfa16de953bea4c0c2ad0c6a6e793ed61ab5331f40145352ffce69f4f062f35dd0db7519
+DIST acme-tiny-5.0.1.tar.gz 21036 BLAKE2B a09c16ca19570b48d34c919e2a361e3be5d66ed8fc0ccff7af74e4018d294f2940a552906dee45bac27a16e7b039a3567dc35e201b058015c5123baa2cbb01c1 SHA512 6e0619917b31a5795c2c7d8aa811b46231b81fc6b57227f611f7f4b9f73eb3de669676482563c33d935a4a0812498677bcbe974663a561af61abb441a880947e

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
similarity index 92%
copy from app-crypt/acme-tiny/acme-tiny-9999.ebuild
copy to app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
index 5c6c1c7e6e6b..b1ca9c31e4af 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 5c6c1c7e6e6b..b1ca9c31e4af 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-06-07  8:26 Jakov Smolić
  0 siblings, 0 replies; 27+ messages in thread
From: Jakov Smolić @ 2022-06-07  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9db9afdfb4217818fefa5a4ee917e8a70849c0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 08:25:41 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 08:25:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9db9af

app-crypt/acme-tiny: Stabilize 5.0.1 amd64, #850265

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
index b1ca9c31e4af..7215ad7dae76 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
 else
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-06-07  8:26 Jakov Smolić
  0 siblings, 0 replies; 27+ messages in thread
From: Jakov Smolić @ 2022-06-07  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     db7f7bdc344a20510556cd0713b4bd0c5e29f073
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 08:26:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 08:26:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7f7bdc

app-crypt/acme-tiny: Stabilize 5.0.1 x86, #850265

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
index 7215ad7dae76..d1dbadc05430 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
 else
 	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-07-29  4:48 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2022-07-29  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cf579daa06a90e0509026b0b113c7d2d653f943f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 08:59:28 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 04:48:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf579daa

app-crypt/acme-tiny: drop 4.1.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 3c2337792f19..beb4c6083b4b 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,2 +1 @@
-DIST acme-tiny-4.1.0.tar.gz 12776 BLAKE2B 7efd9d1399ec3bbd98180511c9f36fbf6f9a96a0d4e0e72b9d4c85d16246118eaaad25bc26ba42f746fd4b60b498ceca5307e279d788157237ac6ad153848501 SHA512 31d69a5031c019acbc23b3f06041eae8e261766396d4a7420fd70a71cfa16de953bea4c0c2ad0c6a6e793ed61ab5331f40145352ffce69f4f062f35dd0db7519
 DIST acme-tiny-5.0.1.tar.gz 21036 BLAKE2B a09c16ca19570b48d34c919e2a361e3be5d66ed8fc0ccff7af74e4018d294f2940a552906dee45bac27a16e7b039a3567dc35e201b058015c5123baa2cbb01c1 SHA512 6e0619917b31a5795c2c7d8aa811b46231b81fc6b57227f611f7f4b9f73eb3de669676482563c33d935a4a0812498677bcbe974663a561af61abb441a880947e

diff --git a/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild b/app-crypt/acme-tiny/acme-tiny-4.1.0.ebuild
deleted file mode 100644
index d019da939aa5..000000000000
--- a/app-crypt/acme-tiny/acme-tiny-4.1.0.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
-
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
-inherit distutils-r1
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-else
-	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
-		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
-	fi
-}
-
-src_prepare() {
-	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
-
-	distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
-			einfo "The --account-email flag has been changed to --contact and"
-			einfo "has different syntax."
-			einfo "Please update your scripts accordingly"
-		fi
-	done
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-07-29  4:48 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2022-07-29  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     065ea7b762b4c99b6f4ac6edaf48c471345a7faa
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 08:55:30 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 04:48:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065ea7b7

app-crypt/acme-tiny: drop 9999

This package has well-defined releases and a slow development cycle.
Can't see a reason to have live ebuild for it.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-9999.ebuild | 47 -------------------------------
 1 file changed, 47 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
deleted file mode 100644
index b1ca9c31e4af..000000000000
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
-inherit distutils-r1
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-else
-	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
-		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
-	fi
-}
-
-src_prepare() {
-	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
-
-	distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
-			einfo "The --account-email flag has been changed to --contact and"
-			einfo "has different syntax."
-			einfo "Please update your scripts accordingly"
-		fi
-	done
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-07-29  4:48 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2022-07-29  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     28179cba57bd6870bed006d3dfded298d9d0c36b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 08:54:34 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 04:48:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28179cba

app-crypt/acme-tiny: add myself as a maintainer

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-crypt/acme-tiny/metadata.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-crypt/acme-tiny/metadata.xml b/app-crypt/acme-tiny/metadata.xml
index df6528161654..418b25e0fbfe 100644
--- a/app-crypt/acme-tiny/metadata.xml
+++ b/app-crypt/acme-tiny/metadata.xml
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="github">diafygi/acme-tiny</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>graaff@gentoo.org</email>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">diafygi/acme-tiny</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-07-29  4:48 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2022-07-29  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ee3b8fe16f053b37cb40f426c98cc2095872ae5d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 09:39:57 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 04:48:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b8fe1

app-crypt/acme-tiny: restrict tests and explain why

Closes: https://bugs.gentoo.org/795534
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
index d1dbadc05430..11801bcbdbfe 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
@@ -24,6 +24,9 @@ IUSE=""
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
 
+# Tests require a local ACME server to be set up.
+RESTRICT="test"
+
 pkg_setup() {
 	if [[ ${PV} != 9999 ]]; then
 		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2022-11-12 13:52 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2022-11-12 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b24f92d18af7204f2497923fea2604999e989d44
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 13:51:42 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 13:52:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24f92d1

app-crypt/acme-tiny: enable py3.11 and disable py3.7

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
index 11801bcbdbfe..477fe958b62e 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2023-07-08  8:05 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2023-07-08  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     21c34493ac2d95f44b79dd1afe8f07f10255faf0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 08:04:06 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 08:05:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c34493

app-crypt/acme-tiny: EAPI 7 -> 8, PEP517

Closes: https://bugs.gentoo.org/909867
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-5.0.1-r1.ebuild | 53 +++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1-r1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1-r1.ebuild
new file mode 100644
index 000000000000..41eb33d55d23
--- /dev/null
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python{3_9,3_10,3_11} )
+
+DISTUTILS_USE_PEP517="setuptools"
+
+inherit distutils-r1
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
+else
+	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="amd64 x86"
+fi
+
+DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
+HOMEPAGE="https://github.com/diafygi/acme-tiny"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+RDEPEND="dev-libs/openssl:0"
+
+# Tests require a local ACME server to be set up.
+RESTRICT="test"
+
+pkg_setup() {
+	if [[ ${PV} != 9999 ]]; then
+		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+	fi
+}
+
+src_prepare() {
+	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
+	distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
+			einfo "The --account-email flag has been changed to --contact and"
+			einfo "has different syntax."
+			einfo "Please update your scripts accordingly"
+		fi
+	done
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2024-03-08 11:35 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2024-03-08 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0fb6c07914699ade95c19fe842653ff18b960452
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 10:32:28 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 11:35:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb6c079

app-crypt/acme-tiny: add python 3.12

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild | 35 +++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
new file mode 100644
index 000000000000..248ebad7185f
--- /dev/null
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python{3_10,3_11,3_12} )
+
+DISTUTILS_USE_PEP517="setuptools"
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
+HOMEPAGE="https://github.com/diafygi/acme-tiny"
+
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+RDEPEND="dev-libs/openssl:0"
+
+# Tests require a local ACME server to be set up.
+RESTRICT="test"
+
+pkg_setup() {
+	export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+}
+
+src_prepare() {
+	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2024-03-08 11:35 Hans de Graaff
  0 siblings, 0 replies; 27+ messages in thread
From: Hans de Graaff @ 2024-03-08 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ce10a90af9f7e4158d85ff5a2efa4aebaf5638fa
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 10:28:53 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 11:35:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce10a90a

app-crypt/acme-tiny: drop 5.0.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild | 50 ------------------------------
 1 file changed, 50 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
deleted file mode 100644
index a1e2b168d4b7..000000000000
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_9,3_10,3_11} )
-inherit distutils-r1
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
-else
-	SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-# Tests require a local ACME server to be set up.
-RESTRICT="test"
-
-pkg_setup() {
-	if [[ ${PV} != 9999 ]]; then
-		export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
-	fi
-}
-
-src_prepare() {
-	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
-
-	distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then
-			einfo "The --account-email flag has been changed to --contact and"
-			einfo "has different syntax."
-			einfo "Please update your scripts accordingly"
-		fi
-	done
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2024-05-28 17:01 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2024-05-28 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f75e394d552e01483f2892c179cc6eef862b24db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 16:59:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 16:59:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75e394d

app-crypt/acme-tiny: Stabilize 5.0.1-r2 x86, #932915

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
index 248ebad7185f..4c624312124e 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_PEP517="setuptools"
 inherit distutils-r1
 
 SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
 HOMEPAGE="https://github.com/diafygi/acme-tiny"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
@ 2024-05-28 20:49 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2024-05-28 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     86b15ee954651ba1a4ca695174b4a438fca6b6d7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 20:47:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 20:47:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b15ee9

app-crypt/acme-tiny: Stabilize 5.0.1-r2 amd64, #932915

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
index 4c624312124e..dc15b1519d3a 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_PEP517="setuptools"
 inherit distutils-r1
 
 SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
 HOMEPAGE="https://github.com/diafygi/acme-tiny"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2024-05-28 20:49 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 17:01 [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 20:49 Sam James
2024-03-08 11:35 Hans de Graaff
2024-03-08 11:35 Hans de Graaff
2023-07-08  8:05 Hans de Graaff
2022-11-12 13:52 Hans de Graaff
2022-07-29  4:48 Hans de Graaff
2022-07-29  4:48 Hans de Graaff
2022-07-29  4:48 Hans de Graaff
2022-07-29  4:48 Hans de Graaff
2022-06-07  8:26 Jakov Smolić
2022-06-07  8:26 Jakov Smolić
2022-02-17 18:40 Adam Feldman
2020-11-30 20:09 Adam Feldman
2020-11-30 20:09 Adam Feldman
2020-11-30 20:09 Adam Feldman
2020-10-28 19:16 Adam Feldman
2020-08-13 20:25 Michał Górny
2020-02-11 11:38 Michał Górny
2019-07-05 19:05 Virgil Dupras
2019-04-29 14:34 Virgil Dupras
2018-09-26 11:44 Virgil Dupras
2018-09-13 11:53 Virgil Dupras
2018-03-27  4:06 NP Hardass
2018-03-16  7:06 NP Hardass
2018-03-16  7:06 NP Hardass
2017-12-18  6:27 NP Hardass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox