[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2023-03-08 Thread Sam James
commit: 36ce98001aebc6da2b186c9a6b97698ece38b6fd
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 21:58:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ce9800

dev-util/ftjam: Keyword 2.5.3_rc2-r3 mips, #897990

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
index ccae3059497f..7197d4222a7d 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2022-11-24 Thread Conrad Kostecki
commit: 44f59729bbe28c651c0bdada3fd659f4ff5a813a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Nov 18 15:49:52 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Nov 24 18:14:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f59729

dev-util/ftjam: use HTTPS

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

 dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
index 806e3bc1fa14..ccae3059497f 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 MY_PV=$(ver_rs 3 "")
 
 DESCRIPTION="A 100% compatible, enhanced implementation of the make 
alternative Jam"
-HOMEPAGE="http://freetype.sourceforge.net/jam/index.html;
+HOMEPAGE="https://freetype.sourceforge.net/jam/index.html;
 SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2022-10-21 Thread Ionen Wolkens
commit: ce0ca101d4fe50318a7cf22dd85b314c80bf87f4
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Oct 21 11:12:36 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 21 12:47:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0ca101

dev-util/ftjam: drop c2x workaround

Changed the way test for this, and upon closer look
this one wasn't needed.

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
index 07202ada9f35..806e3bc1fa14 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
 
 MY_PV=$(ver_rs 3 "")
 
@@ -33,6 +33,5 @@ src_prepare() {
default
 
tc-export CC RANLIB
-   append-cflags -std=gnu89 # old codebase, incompatible with c2x
export AR="$(tc-getAR) ru" #720706
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/, dev-util/ftjam/files/

2022-09-28 Thread Ionen Wolkens
commit: 7f43eaea7734cbbf7cdf2dd82a0b0f8c3b872440
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Sep 29 03:34:58 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 29 04:17:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f43eaea

dev-util/ftjam: fix build with clang16

Revbump unlikely to matter for other compilers, but doesn't hurt.

Closes: https://bugs.gentoo.org/870655
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/ftjam/files/ftjam-2.5.3-clang16.patch | 7 +++
 .../ftjam/{ftjam-2.5.3_rc2-r2.ebuild => ftjam-2.5.3_rc2-r3.ebuild} | 1 +
 2 files changed, 8 insertions(+)

diff --git a/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch 
b/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch
new file mode 100644
index ..5a6c6089b086
--- /dev/null
+++ b/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch
@@ -0,0 +1,7 @@
+https://bugs.gentoo.org/870655
+--- a/jam.h
 b/jam.h
+@@ -382,2 +382,3 @@
+ # include 
++# include 
+ # include 

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
similarity index 95%
rename from dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
rename to dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
index 816961d7bfa0..806e3bc1fa14 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
@@ -26,6 +26,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.5.3-nostrip.patch
"${FILESDIR}"/${PN}-2.5.3-i-hate-yacc.patch
"${FILESDIR}"/${PN}-2.5.3-false-flags.patch
+   "${FILESDIR}"/${PN}-2.5.3-clang16.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2022-09-28 Thread Ionen Wolkens
commit: a2ada5c14ac624a0435b919950fb101fe7d6fe52
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Sep 29 03:28:01 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 29 04:17:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ada5c1

dev-util/ftjam: respect AR and RANLIB

Closes: https://bugs.gentoo.org/720706
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index e261b7338088..816961d7bfa0 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -30,5 +30,7 @@ PATCHES=(
 
 src_prepare() {
default
-   tc-export CC
+
+   tc-export CC RANLIB
+   export AR="$(tc-getAR) ru" #720706
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2022-05-18 Thread WANG Xuerui
commit: f94b545f57edcfa394124bb9ba942c3ed627b7c0
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed May 18 07:47:16 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed May 18 07:59:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94b545f

dev-util/ftjam: keyword 2.5.3_rc2-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 54b4c54d4338..e261b7338088 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2021-08-02 Thread Marek Szuba
commit: ac85c995d94f62a19dfa07a99f9f211028840250
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug  2 09:17:22 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug  2 12:33:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac85c995

dev-util/ftjam: keyword 2.5.3_rc2-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 5ebae4e40d2..54b4c54d433 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-07-22 Thread Aaron Bauman
commit: 66afd496e70f7b521ee3dd34d2d0599111798c3d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 22 23:30:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 22 23:30:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66afd496

dev-util/ftjam: arm64 stable (bug #688804)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 201c0927571..80f5119ad4c 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-07-02 Thread Sergei Trofimovich
commit: 191ca690ed066873a811be2f2dadd948f6827798
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  2 08:26:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  2 08:26:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191ca690

dev-util/ftjam: stable 2.5.3_rc2-r2 for ppc64, bug #688804

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

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 55fd1acd317..201c0927571 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-07-02 Thread Sergei Trofimovich
commit: 4a2d3e79348ff45d2a7d00a5f11b2153327ce17f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  2 08:21:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  2 08:21:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2d3e79

dev-util/ftjam: stable 2.5.3_rc2-r2 for ppc, bug #688804

Package-Manager: Portage-2.3.68, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index fc275504ffa..55fd1acd317 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-06-29 Thread Sergei Trofimovich
commit: 9a270669e991c85abe05235ec133c40f15a149e6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun 29 05:32:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 29 07:43:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a270669

dev-util/ftjam: stable 2.5.3_rc2-r2 for hppa, bug #688804

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

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 57f455dbc0a..fc275504ffa 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-06-28 Thread Agostino Sarubbo
commit: ce2f912dd90ce738792aeb97855cab92c989c777
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2f912d

dev-util/ftjam: x86 stable wrt bug #688804

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 14035334b35..57f455dbc0a 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-06-28 Thread Agostino Sarubbo
commit: 7c659fb7609d2de9d9fc9c0033b81b1aef60a13d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c659fb7

dev-util/ftjam: amd64 stable wrt bug #688804

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 79f3a89e3cf..14035334b35 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-06-27 Thread Sergei Trofimovich
commit: e2f02e23ffaae1bdaddca2b571168dd22a8c460e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 27 20:37:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 27 21:10:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f02e23

dev-util/ftjam: stable 2.5.3_rc2-r2 for sparc, bug #688804

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

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index f8cfcd0508c..79f3a89e3cf 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-05-25 Thread Andreas Sturmlechner
commit: 6d8e71e3effb7640e05c43914fad0ca8378806f0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu May 23 17:25:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 25 20:54:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8e71e3

dev-util/ftjam: EAPI=7 bump

Closes: https://bugs.gentoo.org/686616
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12091
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 34 
 1 file changed, 34 insertions(+)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
new file mode 100644
index 000..f8cfcd0508c
--- /dev/null
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PV=$(ver_rs 3 "")
+
+DESCRIPTION="A 100% compatible, enhanced implementation of the make 
alternative Jam"
+HOMEPAGE="http://freetype.sourceforge.net/jam/index.html;
+SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
+
+LICENSE="perforce GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+
+BDEPEND="sys-devel/bison"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+DOCS=( README README.ORG CHANGES RELNOTES )
+HTML_DOCS=( Jam.html Jambase.html Jamfile.html )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.5.3-nostrip.patch
+   "${FILESDIR}"/${PN}-2.5.3-i-hate-yacc.patch
+   "${FILESDIR}"/${PN}-2.5.3-false-flags.patch
+)
+
+src_prepare() {
+   default
+   tc-export CC
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2019-05-10 Thread Aaron Bauman
commit: a9ac3691331dd0014b9604634b30147a374cac25
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri May 10 21:34:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 10 21:36:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ac3691

dev-util/ftjam: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
index cfca2251a16..2e8142c44fc 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE=""
 
 DEPEND="!dev-util/jam



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2018-03-10 Thread Pacho Ramos
commit: 632b373821d8dc35672d322446a4a23be13dbf6c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 11:53:31 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632b3738

dev-util/ftjam: Update maintainer due to bug #143105

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/ftjam/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/ftjam/metadata.xml b/dev-util/ftjam/metadata.xml
index ac75c379715..7a1075ebf9b 100644
--- a/dev-util/ftjam/metadata.xml
+++ b/dev-util/ftjam/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rh...@gentoo.org
-   Ryan Hill
-   

freetype




[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2017-12-02 Thread David Seifert
commit: 984d39483909fb2afbe5972cbb0d5dbf379b7b55
Author: David Seifert  gentoo  org>
AuthorDate: Sat Dec  2 12:51:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec  2 12:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984d3948

dev-util/ftjam: [QA] Fix DESCRIPTION.toolong

 dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
index a8cf96c8ab2..9321798e489 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
@@ -5,7 +5,7 @@ inherit eutils toolchain-funcs versionator
 
 MY_PV=$(delete_version_separator _)
 
-DESCRIPTION="Jam is a powerful alternative to make.  FTJam is a 100% 
compatible enhanced Jam implementation"
+DESCRIPTION="FTJam is a 100% compatible, enhanced implementation of the make 
alternative Jam"
 HOMEPAGE="http://freetype.sourceforge.net/jam/index.html;
 SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/

2017-07-11 Thread Alexis Ballier
commit: 8a7c08f5135e3a8436b28cce69615114c24278e2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 11 08:39:00 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 11 08:39:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7c08f5

dev-util/ftjam: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
index 45b6c476157..a8cf96c8ab2 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-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
 
 inherit eutils toolchain-funcs versionator
@@ -11,7 +11,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE=""
 
 DEPEND="!dev-util/jam