summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2018-03-16 03:02:01 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2018-03-16 03:06:20 -0400
commit0973ba3c7ea79e255060c9c37ee1b5215434f47b (patch)
treed361098200ff17914629074d5b1bebd3306d712b /app-crypt/acme-tiny/acme-tiny-9999.ebuild
parentapp-crypt/acme-tiny: Dropping unnecessary patch from 9999 (diff)
downloadgentoo-0973ba3c7ea79e255060c9c37ee1b5215434f47b.tar.gz
gentoo-0973ba3c7ea79e255060c9c37ee1b5215434f47b.tar.bz2
gentoo-0973ba3c7ea79e255060c9c37ee1b5215434f47b.zip
app-crypt/acme-tiny: Bump to 4.0.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt/acme-tiny/acme-tiny-9999.ebuild')
-rw-r--r--app-crypt/acme-tiny/acme-tiny-9999.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
index 2ec5bef8dcba..c36ebd5cd3c8 100644
--- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild
@@ -10,11 +10,6 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
KEYWORDS=""
-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"
@@ -33,15 +28,15 @@ RDEPEND="dev-libs/openssl:0"
pkg_setup() {
if [[ ${PV} != 9999 ]]; then
- export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
fi
}
src_prepare() {
if ! use minimal; then
- PATCHES+=(
+ local PATCHES=(
"${FILESDIR}/${PN}-PR87-readmefix.patch"
- "${FILESDIR}/${PN}-PR101-contactinfo.patch"
+ "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
)
fi
distutils-r1_src_prepare