massdns: 0.3->1.0.0, cmake-utils-cmake

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-08-03 13:36:00 -04:00
parent ecaf6388e5
commit 50f804b609
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 9 additions and 9 deletions

View file

@ -1 +1 @@
DIST massdns-0.3.tar.gz 697358 BLAKE2B d9b2506bbc1b5547f8953def88aa2d9b7e1d5c25f5193a562f948b4ca9c17a7639d3d1389fea2d09545d88c9202e70f742416f9059dcc63b28daf29909720742 SHA512 35ae560dd923e7f4d71c34f18dc4011666bf79d594f4d9d4b2c4c097ab9ca3912fd9dd80c31479bb3b5ebb2b43d77f43e7c685958ced5025ef9c9fd537a504aa
DIST massdns-1.0.0.tar.gz 695924 BLAKE2B 80d637ab79d2d3dcdd571016a54e84dd1bad522c5af6f55138c7421b95d0a67566587090e74a3a6da972399967fe16e9cbbf9aa7dd10c8d636ea3d4f7bfadf54 SHA512 3eac2b23ca65f9aad1f82a9cf71ff44020af0b336f8c76a48a2f693eccbfd71af7bbeabfde8065273fcb8638baed32a36f9743fea54b6bcc417496e852af1a72

View file

@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
CMAKE_IN_SOURCE_BUILD="true"
inherit cmake-utils
inherit cmake
DESCRIPTION="A high-performance DNS stub resolver for bulk lookups and reconnaissance"
HOMEPAGE="https://github.com/blechschmidt/massdns"
@ -22,7 +22,7 @@ LICENSE="GPL-3"
SLOT="0"
src_install() {
dobin $PN
dobin bin/${PN}
dodoc README.md Dockerfile
insinto "/usr/share/${PN}"

View file

@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
CMAKE_IN_SOURCE_BUILD="true"
inherit cmake-utils
inherit cmake
DESCRIPTION="A high-performance DNS stub resolver for bulk lookups and reconnaissance"
HOMEPAGE="https://github.com/blechschmidt/massdns"
@ -22,7 +22,7 @@ LICENSE="GPL-3"
SLOT="0"
src_install() {
dobin $PN
dobin bin/${PN}
dodoc README.md Dockerfile
insinto "/usr/share/${PN}"