public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
@ 2016-04-24 10:17 James Le Cuirot
  0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2016-04-24 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2dfd8212da6665f539066d84f3cec6ad87d401de
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 09:44:35 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 10:16:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfd8212

profiles: Remove virtual/(jdk|jre):1.8 masks

icedtea:8 is in the tree now and it can be built from source for any
ARM generation.

 profiles/arch/arm/armv6j/package.mask | 5 -----
 profiles/arch/arm/armv7a/package.mask | 5 -----
 profiles/arch/arm/package.mask        | 6 ------
 3 files changed, 16 deletions(-)

diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
index 1302a92..fba35e2 100644
--- a/profiles/arch/arm/armv6j/package.mask
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -3,11 +3,6 @@
 # $Id$
 
 # James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
-# Unmask against the wider arm mask.
--virtual/jdk:1.8
--virtual/jre:1.8
-
-# James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
 # This is built for armv6 so unmask against the wider arm mask.
 -dev-java/oracle-jdk-bin
 -dev-java/oracle-jre-bin

diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 1502768..56e8360 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -3,11 +3,6 @@
 # $Id$
 
 # James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
-# Unmask against the wider arm mask.
--virtual/jdk:1.8
--virtual/jre:1.8
-
-# James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
 # This is built for armv6 so unmask against the wider arm mask.
 -dev-java/oracle-jdk-bin
 -dev-java/oracle-jre-bin

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index c017824..ff6f860 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -3,12 +3,6 @@
 # $Id$
 
 # James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
-# There are no providers for Java 8 on pre-armv6. icedtea 3 may work
-# but we don't have it in the tree yet.
-virtual/jdk:1.8
-virtual/jre:1.8
-
-# James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
 # This is built for armv6 and will not work on earlier generations.
 dev-java/oracle-jdk-bin
 dev-java/oracle-jre-bin


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
@ 2020-06-29  6:33 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-06-29  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bee2db9d5cb7789f371c4b15dc26574322c0f98a
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Jun 28 23:35:17 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 06:33:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2db9d

profiles: arm: mask net-news/newsboat (on < armv6j)

On ARM, we don't have Rust before arm6j.

Bug: https://bugs.gentoo.org/677018
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/arch/arm/armv6j/package.mask | 5 +++++
 profiles/arch/arm/armv7a/package.mask | 5 +++++
 profiles/arch/arm/package.mask        | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
index 96302cff734..9bf1f42c14b 100644
--- a/profiles/arch/arm/armv6j/package.mask
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@cmpct.info> (2020-06-29)
+# Needs Rust, which is available here
+# Bug #677018
+-net-news/newsboat
+
 # James Le Cuirot <chewi@gentoo.org> (2016-01-09)
 # This is built for armv6 so unmask against the wider arm mask.
 -dev-java/oracle-jdk-bin

diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 0f744267ab9..98386609582 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@cmpct.info> (2020-06-29)
+# Needs Rust, which is available here
+# Bug #677018
+-net-news/newsboat
+
 # Sam James <sam@cmpct.info> (2020-06-24)
 # Valgrind works on ARMv7
 -dev-util/valgrind

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index 55b8688549d..34754836d7f 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@cmpct.info> (2020-06-29)
+# Needs Rust (only on >= armv6j)
+# Bug #677018
+net-news/newsboat
+
 # Sam James <sam@cmpct.info> (2020-06-24)
 # Valgrind lacks support for < ARMv7
 # https://valgrind.org/info/platforms.html


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
@ 2020-07-10 12:51 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-07-10 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9abbe92b658a3dcf33b5deb88783f798cfe6f08a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 12:50:36 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 12:51:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abbe92b

profiles/arch/arm: mask/unmask media-video/rav1e where rust is available

Bug: https://bugs.gentoo.org/728558
Acked-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/arch/arm/armv6j/package.mask | 5 +++--
 profiles/arch/arm/armv7a/package.mask | 5 +++--
 profiles/arch/arm/package.mask        | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
index 7d7896ab71f..c1f0168040c 100644
--- a/profiles/arch/arm/armv6j/package.mask
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -1,10 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Sam James <sam@gentoo.org> (2020-07-02)
 # Needs Rust, which is available here
--net-news/newsboat
 -dev-util/cbindgen
+-media-video/rav1e
+-net-news/newsboat
 
 # James Le Cuirot <chewi@gentoo.org> (2016-01-09)
 # This is built for armv6 so unmask against the wider arm mask.

diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 2572e7f88cb..8769a482604 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Sam James <sam@gentoo.org> (2020-07-02)
 # Needs Rust, which is available here
--net-news/newsboat
 -dev-util/cbindgen
+-media-video/rav1e
+-net-news/newsboat
 
 # Sam James <sam@gentoo.org> (2020-06-24)
 # Valgrind works on ARMv7

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index f6b4ca1933b..6f3a338d63d 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,11 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Sam James <sam@gentoo.org> (2020-07-02)
 # Packages which need Rust (only on >= 6j)
 # We unmask them for armv6j, armv7a elsewhere
-net-news/newsboat
 dev-util/cbindgen
+media-video/rav1e
+net-news/newsboat
 
 # Sam James <sam@gentoo.org> (2020-06-24)
 # Valgrind lacks support for < ARMv7


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
@ 2020-07-10 12:55 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-07-10 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     45050b1df7f3a071f7fee6d3c76e860525f3e6fe
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 12:53:51 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 12:55:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45050b1d

profiles/arch/arm: mask/unmask dev-util/cargo-c where rust is available

Bug: https://bugs.gentoo.org/728558
Acked-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/arch/arm/armv6j/package.mask | 1 +
 profiles/arch/arm/armv7a/package.mask | 1 +
 profiles/arch/arm/package.mask        | 1 +
 3 files changed, 3 insertions(+)

diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
index c1f0168040c..0b5533c3715 100644
--- a/profiles/arch/arm/armv6j/package.mask
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -3,6 +3,7 @@
 
 # Sam James <sam@gentoo.org> (2020-07-02)
 # Needs Rust, which is available here
+-dev-util/cargo-c
 -dev-util/cbindgen
 -media-video/rav1e
 -net-news/newsboat

diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 8769a482604..46e53b7e9d9 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -3,6 +3,7 @@
 
 # Sam James <sam@gentoo.org> (2020-07-02)
 # Needs Rust, which is available here
+-dev-util/cargo-c
 -dev-util/cbindgen
 -media-video/rav1e
 -net-news/newsboat

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index 6f3a338d63d..1372b3b9835 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -4,6 +4,7 @@
 # Sam James <sam@gentoo.org> (2020-07-02)
 # Packages which need Rust (only on >= 6j)
 # We unmask them for armv6j, armv7a elsewhere
+dev-util/cargo-c
 dev-util/cbindgen
 media-video/rav1e
 net-news/newsboat


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
@ 2021-01-13 23:24 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-01-13 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4779f3c824716db1235f9f89844198b01a08bbb1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 23:17:58 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 23:17:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4779f3c8

profiles: arm: Restrict kde-frameworks/kimageformats[avif] to arm6j/armv7a

Bug: https://bugs.gentoo.org/764941
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/arch/arm/armv6j/package.use.mask | 3 ++-
 profiles/arch/arm/armv7a/package.use.mask | 3 ++-
 profiles/arch/arm/package.use.mask        | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/arm/armv6j/package.use.mask b/profiles/arch/arm/armv6j/package.use.mask
index fe8a73d403c..bf74cb1118e 100644
--- a/profiles/arch/arm/armv6j/package.use.mask
+++ b/profiles/arch/arm/armv6j/package.use.mask
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Joonas Niilola <juippis@gentoo.org> (2020-10-08)
 # libavif is keyworded for this profile.
 dev-libs/efl -avif
+kde-frameworks/kimageformats -avif
 
 # Mart Raudsepp <leio@gentoo.org> (2020-08-02)
 # virtual/rust is available here

diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask
index 9f750cc47ac..a2fe67d1e4d 100644
--- a/profiles/arch/arm/armv7a/package.use.mask
+++ b/profiles/arch/arm/armv7a/package.use.mask
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Joonas Niilola <juippis@gentoo.org> (2020-10-08)
 # Dependency keyworded on this arm profile.
 dev-libs/efl -avif
+kde-frameworks/kimageformats -avif
 
 # Sam James <sam@gentoo.org> (2020-10-05)
 # Guile only supports JIT on some arches

diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index 0c7160495a1..d6e2c8c7efd 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Michał Górny <mgorny@gentoo.org> (2020-12-21)
@@ -22,6 +22,7 @@ media-libs/libsdl2 fcitx4
 # Joonas Niilola <juippis@gentoo.org> (2020-10-02)
 # Dependency only keyworded on specific arm profiles.
 dev-libs/efl avif
+kde-frameworks/kimageformats avif
 
 # Adam Feldman <NP-Hardass@gentoo.org> (2020-09-05)
 # dev-util/dogtail is not keyworded for arm


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
@ 2021-01-23 10:43 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-01-23 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3f885b221a37ee3055bed4acd84a70207ed5ffe9
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jan 23 10:43:26 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 10:43:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f885b22

profiles/arch/arm: mask/unmask rav1e flag for >=media-libs/libheif-1.10.0

Closes: https://github.com/gentoo/gentoo/pull/18715
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/arch/arm/armv6j/package.use.mask | 4 ++++
 profiles/arch/arm/armv7a/package.use.mask | 4 ++++
 profiles/arch/arm/package.use.mask        | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/arm/armv6j/package.use.mask b/profiles/arch/arm/armv6j/package.use.mask
index bf74cb1118e..e7e691c59d4 100644
--- a/profiles/arch/arm/armv6j/package.use.mask
+++ b/profiles/arch/arm/armv6j/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Jakov Smolic <jakov.smolic@sartura.hr> (2021-01-23)
+# Rust is available here
+>=media-libs/libheif-1.10.0 -rav1e
+
 # Joonas Niilola <juippis@gentoo.org> (2020-10-08)
 # libavif is keyworded for this profile.
 dev-libs/efl -avif

diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask
index a2fe67d1e4d..c9e11ff52c4 100644
--- a/profiles/arch/arm/armv7a/package.use.mask
+++ b/profiles/arch/arm/armv7a/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Jakov Smolic <jakov.smolic@sartura.hr> (2021-01-23)
+# Rust is available here
+>=media-libs/libheif-1.10.0 -rav1e
+
 # Joonas Niilola <juippis@gentoo.org> (2020-10-08)
 # Dependency keyworded on this arm profile.
 dev-libs/efl -avif

diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index 021fd899c5a..02f4e83c447 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Jakov Smolic <jakov.smolic@sartura.hr> (2021-01-23)
+# Depends on media-video/rav1e which needs Rust
+>=media-libs/libheif-1.10.0 rav1e
+
 # Sam James <sam@gentoo.org> (2021-01-21)
 # Needs keywording of new test dependency
 # bug #766441


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

end of thread, other threads:[~2021-01-23 10:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29  6:33 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-01-23 10:43 David Seifert
2021-01-13 23:24 Andreas Sturmlechner
2020-07-10 12:55 Thomas Deutschmann
2020-07-10 12:51 Thomas Deutschmann
2016-04-24 10:17 James Le Cuirot

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