public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/
Date: Sat, 30 Jan 2016 12:48:54 +0000 (UTC)	[thread overview]
Message-ID: <1454158128.0d2e7ed6c5af3f63cc1071ce754d8306e61cf8b5.aballier@gentoo> (raw)

commit:     0d2e7ed6c5af3f63cc1071ce754d8306e61cf8b5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 12:48:04 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 12:48:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2e7ed6

dev-tex/g-brief: Fix build. Bug #573374.

Remove files that are going to be re-generated. Remove .dtx files after generating output so that it is not re-processing at src_install which would fail.
Add missing dep. Remove outdated tetex blocker.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-tex/g-brief/g-brief-4.0.2.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-tex/g-brief/g-brief-4.0.2.ebuild b/dev-tex/g-brief/g-brief-4.0.2.ebuild
index 29c11ce..971d239 100644
--- a/dev-tex/g-brief/g-brief-4.0.2.ebuild
+++ b/dev-tex/g-brief/g-brief-4.0.2.ebuild
@@ -16,8 +16,17 @@ IUSE=""
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
-RDEPEND="!>=app-text/tetex-2.96"
+RDEPEND="dev-texlive/texlive-langgerman"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 
 TEXMF="/usr/share/texmf-site"
+
+src_compile() {
+	# latex chokes if these file exist, bug #573374
+	rm -f g-brief.drv g-brief.cls g-brief.sty g-brief2.cls g-brief2.sty beispiel.tex beispiel2.tex 
+	latex-package_src_compile
+	# Now that the source is processed, remove it so that it is not (wrongly)
+	# reprocessed at src_install.
+	rm -f g-brief.dtx
+}


             reply	other threads:[~2016-01-30 12:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30 12:48 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-30 12:48 [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/ Alexis Ballier
2017-06-17 11:11 Alexis Ballier
2019-10-27 12:35 Sebastian Pipping
2019-11-09 20:19 Aaron Bauman

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=1454158128.0d2e7ed6c5af3f63cc1071ce754d8306e61cf8b5.aballier@gentoo \
    --to=aballier@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