[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2023-11-24 Thread Arthur Zamarin
commit: 8849aec4df0f8fcc43ce72c49eaae03f5c1fcbb2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:17:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:17:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8849aec4

app-text/htmlmin: Stabilize 0.1.12-r1 arm64, #918209

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index 1487c99fe5ce..c57dc344d252 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2023-11-22 Thread Andrew Ammerlaan
commit: f0f8a09225029b312c079037b259367628a9b563
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Nov 22 12:17:22 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Nov 22 12:40:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f8a092

app-text/htmlmin: enable pypy3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index d575466d0ea4..1487c99fe5ce 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2023-06-02 Thread Michał Górny
commit: 3219535641cb49fa2fa1aff4a2bf591bac284fbd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 17:48:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 18:19:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32195356

app-text/htmlmin: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index f3ac4fdbd2f1..d575466d0ea4 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
@@ -3,8 +3,9 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 # upstream doesn't do tags much



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2023-04-14 Thread Sam James
commit: e3eb5f3b7401469bd8ccfd17d44968979d78478d
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 19:37:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 19:37:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eb5f3b

app-text/htmlmin: Keyword 0.1.12-r1 ppc64, #888513

Signed-off-by: Sam James  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index 1c1b9f6471cc..f3ac4fdbd2f1 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 ~arm ~arm64 ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2023-04-13 Thread Sam James
commit: d75ba8c711d4a50f1e026a1707a7cf1fac3a6e5b
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:02:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:02:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75ba8c7

app-text/htmlmin: Keyword 0.1.12-r1 arm64, #888513

Signed-off-by: Sam James  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index 717e80f671fd..1c1b9f6471cc 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 ~arm ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2023-02-24 Thread Arthur Zamarin
commit: 50ccdaeb74f8d7c99b9c96410b38f793d8048370
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 05:46:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 05:46:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ccdaeb

app-text/htmlmin: Keyword 0.1.12-r1 arm, #888513

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index a427ddbde5a7..717e80f671fd 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 ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~ppc ~riscv x86"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2022-09-16 Thread Michał Górny
commit: 076c43401804a6eafa2749cd2cce267750ac3a23
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 16 17:35:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 16 17:35:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076c4340

app-text/htmlmin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 28 
 1 file changed, 28 deletions(-)

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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2022-09-16 Thread Sam James
commit: 1dd273acb76519cc9d2441a050a6775e67085b16
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 16 17:27:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 16 17:27:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd273ac

app-text/htmlmin: Stabilize 0.1.12-r1 ALLARCHES, #870328

Signed-off-by: Sam James  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2022-05-24 Thread Andrew Ammerlaan
commit: 34a06999b1710f4a29bb60295848db3b2455ff0e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 24 12:25:45 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 24 13:02:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a06999

app-text/htmlmin: update EAPI 7 -> 8, enable py3.11, pep517

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
new file mode 100644
index ..6bc38c00903f
--- /dev/null
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2021-09-23 Thread Marek Szuba
commit: 38bf1b711035879f953fbb8d5bd0696b7c048ad7
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep 23 14:59:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep 23 15:35:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf1b71

app-text/htmlmin: keyword 0.1.12 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 75f74c7c325..6cdeeaa6b4c 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2021-08-13 Thread Michał Górny
commit: 41adf8eee71c603cb406e25a8d96cec7dde3bd11
Author: Arthur Zamarin  gmail  com>
AuthorDate: Mon Aug  9 12:18:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 13 20:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41adf8ee

app-text/htmlmin: enable py3.10

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index c58e6016ce1..3de7dca9ebd 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2021-08-13 Thread Michał Górny
commit: 557285f391c7197448fef193914e092d3356eb95
Author: Arthur Zamarin  gmail  com>
AuthorDate: Mon Aug  9 12:21:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 13 20:41:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557285f3

app-text/htmlmin: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/htmlmin/metadata.xml b/app-text/htmlmin/metadata.xml
index 86d2c7f7283..e0e92c8771d 100644
--- a/app-text/htmlmin/metadata.xml
+++ b/app-text/htmlmin/metadata.xml
@@ -9,6 +9,7 @@
titanof...@gentoo.org
Aaron W. Swenson

+   

htmlmin
mankyd/htmlmin



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2021-08-13 Thread Michał Górny
commit: a83511bc7627ae709eae0e1efcaa5bffadd4427f
Author: Arthur Zamarin  gmail  com>
AuthorDate: Mon Aug  9 12:18:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 13 20:41:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83511bc

app-text/htmlmin: fix DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 3de7dca9ebd..75f74c7c325 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2020-06-24 Thread Michał Górny
commit: 49a78a63650867e625607e4360bc2f2d8dd10cfd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 24 05:46:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 24 07:06:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a78a63

app-text/htmlmin: Enable tests

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/Manifest  |  2 +-
 app-text/htmlmin/htmlmin-0.1.12.ebuild | 10 --
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 5ebcb4ee5c5..7776b73b67a 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1 +1 @@
-DIST htmlmin-0.1.12.tar.gz 19940 BLAKE2B 
66e9596f687b70fa44362078075cb5f70553e65a7a1a6c55a4abac6adc5d0821b8936507cbb56f4e8ea96575a8801ec341416fead54b18ff9e10d199ed506529
 SHA512 
5669327dc64d8d28accdfe0d9a222e723fccdc12b52e7f0315fb9caf958a734a0cf0514ad476cbd0b7d0f2d83514a207867127f135f5e51cfda9b15dbfe24b78
+DIST htmlmin-0.1.12.gh.tar.gz 134130 BLAKE2B 
5a9996bfea469f273c37bd0bd72c0e27b8636cb4552681de1b7e9a4849ab215815f7fc8ce430392b8ca3a849b3e51d8188ca248a8ce23242905799258ceeae29
 SHA512 
6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index a2c7d0741a0..8a3fcf08008 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -8,14 +8,20 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 
 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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+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 x86"
-IUSE=""
+
+distutils_enable_tests setup.py
 
 src_prepare() {
sed '/prune/d' -i MANIFEST.in || die



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2020-06-24 Thread Michał Górny
commit: aeacbf58ebd36cbcb467204ec68719e63eb6c7c0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 24 05:40:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 24 07:06:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeacbf58

app-text/htmlmin: Fix src_prepare()

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 3d5cdbf7ca9..a2c7d0741a0 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -13,12 +13,11 @@ HOMEPAGE="https://github.com/mankyd/htmlmin;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
-
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
 src_prepare() {
sed '/prune/d' -i MANIFEST.in || die
-   default
+   distutils-r1_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2020-06-24 Thread Michał Górny
commit: d96745e3d81463410a25491542a0986477137d19
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 24 05:40:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 24 07:06:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96745e3

app-text/htmlmin: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index fc8e480e3b3..3d5cdbf7ca9 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
@@ -17,8 +18,6 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 src_prepare() {
sed '/prune/d' -i MANIFEST.in || die
default



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2020-06-24 Thread Michał Górny
commit: 8272446c514345eb25839f4e8ab31175c6f5317f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 24 05:48:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 24 07:06:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8272446c

app-text/htmlmin: Port to py3.9

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 8a3fcf08008..080c078b222 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2020-05-04 Thread Michał Górny
commit: a0e44cf2a770a2a383bfd6e4f25d5c5ebcfe33a0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 09:44:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 09:44:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e44cf2

app-text/htmlmin: Remove redundant

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/Manifest  |  1 -
 app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 1b2a9718606..5ebcb4ee5c5 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1,2 +1 @@
-DIST htmlmin-0.1.11_pre20170909.tar.gz 123229 BLAKE2B 
7cc22370afa045ac13bf05082d396534e08a454f13f6bf321bc45c4743c33813bc32c31b655c21d731f091f11d13aeef405bc82c8e2b0ed0d0a12a25e4e7f3ad
 SHA512 
85b29bca8f40680574fa21e2720a6b573ba69b94c239cdbcea80cdb1d0032bbf0d735f596f2a3beb3b3691b2366cdfd6051dd2499eaeb6b4b7618c7b59ebd7ec
 DIST htmlmin-0.1.12.tar.gz 19940 BLAKE2B 
66e9596f687b70fa44362078075cb5f70553e65a7a1a6c55a4abac6adc5d0821b8936507cbb56f4e8ea96575a8801ec341416fead54b18ff9e10d199ed506529
 SHA512 
5669327dc64d8d28accdfe0d9a222e723fccdc12b52e7f0315fb9caf958a734a0cf0514ad476cbd0b7d0f2d83514a207867127f135f5e51cfda9b15dbfe24b78

diff --git a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild 
b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
deleted file mode 100644
index c3bdd06a8a7..000
--- a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-HTMLMIN_GIT_REVISION="7bcbb995778fc07e427872dc74af9646fd0c907d"
-
-DESCRIPTION="A configurable HTML Minifier with safety features"
-HOMEPAGE="https://github.com/mankyd/htmlmin;
-SRC_URI="https://github.com/mankyd/${PN}/archive/${HTMLMIN_GIT_REVISION}.tar.gz
--> ${P}.tar.gz"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   sed '/prune/d' -i MANIFEST.in
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2020-02-11 Thread Michał Górny
commit: 5848b1b2ee84282f463bc0790c2f4ec93abf0af2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 11:32:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 11:38:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5848b1b2

app-text/htmlmin: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild | 2 +-
 app-text/htmlmin/htmlmin-0.1.12.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild 
b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
index 0f1226ba7e2..c3bdd06a8a7 100644
--- a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 0b56363611a..fc8e480e3b3 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2019-12-04 Thread Aaron Bauman
commit: f8823c40ca830a46fd6d81c179d95a51dae7e6e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:27:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 16:36:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8823c40

app-text/htmlmin: python3_8, add missing || die

Closes: https://bugs.gentoo.org/701808
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index a6024e98c9e..69c0412b090 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1
 
@@ -20,6 +20,6 @@ IUSE=""
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 src_prepare() {
-   sed '/prune/d' -i MANIFEST.in
+   sed '/prune/d' -i MANIFEST.in || die
default
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2019-12-01 Thread Andreas Sturmlechner
commit: 7e4fc94533cbbfac554510c56d05ed5e78f7b17d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 30 12:24:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  1 19:25:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4fc945

app-text/htmlmin: python3_7

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 95105e76d78..a6024e98c9e 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2018-07-09 Thread Mikle Kolyada
commit: 722232392a5b7677906d82547dd6580d2911fe7d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul  9 18:57:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul  9 18:57:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72223239

app-text/htmlmin: amd64 stable wrt bug #647078

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 51c505e8f90..cdddc86d92a 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2018-07-08 Thread Thomas Deutschmann
commit: 449b0fd31f57b38e808f0ece9e90e628f3a8d676
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  9 01:22:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  9 01:29:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449b0fd3

app-text/htmlmin: x86 stable (bug #647078)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 3f036caef84..51c505e8f90 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2017-12-30 Thread Aaron Swenson
commit: fa9219e9dbacb63ccf6a845b78788de15222cb16
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sat Dec 30 18:00:55 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sat Dec 30 18:01:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9219e9

app-text/htmlmin: Bump to 0.1.12

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/htmlmin/Manifest  |  1 +
 app-text/htmlmin/htmlmin-0.1.12.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 0d2b867a518..1b2a9718606 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1 +1,2 @@
 DIST htmlmin-0.1.11_pre20170909.tar.gz 123229 BLAKE2B 
7cc22370afa045ac13bf05082d396534e08a454f13f6bf321bc45c4743c33813bc32c31b655c21d731f091f11d13aeef405bc82c8e2b0ed0d0a12a25e4e7f3ad
 SHA512 
85b29bca8f40680574fa21e2720a6b573ba69b94c239cdbcea80cdb1d0032bbf0d735f596f2a3beb3b3691b2366cdfd6051dd2499eaeb6b4b7618c7b59ebd7ec
+DIST htmlmin-0.1.12.tar.gz 19940 BLAKE2B 
66e9596f687b70fa44362078075cb5f70553e65a7a1a6c55a4abac6adc5d0821b8936507cbb56f4e8ea96575a8801ec341416fead54b18ff9e10d199ed506529
 SHA512 
5669327dc64d8d28accdfe0d9a222e723fccdc12b52e7f0315fb9caf958a734a0cf0514ad476cbd0b7d0f2d83514a207867127f135f5e51cfda9b15dbfe24b78

diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild 
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
new file mode 100644
index 000..3f036caef84
--- /dev/null
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable HTML Minifier with safety features"
+HOMEPAGE="https://github.com/mankyd/htmlmin;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed '/prune/d' -i MANIFEST.in
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2017-12-19 Thread Jason Zaman
commit: 0ff6d698a0b3aa06c708c50b176304be1b6c6185
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Dec 19 08:48:06 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 19 08:48:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff6d698

app-text/htmlmin: amd64 stable

Gentoo-bug: 641280
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild 
b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
index 89d79280a31..0c9a3d8d8cb 100644
--- a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mankyd/${PN}/archive/${HTMLMIN_GIT_REVISION}.tar.gz
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/

2017-09-09 Thread Aaron Swenson
commit: 74f240ed319b9b7b912a24ca7d0c348ce877
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sat Sep  9 22:55:52 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sat Sep  9 23:26:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f2

app-text/htmlmin: Initial Commit

Required by dev-db/pgadmin4.

Thanks to Chris Mayo for getting this started.

Gentoo-Bug: 595378

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/htmlmin/Manifest  |  1 +
 app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild | 28 ++
 app-text/htmlmin/metadata.xml  | 15 
 3 files changed, 44 insertions(+)

diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
new file mode 100644
index 000..7c14c6b2b84
--- /dev/null
+++ b/app-text/htmlmin/Manifest
@@ -0,0 +1 @@
+DIST htmlmin-0.1.11_pre20170909.tar.gz 123229 SHA256 
4b4ac0ef990a7f278d6f70d44b87b3512e1600df07dbc2bbef37b06e0ff6971c SHA512 
85b29bca8f40680574fa21e2720a6b573ba69b94c239cdbcea80cdb1d0032bbf0d735f596f2a3beb3b3691b2366cdfd6051dd2499eaeb6b4b7618c7b59ebd7ec
 WHIRLPOOL 
480e5a6bc3d3bfe6c4f1a81365aac25d5d0a9a106441fed65f298d4c527b567af323da603ca2998b5c7cf4a23f7915459ec2ace26fb5b809a073e38439a39ef3

diff --git a/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild 
b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
new file mode 100644
index 000..89d79280a31
--- /dev/null
+++ b/app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+HTMLMIN_GIT_REVISION="7bcbb995778fc07e427872dc74af9646fd0c907d"
+
+DESCRIPTION="A configurable HTML Minifier with safety features"
+HOMEPAGE="https://github.com/mankyd/htmlmin;
+SRC_URI="https://github.com/mankyd/${PN}/archive/${HTMLMIN_GIT_REVISION}.tar.gz
+-> ${P}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed '/prune/d' -i MANIFEST.in
+   default
+}

diff --git a/app-text/htmlmin/metadata.xml b/app-text/htmlmin/metadata.xml
new file mode 100644
index 000..2b2dd5ca991
--- /dev/null
+++ b/app-text/htmlmin/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   titanof...@gentoo.org
+   Aaron W. Swenson
+   
+   
+   htmlmin
+   
+