public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
Date: Thu, 13 Aug 2020 20:25:24 +0000 (UTC)	[thread overview]
Message-ID: <1597350321.32a573e8c27453a1ef46397b6cef7a9617dd0ba5.mgorny@gentoo> (raw)

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
-}


             reply	other threads:[~2020-08-13 20:25 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13 20:25 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 11:38 [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/ Hans de Graaff
2024-12-01 11:38 Hans de Graaff
2024-05-28 20:49 Sam James
2024-05-28 17:01 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-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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1597350321.32a573e8c27453a1ef46397b6cef7a9617dd0ba5.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox