public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/
Date: Tue, 28 Nov 2017 21:56:58 +0000 (UTC)	[thread overview]
Message-ID: <1511906213.637395575bab8b8f57dab4a5b75a894a6ae97f77.monsieurp@gentoo> (raw)

commit:     637395575bab8b8f57dab4a5b75a894a6ae97f77
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 21:55:32 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 21:56:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63739557

app-text/html-xml-utils: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/html-xml-utils/Manifest                   |  2 --
 .../html-xml-utils/html-xml-utils-6.9-r1.ebuild    | 21 -------------
 app-text/html-xml-utils/html-xml-utils-6.9.ebuild  | 20 -------------
 app-text/html-xml-utils/html-xml-utils-7.0.ebuild  | 35 ----------------------
 4 files changed, 78 deletions(-)

diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
index 8f5bfdcad3e..8927062abfb 100644
--- a/app-text/html-xml-utils/Manifest
+++ b/app-text/html-xml-utils/Manifest
@@ -1,3 +1 @@
-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
 DIST html-xml-utils-7.1.tar.gz 319559 BLAKE2B 4c07a13a6b59c9d336a5620f2c9b1109fc5289339348d287136ac91f5dd508780a97dc9e30ae361c1c8237ecfa16996a6cd79cb4eaf6d9b6ba9bd97806009fd2 SHA512 a17328500552ad28136a08d0c7dd992d53afbc853ffd8930b516b3218915f4f159234f27af66d135a51dc25eb6c35e6f14d6f0006bdfc2abf351ac8298334d48

diff --git a/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
deleted file mode 100644
index 8f754f220ab..00000000000
--- a/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-}

diff --git a/app-text/html-xml-utils/html-xml-utils-6.9.ebuild b/app-text/html-xml-utils/html-xml-utils-6.9.ebuild
deleted file mode 100644
index f7eba1b63be..00000000000
--- a/app-text/html-xml-utils/html-xml-utils-6.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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() {
-	sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}

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
deleted file mode 100644
index 9d9c59066ed..00000000000
--- a/app-text/html-xml-utils/html-xml-utils-7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 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"
-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
-}


             reply	other threads:[~2017-11-28 21:57 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-28 21:56 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08  7:20 [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/ Arthur Zamarin
2024-09-07 10:22 Petr Vaněk
2024-05-19 17:53 Arthur Zamarin
2024-05-19 17:12 Arthur Zamarin
2024-05-19 17:09 Sam James
2024-05-19 17:06 Arthur Zamarin
2023-05-10 22:17 Sam James
2023-02-11  4:53 Sam James
2022-08-29 19:30 Jakov Smolić
2022-08-29 19:28 Andreas Sturmlechner
2022-08-29 18:45 Agostino Sarubbo
2022-08-29  7:21 Agostino Sarubbo
2022-08-28 18:03 Arthur Zamarin
2022-08-01  3:15 Sam James
2020-06-20 14:41 Patrice Clement
2020-06-20 14:41 Patrice Clement
2020-06-20 14:41 Patrice Clement
2018-05-07 21:36 Patrice Clement
2018-03-16 17:21 Patrice Clement
2018-02-04 22:49 Patrice Clement
2017-11-28 21:56 Patrice Clement
2017-11-28 21:56 Patrice Clement
2017-10-28 23:59 Sergei Trofimovich
2017-10-26 21:47 Sergei Trofimovich
2017-10-26 18:54 Thomas Deutschmann
2017-10-19  7:39 Patrice Clement
2016-12-04  0:47 Patrice Clement
2016-04-19  8:55 Patrice Clement
2016-03-21 15:24 Patrice Clement
2015-10-19 12:06 Justin Lecher
2015-10-18 18:31 Mikle Kolyada
2015-08-31  8:31 Patrice Clement
2015-08-31  8:31 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511906213.637395575bab8b8f57dab4a5b75a894a6ae97f77.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox