From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B16F759CB2 for ; Tue, 19 Apr 2016 08:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E44D21C029; Tue, 19 Apr 2016 08:55:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AAC521C029 for ; Tue, 19 Apr 2016 08:55:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E95DF340924 for ; Tue, 19 Apr 2016 08:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7696815F for ; Tue, 19 Apr 2016 08:55:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1461054562.4d8e225957c5a7ed8001df2f49482aa645f7acb1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/html-xml-utils/Manifest app-text/html-xml-utils/html-xml-utils-7.0.ebuild X-VCS-Directories: app-text/html-xml-utils/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4d8e225957c5a7ed8001df2f49482aa645f7acb1 X-VCS-Branch: master Date: Tue, 19 Apr 2016 08:55:26 +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: f504f43e-e171-41b1-b34f-84fc5e62fad7 X-Archives-Hash: 1357f5ba6c345ee4bf3bb679dcc5b30f commit: 4d8e225957c5a7ed8001df2f49482aa645f7acb1 Author: Patrice Clement gentoo org> AuthorDate: Tue Apr 19 08:29:22 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Apr 19 08:29:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8e2259 app-text/html-xml-utils: Version bump. Package-Manager: portage-2.2.26 app-text/html-xml-utils/Manifest | 1 + app-text/html-xml-utils/html-xml-utils-7.0.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest index 63da240..7df1dfe 100644 --- a/app-text/html-xml-utils/Manifest +++ b/app-text/html-xml-utils/Manifest @@ -1 +1,2 @@ DIST html-xml-utils-6.9.tar.gz 311449 SHA256 9cf401dc84ca01752adf1f2d9862c4f227bb089504ed9d03d7fd40603e87fab2 SHA512 590a04e91130d7daecc4c1935808d872f3d49967be345060039bae5986b70be3be40104bc215524017a08c5492671a1fd96b63028f26f84faa400a9fbd283778 WHIRLPOOL b89b0bf5225256af2a0464429f2aa7eb1171ea982afc02ae0377e7cbd0633ee33cd39069bb0cd9056c712c20e7568b3716e448b1b8e47a9eb92193076734c353 +DIST html-xml-utils-7.0.tar.gz 334696 SHA256 e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0 SHA512 305578c135972c64e048962734c4794ed3a386a4bc3194cb14277fbe5bfcdb01a13a32bcf751d1216b3e89244ab778235c8cfb12d412fdfe1bf26229b5e23732 WHIRLPOOL 00452006f08853580eadb3179f3c57e31ef9909bd7170b2f5abe588031147ac1a39525d4de3f0e3a60bcd1f896c5866ecdcc6786d543e5417044344c6c7799f1 diff --git a/app-text/html-xml-utils/html-xml-utils-7.0.ebuild b/app-text/html-xml-utils/html-xml-utils-7.0.ebuild new file mode 100644 index 0000000..3cd4a91 --- /dev/null +++ b/app-text/html-xml-utils/html-xml-utils-7.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit multilib-minimal + +DESCRIPTION="A number of simple utilities for manipulating HTML and XML files" +SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" +HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" + +LICENSE="W3C" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND="net-misc/curl" +DEPEND="${RDEPEND}" + +src_prepare() { + default + sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf +} + +src_compile() { + multilib-minimal_src_compile +} + +src_install() { + multilib-minimal_src_install +}