public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texi2html/
Date: Tue,  6 Mar 2018 14:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1520347381.30d023ace822899963eef7f451250ed45d99fbc7.amadio@gentoo> (raw)

commit:     30d023ace822899963eef7f451250ed45d99fbc7
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 10:06:19 2018 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 14:43:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d023ac

app-text/texi2html: prefix support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/texi2html/texi2html-5.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-text/texi2html/texi2html-5.0-r1.ebuild b/app-text/texi2html/texi2html-5.0-r1.ebuild
index f7e01f45b70..3c4b85e12fc 100644
--- a/app-text/texi2html/texi2html-5.0-r1.ebuild
+++ b/app-text/texi2html/texi2html-5.0-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
+inherit prefix
+
 DESCRIPTION="Perl script that converts Texinfo to HTML"
 HOMEPAGE="http://www.nongnu.org/texi2html/"
 SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
@@ -28,6 +30,10 @@ src_prepare() {
 	# On FreeBSD this script is used instead of GNU install but it comes without
 	# executable pemissions... Fix it!
 	chmod +x install-sh || die
+
+	if use prefix; then
+		hprefixify $(find . -name '*.pl' | xargs)
+	fi
 }
 
 src_configure() {


             reply	other threads:[~2018-03-06 14:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-06 14:43 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-08  7:38 [gentoo-commits] repo/gentoo:master commit in: app-text/texi2html/ WANG Xuerui
2022-10-18  2:28 Sam James
2021-07-26 23:20 Marek Szuba
2021-01-06 13:46 Fabian Groffen
2020-01-21 21:51 David Seifert
2019-05-15 13:54 Aaron Bauman
2019-04-13  9:03 Ulrich Müller
2017-06-17 11:11 Alexis Ballier
2017-01-29 15:24 Fabian Groffen

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=1520347381.30d023ace822899963eef7f451250ed45d99fbc7.amadio@gentoo \
    --to=amadio@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