summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2019-01-25 12:02:42 +0000
committerTony Vroon <chainsaw@gentoo.org>2019-01-25 12:02:42 +0000
commit37e822bd95701e0fca10c2cd7c3e8c68d4fbfd39 (patch)
tree4472b0fc2f861b56d609ffa70adb67bed371967b /net-misc/exabgp
parentapp-shells/zsh: Synced live ebuild. (diff)
downloadgentoo-37e822bd95701e0fca10c2cd7c3e8c68d4fbfd39.tar.gz
gentoo-37e822bd95701e0fca10c2cd7c3e8c68d4fbfd39.tar.bz2
gentoo-37e822bd95701e0fca10c2cd7c3e8c68d4fbfd39.zip
net-misc/exabgp: Work around awkward upstream tarball filename
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
Diffstat (limited to 'net-misc/exabgp')
-rw-r--r--net-misc/exabgp/Manifest2
-rw-r--r--net-misc/exabgp/exabgp-3.4.26-r1.ebuild (renamed from net-misc/exabgp/exabgp-3.4.26.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/exabgp/Manifest b/net-misc/exabgp/Manifest
index dbc9fe05e458..68f404a8fd60 100644
--- a/net-misc/exabgp/Manifest
+++ b/net-misc/exabgp/Manifest
@@ -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
diff --git a/net-misc/exabgp/exabgp-3.4.26.ebuild b/net-misc/exabgp/exabgp-3.4.26-r1.ebuild
index 16361f516bfb..c0a9b4043dbc 100644
--- a/net-misc/exabgp/exabgp-3.4.26.ebuild
+++ b/net-misc/exabgp/exabgp-3.4.26-r1.ebuild
@@ -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"