summaryrefslogtreecommitdiff
path: root/net-analyzer/ipgen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /net-analyzer/ipgen
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'net-analyzer/ipgen')
-rw-r--r--net-analyzer/ipgen/Manifest2
-rw-r--r--net-analyzer/ipgen/ipgen-9999.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/ipgen/Manifest b/net-analyzer/ipgen/Manifest
index 96efa44efc94..ae5305046d05 100644
--- a/net-analyzer/ipgen/Manifest
+++ b/net-analyzer/ipgen/Manifest
@@ -1,2 +1,2 @@
-EBUILD ipgen-9999.ebuild 443 BLAKE2B 7c53a6b72d02ab6b2adc1384de4eddc8e9b81e24f350ca474ba1c88c86ee67337df4b742a9def5d18b6d5ccf6994baf3e881154aa0e455d12d7d812b97382037 SHA512 6a087d3f58e78777a95e68c9b63814ed7262c81f8d2bc9e4c8d0acf00e7ae1fd96d607c7ee485aff016824dddd9f768ceb1a9a44802fcc9929742e45054aa5f5
+EBUILD ipgen-9999.ebuild 385 BLAKE2B fec6ab26459106c8e2cadde4a122f663fa0f1b42440c150d289d4eb00d89d399ef3969bd04c7eee770e358f584f0b98fe7ab081aab264ea561f6d58a9c8d0d7e SHA512 a77958cde8c11bd58a1a9ef6be048370afd756129ad926ef5a50bdae86c981eda7ebca51fc84e2fcd11fd71b6184583233244239d3fd4eeec7c02b96e834686e
MISC metadata.xml 359 BLAKE2B 408027b6b7aa391e981f123727651574054efff131e513cc121277af1584075a9768c570724aedc4f87373dbd3b01898a973bcfb340d3cebcd448a320d00463f SHA512 16fea253daff394dc078f806bb07eaf38bfa795f67cff59b3c8a256d0c86f375a748ac74751f04c08abde0b57b099bdfd420e53c7a3b8fb90781aa9e3f9d02aa
diff --git a/net-analyzer/ipgen/ipgen-9999.ebuild b/net-analyzer/ipgen/ipgen-9999.ebuild
index 9b3058c197fa..da5631d5332b 100644
--- a/net-analyzer/ipgen/ipgen-9999.ebuild
+++ b/net-analyzer/ipgen/ipgen-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit autotools git-r3
DESCRIPTION="Generate list of IP addresses from a network specification"
-HOMEPAGE="http://www.nta-monitor.com/tools-resources/security-tools/ipgen https://github.com/royhills/ipgen"
+HOMEPAGE="https://github.com/royhills/ipgen"
EGIT_REPO_URI="https://github.com/royhills/ipgen"
LICENSE="GPL-3"
@@ -13,5 +13,6 @@ SLOT="0"
KEYWORDS=""
src_prepare() {
+ default
eautoreconf
}