public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/
@ 2016-01-30 12:48 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2016-01-30 12:48 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/
@ 2016-01-30 12:48 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2016-01-30 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a3562337ad6c5244d044ee9319213b8b3604f3ed
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 12:48:42 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=a3562337

dev-tex/g-brief: fix trailing whitespace.

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 | 2 +-
 1 file changed, 1 insertion(+), 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 971d239..af69689 100644
--- a/dev-tex/g-brief/g-brief-4.0.2.ebuild
+++ b/dev-tex/g-brief/g-brief-4.0.2.ebuild
@@ -24,7 +24,7 @@ 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 
+	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.


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/
@ 2017-06-17 11:11 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2017-06-17 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6b47fa61d08e3457518f70745017d28c9de313
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 10:49:57 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 11:10:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6b47fa

dev-tex/g-brief: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tex/g-brief/g-brief-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 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 874bf2b6669..66c4f196dd3 100644
--- a/dev-tex/g-brief/g-brief-4.0.2.ebuild
+++ b/dev-tex/g-brief/g-brief-4.0.2.ebuild
@@ -13,7 +13,7 @@ LICENSE="LPPL-1.2"
 
 IUSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="dev-texlive/texlive-langgerman"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/
@ 2019-10-27 12:35 Sebastian Pipping
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2019-10-27 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ff78c9198bf7f6491d9ff4d01dc85f42bca19203
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 12:28:46 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 12:35:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff78c919

dev-tex/g-brief: EAPI 7

Bug: https://bugs.gentoo.org/697336
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.16

 dev-tex/g-brief/g-brief-4.0.2-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild b/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild
new file mode 100644
index 00000000000..569461d81b3
--- /dev/null
+++ b/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package
+
+S="${WORKDIR}"/${PN}
+
+# checksum from official ftp site changes frequently so we mirror it
+DESCRIPTION="LaTeX styles for formless letters in German or English"
+SRC_URI="mirror://gentoo/${P}.zip"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief/"
+LICENSE="LPPL-1.2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+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 || die
+	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 || die
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/g-brief/
@ 2019-11-09 20:19 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-09 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3e0b5725901fc23515c49186024f53c3924d4c9d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 20:18:40 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 20:18:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0b5725

dev-tex/g-brief: stable and drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-tex/g-brief/g-brief-4.0.2-r1.ebuild |  2 +-
 dev-tex/g-brief/g-brief-4.0.2.ebuild    | 33 ---------------------------------
 2 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild b/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild
index 569461d81b3..5f6309ca909 100644
--- a/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild
+++ b/dev-tex/g-brief/g-brief-4.0.2-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="LPPL-1.2"
 
 IUSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="dev-texlive/texlive-langgerman"
 DEPEND="${RDEPEND}

diff --git a/dev-tex/g-brief/g-brief-4.0.2.ebuild b/dev-tex/g-brief/g-brief-4.0.2.ebuild
deleted file mode 100644
index b8a96b7fe14..00000000000
--- a/dev-tex/g-brief/g-brief-4.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit latex-package
-
-S=${WORKDIR}/${PN}
-
-# checksum from official ftp site changes frequently so we mirror it
-DESCRIPTION="LaTeX styles for formless letters in German or English"
-SRC_URI="mirror://gentoo/${P}.zip"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief/"
-LICENSE="LPPL-1.2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-10 10:30 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox