[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/, sys-firmware/sgabios/files/

2022-09-24 Thread Andreas Sturmlechner
commit: 9f513abc819807681cf5f7eb7a673fb5a40741cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 29 20:05:20 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 24 20:42:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f513abc

sys-firmware/sgabios: drop 0.1_pre8-r1, EAPI-6--

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-firmware/sgabios/Manifest  |  2 -
 .../sgabios/files/sgabios-0.1_pre8-build-cc.patch  | 23 -
 .../sgabios/files/sgabios-0.1_pre8-makefile.patch  | 12 -
 sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild| 58 --
 4 files changed, 95 deletions(-)

diff --git a/sys-firmware/sgabios/Manifest b/sys-firmware/sgabios/Manifest
index 47d874a70e85..ff7364727fc6 100644
--- a/sys-firmware/sgabios/Manifest
+++ b/sys-firmware/sgabios/Manifest
@@ -1,4 +1,2 @@
 DIST sgabios-0.1_pre10-bin.tar.xz 2652 BLAKE2B 
6dff0152f8553c245796badfd291e0e79f2a6a935a9908d9825dbac760746c05265b7f12a29a2d1fa1b95d16291ca5723fbf2f53b5bb04ff416e64b9c66b0c7d
 SHA512 
6dd43858e91bee57bc0bc6d721eb26abb30bbe8b9c30733b39f3612cdf09ad8876518a4457a68a48d8a4b911225635c0e8eef1a7e78cfe65c8fcf0af2bab
 DIST sgabios-0.1_pre10.tar.gz 31086 BLAKE2B 
f9577d0009d90c46aa5963e6dea50be4b7ec4b5c597194b33256748adbc4d60b3ac50646ce80befbd6d810ba80e93048fd6234b4d320d15f3506087435ec346c
 SHA512 
cf12a8b8579658c99a3ad8c325637dba1569d364fc5440caf33c85a4f0403d83cf755df61d068151191c75588d568da629329a93d731f49b0b9131c983141fe6
-DIST sgabios-0.1_pre8-bins.tar.xz 2704 BLAKE2B 
8efcf613a4857467cc3cfbc3f6402bca091892f0b2137ff65caf2b444610c86c1db0e61505bfe48ed8d6ccc9e8928190c2a38693aeddd523e27d22a29e777044
 SHA512 
46fc02200b3fa2e45c954a2b6e4cd40f10d6969fd05ef4d441402c7390b4e83390250972ef0ea891635400cad22a4d8fd2b66b56afa91d03e1e0b99132e09c0d
-DIST sgabios-0.1_pre8.tar.xz 27200 BLAKE2B 
8ea535f2fcc8f7105a278202648e06722e7463e66ff3ccf824cd3a672a7908e7223f27678ebd4ca73eb19abaff75e082ea7b9bc222332436f31a8840443d7b44
 SHA512 
68e2a894eb5b99cda2b0e96ade891e24397ac962a777a97dbb526f4570e5734d36a88fde1ef64ed7a887cd8bfc500c91c48849d2c26aca6ce7e36dd80aaf361e

diff --git a/sys-firmware/sgabios/files/sgabios-0.1_pre8-build-cc.patch 
b/sys-firmware/sgabios/files/sgabios-0.1_pre8-build-cc.patch
deleted file mode 100644
index 6cdac84c6acb..
--- a/sys-firmware/sgabios/files/sgabios-0.1_pre8-build-cc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/552280
-
 a/Makefile
-+++ b/Makefile
-@@ -20,6 +20,9 @@
- BUILD_USER = \"$(shell whoami)\"
- 
- CFLAGS := -Wall -Os -m32 -nostdlib
-+BUILD_CFLAGS := -Wall -O2
-+BUILD_CC ?= $(CC)
-+BUILD_LD ?= $(BUILD_CC)
- 
- ASFLAGS := $(CFLAGS)
- ASFLAGS += -DBUILD_DATE="$(BUILD_DATE)"
-@@ -55,7 +56,7 @@
-   $(LD) $(LDFLAGS) $(OBJS) -o $@
- 
- csum8: csum8.c
--  $(CC) -Wall -O2 -o $@ $<
-+  $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) -o $@ $<
- 
- sgabios.o: buildinfo
- 

diff --git a/sys-firmware/sgabios/files/sgabios-0.1_pre8-makefile.patch 
b/sys-firmware/sgabios/files/sgabios-0.1_pre8-makefile.patch
deleted file mode 100644
index 18e636f4e88e..
--- a/sys-firmware/sgabios/files/sgabios-0.1_pre8-makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u sgabios-0.1_pre8/Makefile sgabios-0.1_pre8-fix//Makefile
 sgabios-0.1_pre8/Makefile  2012-07-21 17:16:41.903363117 -0500
-+++ sgabios-0.1_pre8-fix//Makefile 2012-07-23 11:11:08.438162997 -0500
-@@ -71,8 +71,4 @@
- 
- ifeq (.depend, $(wildcard .depend))
- include .depend
--else
--# if no .depend file existed, add a make clean to the end of building .depend
--.depend::
--  $(MAKE) clean
- endif

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
deleted file mode 100644
index 8a87d1c68a90..
--- a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="serial graphics adapter bios option rom for x86"
-HOMEPAGE="https://code.google.com/p/sgabios/;
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   !binary? ( https://dev.gentoo.org/~cardoe/distfiles/${P}.tar.xz )
-   binary? ( https://dev.gentoo.org/~cardoe/distfiles/${P}-bins.tar.xz )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
-IUSE="+binary"
-
-REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-makefile.patch
-   "${FILESDIR}"/${P}-build-cc.patch #552280
-)
-
-src_prepare() {
-   if  use binary; then
-   eapply_user
-   return
-   fi
-   default
-}
-
-src_compile() {
-   use binary && return
-
-   tc-ld-disable-gold
-   tc-export_build_env BUILD_CC
-   emake \
-   BUILD_CC="${BUILD_CC}" \
-   

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2022-05-19 Thread WANG Xuerui
commit: c316e57635bd402697aad86e459697fb2adc37eb
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 19 11:45:59 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 19 12:18:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c316e576

sys-firmware/sgabios: keyword 0.1_pre10 for ~loong

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

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index bb90104aa076..9c2552dd24cd 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2022-01-23 Thread Yixun Lan
commit: df3b003d8498e4d9d642401ed1b318bb573d56f1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Jan  9 11:57:33 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jan 23 08:04:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3b003d

sys-firmware/sgabios: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index 829c335c7724..bb90104aa076 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.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
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2021-05-17 Thread Agostino Sarubbo
commit: 00204f70055f1bf47d6fcbd343202bbb757e8714
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 17 07:48:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 17 07:49:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00204f70

sys-firmware/sgabios: x86 stable wrt bug #790374

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

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index 5f80772062d..829c335c772 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2021-05-17 Thread Agostino Sarubbo
commit: c072d312d6c41355bd4b56446a741439b63e45bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 17 07:46:48 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 17 07:46:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c072d312

sys-firmware/sgabios: amd64 stable wrt bug #790374

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

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index 1318a9ef815..5f80772062d 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc ~x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2021-05-16 Thread Sam James
commit: b992bdbd53d3acdad3250c1b11ba33c1cf2e0019
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 23:43:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 23:43:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b992bdbd

sys-firmware/sgabios: Stabilize 0.1_pre10 ppc64, #790374

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

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index ded04c8c9e7..1318a9ef815 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc ~x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2021-05-15 Thread Sam James
commit: 97a96b306fc78fee90c496411a9c74f3fbadd6cc
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a96b30

sys-firmware/sgabios: Stabilize 0.1_pre10 arm64, #790374

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

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index 150fd1ef8be..ded04c8c9e7 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2021-04-24 Thread David Seifert
commit: 711402a4ea66b1d5a2edc0624eddfa7d2afed881
Author: David Michael  gmail  com>
AuthorDate: Sat Apr 24 16:50:52 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr 24 16:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711402a4

sys-firmware/sgabios: EAPI 7

Closes: https://bugs.gentoo.org/784134
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index 1f4e844ac43..150fd1ef8be 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,24 +12,14 @@ HOMEPAGE="https://code.google.com/p/sgabios/;
 SRC_URI="mirror://gentoo/${P}.tar.gz
!binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.gz )
binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )"
+S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="+binary"
-
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 
-S="${WORKDIR}/sgabios-a85446a"
-
-src_prepare() {
-   if  use binary; then
-   eapply_user
-   return
-   fi
-   default
-}
-
 src_compile() {
use binary && return
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2021-04-04 Thread Matthias Maier
commit: afa05e382f12210b9c8ef60ab903910288080fec
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  5 00:39:11 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  5 01:05:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa05e38

sys-firmware/sgabios: version bump to 0.1_pre10

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/sgabios/Manifest |  2 ++
 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 52 +++
 2 files changed, 54 insertions(+)

diff --git a/sys-firmware/sgabios/Manifest b/sys-firmware/sgabios/Manifest
index 62f4f176713..47d874a70e8 100644
--- a/sys-firmware/sgabios/Manifest
+++ b/sys-firmware/sgabios/Manifest
@@ -1,2 +1,4 @@
+DIST sgabios-0.1_pre10-bin.tar.xz 2652 BLAKE2B 
6dff0152f8553c245796badfd291e0e79f2a6a935a9908d9825dbac760746c05265b7f12a29a2d1fa1b95d16291ca5723fbf2f53b5bb04ff416e64b9c66b0c7d
 SHA512 
6dd43858e91bee57bc0bc6d721eb26abb30bbe8b9c30733b39f3612cdf09ad8876518a4457a68a48d8a4b911225635c0e8eef1a7e78cfe65c8fcf0af2bab
+DIST sgabios-0.1_pre10.tar.gz 31086 BLAKE2B 
f9577d0009d90c46aa5963e6dea50be4b7ec4b5c597194b33256748adbc4d60b3ac50646ce80befbd6d810ba80e93048fd6234b4d320d15f3506087435ec346c
 SHA512 
cf12a8b8579658c99a3ad8c325637dba1569d364fc5440caf33c85a4f0403d83cf755df61d068151191c75588d568da629329a93d731f49b0b9131c983141fe6
 DIST sgabios-0.1_pre8-bins.tar.xz 2704 BLAKE2B 
8efcf613a4857467cc3cfbc3f6402bca091892f0b2137ff65caf2b444610c86c1db0e61505bfe48ed8d6ccc9e8928190c2a38693aeddd523e27d22a29e777044
 SHA512 
46fc02200b3fa2e45c954a2b6e4cd40f10d6969fd05ef4d441402c7390b4e83390250972ef0ea891635400cad22a4d8fd2b66b56afa91d03e1e0b99132e09c0d
 DIST sgabios-0.1_pre8.tar.xz 27200 BLAKE2B 
8ea535f2fcc8f7105a278202648e06722e7463e66ff3ccf824cd3a672a7908e7223f27678ebd4ca73eb19abaff75e082ea7b9bc222332436f31a8840443d7b44
 SHA512 
68e2a894eb5b99cda2b0e96ade891e24397ac962a777a97dbb526f4570e5734d36a88fde1ef64ed7a887cd8bfc500c91c48849d2c26aca6ce7e36dd80aaf361e

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
new file mode 100644
index 000..9c9379f63aa
--- /dev/null
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="serial graphics adapter bios option rom for x86"
+HOMEPAGE="https://code.google.com/p/sgabios/;
+# downloaded from
+# 
https://git.qemu.org/?p=sgabios.git;a=tree;h=a85446adb0e07ccd5211619a6f215bcfc3c5ab29;hb=23d474943dcd55d0550a3d20b3d30e9040a4f15b
+SRC_URI="mirror://gentoo/${P}.tar.gz
+   !binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.gz )
+   binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE="+binary"
+
+REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
+
+S="${WORKDIR}/sgabios-a85446a"
+
+src_prepare() {
+   if  use binary; then
+   eapply_user
+   return
+   fi
+   default
+}
+
+src_compile() {
+   use binary && return
+
+   tc-ld-disable-gold
+   tc-export_build_env BUILD_CC
+   emake -j1 \
+   BUILD_CC="${BUILD_CC}" \
+   BUILD_CFLAGS="${BUILD_CFLAGS}" \
+   BUILD_LDFLAGS="${BUILD_LDFLAGS}" \
+   BUILD_CPPFLAGS="${BUILD_CPPFLAGS}" \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   AR="$(tc-getAR)" \
+   OBJCOPY="$(tc-getOBJCOPY)"
+}
+
+src_install() {
+   insinto /usr/share/sgabios
+   doins sgabios.bin
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2020-11-06 Thread Georgy Yakovlev
commit: 6dfa46887c04812213339d445e59028af9148d4d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov  7 01:44:24 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov  7 02:09:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfa4688

sys-firmware/sgabios: ppc64 stable, bug #750047

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

 sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
index cfa1211864d..1dedeca043a 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
 IUSE="+binary"
 
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2020-08-19 Thread Sam James
commit: 0ef3c0d43264c3c75d0638c502342c92ebcbdfac
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 19 22:39:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 19 22:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef3c0d4

sys-firmware/sgabios: arm64 stable (bug #738056)

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
index f12696f77a4..cfa1211864d 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86"
 IUSE="+binary"
 
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2019-02-09 Thread Aaron Bauman
commit: a0afa8172431e6ef851f964e11aa68463c1e0262
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb  7 09:44:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Feb  9 19:54:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0afa817

sys-firmware/sgabios: remove old (EAPI4)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10998
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-firmware/sgabios/sgabios-0.1_pre8.ebuild | 49 
 1 file changed, 49 deletions(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
deleted file mode 100644
index b062b9588e3..000
--- a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="serial graphics adapter bios option rom for x86"
-HOMEPAGE="https://code.google.com/p/sgabios/;
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~cardoe/distfiles/${P}.tar.xz
-   https://dev.gentoo.org/~cardoe/distfiles/${P}-bins.tar.xz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
-IUSE=""
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-makefile.patch
-   epatch "${FILESDIR}"/${P}-build-cc.patch #552280
-   epatch_user
-}
-
-src_compile() {
-   if use amd64 || use x86 ; then
-   tc-ld-disable-gold
-   tc-export_build_env BUILD_CC
-   emake \
-   BUILD_CC="${BUILD_CC}" \
-   BUILD_CFLAGS="${BUILD_CFLAGS}" \
-   BUILD_LDFLAGS="${BUILD_LDFLAGS}" \
-   BUILD_CPPFLAGS="${BUILD_CPPFLAGS}" \
-   CC="$(tc-getCC)" \
-   LD="$(tc-getLD)" \
-   AR="$(tc-getAR)" \
-   OBJCOPY="$(tc-getOBJCOPY)"
-   fi
-}
-
-src_install() {
-   insinto /usr/share/sgabios
-
-   if use amd64 || use x86 ; then
-   doins sgabios.bin
-   else
-   doins bins/sgabios.bin
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2018-06-23 Thread Mikle Kolyada
commit: af7700dec7b080602244d12dc10d89ef221c8e6b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 23 13:47:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 23 13:48:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7700de

sys-firmware/sgabios: amd64 stable wrt bug #658180

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
index 9176409a528..290221c8a6a 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="+binary"
 
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2018-06-17 Thread Thomas Deutschmann
commit: 032e11e268fc14b59908bd403db74c5709c3dc02
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 17 23:09:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 17 23:28:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032e11e2

sys-firmware/sgabios: x86 stable (bug #658180)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
index bbf4403ff4a..9176409a528 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="+binary"
 
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2018-06-09 Thread Matthias Maier
commit: c32ccc61b46761f72839c9903d39632520e0e10a
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jun 10 03:41:32 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jun 10 03:41:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32ccc61

sys-firmware/sgabios: change maintainer

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-firmware/sgabios/metadata.xml | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sgabios/metadata.xml 
b/sys-firmware/sgabios/metadata.xml
index a1bc76dbe5e..99ab4157ae0 100644
--- a/sys-firmware/sgabios/metadata.xml
+++ b/sys-firmware/sgabios/metadata.xml
@@ -5,9 +5,13 @@
car...@gentoo.org
Doug Goldstein

+   
+   tam...@gentoo.org
+   Matthias Maier
+   

-   q...@gentoo.org
-   Gentoo QEMU Project
+   virtualizat...@gentoo.org
+   Gentoo Virtualization Project


Use pre-built binaries



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2018-02-11 Thread Matthias Maier
commit: 58e05bda7ad49968342bad630efa496a261fe5f1
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Feb 12 01:02:18 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Feb 12 01:48:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e05bda

sys-firmware/sgabios: ebuild maintenance

 - port to EAPI=6
 - add USE=binary use flag to be compatible with all other sys-firmware
   packages that qemu depends on

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-firmware/sgabios/metadata.xml   |  5 ++-
 sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild | 58 +
 2 files changed, 62 insertions(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/metadata.xml 
b/sys-firmware/sgabios/metadata.xml
index 0d341c6a91b..a1bc76dbe5e 100644
--- a/sys-firmware/sgabios/metadata.xml
+++ b/sys-firmware/sgabios/metadata.xml
@@ -9,4 +9,7 @@
q...@gentoo.org
Gentoo QEMU Project

-   
+   
+   Use pre-built binaries
+   
+

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
new file mode 100644
index 000..bbf4403ff4a
--- /dev/null
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="serial graphics adapter bios option rom for x86"
+HOMEPAGE="https://code.google.com/p/sgabios/;
+SRC_URI="mirror://gentoo/${P}.tar.xz
+   !binary? ( https://dev.gentoo.org/~cardoe/distfiles/${P}.tar.xz )
+   binary? ( https://dev.gentoo.org/~cardoe/distfiles/${P}-bins.tar.xz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="+binary"
+
+REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-makefile.patch
+   "${FILESDIR}"/${P}-build-cc.patch #552280
+)
+
+src_prepare() {
+   if  use binary; then
+   eapply_user
+   return
+   fi
+   default
+}
+
+src_compile() {
+   use binary && return
+
+   tc-ld-disable-gold
+   tc-export_build_env BUILD_CC
+   emake \
+   BUILD_CC="${BUILD_CC}" \
+   BUILD_CFLAGS="${BUILD_CFLAGS}" \
+   BUILD_LDFLAGS="${BUILD_LDFLAGS}" \
+   BUILD_CPPFLAGS="${BUILD_CPPFLAGS}" \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   AR="$(tc-getAR)" \
+   OBJCOPY="$(tc-getOBJCOPY)"
+}
+
+src_install() {
+   insinto /usr/share/sgabios
+
+   if use binary ; then
+   doins bins/sgabios.bin
+   else
+   doins sgabios.bin
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2016-01-04 Thread Mike Frysinger
commit: 984385bb648fc3679c0696647ee7d7811f5288e4
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 21:06:53 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 22:25:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984385bb

sys-firmware/sgabios: add keywords for everyone #570876

We only permit building from source for x86 arches.  Allowing
all arches to install these binaries is straight forward.

 sys-firmware/sgabios/sgabios-0.1_pre8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
index b79c935..f4b6bdb 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE=""
 
 src_prepare() {