public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/html2latex/
Date: Wed, 24 Nov 2021 20:02:48 +0000 (UTC)	[thread overview]
Message-ID: <1637784129.b1e3436ee676da49d068da88d21e5cfc549f282e.sam@gentoo> (raw)

commit:     b1e3436ee676da49d068da88d21e5cfc549f282e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 20:02:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 20:02:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e3436e

dev-tex/html2latex: use src_configure, use RDEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{html2latex-1.1-r2.ebuild => html2latex-1.1-r3.ebuild}  | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-tex/html2latex/html2latex-1.1-r2.ebuild b/dev-tex/html2latex/html2latex-1.1-r3.ebuild
similarity index 88%
rename from dev-tex/html2latex/html2latex-1.1-r2.ebuild
rename to dev-tex/html2latex/html2latex-1.1-r3.ebuild
index 1321a9313436..dd5a18cfc929 100644
--- a/dev-tex/html2latex/html2latex-1.1-r2.ebuild
+++ b/dev-tex/html2latex/html2latex-1.1-r3.ebuild
@@ -19,11 +19,17 @@ DEPEND="dev-perl/HTML-Tree
 	dev-perl/XML-Simple
 	imagemagick? ( media-gfx/imagemagick )
 	libwww? ( dev-perl/libwww-perl )"
+RDEPEND="${DEPEND}"
 
-src_compile() {
+src_configure() {
 	# HTML::LaTex
-	cd HTML
+	cd HTML || die
 	perl-module_src_configure
+}
+
+src_compile() {
+	# HTML::LaTex
+	cd HTML || die
 	perl-module_src_compile
 }
 
@@ -33,8 +39,9 @@ src_install() {
 	dodoc README TODO
 
 	# HTML::LaTex
-	cd HTML
+	cd HTML || die
 	perl-module_src_install
+
 	# rm unwanted README.win
 	rm "${ED}"/usr/share/doc/${PF}/README.win.txt || die
 }


             reply	other threads:[~2021-11-24 20:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 20:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: dev-tex/html2latex/ Conrad Kostecki
2023-05-18 19:17 Arthur Zamarin
2022-04-14 19:28 Jakov Smolić
2021-12-14 21:03 Jakov Smolić
2021-12-14 21:03 Arthur Zamarin
2021-12-14 21:03 Arthur Zamarin
2021-12-14 21:03 Arthur Zamarin
2021-12-14 20:57 Jakov Smolić
2021-12-14 20:57 Jakov Smolić
2021-11-24 18:07 Marek Szuba

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=1637784129.b1e3436ee676da49d068da88d21e5cfc549f282e.sam@gentoo \
    --to=sam@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