public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/ivritex/
@ 2019-11-09 20:31 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-09 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     18202c8c16bec98608f0a05931b8e74432f5851f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 20:31:27 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 20:31:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18202c8c

dev-tex/ivritex: bump EAPI and stuff

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

 dev-tex/ivritex/ivritex-1.1.2.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild
index da501102975..6f421b567df 100644
--- a/dev-tex/ivritex/ivritex-1.1.2.ebuild
+++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild
@@ -1,26 +1,25 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit latex-package
 
-IUSE=""
-
 DESCRIPTION="Hebrew support for TeX"
 HOMEPAGE="http://ivritex.sourceforge.net/"
 SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz"
+
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+
 RESTRICT="mirror"
 
 LICENSE="LPPL-1.2"
-
 SLOT="0"
+IUSE=""
 DEPEND=""
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 
 src_install () {
 	export VARTEXFONTS="${T}/fonts"
 
-	make TEX_ROOT="${D}"/usr/share/texmf install || die
-
+	make TEX_ROOT="${D}"/usr/share/texmf install || die "make failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/ivritex/
@ 2021-11-06  5:57 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-11-06  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3550fab6b482ad9634fb19dfd868467866fdfb7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 05:57:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 05:57:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3550fab6

dev-tex/ivritex: use 'emake', not 'make'

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

 dev-tex/ivritex/ivritex-1.1.2.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild
index 7556a29e83f..e8890025ddd 100644
--- a/dev-tex/ivritex/ivritex-1.1.2.ebuild
+++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,17 +9,14 @@ DESCRIPTION="Hebrew support for TeX"
 HOMEPAGE="http://ivritex.sourceforge.net/"
 SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz"
 
+LICENSE="LPPL-1.2"
+SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
 RESTRICT="mirror"
 
-LICENSE="LPPL-1.2"
-SLOT="0"
-IUSE=""
-DEPEND=""
 
 src_install() {
 	export VARTEXFONTS="${T}/fonts"
 
-	make TEX_ROOT="${D}"/usr/share/texmf install || die "make failed"
+	emake TEX_ROOT="${D}"/usr/share/texmf install
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/ivritex/
@ 2021-11-06  5:57 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-11-06  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     24de38027b7f09e2c0da55f4c28886cddd76ef44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 05:57:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 05:57:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24de3802

dev-tex/ivritex: DoubleEmptyLine

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

 dev-tex/ivritex/ivritex-1.1.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild
index e8890025ddd..6b51f262a84 100644
--- a/dev-tex/ivritex/ivritex-1.1.2.ebuild
+++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild
@@ -14,7 +14,6 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 RESTRICT="mirror"
 
-
 src_install() {
 	export VARTEXFONTS="${T}/fonts"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/ivritex/
@ 2023-07-07 21:53 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-07-07 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d28945851f8a0adb176294f5ccc45a315ba2bcf1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul  5 07:24:46 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 21:53:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2894585

dev-tex/ivritex: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-tex/ivritex/ivritex-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild
index 6b51f262a846..d4ce8455883f 100644
--- a/dev-tex/ivritex/ivritex-1.1.2.ebuild
+++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit latex-package
 
 DESCRIPTION="Hebrew support for TeX"
-HOMEPAGE="http://ivritex.sourceforge.net/"
+HOMEPAGE="https://ivritex.sourceforge.net/"
 SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz"
 
 LICENSE="LPPL-1.2"


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

end of thread, other threads:[~2023-07-07 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: dev-tex/ivritex/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2021-11-06  5:57 Sam James
2021-11-06  5:57 Sam James
2019-11-09 20:31 Aaron Bauman

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