diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-03 10:28:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-03 10:28:17 +0000 |
commit | d99093fb4bb5652015c06274d64083daa2439e4f (patch) | |
tree | cf61513204d97974179580065e85df5c8009087c /app-text/tidy-html5 | |
parent | 463397cf1e064185110fe57c568d73f99a06f5d1 (diff) |
gentoo resync : 03.03.2021
Diffstat (limited to 'app-text/tidy-html5')
-rw-r--r-- | app-text/tidy-html5/Manifest | 2 | ||||
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest index 74b8fd57b710..b927eb09d7e9 100644 --- a/app-text/tidy-html5/Manifest +++ b/app-text/tidy-html5/Manifest @@ -1,3 +1,3 @@ DIST tidy-html5-5.6.0.tar.gz 665438 BLAKE2B 3e362c8a22a5de827ec14110bad08985ff326c061043cd3cb0ffefd6b3af9a178197fca6a97bbb42b94760e530ec44646f13f6429736f7989effe52515580f21 SHA512 179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1 -EBUILD tidy-html5-5.6.0.ebuild 633 BLAKE2B 504b5b60111a770abbd222898177da86cd719d72a2491725ce840304fea48f0b49ae91315e30eb73095ac77fdbe197625339037496a9493648d9bdce4ea17cd9 SHA512 c57bcd4043ece6ff8be58c8ed5e8a653f3d0f8ca15d2f934804cac2fe2aa634bca7df34df351f046676958216a6bf566490683fe14563eab6746f4d928c81d75 +EBUILD tidy-html5-5.6.0.ebuild 622 BLAKE2B 365c2b9c65a461c6bd460d8a1a74071968c63576256b901fea5ed1a3b309a6ab5f0beb92029418aa938b2f61c1565e2e334f7b8d49a687c3a190297636f11e58 SHA512 819f2d445f0eef9ed960f72d714299b1fd8652e1389cda4d029eb8fe801405f1f27bb2349afeab57af995057b70707bf2f41441156da324b434c1b89c8a83f67 MISC metadata.xml 333 BLAKE2B 92aabf92af24245465d0e5b1f99faabf41cdb71fffd31b7fb1e8268c5d91977b44d3998ede7789f280031c80d70deb726ed201b896007d63fd0710ffbf8b120e SHA512 aedfa31a9188be8d3ad9ea8b278acf1b3e90f9b0c91dd63b00c19a90c6a74d16ee57d80810f39392564fbc1b782b35b6231a9b453f91e765296e5ec45d5c087b diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild index a679ee9a15eb..e4bc1edc7095 100644 --- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild +++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML documents" -HOMEPAGE="http://www.html-tidy.org/" +HOMEPAGE="https://www.html-tidy.org/" SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -21,5 +21,5 @@ src_configure() { local mycmakeargs=( -DLIB_INSTALL_DIR="$(get_libdir)" ) - cmake-utils_src_configure + cmake_src_configure } |