app-misc/vit: update upstream SRC_URIs

Revbump to -r1 due to change to release tag tarball

Reported-by: Andrey Utkin <andrey_utkin@fastmail.com>

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Stephen L Arnold
2017-04-23 14:02:37 -07:00
parent aceb136163
commit 4745be710b
3 changed files with 8 additions and 6 deletions

View File

@@ -1 +1 @@
DIST vit-1.2.tar.gz 49258 SHA256 1591a57904ccd9b3a2a3c73ddb1266e3256ebcc98b60b7ae27b831f1a8dfda82 SHA512 bac6924fe7b844891c86dfa17193c00eefbecc437548e6768a9a2f11c5ce1c845e987beef2f0456fbc52c222821c59fdd1303bcc289460a77f0d6dafe7e94011 WHIRLPOOL 6426f460cbc4e2e6fca9f2d83e1096dac04c9877354c12e93a62cb876308823fa07b46b575374d2c81b2b0f15dd0a3369b012c3f97859bd4398d988278abc733
DIST vit-1.2.tar.gz 49346 SHA256 2c3a146914c2d572884f2d9cc745d3422cea1db2d8a2e9a13a633449844df637 SHA512 dc0e09fbec7d77817b044f437e42108a9282e387698dfe23bfbe50a083b708d5d3b432ce9b1fdb93f3fef495af2a5f16107351557a4bb9184c7c762b264f0ed3 WHIRLPOOL 13fbd501e84eae4ea91805b10acf205e2f9d62caeb82e5e33cd6cd782383e62623d38ed90d836e8cb048c4887fece4f3ba7682fdce381df6882a7c3111af9880

View File

@@ -1,5 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
@@ -7,7 +8,7 @@ inherit eutils
DESCRIPTION="Perl/Curses front-end for Taskwarrior (app-misc/task)"
HOMEPAGE="http://tasktools.org/projects/vit.html"
SRC_URI="https://git.tasktools.org/plugins/servlet/archive/projects/EX/repos/vit?at=refs%2Ftags%2Fv1.2&format=tar.gz -> ${P}.tar.gz"
SRC_URI="https://git.tasktools.org/EX/vit/archive/v1.2.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -20,7 +21,7 @@ DEPEND="
dev-perl/Curses"
RDEPEND="${DEPEND}"
S=${WORKDIR}
S="${WORKDIR}/${PN}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-allow-nonsudo-install.patch \

View File

@@ -1,5 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
@@ -8,7 +9,7 @@ inherit eutils git-r3
DESCRIPTION="Perl/Curses front-end for Taskwarrior (app-misc/task)"
HOMEPAGE="http://tasktools.org/projects/vit.html"
EGIT_REPO_URI="https://git.tasktools.org/scm/ex/vit.git"
EGIT_REPO_URI="https://git.tasktools.org/EX/vit.git"
if [[ ${PV} = 9999* ]]; then
KEYWORDS=""
else