From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlstarlet/
Date: Mon, 21 May 2018 15:53:57 +0000 (UTC) [thread overview]
Message-ID: <1526918030.cf9316cbf5341d9b29482d1d130082146bbf8df9.zlogene@gentoo> (raw)
commit: cf9316cbf5341d9b29482d1d130082146bbf8df9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 15:53:21 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 21 15:53:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9316cb
app-text/xmlstarlet: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-text/xmlstarlet/Manifest | 2 --
app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild | 39 -----------------------------
app-text/xmlstarlet/xmlstarlet-1.5.0.ebuild | 39 -----------------------------
3 files changed, 80 deletions(-)
diff --git a/app-text/xmlstarlet/Manifest b/app-text/xmlstarlet/Manifest
index 1b73a32d46c..41329b83566 100644
--- a/app-text/xmlstarlet/Manifest
+++ b/app-text/xmlstarlet/Manifest
@@ -1,3 +1 @@
-DIST xmlstarlet-1.4.2.tar.gz 407336 BLAKE2B d9e452666622c5419bad6e52ee0bfc2bf86f484e30cd949fbb77cb6f71a893aeb9f88c7ea821a95c651b2086b786609af00f5f01896a669a624348d6c274d6a6 SHA512 4e29825b503212d3dd436b892bdedd371af65dabbcdc1b0ff09dfe440fd3031c5c8c3a9b69903bd196c62ff944d9f91fe556354df6b90b990fbf6ad72be4ad33
-DIST xmlstarlet-1.5.0.tar.gz 414036 BLAKE2B 4cd68d0fa56e633b47a2f836bb3cab277d7843c16918cd32ad2990f2d6645c1d305397ebbcbbdefe95cfa64c9d4a165dd40e0ce46e2fb97c04e52d32d9a37e11 SHA512 7f2626ae724d943c4809d9772c39dc36c7050fa105aa607d368d74491582551798750e15ff00bde6d8bf1b459543d68375e670d7c9c9eff43a117c1410226ec3
DIST xmlstarlet-1.6.1.tar.gz 420923 BLAKE2B 56bf29f62549a7445e3cf15b6a3f60558dbcacf96645c3acc5a45b432d61f47614274a5d3e7234399f7dbdb854b503d73a6cfb8989710b7363d743dce4dff8f0 SHA512 4228df812caec7059d7a76986c4d9a4262bd861cc53dca05f341ae6c062be05f1c39fc637918ab00f60f40587c6c556e3c9bfaf8a18b149e3c321a92214dbe8b
diff --git a/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild b/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild
deleted file mode 100644
index 83992e77afb..00000000000
--- a/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents"
-HOMEPAGE="http://xmlstar.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xmlstar/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.6.27
- >=dev-libs/libxslt-1.1.9
- dev-libs/libgcrypt:0
- virtual/libiconv"
-
-DEPEND="${RDEPEND}
- sys-apps/sed"
-
-src_configure() {
- # NOTE: Fully built documentation is already shipped with the tarball:
- # - doc/xmlstarlet-ug.{pdf,ps,html}
- # - doc/xmlstarlet.txt
- # - doc/xmlstarlet.1
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --disable-build-docs \
- --disable-static-libs \
- --disable-silent-rules
-}
-
-src_install() {
- default
-
- dosym xml /usr/bin/xmlstarlet
-}
diff --git a/app-text/xmlstarlet/xmlstarlet-1.5.0.ebuild b/app-text/xmlstarlet/xmlstarlet-1.5.0.ebuild
deleted file mode 100644
index 83992e77afb..00000000000
--- a/app-text/xmlstarlet/xmlstarlet-1.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents"
-HOMEPAGE="http://xmlstar.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xmlstar/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.6.27
- >=dev-libs/libxslt-1.1.9
- dev-libs/libgcrypt:0
- virtual/libiconv"
-
-DEPEND="${RDEPEND}
- sys-apps/sed"
-
-src_configure() {
- # NOTE: Fully built documentation is already shipped with the tarball:
- # - doc/xmlstarlet-ug.{pdf,ps,html}
- # - doc/xmlstarlet.txt
- # - doc/xmlstarlet.1
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --disable-build-docs \
- --disable-static-libs \
- --disable-silent-rules
-}
-
-src_install() {
- default
-
- dosym xml /usr/bin/xmlstarlet
-}
next reply other threads:[~2018-05-21 15:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-21 15:53 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-21 21:51 [gentoo-commits] repo/gentoo:master commit in: app-text/xmlstarlet/ David Seifert
2021-01-31 19:03 Sebastian Pipping
2021-01-31 19:45 Sebastian Pipping
2022-09-02 13:07 Sebastian Pipping
2023-04-25 21:25 Sam James
2023-05-11 3:29 Sam James
2024-10-09 14:53 Arthur Zamarin
2024-10-09 15:27 Sam James
2024-10-09 15:27 Sam James
2024-10-09 15:58 Sebastian Pipping
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=1526918030.cf9316cbf5341d9b29482d1d130082146bbf8df9.zlogene@gentoo \
--to=zlogene@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