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/exabgp-3.4.26-r1.ebuild
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/exabgp-3.4.26-r1.ebuild')
-rw-r--r--net-misc/exabgp/exabgp-3.4.26-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-misc/exabgp/exabgp-3.4.26-r1.ebuild b/net-misc/exabgp/exabgp-3.4.26-r1.ebuild
new file mode 100644
index 000000000000..c0a9b4043dbc
--- /dev/null
+++ b/net-misc/exabgp/exabgp-3.4.26-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_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 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""