This website works better with JavaScript.
Home
Explore
Help
Sign In
qretornaz
/
gentoo-overlay
mirror of
https://framagit.org/Case_Of/gentoo-overlay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
net-misc/subnetcalc: version bump to 2.4.19
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
master
Case_Of
5 months ago
parent
9fc3602dba
commit
db26ba2e5e
Signed by:
qretornaz
GPG Key ID:
6D8A6C9787A1EC91
2 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
net-misc/subnetcalc/Manifest
+17
-0
net-misc/subnetcalc/subnetcalc-2.4.19.ebuild
+ 1
- 0
net-misc/subnetcalc/Manifest
View File
@ -1 +1,2 @@
DIST subnetcalc-2.4.18.tar.xz 128476 BLAKE2B 441d498e358086e7d599cd4f58ab7dd104fe605d5188703856c2509ef929a4561ab7a365cd59e1746bdcafe3a1e8dc885e50ff93c373f32aa07872ab16699586 SHA512 7cd84179460ed966602ce221729b5cdd4fafed6dfa4f08ed74bc0de9e739459a6ba83c62c62c00585c97e1b5af8381c361768cb44bbcf73db7578b1393da2e73
DIST subnetcalc-2.4.19.tar.xz 131216 BLAKE2B 7365a8373689c6bf9c8f1c6215ceee23338d3a36f4ea94451c150017d5db6b19cb238454b5ba11148706229d2656539a3a290f2a87b441309c3d742af926b902 SHA512 00283e8c7f4fbf5bc58d425e98d73e118469d58a88016d6fd17bcdaa73337182f166249ef1778408411b29d0bcde706d618985fa7f7b4df1424d175c689e49cb
+ 17
- 0
net-misc/subnetcalc/subnetcalc-2.4.19.ebuild
View File
@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
inherit cmake
DESCRIPTION
=
"IP address calculator"
HOMEPAGE
=
"https://www.uni-due.de/~be0001/subnetcalc/ https://github.com/dreibh/subnetcalc"
SRC_URI
=
"
https://www.uni-due.de/~be0001/
${
PN
}
/download/
${
P
}
.tar.xz
"
LICENSE
=
"GPL-3"
SLOT
=
"0"
KEYWORDS
=
"~amd64 ~arm ~x86"
RDEPEND
=
"dev-libs/geoip"
DEPEND
=
"
${
RDEPEND
}
"
Write
Preview
Loading…
Cancel
Save