From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04FA61396D0 for ; Sat, 9 Sep 2017 23:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285B51FC03B; Sat, 9 Sep 2017 23:27:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8B311FC03B for ; Sat, 9 Sep 2017 23:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D048E3416DF for ; Sat, 9 Sep 2017 23:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 773579063 for ; Sat, 9 Sep 2017 23:27:29 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1504999609.748888f240ed319b9b7b912a24ca7d0c348ce877.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmlmin/Manifest app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild app-text/htmlmin/metadata.xml X-VCS-Directories: app-text/htmlmin/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 748888f240ed319b9b7b912a24ca7d0c348ce877 X-VCS-Branch: master Date: Sat, 9 Sep 2017 23:27:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31ed7d1c-615b-4266-9ca0-e14d0c39678a X-Archives-Hash: 2de48b7b46b48e0c296cf1eb11f8aa39 commit: 748888f240ed319b9b7b912a24ca7d0c348ce877 Author: Aaron W. Swenson gentoo org> AuthorDate: Sat Sep 9 22:55:52 2017 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sat Sep 9 23:26:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748888f2 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 00000000000..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 00000000000..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 00000000000..2b2dd5ca991 --- /dev/null +++ b/app-text/htmlmin/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + titanofold@gentoo.org + Aaron W. Swenson + + + htmlmin + +