public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2016-08-25 21:35 Tim Harder
  0 siblings, 0 replies; 21+ messages in thread
From: Tim Harder @ 2016-08-25 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     26cae15ec12e38b09b8b730bbdc0de4e7690e224
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 21:18:26 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 21:33:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cae15e

dev-embedded/gputils: version bump to 1.5.0

 dev-embedded/gputils/Manifest             |  1 +
 dev-embedded/gputils/gputils-1.5.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 87e1af6..23c4bea 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -5,3 +5,4 @@ DIST gputils-0.14.1.tar.gz 3233430 SHA256 8e2d195b4b84640c182a7ba1aaae958de151f4
 DIST gputils-0.14.2.tar.gz 3257391 SHA256 d363861dafd44b5db3a7313b4149563fae9e99235f66744394589c3976a77406 SHA512 80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c WHIRLPOOL d32fec294c53a8f888fe53236b8bbe8bd460a565fa2f5bd91a3ee66ecd13493c597989222a3b494e7d59aae9bd45398ce64533645ff86ad1ae288a01cfc07e0d
 DIST gputils-1.2.0.tar.gz 7585602 SHA256 2216382ef4b4a4fa88af1cb83d837587e02936b55eeb932ace8d359c05089695 SHA512 bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd WHIRLPOOL aadd2f057e67d1c71516a78e3f3fe0dec8e2d830216c99aed70b55481b86dd211c69cb5a63735a0fe85672ccae15b3898be7871a01cb8b8bd58e7af30da1c979
 DIST gputils-1.4.0.tar.gz 9659449 SHA256 00279da588eee96a63aba586fe916359097b6db1e6768ce8940a5d18d37e11b1 SHA512 b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993 WHIRLPOOL ddf1f0b3d2020646508b1f5805bb7c2e4b5086ea517cb7390f9690af4a15604a395de32b99db20929ebae7a8bb1e93fd11136559dc754a1907241eb01dbc5dac
+DIST gputils-1.5.0.tar.gz 13155377 SHA256 f6a517c186b991f504be5e4585316871d5950568257885d37487bb368dc76227 SHA512 fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645 WHIRLPOOL 5568aa6158c359ed6dd6105a7412e13c6aca5fbdb09738b8a1fbdab50aac6f4d0487d5844d6d8294b24e5321512053774cfae159c8ba4d230d0651f83d9250e8

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
new file mode 100644
index 00000000..d413094
--- /dev/null
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+HOMEPAGE="http://gputils.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+src_configure() {
+	tc-ld-disable-gold #369291
+	default
+}
+
+src_install() {
+	default
+	dodoc doc/gputils.pdf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2016-12-20 16:47 Mike Frysinger
  0 siblings, 0 replies; 21+ messages in thread
From: Mike Frysinger @ 2016-12-20 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     98cf55dacfeb421fc653e9a0f98decb142235965
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 16:46:09 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:47:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cf55da

dev-embedded/gputils: fix default CC selection

 dev-embedded/gputils/gputils-1.5.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index d413094..b9aa010 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -17,6 +17,9 @@ IUSE=""
 
 src_configure() {
 	tc-ld-disable-gold #369291
+	# Their configure script tries to do funky things with default
+	# compiler selection.  Force our own defaults instead.
+	tc-export CC
 	default
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2017-03-23 20:53 David Seifert
  0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2017-03-23 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     64e6373aa8772d45c8667cbeffa82d383077542c
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Mar 20 09:24:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 20:51:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e6373a

dev-embedded/gputils: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253

 dev-embedded/gputils/gputils-0.13.6-r1.ebuild | 4 ++--
 dev-embedded/gputils/gputils-0.13.7.ebuild    | 4 ++--
 dev-embedded/gputils/gputils-0.14.0.ebuild    | 4 ++--
 dev-embedded/gputils/gputils-0.14.1.ebuild    | 4 ++--
 dev-embedded/gputils/gputils-0.14.2.ebuild    | 4 ++--
 dev-embedded/gputils/gputils-1.2.0.ebuild     | 4 ++--
 dev-embedded/gputils/gputils-1.4.0.ebuild     | 4 ++--
 dev-embedded/gputils/gputils-1.5.0.ebuild     | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dev-embedded/gputils/gputils-0.13.6-r1.ebuild b/dev-embedded/gputils/gputils-0.13.6-r1.ebuild
index 38260c3bb14..ff9ea6d96e5 100644
--- a/dev-embedded/gputils/gputils-0.13.6-r1.ebuild
+++ b/dev-embedded/gputils/gputils-0.13.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-0.13.7.ebuild b/dev-embedded/gputils/gputils-0.13.7.ebuild
index ca8898a6cd9..9d12d799263 100644
--- a/dev-embedded/gputils/gputils-0.13.7.ebuild
+++ b/dev-embedded/gputils/gputils-0.13.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
 
 inherit eutils
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-0.14.0.ebuild b/dev-embedded/gputils/gputils-0.14.0.ebuild
index 5ea4158d7d2..0e60ba69f23 100644
--- a/dev-embedded/gputils/gputils-0.14.0.ebuild
+++ b/dev-embedded/gputils/gputils-0.14.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-0.14.1.ebuild b/dev-embedded/gputils/gputils-0.14.1.ebuild
index 449e0d64af2..0e60ba69f23 100644
--- a/dev-embedded/gputils/gputils-0.14.1.ebuild
+++ b/dev-embedded/gputils/gputils-0.14.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-0.14.2.ebuild b/dev-embedded/gputils/gputils-0.14.2.ebuild
index 449e0d64af2..0e60ba69f23 100644
--- a/dev-embedded/gputils/gputils-0.14.2.ebuild
+++ b/dev-embedded/gputils/gputils-0.14.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-1.2.0.ebuild b/dev-embedded/gputils/gputils-1.2.0.ebuild
index 4ce8f9a7928..0e60ba69f23 100644
--- a/dev-embedded/gputils/gputils-1.2.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-1.4.0.ebuild b/dev-embedded/gputils/gputils-1.4.0.ebuild
index 81afcc3eb41..0a2f1952d81 100644
--- a/dev-embedded/gputils/gputils-1.4.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.4.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
 inherit toolchain-funcs
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index 0d1d3ea7332..b6eec9feb86 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit toolchain-funcs
 
-DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
+DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
 HOMEPAGE="http://gputils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2017-09-05  7:11 Tim Harder
  0 siblings, 0 replies; 21+ messages in thread
From: Tim Harder @ 2017-09-05  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4d4f2eb029517a55427dc566c14a5f17853dffcb
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 07:08:31 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 07:10:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4f2eb0

dev-embedded/gputils: update HOMEPAGE

 dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index b6eec9feb86..7e4c0030eed 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/"
+HOMEPAGE="https://gputils.sourceforge.io"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2017-09-23 19:38 Sergei Trofimovich
  0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2017-09-23 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8b8af2bc04682e8333a425707178eba34a8f9606
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 19:38:23 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 19:38:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8af2bc

dev-embedded/gputils: stable 1.5.0 for ppc64, bug #629936

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index 7e4c0030eed..ebe25c06165 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2017-10-05  8:37 Sergei Trofimovich
  0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2017-10-05  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d94d5104b9b182e643de5394fd8d709d1e79a634
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 08:34:09 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 08:37:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94d5104

dev-embedded/gputils: stable 1.5.0 for ppc, bug #629936

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index ebe25c06165..b6a680017ba 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE=""
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2017-10-26 20:18 Thomas Deutschmann
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3b010dbd7357613776cad88b25862df6d32c9c0c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:03:02 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:17:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b010dbd

dev-embedded/gputils: x86 stable (bug #629936)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index b6a680017ba..2bdbf466e3e 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE=""
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2018-05-20 12:59 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-05-20 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c114f28aceb61d9a839ebeaae1685b3ceb8b1e48
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:59:39 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:59:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c114f28a

dev-embedded/gputils: Remove 1.4.0

Uses deprecated EAPI 5 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest             |  1 -
 dev-embedded/gputils/gputils-1.4.0.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 9a37bd23122..91bfb2d62d2 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,2 +1 @@
-DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5 SHA512 b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993
 DIST gputils-1.5.0.tar.gz 13155377 BLAKE2B 68f6ed2ba93f83eaae0573dde5fe8d3a67ec6cf4349832e5edcab70ec35db7d8210f28d46bf3272a7b7f9b52299b1289792b1ca2a75b952e7ea2fc263448c8b9 SHA512 fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645

diff --git a/dev-embedded/gputils/gputils-1.4.0.ebuild b/dev-embedded/gputils/gputils-1.4.0.ebuild
deleted file mode 100644
index 0a2f1952d81..00000000000
--- a/dev-embedded/gputils/gputils-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_configure() {
-	tc-ld-disable-gold #369291
-	default
-}
-
-src_install() {
-	default
-	dodoc doc/gputils.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2018-05-20 12:59 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-05-20 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     16045f6ccf90c6ffbcc7810d2d42fd3673fb91d8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:57:24 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:57:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16045f6c

dev-embedded/gputils: Remove 0.14.1

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest              |  1 -
 dev-embedded/gputils/gputils-0.14.1.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 95c775d8ebb..c78e45eb75e 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.14.1.tar.gz 3233430 BLAKE2B 16e9442636f525c936f81a02537732833184100d120ec9bff509fa362fb48753f3fbfd33053504e48b1933a701cd4a00129ced77c740bb83bdfc667db765ff5d SHA512 e32b7628377390a491b3455a7c5c89cf29b8dd4928f450c879d4d9de4416536265198346ba5b5fad073ac03c33af879ab8acc0a6d6d4713d5ef8c3ea94a4c4dd
 DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9 SHA512 80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c
 DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af18888697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb SHA512 bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd
 DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5 SHA512 b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993

diff --git a/dev-embedded/gputils/gputils-0.14.1.ebuild b/dev-embedded/gputils/gputils-0.14.1.ebuild
deleted file mode 100644
index 0e60ba69f23..00000000000
--- a/dev-embedded/gputils/gputils-0.14.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-	default
-	dodoc doc/gputils.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2018-05-20 12:59 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-05-20 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0d099b2bfcb848334d2f27260219a30609bd8257
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:56:34 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:56:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d099b2b

dev-embedded/gputils: Remove 0.14.0

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest              |  1 -
 dev-embedded/gputils/gputils-0.14.0.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 4e70dc3807a..95c775d8ebb 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.14.0.tar.gz 2802791 BLAKE2B 34c5da263a3a3bc1e24b85e03c9169e8e563742583eb34becd62bd9934a44238ff41ac95cb7c05bc552ee2b23110c178c5e87db4adc929e85699a471bfa07d5b SHA512 ca50c95fc81043f8672db0d5101831de65a536ce8e5061aabedfa340f821bc7eb6db7bea6f8923b239167ed65a17b1fe7d32d40e10e69b92d351ba408535f1d4
 DIST gputils-0.14.1.tar.gz 3233430 BLAKE2B 16e9442636f525c936f81a02537732833184100d120ec9bff509fa362fb48753f3fbfd33053504e48b1933a701cd4a00129ced77c740bb83bdfc667db765ff5d SHA512 e32b7628377390a491b3455a7c5c89cf29b8dd4928f450c879d4d9de4416536265198346ba5b5fad073ac03c33af879ab8acc0a6d6d4713d5ef8c3ea94a4c4dd
 DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9 SHA512 80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c
 DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af18888697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb SHA512 bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd

diff --git a/dev-embedded/gputils/gputils-0.14.0.ebuild b/dev-embedded/gputils/gputils-0.14.0.ebuild
deleted file mode 100644
index 0e60ba69f23..00000000000
--- a/dev-embedded/gputils/gputils-0.14.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-	default
-	dodoc doc/gputils.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2018-05-20 12:59 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-05-20 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8ad5d3f7edabe35137dcca9e7b325fc63bfb6725
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:57:57 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:57:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad5d3f7

dev-embedded/gputils: Remove 0.14.2

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest              |  1 -
 dev-embedded/gputils/gputils-0.14.2.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index c78e45eb75e..6bd3a20fd11 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9 SHA512 80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c
 DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af18888697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb SHA512 bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd
 DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5 SHA512 b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993
 DIST gputils-1.5.0.tar.gz 13155377 BLAKE2B 68f6ed2ba93f83eaae0573dde5fe8d3a67ec6cf4349832e5edcab70ec35db7d8210f28d46bf3272a7b7f9b52299b1289792b1ca2a75b952e7ea2fc263448c8b9 SHA512 fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645

diff --git a/dev-embedded/gputils/gputils-0.14.2.ebuild b/dev-embedded/gputils/gputils-0.14.2.ebuild
deleted file mode 100644
index 0e60ba69f23..00000000000
--- a/dev-embedded/gputils/gputils-0.14.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-	default
-	dodoc doc/gputils.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2018-05-20 12:59 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-05-20 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     00de72807fa8dfb3ff996cb385f04629ee8c2d7e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:58:46 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:58:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00de7280

dev-embedded/gputils: Remove 1.2.0

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest             |  1 -
 dev-embedded/gputils/gputils-1.2.0.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 6bd3a20fd11..9a37bd23122 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,3 +1,2 @@
-DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af18888697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb SHA512 bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd
 DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5 SHA512 b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993
 DIST gputils-1.5.0.tar.gz 13155377 BLAKE2B 68f6ed2ba93f83eaae0573dde5fe8d3a67ec6cf4349832e5edcab70ec35db7d8210f28d46bf3272a7b7f9b52299b1289792b1ca2a75b952e7ea2fc263448c8b9 SHA512 fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645

diff --git a/dev-embedded/gputils/gputils-1.2.0.ebuild b/dev-embedded/gputils/gputils-1.2.0.ebuild
deleted file mode 100644
index 0e60ba69f23..00000000000
--- a/dev-embedded/gputils/gputils-1.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-	default
-	dodoc doc/gputils.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2021-11-07  4:55 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-11-07  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3b63fda8bb810ac60d85ed7f7649c61906f72f98
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 04:37:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 04:37:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63fda8

dev-embedded/gputils: try again to disable gold

Bug: https://bugs.gentoo.org/818802
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/gputils/gputils-1.5.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index bd1e4fc9e3a..3a535479048 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,11 @@ KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 src_configure() {
-	tc-ld-disable-gold #369291
+	# bug #818802
+	tc-ld-is-gold && tc-ld-force-bfd
+	#tc-ld-disable-gold #369291
+
+
 	# Their configure script tries to do funky things with default
 	# compiler selection.  Force our own defaults instead.
 	tc-export CC


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2021-11-07  5:05 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-11-07  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     710bf7a0ff059cc334680803f0e55d3d8db48037
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 04:56:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 04:56:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710bf7a0

dev-embedded/gputils: fix DoubleEmptyLine

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

 dev-embedded/gputils/gputils-1.5.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index 3a535479048..54b186ff608 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -19,7 +19,6 @@ src_configure() {
 	tc-ld-is-gold && tc-ld-force-bfd
 	#tc-ld-disable-gold #369291
 
-
 	# Their configure script tries to do funky things with default
 	# compiler selection.  Force our own defaults instead.
 	tc-export CC


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2021-11-07  7:11 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-11-07  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4381eaa1819e3d3dd86cbd8e8e3f2ec3e2c69eaa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 07:11:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 07:11:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4381eaa1

dev-embedded/gputils: fix unstaged patch filename

Bug: https://bugs.gentoo.org/722648
Bug: https://bugs.gentoo.org/817980
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/gputils/gputils-1.5.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
index 651af5d9d70..508c9285573 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -14,16 +14,17 @@ SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
 
 PATCHES=(
-	"${FILESDIR}/flags.patch"
+	"${FILESDIR}"/${P}-respect-flags.patch
 )
 
 src_prepare() {
 	default
 
+	# Only needed for the flags patch, if a new release ever comes...
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	# bug #369291, bug #818802
 	tc-ld-disable-gold
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2023-04-10  8:24 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-04-10  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cb624b1118553841cd477691c077172795baa945
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 08:24:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 08:24:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb624b11

dev-embedded/gputils: Stabilize 1.5.2 ppc64, #904100

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

 dev-embedded/gputils/gputils-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild
index 11fb1036b9e4..77d6dec680e1 100644
--- a/dev-embedded/gputils/gputils-1.5.2.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE="doc"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2023-04-10  8:48 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-04-10  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     073bf115b6369bba1ad3c0f8aed0d34fa8aa9189
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 08:47:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 08:47:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073bf115

dev-embedded/gputils: Stabilize 1.5.2 ppc, #904100

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

 dev-embedded/gputils/gputils-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild
index 2cd9e4e183db..92ff42022c4a 100644
--- a/dev-embedded/gputils/gputils-1.5.2.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="doc"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2023-04-10  8:48 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-04-10  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e0103441677ff2f5f8cdff77affb13084a8e7afd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 08:47:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 08:47:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0103441

dev-embedded/gputils: Stabilize 1.5.2 amd64, #904100

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

 dev-embedded/gputils/gputils-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild
index 77d6dec680e1..d24e7522ad7b 100644
--- a/dev-embedded/gputils/gputils-1.5.2.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="doc"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2023-04-10  8:48 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-04-10  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1b7657b0b031cf444fbaead109e9988fd993cf77
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 08:47:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 08:47:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7657b0

dev-embedded/gputils: Stabilize 1.5.2 x86, #904100

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

 dev-embedded/gputils/gputils-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild
index d24e7522ad7b..2cd9e4e183db 100644
--- a/dev-embedded/gputils/gputils-1.5.2.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="doc"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2023-06-24  2:59 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-06-24  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     168b4f9979e6d629333d95ce23831d16c660bb55
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sat Jun 24 02:46:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:58:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168b4f99

dev-embedded/gputils: replace `filter-flags -flto*` with `filter-lto`

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/gputils/gputils-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild
index 92ff42022c4a..9890984bb9b5 100644
--- a/dev-embedded/gputils/gputils-1.5.2.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.2.ebuild
@@ -33,7 +33,7 @@ src_configure() {
 
 	# LTO currently causes various segfaults in dev-embedded/sdcc
 	# sys-devel/gcc-11.3.0 '-O3 -flto'
-	filter-flags '-flto*'
+	filter-lto
 
 	local myeconfargs=(
 		$(use_enable doc html-doc)


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
@ 2023-12-29  1:15 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-12-29  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8c1e72049d68a937b616157a96913fbc9c3c562d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 01:14:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 01:14:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1e7204

dev-embedded/gputils: Keyword 1.5.2 arm64, #920861

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

 dev-embedded/gputils/gputils-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild
index 9890984bb9b5..c3118abad87d 100644
--- a/dev-embedded/gputils/gputils-1.5.2.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
 IUSE="doc"
 
 PATCHES=(


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

end of thread, other threads:[~2023-12-29  1:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 12:59 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2023-12-29  1:15 Sam James
2023-06-24  2:59 Sam James
2023-04-10  8:48 Sam James
2023-04-10  8:48 Sam James
2023-04-10  8:48 Sam James
2023-04-10  8:24 Sam James
2021-11-07  7:11 Sam James
2021-11-07  5:05 Sam James
2021-11-07  4:55 Sam James
2018-05-20 12:59 Johannes Huber
2018-05-20 12:59 Johannes Huber
2018-05-20 12:59 Johannes Huber
2018-05-20 12:59 Johannes Huber
2017-10-26 20:18 Thomas Deutschmann
2017-10-05  8:37 Sergei Trofimovich
2017-09-23 19:38 Sergei Trofimovich
2017-09-05  7:11 Tim Harder
2017-03-23 20:53 David Seifert
2016-12-20 16:47 Mike Frysinger
2016-08-25 21:35 Tim Harder

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