net-misc/exabgp: Work around awkward upstream tarball filename
authorTony Vroon <chainsaw@gentoo.org>
Fri, 25 Jan 2019 12:02:42 +0000 (12:02 +0000)
committerTony Vroon <chainsaw@gentoo.org>
Fri, 25 Jan 2019 12:02:42 +0000 (12:02 +0000)
As per Mikle "zlogene" Kolyada, we cannot allow the upstream
tarball name to persist in the tree as it would cause distfile
collisions.
Bumping revision, belt & braces.

Closes: https://bugs.gentoo.org/542012
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-misc/exabgp/Manifest
net-misc/exabgp/exabgp-3.4.26-r1.ebuild [moved from net-misc/exabgp/exabgp-3.4.26.ebuild with 95% similarity]

index dbc9fe05e458d09709f696186442adaa5949140b..68f404a8fd60d746641db00336877154dde2f9ab 100644 (file)
@@ -1,2 +1,2 @@
-DIST 3.4.26.tar.gz 544456 BLAKE2B 75f62ce8a68588f711e86208f00cc6de9ae51a5c82f833b91459bc05974c8eff06fec080823adfecea7b75a43caa3310f6395bd22ab4e6a696f230787bbaae23 SHA512 6cfcc8a40e1e05dfa76df46d8b5e13ce85e73f078d6ab4d2e23dd85035c1ed52bbbaaaade81602ea7572841e6e20d7d7183a7e968599f9e8314e1b89e3a6341f
 DIST exabgp-3.2.17.tar.gz 596373 BLAKE2B 410b77af542160334d32e3e3ea54b25f45c990c56fe2dbef0714576eb9e728cebe6d1463c0f22b1240aaf8e99ccabc5f7334cd6c2b3c77426c94b2c048c8783c SHA512 69dbff75caf287e9e0f6ab3707a2bbd576b0b4c8a8c318217cf88c8a1c417d47915b038bc7d64be3bbce9771caa550275703e5543fb5799afc7149dc9f054416
+DIST exabgp-3.4.26.tar.gz 544456 BLAKE2B 75f62ce8a68588f711e86208f00cc6de9ae51a5c82f833b91459bc05974c8eff06fec080823adfecea7b75a43caa3310f6395bd22ab4e6a696f230787bbaae23 SHA512 6cfcc8a40e1e05dfa76df46d8b5e13ce85e73f078d6ab4d2e23dd85035c1ed52bbbaaaade81602ea7572841e6e20d7d7183a7e968599f9e8314e1b89e3a6341f
similarity index 95%
rename from net-misc/exabgp/exabgp-3.4.26.ebuild
rename to net-misc/exabgp/exabgp-3.4.26-r1.ebuild
index 16361f516bfb8985b9ce664800636b2dc5ff76a8..c0a9b4043dbc6d8e043e4b380f75b91382371b70 100644 (file)
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="The BGP swiss army knife of networking"
 HOMEPAGE="https://github.com/Exa-Networks/exabgp"
-SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"