summaryrefslogtreecommitdiff
path: root/app-text/htmlmin
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/htmlmin')
-rw-r--r--app-text/htmlmin/Manifest4
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12-r3.ebuild32
-rw-r--r--app-text/htmlmin/htmlmin-0.1.13.ebuild2
3 files changed, 2 insertions, 36 deletions
diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 202fd58413ea..f4fc5ef8c2d6 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1,5 +1,3 @@
-DIST htmlmin-0.1.12.gh.tar.gz 134130 BLAKE2B 5a9996bfea469f273c37bd0bd72c0e27b8636cb4552681de1b7e9a4849ab215815f7fc8ce430392b8ca3a849b3e51d8188ca248a8ce23242905799258ceeae29 SHA512 6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252
DIST htmlmin-0.1.13.gh.tar.gz 134136 BLAKE2B a8ee4fc7ce8dba5225f912550a6d6d397e9152d742acc931d7a62855bc064d8546f24f3f779261174160a46d28da3e2a057ae0cf4f2d812dcec9f12552e95857 SHA512 f4b066bcd874ec8dbc65ba2b92bd33c4122376d124d93eb46e2c7aae960bc7d8860faa3247775aea9e7cbea81b5f58a435112ee328eb4e6fef3285173352c73f
-EBUILD htmlmin-0.1.12-r3.ebuild 790 BLAKE2B 74d886dc5a43513ae93d7ec26b74531cf53ab7681f637bd1184fcc1a46bdcea75421f77561c2e5b8f5a8901015e4a662ac61d134d2c23c5ff5832957dfa7d880 SHA512 193c00a7ebe5ef77b00b3b7295c6f9c6893212157107331ff60e7f202879e2b4133bd0812531319d8753256a3457ae11c29fa7a2f311bea3a05d91c3b7e8ea80
-EBUILD htmlmin-0.1.13.ebuild 580 BLAKE2B 6e8b7fe97d102af587afee43ca33f909664dd9bcbe24a9bcc14a9d727be4462a11f468c6558886093124dbbb2b9483a1fe374459bf211de5556e6e7e96d75330 SHA512 4b3a46e71ec75067eb6cf4513eb440bed631dc1e09d9578cb8cd0c9dfc5a90db7aed8b576c1f2cfd282a508866424a0ec0dd0eaf0c83ae9aa4606deeb5533741
+EBUILD htmlmin-0.1.13.ebuild 577 BLAKE2B e2960acfc3e4d4751158e6fbc7d9d2652c8b3a26916d701a6f28f2543688906983561ab5a4e19c0a3c1524921a1f0929d39e32e42940d66e5ad06b535ca36545 SHA512 244553bfe8cb200278c8a3421e31a70553d3ed9e4a28f17554af6b0afd2219f3df60057e5e0de7630771883e6bf2b3a80fb51e6792c6b9158eefb46828eb70ff
MISC metadata.xml 503 BLAKE2B 120b7dfe5ecbbdf5b28ac559893d991071c39a34644aa6556abbf8c58c91f908003240f647ccbf58d6e1e776130e72a95bae033a07272ad213673960217acd9e SHA512 dbd48a6b9caca3a7c2e4789653c133321a6e42da5cde9b552c527d5afde0e0c7c0ee25a4712822a4bc1768424c0e3d7216f6d56a24899f2f0aed0b6a20bee61e
diff --git a/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild
deleted file mode 100644
index 188d0350d718..000000000000
--- a/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-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 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- sed -i -e '/prune/d' MANIFEST.in || die
- # unused import
- sed -i -e '/cgi/d' htmlmin/main.py || die
-}
diff --git a/app-text/htmlmin/htmlmin-0.1.13.ebuild b/app-text/htmlmin/htmlmin-0.1.13.ebuild
index 600725d5de7d..1c26f3296c55 100644
--- a/app-text/htmlmin/htmlmin-0.1.13.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.13.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
distutils_enable_tests unittest