mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/xmlstarlet: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user