From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC6401382C5 for ; Fri, 16 Mar 2018 07:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A3BE0814; Fri, 16 Mar 2018 07:06:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A79EDE0814 for ; Fri, 16 Mar 2018 07:06:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB87F335C7C for ; Fri, 16 Mar 2018 07:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAAF5240 for ; Fri, 16 Mar 2018 07:06:28 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1521183973.51cb4b7a78de056820b8bd64779549df0ae91178.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme-tiny/Manifest app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild app-crypt/acme-tiny/acme-tiny-20170917.ebuild app-crypt/acme-tiny/acme-tiny-9999.ebuild app-crypt/acme-tiny/acme-tiny-99999999.ebuild X-VCS-Directories: app-crypt/acme-tiny/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 51cb4b7a78de056820b8bd64779549df0ae91178 X-VCS-Branch: master Date: Fri, 16 Mar 2018 07:06:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d307004-42b0-4749-aed9-deebfea811a5 X-Archives-Hash: c909acd8634929ecf9ada888f42af328 commit: 51cb4b7a78de056820b8bd64779549df0ae91178 Author: NP-Hardass gentoo org> AuthorDate: Fri Mar 16 06:19:09 2018 +0000 Commit: NP Hardass gentoo 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 }