[gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/

2024-01-08 Thread Sam James
commit: 8dd11cab575eebeec3d03f4c7db4e938878cdd48
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  8 12:09:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  8 12:25:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd11cab

sys-apps/fbset: sys-devel/bison -> app-alternatives/yacc

All of these will be using app-alternatives/yacc anyway as they're not unsetting

YACC or LEX, so make the dep reflect reality.

(Included both YACC and LEX out of conservatism.)

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

 sys-apps/fbset/fbset-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
index 06667d71265e..8ef61437ac43 100644
--- a/sys-apps/fbset/fbset-2.1.ebuild
+++ b/sys-apps/fbset/fbset-2.1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="static"
 
-BDEPEND="sys-devel/bison
+BDEPEND="app-alternatives/yacc
app-alternatives/lex"
 RDEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/

2021-05-21 Thread Steve Arnold
commit: 03307cc92a0a18dad6c1fc14c4b6f2995bd4fa76
Author: Steve Arnold  gentoo  org>
AuthorDate: Fri May 21 19:05:26 2021 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri May 21 19:05:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03307cc9

sys-apps/fbset: keyword for riscv

* tested against geaglev beta hdmi framebuffer

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

 sys-apps/fbset/fbset-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
index 398f486926d..d6fac5aa37e 100644
--- a/sys-apps/fbset/fbset-2.1.ebuild
+++ b/sys-apps/fbset/fbset-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://users.telenet.be/geertu/Linux/fbdev/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="static"
 
 BDEPEND="sys-devel/bison



[gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/

2021-01-20 Thread Lars Wendler
commit: b7fcf1eb589f4402b40377fe9b8af47baf61eec1
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 20 17:21:55 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 20 17:22:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fcf1eb

sys-apps/fbset: Convert to EAPI-7

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

 sys-apps/fbset/fbset-2.1.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
index d6d2979ad87..282b230b79a 100644
--- a/sys-apps/fbset/fbset-2.1.ebuild
+++ b/sys-apps/fbset/fbset-2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit toolchain-funcs flag-o-matic eutils
+inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="A utility to set the framebuffer videomode"
 HOMEPAGE="http://users.telenet.be/geertu/Linux/fbdev/;
@@ -14,15 +14,14 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
 IUSE="static"
 
-DEPEND="sys-devel/bison
+BDEPEND="sys-devel/bison
sys-devel/flex"
 RDEPEND=""
 
-src_prepare() {
-   epatch "${FILESDIR}/${P}-build.patch"
-   epatch "${FILESDIR}/${P}-add-linux-types-h.patch"
-   default
-}
+PATCHES=(
+   "${FILESDIR}/${P}-build.patch"
+   "${FILESDIR}/${P}-add-linux-types-h.patch"
+)
 
 src_compile() {
use static && append-ldflags -static



[gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/, sys-apps/fbset/files/

2018-04-06 Thread Steve Arnold
commit: 460e5389d2fb5003af2741d50ea347be9e7f104c
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Fri Apr  6 06:16:31 2018 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri Apr  6 06:58:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460e5389

sys-apps/fbset: add types patch for musl, update EAPI and copyright date

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/fbset/fbset-2.1.ebuild| 10 ++
 sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch | 11 +++
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
index cd50cd3945d..1c334fdbfb9 100644
--- a/sys-apps/fbset/fbset-2.1.ebuild
+++ b/sys-apps/fbset/fbset-2.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs flag-o-matic eutils
 
 DESCRIPTION="A utility to set the framebuffer videomode"
@@ -16,10 +18,10 @@ DEPEND="sys-devel/bison
sys-devel/flex"
 RDEPEND=""
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+src_prepare() {
epatch "${FILESDIR}/${P}-build.patch"
+   epatch "${FILESDIR}/${P}-add-linux-types-h.patch"
+   default
 }
 
 src_compile() {

diff --git a/sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch 
b/sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch
new file mode 100644
index 000..589d61b0ee8
--- /dev/null
+++ b/sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch
@@ -0,0 +1,11 @@
+--- a/fbset.h  2018-04-05 18:17:18.292975594 +
 b/fbset.h  2018-04-05 18:22:20.448747231 +
+@@ -17,6 +17,8 @@
+ 
+ #ifdef __GLIBC__
+ #include 
++#else
++#include 
+ #endif
+ 
+ #define VERSION "Linux Frame Buffer Device Configuration " \



[gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/

2016-02-21 Thread Stephen Klimaszewski
commit: 203d06542564f5c8a248e60c096f1f2b6a7fbe8f
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Sun Feb 21 23:53:21 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Sun Feb 21 23:53:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203d0654

sys-apps/fbset: Add ~arm64 keyword

Tested on Cortex A53 with HDMI output.

Package-Manager: portage-2.2.27

 sys-apps/fbset/fbset-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
index a4244f2..2f74e5e 100644
--- a/sys-apps/fbset/fbset-2.1.ebuild
+++ b/sys-apps/fbset/fbset-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ 
SRC_URI="http://users.telenet.be/geertu/Linux/fbdev/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86"
 IUSE="static"
 
 DEPEND="sys-devel/bison