public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libredwg/
Date: Tue, 22 Feb 2022 10:36:34 +0000 (UTC)	[thread overview]
Message-ID: <1645526189.0022435d4704b2e41b89091b0229a77c79354ce0.andrewammerlaan@gentoo> (raw)

commit:     0022435d4704b2e41b89091b0229a77c79354ce0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 10:36:08 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 10:36:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0022435d

media-gfx/libredwg: 0.12.5: fix install of perl bindings

This broke because we moved from the release tarball to the tagged tarball

Closes: https://bugs.gentoo.org/833881
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-gfx/libredwg/libredwg-0.12.5.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-gfx/libredwg/libredwg-0.12.5.ebuild b/media-gfx/libredwg/libredwg-0.12.5.ebuild
index 0d74bb5e092f..8f14bdef8e11 100644
--- a/media-gfx/libredwg/libredwg-0.12.5.ebuild
+++ b/media-gfx/libredwg/libredwg-0.12.5.ebuild
@@ -55,6 +55,8 @@ src_unpack() {
 
 src_prepare() {
 	default
+	# Fix variable references itself error, fails in src_install otherwise.
+	sed -i -e 's/TEXINPUTS="$(TEXINPUTS)$(PATH_SEPARATOR)$(TEXINFO_TEX_DIR)"/TEXINPUTS="$(PATH_SEPARATOR)$(TEXINFO_TEX_DIR)"/g' doc/Makefile.am || die
 	# https://github.com/LibreDWG/libredwg/issues/404
 	# Workaround: release tarball does not include dwg2ps.1.
 	# Upstream autotools stuff has to be run in git repo
@@ -89,11 +91,6 @@ src_configure() {
 	fi
 
 	econf ${myconf[@]}
-
-	# Fix variable references itself error, fails in src_install otherwise.
-	# Can't put this in src_prepare and use eautoreconf because eautoreconf
-	# only works inside a git repository for this package.
-	sed -i -e 's/TEXINPUTS = "$(TEXINPUTS)$(PATH_SEPARATOR)$(TEXINFO_TEX_DIR)"/TEXINPUTS += "$(PATH_SEPARATOR)$(TEXINFO_TEX_DIR)"/g' doc/Makefile || die
 }
 
 src_compile() {
@@ -106,5 +103,4 @@ src_install() {
 	perl_set_version
 	default
 	use python && python_optimize
-	use perl && perl_domodule bindings/perl/LibreDWG.pm
 }


             reply	other threads:[~2022-02-22 10:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 10:36 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 15:20 [gentoo-commits] repo/gentoo:master commit in: media-gfx/libredwg/ Nowa Ammerlaan
2024-03-02 14:44 Andrew Ammerlaan
2024-02-26 17:09 Andrew Ammerlaan
2024-02-13 10:15 Andrew Ammerlaan
2024-02-06 11:30 Andrew Ammerlaan
2024-02-06 11:30 Andrew Ammerlaan
2024-01-15 11:14 Andrew Ammerlaan
2024-01-15 11:14 Andrew Ammerlaan
2023-11-08 15:01 Andrew Ammerlaan
2023-09-14  9:00 Andrew Ammerlaan
2023-09-14  9:00 Andrew Ammerlaan
2023-08-17  7:49 Andrew Ammerlaan
2023-06-27 12:06 Andrew Ammerlaan
2023-06-27 12:06 Andrew Ammerlaan
2023-05-01 13:16 Andrew Ammerlaan
2022-11-08  8:52 Andrew Ammerlaan
2022-11-08  8:52 Andrew Ammerlaan
2022-06-06  9:06 Andrew Ammerlaan
2022-06-01 12:56 Andrew Ammerlaan
2022-02-19 11:12 Andrew Ammerlaan
2021-11-28 12:51 Andrew Ammerlaan
2021-07-19 10:46 Andrew Ammerlaan
2021-05-24  8:37 Andrew Ammerlaan

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=1645526189.0022435d4704b2e41b89091b0229a77c79354ce0.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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