From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- dev-util/linklint/Manifest | 2 +- dev-util/linklint/linklint-2.3.5.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-util/linklint') diff --git a/dev-util/linklint/Manifest b/dev-util/linklint/Manifest index 8e0fe571b7b0..14560c72d2bc 100644 --- a/dev-util/linklint/Manifest +++ b/dev-util/linklint/Manifest @@ -1,3 +1,3 @@ DIST linklint-2.3.5.tar.gz 113256 BLAKE2B d4213c6649d7ec49f1ac754576113377208f5108042d46b23e21036689c005bd47f803c05016d9004900611a3059d505c95a52b9a7ab2d0a82ffe3514cea8578 SHA512 723aa5be27c563755ef488bb586eabcd8ef92569f5391be988b19317da6fc93983ad1231d650a07728face0af01c80ada4b1867de81be9cd27952a762dc41e73 -EBUILD linklint-2.3.5.ebuild 508 BLAKE2B 1df6dbf2a6b8c92cb3f1f5fc05a063be6f53da7f2859118381a870baba8c38decd119529c8d7708bb0cecb9f0b2a31deff0557fed19a2da8e99af473b082294c SHA512 1e1c7fd6f865152e86c58fac88a479876ed46e6c7a2cb2cb52218cb49cc54f20b0ced7f742a44d501d38ecf6814fcb251e7f04bde539168e2fdb5466fc1a3c11 +EBUILD linklint-2.3.5.ebuild 504 BLAKE2B 34cb463b307aee4dbcef6003cc78b3a233aa92f5b187990a5538bb4d6b0c33006a517c2538799eca2031887cd4ef99d86524345cb7d92059781e791fad655bf7 SHA512 95ddc6ed0eeda684608005398f035b501859532e09723a9288704952206493a87897f448a43a5d094d756f9e5160e74ebe2bb14d1392b8af621f7685e9f499ba MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-util/linklint/linklint-2.3.5.ebuild b/dev-util/linklint/linklint-2.3.5.ebuild index 4469ab384bbd..92cf938d642b 100644 --- a/dev-util/linklint/linklint-2.3.5.ebuild +++ b/dev-util/linklint/linklint-2.3.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A Perl program that checks links on web sites" HOMEPAGE="http://www.linklint.org/" @@ -10,13 +10,13 @@ SRC_URI="http://www.linklint.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -DEPEND="" RDEPEND="dev-lang/perl" src_install() { newbin ${P} ${PN} dodoc INSTALL.unix INSTALL.windows READ_ME.txt CHANGES.txt - dohtml -r doc/* + + docinto html + dodoc -r doc/* } -- cgit v1.2.3