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 E100C139082 for ; Tue, 28 Nov 2017 21:57:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40143E0BEB; Tue, 28 Nov 2017 21:57:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1AB03E0BEB for ; Tue, 28 Nov 2017 21:57:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A4BDF33D3C7 for ; Tue, 28 Nov 2017 21:57:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18EA5AAE8 for ; Tue, 28 Nov 2017 21:56:58 +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: <1511906215.298022cd6604bdde4a2273fc6b313a6b3749c485.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.4.ebuild X-VCS-Directories: app-text/html-xml-utils/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 298022cd6604bdde4a2273fc6b313a6b3749c485 X-VCS-Branch: master Date: Tue, 28 Nov 2017 21:56:58 +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: af5f1a05-90c8-4d29-9f0d-94a2016d878d X-Archives-Hash: 195c5d41d65af2c16e168f22e0b11489 commit: 298022cd6604bdde4a2273fc6b313a6b3749c485 Author: Patrice Clement gentoo org> AuthorDate: Tue Nov 28 21:56:37 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Nov 28 21:56:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298022cd app-text/html-xml-utils: version bump. Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-text/html-xml-utils/Manifest | 1 + app-text/html-xml-utils/html-xml-utils-7.4.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest index 8927062abfb..747d530fb73 100644 --- a/app-text/html-xml-utils/Manifest +++ b/app-text/html-xml-utils/Manifest @@ -1 +1,2 @@ DIST html-xml-utils-7.1.tar.gz 319559 BLAKE2B 4c07a13a6b59c9d336a5620f2c9b1109fc5289339348d287136ac91f5dd508780a97dc9e30ae361c1c8237ecfa16996a6cd79cb4eaf6d9b6ba9bd97806009fd2 SHA512 a17328500552ad28136a08d0c7dd992d53afbc853ffd8930b516b3218915f4f159234f27af66d135a51dc25eb6c35e6f14d6f0006bdfc2abf351ac8298334d48 +DIST html-xml-utils-7.4.tar.gz 343008 BLAKE2B 29c8e437afabd04fd511d3498c94cfe8ef027478b7bd4d0390635a5dd18be20971413217ba083e7fb7b82d9b10a9d943b8a90f761cd6ab192829ee64a11a0952 SHA512 88a527c29ef23b34ecb778085aafd399943764a18a3e4b39ff27b3e2cc3effa84b9ffe7c2a0df80fb27a38a7e4d4ceef6db91da46cbb2b4f9fd59903d4868a20 diff --git a/app-text/html-xml-utils/html-xml-utils-7.4.ebuild b/app-text/html-xml-utils/html-xml-utils-7.4.ebuild new file mode 100644 index 00000000000..080b0bdc12c --- /dev/null +++ b/app-text/html-xml-utils/html-xml-utils-7.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" + +RESTRICT="test" + +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 +}