From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- app-text/htmlmin/Manifest | 2 -- app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild | 28 ---------------------- 2 files changed, 30 deletions(-) delete mode 100644 app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild (limited to 'app-text/htmlmin') diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest index f23610982ac9..224a83783247 100644 --- a/app-text/htmlmin/Manifest +++ b/app-text/htmlmin/Manifest @@ -1,5 +1,3 @@ -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 -EBUILD htmlmin-0.1.11_pre20170909.ebuild 615 BLAKE2B eba0d695f010e0068eff4855edfdf36d02da915e740e18ee977f5ab4cf4cc09b26d3150cf55f4d905eea5ff958c34789c81991390d7e95861955b56bdda81463 SHA512 0e1907dc0f79a693ddcc6c51f592c1bf19d7085324917609720a7467721aab18c9c983caf7471355532dfaabc720247a85c35f08b618b7227ed741a775ed3cad EBUILD htmlmin-0.1.12.ebuild 502 BLAKE2B 153cbfaaf0ad87a086a7a3d699eaa8db44d492af5f3b54e3933e59f097cdf26f6c76e5ea502455606a1a53185951f70cebb9fa4522abb65713f03910c46e7d99 SHA512 d03810cfb4d4d71bbd69c89edaecd72a9b8a9e546e9f8a9f172c9c52d7441aa90824317729fc2b9ce959642de525570d7fb5623b854560469e11208994a89bd6 MISC metadata.xml 424 BLAKE2B 1026b0d3b470845caf9f575527f76c10b691c855426e5fe48972943ca067e9c4211f3e5af025b85f3881c321614c174f6c2f751c2f3f0764aedf04abb2dfe125 SHA512 53ae65ab7e6dd530f398c228e7ad38242a367efdd398a5bd321704e42f33b997c4fc5bfb942a90722b164ff29b35c1f6e3d3e15414241995bd371c3090c250e0 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 c3bdd06a8a7c..000000000000 --- 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 -} -- cgit v1.2.3