summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi 'Comio' Mantellini <luigi.mantellini@gmail.com>2018-02-12 11:16:48 +0100
committerMatthias Maier <tamiko@gentoo.org>2018-02-12 11:05:25 -0600
commitf0e2f6d6e4e595d136355da429a1ea560d72a17c (patch)
tree61e3c59499d91c72cb76d3408c14852571bf9939 /net-firewall
parentsys-boot/systemd-boot: bump to 237 (diff)
downloadgentoo-f0e2f6d6e4e595d136355da429a1ea560d72a17c.tar.gz
gentoo-f0e2f6d6e4e595d136355da429a1ea560d72a17c.tar.bz2
gentoo-f0e2f6d6e4e595d136355da429a1ea560d72a17c.zip
net-firewall/firewalld: Store sources file as ${P}.tar.gz
Closes: https://bugs.gentoo.org/647400 Closes: https://github.com/gentoo/gentoo/pull/7162 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firewalld/Manifest2
-rw-r--r--net-firewall/firewalld/firewalld-0.5.1-r1.ebuild (renamed from net-firewall/firewalld/firewalld-0.5.1.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 5ef4b8972e4f..f07683c26504 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,2 @@
DIST firewalld-0.4.3.3.tar.bz2 679617 BLAKE2B 37d3acda80f046e7e208f570688e9b554feb985c4b6c4d910236ed296113385bbc0c86fd4ae815538e0b68bef216154568b095023098d2b0620a1749af5cea4f SHA512 21cb91b9545263f6da4a6ff218c939b610c7fe5dba2ad509803673d9c01cf6fecb4ab32bacf1a04e3d579fd9699a03760475285f824a6641902037c81ad2243a
-DIST v0.5.1.tar.gz 1155989 BLAKE2B 8e5f67dc74738cec178715b0e3713afa7296be61b376a8d545b1ae1c01c0f0df78ec48222b6926bdce1d93c58f7d02fad14bc46c1ddd24840e8853e5e76b73ff SHA512 8c8ea1a07fc81b12f53fbc84112d18c65c4332e8f7b7d575dc1ccba8a12418c874f8503b0062b49990f8bcfdf5fdaa7c0e4e3ddc0e9b1d0a91f49eff284b22be
+DIST firewalld-0.5.1.tar.gz 1155989 BLAKE2B 8e5f67dc74738cec178715b0e3713afa7296be61b376a8d545b1ae1c01c0f0df78ec48222b6926bdce1d93c58f7d02fad14bc46c1ddd24840e8853e5e76b73ff SHA512 8c8ea1a07fc81b12f53fbc84112d18c65c4332e8f7b7d575dc1ccba8a12418c874f8503b0062b49990f8bcfdf5fdaa7c0e4e3ddc0e9b1d0a91f49eff284b22be
diff --git a/net-firewall/firewalld/firewalld-0.5.1.ebuild b/net-firewall/firewalld/firewalld-0.5.1-r1.ebuild
index b7ec698900ec..516a0ba3d63c 100644
--- a/net-firewall/firewalld/firewalld-0.5.1.ebuild
+++ b/net-firewall/firewalld/firewalld-0.5.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit autotools eutils gnome2-utils python-r1 systemd multilib bash-completion
DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall"
HOMEPAGE="http://www.firewalld.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"