summaryrefslogtreecommitdiff
path: root/app-text/htmlmin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-16 23:15:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-16 23:15:49 +0100
commit3b827127cdc24d49f3dbaa82def6c80501d2cd87 (patch)
tree4e3f67cb234339d4cb7c29ee99550a3362d5a1ca /app-text/htmlmin
parent6e356edde093fb3589ab7a5859685e85c2873ab0 (diff)
gentoo auto-resync : 16:09:2022 - 23:15:49
Diffstat (limited to 'app-text/htmlmin')
-rw-r--r--app-text/htmlmin/Manifest3
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12-r1.ebuild2
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12.ebuild28
3 files changed, 2 insertions, 31 deletions
diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 653d3e4345ea..09eaab4a860b 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1,4 +1,3 @@
DIST htmlmin-0.1.12.gh.tar.gz 134130 BLAKE2B 5a9996bfea469f273c37bd0bd72c0e27b8636cb4552681de1b7e9a4849ab215815f7fc8ce430392b8ca3a849b3e51d8188ca248a8ce23242905799258ceeae29 SHA512 6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252
-EBUILD htmlmin-0.1.12-r1.ebuild 697 BLAKE2B ec9fdecf1dabde5d6fccac4d95ec01419354e0ca538404c0f83990217c6c50e65da443c609a8a6a66841f57a80045423b88127016e5f1032e6f71193ba200dc7 SHA512 605b3e5e16824192f3519455a65bf511fd4d32117829cbc45b0263a94aefa49697ec91c43bc727d4c08c73b1d4d4f039b47d4378bfd22da42871ba785b750812
-EBUILD htmlmin-0.1.12.ebuild 662 BLAKE2B 070d2784ba9c9ceb54247eb52d26ad5e23f37434dbf74e1fa33b97199de6bf3523b46190f170172b4b1367e1dc3b63204623f8b0a9ff2a5297b9e879e3a58f04 SHA512 1e976ee7e37c5f9f2607e9ec61e4b53e721020753dc8b0aed2594c146b9086401af4feeee7277b2d0f6cf7fe2e687e5530d6d97884517c15ed40c5c7e43ea096
+EBUILD htmlmin-0.1.12-r1.ebuild 695 BLAKE2B 421b7dfdabc14d26035d6cdae83a0ae278505e8ce21cf7d074355c9b013a79fda5cce89ef9bbda869bc59111f039b9e86f0a3855ea9c166ddac282e4e18d2bfc SHA512 7ee84ac6f0974a060c8a04fd0dc7046f1fee1ece5134ca523e41bdb6660ab78e91d14325831038f58fabed4e163ef7cf0b53353dff46fd3e25edd72cbdd39531
MISC metadata.xml 503 BLAKE2B 120b7dfe5ecbbdf5b28ac559893d991071c39a34644aa6556abbf8c58c91f908003240f647ccbf58d6e1e776130e72a95bae033a07272ad213673960217acd9e SHA512 dbd48a6b9caca3a7c2e4789653c133321a6e42da5cde9b552c527d5afde0e0c7c0ee25a4712822a4bc1768424c0e3d7216f6d56a24899f2f0aed0b6a20bee61e
diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index 6bc38c00903f..ec36bdcb2d0c 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
distutils_enable_tests setup.py
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild
deleted file mode 100644
index 6cdeeaa6b4cf..000000000000
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-# upstream doesn't do tags much
-EGIT_COMMIT=220b1d16442eb4b6fafed338ee3b61f698a01e63
-DESCRIPTION="A configurable HTML Minifier with safety features"
-HOMEPAGE="https://github.com/mankyd/htmlmin"
-SRC_URI="
- https://github.com/mankyd/htmlmin/archive/${EGIT_COMMIT}.tar.gz
- -> ${P}.gh.tar.gz"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
- sed '/prune/d' -i MANIFEST.in || die
- distutils-r1_src_prepare
-}