public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hxtools/
Date: Tue,  3 Apr 2018 18:42:09 +0000 (UTC)	[thread overview]
Message-ID: <1522780912.f2de5f9bb02f5ab6eb3d461e774d1a040d851378.pacho@gentoo> (raw)

commit:     f2de5f9bb02f5ab6eb3d461e774d1a040d851378
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 18:41:13 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 18:41:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2de5f9b

dev-util/hxtools: Bump, fix collisions (#468244) and deps (#514636)

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-util/hxtools/Manifest                |  1 +
 dev-util/hxtools/hxtools-20180301.ebuild | 35 ++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/hxtools/Manifest b/dev-util/hxtools/Manifest
index f7a7d9921ca..d83b19e9b66 100644
--- a/dev-util/hxtools/Manifest
+++ b/dev-util/hxtools/Manifest
@@ -1 +1,2 @@
 DIST hxtools-20121125.tar.xz 287716 BLAKE2B 66c125e4db14b6a6adb49e0d45944969f6c4a4a238d58a03a2d678eda3e5f8bec002c3fa401c1c9458b4840816a0cc3c357e9e5c8c5ed6a062309785c51ec1a7 SHA512 fa15331d8c961b0a3b1a99f592e2b4f9b0531ac294a2fef0f9a5067b5e427ca57e0c62798b1048a1d6005c9655af45136636255f684a129bc997864e8c7c4915
+DIST hxtools-20180301.tar.xz 301516 BLAKE2B 6b768e316de6d9b724cdca5beef1ec14e3482aaf1aa34abc138861782266eac32565cdf7713cc65d3863fb1b3463a21446165ecc7df4f39c4fed168d8efdd3df SHA512 10b6a59367a9d5127116a81ae46c4c0f10dd4cecd60ff78b2dfeb2a304c7a34112df2355b9f939558c8e27d0e255e2df6277da9cc558d4368bcbe4d7130d5326

diff --git a/dev-util/hxtools/hxtools-20180301.ebuild b/dev-util/hxtools/hxtools-20180301.ebuild
new file mode 100644
index 00000000000..38fb9a949d5
--- /dev/null
+++ b/dev-util/hxtools/hxtools-20180301.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A collection of tools and scripts"
+HOMEPAGE="http://inai.de/projects/hxtools/"
+SRC_URI="http://jftp.inai.de/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-lang/perl
+	>=sys-apps/util-linux-2.19
+	sys-libs/libcap
+	>=sys-libs/libhx-3.12.1
+	>=sys-apps/pciutils-3
+	x11-libs/libxcb:0=
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	default
+
+	# man2html is provided by man
+	rm -rf "${ED}"/usr/bin/man2html
+	rm -rf "${ED}"/usr/share/man/man1/man2html*
+
+	# Don't collide with dev-util/cwdiff
+	mv "${ED}"/usr/bin/cwdiff "${ED}"/usr/bin/cwdiff.hx || die
+	mv "${ED}"/usr/share/man/man1/cwdiff.1 "${ED}"/usr/share/man/man1/cwdiff.hx.1 || die
+}


             reply	other threads:[~2018-04-03 18:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-03 18:42 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-10 22:31 [gentoo-commits] repo/gentoo:master commit in: dev-util/hxtools/ Matt Turner
2019-12-04  6:22 Joonas Niilola
2020-02-09 13:14 David Seifert
2020-11-17 16:56 Matt Turner
2020-11-17 16:56 Matt Turner

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=1522780912.f2de5f9bb02f5ab6eb3d461e774d1a040d851378.pacho@gentoo \
    --to=pacho@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