[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2017-02-18 Thread David Seifert
commit: 6b6699428b88fb80bd81b1c7cabe2e17012a4bc1
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat Feb 18 07:06:01 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 18 09:52:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b669942

app-text/epstool: Fix toolong.DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003

 app-text/epstool/epstool-3.08-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/epstool/epstool-3.08-r1.ebuild 
b/app-text/epstool/epstool-3.08-r1.ebuild
index 622cf5950d..03d48ce898 100644
--- a/app-text/epstool/epstool-3.08-r1.ebuild
+++ b/app-text/epstool/epstool-3.08-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding 
boxes,converts to bitmaps"
+DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding 
boxes"
 HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm";
 SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2021-10-11 Thread Yixun Lan
commit: 609339e71cebe94aa33469b0b142e2ce2352c16d
Author: Alex Fan  yahoo  com>
AuthorDate: Mon Oct 11 05:06:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct 11 22:20:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609339e7

app-text/epstool: keyword 3.09 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 285d5ecb3f1..96cdb44c516 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.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
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-18 Thread Sergei Trofimovich
commit: bade598af13d7ea5b8f36096cfc8d2694c413026
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 18 10:20:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 18 10:25:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bade598a

app-text/epstool: stable 3.09 for ppc64

stable wrt bug #759997

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 7e62a5baddf..135a57a851c 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2021-02-14 Thread Andreas Sturmlechner
commit: 962eda39ab14c9fc165d61dadf0e5362cd171eda
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 14 19:08:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 14 20:47:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962eda39

app-text/epstool: Drop 3.08-r1, EAPI5--

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/epstool/Manifest   |  1 -
 app-text/epstool/epstool-3.08-r1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest
index 519ecdd36ae..c60f32ae288 100644
--- a/app-text/epstool/Manifest
+++ b/app-text/epstool/Manifest
@@ -1,2 +1 @@
-DIST epstool-3.08.tar.gz 191567 BLAKE2B 
6ef2912e10e65809f60444d09facc1ea3800e492e55e87a4f00c95f7dbabd45c4d48b447fd92879e97e9dc2fe9698c1ff7d4cb06bdf3724f16ed89f76a829a8d
 SHA512 
d6d70825c7d08cca318503bd8c12b48408b6d6cd3a64f26df94890373a3e73b68dc09a4eb454b81893c7ee3c11da791cdfed7466eb1410414cd1b97d80e8abf1
 DIST epstool-3.09.tar.gz 191023 BLAKE2B 
becb264bf93bdb1244550e0707eb2d513d8c4b8d9eee09356bd2ddaf25bc8b97e0c5e73a02839a0f66f18bd1949cb549525967ec430104c33067d9ca57984a6f
 SHA512 
cb9519be0879ff791f0e243a541538254e24949683aa792f673334d2d1dbd3e449ec36890ccbb3852563cf8da997a035a80df605b395a1b84cbced7522dce291

diff --git a/app-text/epstool/epstool-3.08-r1.ebuild 
b/app-text/epstool/epstool-3.08-r1.ebuild
deleted file mode 100644
index 1c92a1aa6a0..000
--- a/app-text/epstool/epstool-3.08-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding 
boxes"
-HOMEPAGE="http://www.ghostgum.com.au/software/epstool.htm";
-SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-
-DEPEND="app-text/ghostscript-gpl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/gcc43.patch
-
-   sed -i \
-   -e '/^CC/s/=/?=/' \
-   -e '/^CLINK/s/gcc/$(CC)/' \
-   src/unixcom.mak || die
-   tc-export CC
-
-   epatch_user
-
-   # parallel make issue (bug #506978)
-   mkdir bin || die
-   mkdir epsobj || die
-}
-
-src_compile() {
-   emake epstool
-}
-
-src_install() {
-   dobin bin/epstool
-   doman doc/epstool.1
-   dohtml doc/epstool.htm doc/gsview.css
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-13 Thread Thomas Deutschmann
commit: 014c3f0a9c8f1ccc06c4e1ebb17769ded8f9a3bb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 13 21:43:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 13 21:43:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014c3f0a

app-text/epstool: x86 stable (bug #759826)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 21df4bab8b6..7bbbe381f00 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-14 Thread Sam James
commit: cc522df8ad8a2a8505323ef72e8c746589185940
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 15 06:26:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 15 06:26:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc522df8

app-text/epstool: arm64 stable (bug #759997)

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 0426316a9d4..8867fb0cae6 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-14 Thread Sam James
commit: 979a2160a868f24d2ab4ce1d74c71e54816377ec
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 15 06:23:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 15 06:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979a2160

app-text/epstool: arm stable (bug #759826)

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 7bbbe381f00..0426316a9d4 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-16 Thread Sam James
commit: 40fa8282c296a1fff7bbec66b06a9eb945aac8f9
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 16 17:10:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 16 17:11:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fa8282

app-text/epstool: Stabilize 3.09 ppc, #759826

Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 8867fb0cae6..cad8de37d1d 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 arm arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-16 Thread Sergei Trofimovich
commit: a2228e4d594bdb4867419f413e52293e40f346f9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 16 20:37:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 16 21:24:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2228e4d

app-text/epstool: stable 3.09 for hppa, bug #759997

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index cad8de37d1d..42ee29ba83c 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 arm arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-12-16 Thread Sam James
commit: 6f1df136b274d42cadc3a8dec80cca5d6e3775f8
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 16 23:10:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 16 23:10:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1df136

app-text/epstool: Stabilize 3.09 amd64, #759826

Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 42ee29ba83c..7e62a5baddf 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-11-05 Thread Andreas Sturmlechner
commit: c3d7fbb34bcb5a2712351c3012dd2fc2f1a65256
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov  5 23:30:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  6 02:22:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d7fbb3

app-text/epstool: Update HOMEPAGE

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/epstool/epstool-3.08-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.08-r1.ebuild 
b/app-text/epstool/epstool-3.08-r1.ebuild
index a145530abb4..0c8486d0716 100644
--- a/app-text/epstool/epstool-3.08-r1.ebuild
+++ b/app-text/epstool/epstool-3.08-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding 
boxes"
-HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm";
+HOMEPAGE="http://www.ghostgum.com.au/software/epstool.htm";
 SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz";
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-11-06 Thread Sam James
commit: c4883fd5a49b7205f2db542d8a076bf7d646ed6b
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  6 15:19:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  6 15:19:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4883fd5

app-text/epstool: Stabilize 3.08-r1 arm64, #709830

Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.08-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.08-r1.ebuild 
b/app-text/epstool/epstool-3.08-r1.ebuild
index 0c8486d0716..7ad2957d419 100644
--- a/app-text/epstool/epstool-3.08-r1.ebuild
+++ b/app-text/epstool/epstool-3.08-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-11-07 Thread Sam James
commit: e70441f432339005ddf917cbba7b883154b75cce
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  7 17:49:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  7 17:49:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70441f4

app-text/epstool: Stabilize 3.08-r1 arm, #709830

Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.08-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.08-r1.ebuild 
b/app-text/epstool/epstool-3.08-r1.ebuild
index 7ad2957d419..8db4ff40e2e 100644
--- a/app-text/epstool/epstool-3.08-r1.ebuild
+++ b/app-text/epstool/epstool-3.08-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-11-09 Thread Patrice Clement
commit: 28e8839a7a8739dc6150d149a6ed1e4e2b68
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Nov  7 11:10:32 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov  9 20:30:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e8

app-text/epstool: respect CC.

Closes: https://bugs.gentoo.org/753446
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18170
Signed-off-by: Patrice Clement  gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 80be2e478d4..21df4bab8b6 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
 }
 
 src_compile() {
-   emake epstool
+   emake CC="$(tc-getCC)" epstool
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/

2020-10-06 Thread Sam James
commit: 15fead9a442ff307ca71279e95a84cf220018185
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 21:09:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 21:09:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fead9a

app-text/epstool: Keyword 3.08-r1 arm64, #746944

Signed-off-by: Sam James  gentoo.org>

 app-text/epstool/epstool-3.08-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/epstool/epstool-3.08-r1.ebuild 
b/app-text/epstool/epstool-3.08-r1.ebuild
index 04ef4ccd406..a145530abb4 100644
--- a/app-text/epstool/epstool-3.08-r1.ebuild
+++ b/app-text/epstool/epstool-3.08-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 DEPEND="app-text/ghostscript-gpl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/files/

2021-02-15 Thread Conrad Kostecki
commit: f82a9d0feab8d5452ca9f564853eab195f4c3162
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Feb 15 16:53:25 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Feb 15 20:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82a9d0f

app-text/epstool: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19477
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/epstool/files/gcc43.patch | 20 
 1 file changed, 20 deletions(-)

diff --git a/app-text/epstool/files/gcc43.patch 
b/app-text/epstool/files/gcc43.patch
deleted file mode 100644
index b50250a9af1..000
--- a/app-text/epstool/files/gcc43.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/src/epstool.c
-+++ b/src/epstool.c
-@@ -2824,7 +2824,7 @@
-   code = -1;
-   }
-   if ((code==0) && stdout_name && (hChildStdoutWr == -1)) {
--  handle = open(stdout_name, O_WRONLY | O_CREAT);
-+  handle = open(stdout_name, O_WRONLY | O_CREAT, 0644);
-   hChildStdoutWr = dup2(handle, 1);
-   if (handle != -1)
-   close(handle);
-@@ -2832,7 +2832,7 @@
-   code = -1;
-   }
-   if ((code==0) && stderr_name && (hChildStderrWr == -1)) {
--  handle = open(stderr_name, O_WRONLY | O_CREAT);
-+  handle = open(stderr_name, O_WRONLY | O_CREAT, 0644);
-   hChildStderrWr = dup2(handle, 2);
-   if (handle != -1)
-   close(handle);



[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/, app-text/epstool/files/

2020-11-05 Thread Andreas Sturmlechner
commit: 7c8bcd877f6305d5429f70e572909d72df163e64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  6 00:04:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  6 02:22:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8bcd87

app-text/epstool: 3.09 version bump, EAPI-7 bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/epstool/Manifest  |  1 +
 app-text/epstool/epstool-3.09.ebuild   | 42 ++
 .../epstool/files/epstool-3.09-no-gcc-linker.patch | 27 ++
 .../epstool/files/epstool-3.09-no-use-gnu.patch| 31 
 4 files changed, 101 insertions(+)

diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest
index f3131c5f6cb..519ecdd36ae 100644
--- a/app-text/epstool/Manifest
+++ b/app-text/epstool/Manifest
@@ -1 +1,2 @@
 DIST epstool-3.08.tar.gz 191567 BLAKE2B 
6ef2912e10e65809f60444d09facc1ea3800e492e55e87a4f00c95f7dbabd45c4d48b447fd92879e97e9dc2fe9698c1ff7d4cb06bdf3724f16ed89f76a829a8d
 SHA512 
d6d70825c7d08cca318503bd8c12b48408b6d6cd3a64f26df94890373a3e73b68dc09a4eb454b81893c7ee3c11da791cdfed7466eb1410414cd1b97d80e8abf1
+DIST epstool-3.09.tar.gz 191023 BLAKE2B 
becb264bf93bdb1244550e0707eb2d513d8c4b8d9eee09356bd2ddaf25bc8b97e0c5e73a02839a0f66f18bd1949cb549525967ec430104c33067d9ca57984a6f
 SHA512 
cb9519be0879ff791f0e243a541538254e24949683aa792f673334d2d1dbd3e449ec36890ccbb3852563cf8da997a035a80df605b395a1b84cbced7522dce291

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
new file mode 100644
index 000..80be2e478d4
--- /dev/null
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding 
boxes"
+HOMEPAGE="http://www.ghostgum.com.au/software/epstool.htm";
+SRC_URI="http://www.ghostgum.com.au/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+
+DEPEND="app-text/ghostscript-gpl"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-no-use-gnu.patch
+   "${FILESDIR}"/${P}-no-gcc-linker.patch
+)
+
+src_prepare() {
+   default
+   tc-export CC
+
+   # parallel make issue (bug #506978)
+   mkdir bin || die
+   mkdir epsobj || die
+}
+
+src_compile() {
+   emake epstool
+}
+
+src_install() {
+   dobin bin/epstool
+   doman doc/epstool.1
+   local HTML_DOCS=( doc/epstool.htm doc/gsview.css )
+   einstalldocs
+}

diff --git a/app-text/epstool/files/epstool-3.09-no-gcc-linker.patch 
b/app-text/epstool/files/epstool-3.09-no-gcc-linker.patch
new file mode 100644
index 000..cf3e03dfa60
--- /dev/null
+++ b/app-text/epstool/files/epstool-3.09-no-gcc-linker.patch
@@ -0,0 +1,27 @@
+From cbd73f2bb7dd3a55d0d35b0638e84b8f17e56b52 Mon Sep 17 00:00:00 2001
+From: Helmut Grohne 
+Date: Fri, 14 Sep 2018 18:17:39 +0200
+Subject: [PATCH] Make epstool cross buildable by not hardcoding gcc as linker
+
+---
+ src/unixcom.mak | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/unixcom.mak b/src/unixcom.mak
+index 1063b65..ca0b031 100755
+--- a/src/unixcom.mak
 b/src/unixcom.mak
+@@ -22,8 +22,8 @@ GSCFLAGS= $(CDEFS) -Wall -Wstrict-prototypes 
-Wmissing-declarations -Wmissing-pr
+ CCAUX=gcc
+ CC=gcc
+ LFLAGS=$(PLINK) $(LIBPNGLIBS) $(GTKLIBS)
+-CLINK=gcc $(LDFLAGS)
+-LINK=gcc $(LDFLAGS)
++CLINK=$(CC) $(LDFLAGS)
++LINK=$(CC) $(LDFLAGS)
+ 
+ 
+ COMP=$(CC) -I$(SRCDIR) -I$(OBJDIR) $(CFLAGS) $(GSCFLAGS)
+-- 
+2.29.2
+

diff --git a/app-text/epstool/files/epstool-3.09-no-use-gnu.patch 
b/app-text/epstool/files/epstool-3.09-no-use-gnu.patch
new file mode 100644
index 000..cb42381138e
--- /dev/null
+++ b/app-text/epstool/files/epstool-3.09-no-use-gnu.patch
@@ -0,0 +1,31 @@
+From 706546a4921b98834ebf241ea751e0db5d0d192f Mon Sep 17 00:00:00 2001
+From: Adrian Bunk 
+Date: Fri, 14 Sep 2018 18:17:39 +0200
+Subject: [PATCH] src/cplat.h: Don't define __USE_GNU
+
+There were two things wrong with it:
+- __USE_GNU is glibc-internal, the external define is _GNU_SOURCE
+- defining such macros after the first include is wrong, in this case
+it caused FTBFS on ia64.
+
+An option would be to pass -D_GNU_SOURCE when building, but as far
+as I can see the define was not (anymore?) needed at all.
+---
+ src/cplat.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/cplat.h b/src/cplat.h
+index 8bbd9c5..ad5cee4 100755
+--- a/src/cplat.h
 b/src/cplat.h
+@@ -109,7 +109,6 @@ typedef struct POINT_s {
+ typedef struct _GdkRgbCmap GdkRgbCmap;
+ # endif
+ # include 
+-# define __USE_GNU/* we might need recursive mutex */
+ # include 
+ # include 
+ # define ZLIBNAME "libz.so