Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647402 - net-misc/zerotier should make proper use of the variables
Summary: net-misc/zerotier should make proper use of the variables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Rage <oxr463>
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-12 10:34 UTC by Jonas Stein
Modified: 2018-04-14 21:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Stein gentoo-dev 2018-02-12 10:34:54 UTC
SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> zerotier-${PV}.tar.gz"

should make proper use of the variables

SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.tar.gz"

see https://devmanual.gentoo.org/ebuild-writing/variables/
Comment 1 Larry the Git Cow gentoo-dev 2018-04-14 21:04:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c169c0eb1ca29f5c362c55bfd25e2a0a47c9f9

commit e7c169c0eb1ca29f5c362c55bfd25e2a0a47c9f9
Author:     lramage94 <ramage.lucas@openmailbox.org>
AuthorDate: 2018-04-14 19:28:15 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-04-14 21:03:32 +0000

    net-misc/zerotier: make proper use of variables.
    
    Package-Manager: Portage-2.3.24, Repoman-2.3.6
    Closes: https://bugs.gentoo.org/647402
    Closes: https://github.com/gentoo/gentoo/pull/8004

 net-misc/zerotier/zerotier-1.2.4-r1.ebuild | 42 ++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)