public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-tex/latex2pydata/
Date: Tue, 26 Nov 2024 10:45:23 +0000 (UTC)	[thread overview]
Message-ID: <1732617921.dbf5c7b665591e303b59761a467c5f154e2b374a.flow@gentoo> (raw)

commit:     dbf5c7b665591e303b59761a467c5f154e2b374a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 10:43:56 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 10:45:21 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=dbf5c7b6

dev-tex/latex2pydata: fix dodoc

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild b/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild
index b754ce5..07e75cb 100644
--- a/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild
+++ b/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild
@@ -51,9 +51,12 @@ src_install() {
 	dodoc CHANGELOG.md README.md
 	popd &> /dev/null || die
 
-	pushd latex/latex2pydata &> /dev/null || die
-	latex-package_src_install
+	pushd latex  &> /dev/null || die
 	docinto latex
 	dodoc CHANGELOG.md README.md
 	popd &> /dev/null || die
+
+	pushd latex/latex2pydata &> /dev/null || die
+	latex-package_src_install
+	popd &> /dev/null || die
 }


             reply	other threads:[~2024-11-26 10:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-26 10:45 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06 14:53 [gentoo-commits] proj/tex-overlay:main commit in: dev-tex/latex2pydata/ Florian Schmaus
2024-12-06 14:47 Florian Schmaus
2024-12-06 14:47 Florian Schmaus
2024-11-29  9:12 Florian Schmaus
2024-11-22 17:13 Florian Schmaus
2024-11-22 12:09 Florian Schmaus
2024-11-21 17:37 Florian Schmaus

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=1732617921.dbf5c7b665591e303b59761a467c5f154e2b374a.flow@gentoo \
    --to=flow@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