public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2015-10-10 17:51 Michael Palimaka
  0 siblings, 0 replies; 42+ messages in thread
From: Michael Palimaka @ 2015-10-10 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     abba0f36c52ed8455d3164e3c40b41feb41fed83
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 17:47:12 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 17:51:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abba0f36

kde-apps/step: fix build on ppc64

Gentoo-bug: 560884

Package-Manager: portage-2.2.20.1

 kde-apps/step/step-4.14.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild
index 02d6c02..f529586 100644
--- a/kde-apps/step/step-4.14.3.ebuild
+++ b/kde-apps/step/step-4.14.3.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-inherit kde4-base
+inherit flag-o-matic kde4-base
 
 DESCRIPTION="The KDE physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
@@ -20,6 +20,9 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
+	# bug 560884
+	use ppc64 && append-flags -mno-altivec
+
 	local mycmakeargs=(
 		$(cmake-utils_use_with gsl)
 		$(cmake-utils_use_with qalculate)


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2016-05-26  7:11 Michael Palimaka
  0 siblings, 0 replies; 42+ messages in thread
From: Michael Palimaka @ 2016-05-26  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     796bac90eb258d3389215c3f7f016d20386ea60a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 07:11:01 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 07:11:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796bac90

kde-apps/step: fix broken use statement

Package-Manager: portage-2.3.0_rc1

 kde-apps/step/step-4.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild
index 585ca63..45def27 100644
--- a/kde-apps/step/step-4.14.3.ebuild
+++ b/kde-apps/step/step-4.14.3.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$
 
@@ -21,7 +21,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	# bug 560884
-	use ~ppc64 && append-flags -mno-altivec
+	use ppc64 && append-flags -mno-altivec
 
 	local mycmakeargs=(
 		$(cmake-utils_use_with gsl)


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-02-13 21:10 Johannes Huber
  0 siblings, 0 replies; 42+ messages in thread
From: Johannes Huber @ 2017-02-13 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2dbd017185a1bee97f5534b0f2a3d7f2c24c9830
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 21:10:10 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 21:10:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbd0171

kde-apps/step: Relax dependency on dev-cpp/eigen

Gentoo-bug: 609276

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/step/step-16.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-16.12.2.ebuild b/kde-apps/step/step-16.12.2.ebuild
index 7f71460373..6fac0b2233 100644
--- a/kde-apps/step/step-16.12.2.ebuild
+++ b/kde-apps/step/step-16.12.2.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 	$(add_qt_dep qtsvg)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	=dev-cpp/eigen-3.2*:3
+	>=dev-cpp/eigen-3.2:3
 	sci-libs/cln
 	gsl? ( sci-libs/gsl:= )
 	qalculate? ( >=sci-libs/libqalculate-0.9.5:= )


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-04-16 20:58 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2017-04-16 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a313547a497133bb39506cb0a4e5d2d5e3f7e7e1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 20:56:24 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 20:58:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a313547a

kde-apps/step: amd64 stable wrt bug #612776

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/step/step-16.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-16.12.3.ebuild b/kde-apps/step/step-16.12.3.ebuild
index f1c15a5a9dd..f1790035f57 100644
--- a/kde-apps/step/step-16.12.3.ebuild
+++ b/kde-apps/step/step-16.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-04-17  8:02 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2017-04-17  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bddbaaa5b44a44c707724b45dd2f60e6b8e15e50
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 07:57:34 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 08:02:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddbaaa5

kde-apps/step: x86 stable wrt bug #612776

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/step/step-16.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-16.12.3.ebuild b/kde-apps/step/step-16.12.3.ebuild
index f1790035f57..47384f0b570 100644
--- a/kde-apps/step/step-16.12.3.ebuild
+++ b/kde-apps/step/step-16.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-04-22 14:32 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2017-04-22 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     812335795e8ac9e32456dcea1e42c9072dc9214b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 14:25:51 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 14:32:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81233579

kde-apps/step: Add USE=nls and missing DEPEND

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/step/step-17.04.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-apps/step/step-17.04.0.ebuild b/kde-apps/step/step-17.04.0.ebuild
index f1c15a5a9dd..c121e41b44e 100644
--- a/kde-apps/step/step-17.04.0.ebuild
+++ b/kde-apps/step/step-17.04.0.ebuild
@@ -10,9 +10,9 @@ inherit kde5
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
 KEYWORDS="~amd64 ~x86"
-IUSE="+gsl +qalculate"
+IUSE="+gsl nls +qalculate"
 
-DEPEND="
+RDEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -42,7 +42,9 @@ DEPEND="
 	gsl? ( sci-libs/gsl:= )
 	qalculate? ( >=sci-libs/libqalculate-0.9.5:= )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	nls? ( $(add_qt_dep linguist-tools) )
+"
 
 src_prepare() {
 	kde5_src_prepare


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-05-17  7:36 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2017-05-17  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4a240ab910f80bd21de7d5ef49890cdd1717844c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 07:35:31 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 17 07:36:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a240ab9

kde-apps/step: Fix configure with USE=-nls

Make missing 'po' subdirectory non-fatal.

Reported-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Gentoo-bug: 618556

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/step/step-17.04.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kde-apps/step/step-17.04.1.ebuild b/kde-apps/step/step-17.04.1.ebuild
index c121e41b44e..8238b7a79b7 100644
--- a/kde-apps/step/step-17.04.1.ebuild
+++ b/kde-apps/step/step-17.04.1.ebuild
@@ -49,6 +49,10 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	kde5_src_prepare
 
+	# FIXME: Should be upstream in 17.04.2
+	sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \
+		-i CMakeLists.txt || die
+
 	# FIXME: Drop duplicate upstream
 	sed -e '/find_package.*Xml Test/ s/^/#/' \
 		-i stepcore/CMakeLists.txt || die


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-06-09  9:43 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2017-06-09  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     823e4dc9879144afb4abea123d95a9b324d59ed9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 07:35:31 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 09:42:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823e4dc9

kde-apps/step: Fix configure with USE=-nls

Make missing 'po' subdirectory non-fatal.

Reported-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Gentoo-bug: 618556

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/step/step-17.04.2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kde-apps/step/step-17.04.2.ebuild b/kde-apps/step/step-17.04.2.ebuild
index c121e41b44e..8238b7a79b7 100644
--- a/kde-apps/step/step-17.04.2.ebuild
+++ b/kde-apps/step/step-17.04.2.ebuild
@@ -49,6 +49,10 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	kde5_src_prepare
 
+	# FIXME: Should be upstream in 17.04.2
+	sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \
+		-i CMakeLists.txt || die
+
 	# FIXME: Drop duplicate upstream
 	sed -e '/find_package.*Xml Test/ s/^/#/' \
 		-i stepcore/CMakeLists.txt || die


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-09-09 11:48 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2017-09-09 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6f315cfed4a16334e349c4fa68f80a4e970c5fb4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 07:35:31 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 11:48:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f315cfe

kde-apps/step: Fix configure with USE=-nls

Make missing 'po' subdirectory non-fatal.

Reported-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Gentoo-bug: 618556

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/step/step-17.08.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kde-apps/step/step-17.08.1.ebuild b/kde-apps/step/step-17.08.1.ebuild
index c121e41b44e..8a2c802d641 100644
--- a/kde-apps/step/step-17.08.1.ebuild
+++ b/kde-apps/step/step-17.08.1.ebuild
@@ -49,6 +49,10 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	kde5_src_prepare
 
+	# FIXME: Should be upstream in 17.08.2
+	sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \
+		-i CMakeLists.txt || die
+
 	# FIXME: Drop duplicate upstream
 	sed -e '/find_package.*Xml Test/ s/^/#/' \
 		-i stepcore/CMakeLists.txt || die


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-09-09 11:53 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2017-09-09 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     69173d11883245ad583d05d72dc78791a30642ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 11:52:19 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 11:53:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69173d11

kde-apps/step: Fix configure with USE=-nls

Make missing 'po' subdirectory non-fatal.

Reported-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Gentoo-bug: 618556
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/step/step-17.04.3.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kde-apps/step/step-17.04.3.ebuild b/kde-apps/step/step-17.04.3.ebuild
index a3ae4689c4e..2e931e803aa 100644
--- a/kde-apps/step/step-17.04.3.ebuild
+++ b/kde-apps/step/step-17.04.3.ebuild
@@ -49,6 +49,10 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	kde5_src_prepare
 
+	# FIXME: Should be upstream in 17.08.2
+	sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \
+		-i CMakeLists.txt || die
+
 	# FIXME: Drop duplicate upstream
 	sed -e '/find_package.*Xml Test/ s/^/#/' \
 		-i stepcore/CMakeLists.txt || die


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2017-11-30  2:07 Thomas Deutschmann
  0 siblings, 0 replies; 42+ messages in thread
From: Thomas Deutschmann @ 2017-11-30  2:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1bca6e23735e539c3703718e46b402aed11b874f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 01:55:35 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 02:07:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bca6e23

kde-apps/step: x86 stable (bug #637292)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 kde-apps/step/step-17.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-17.08.3.ebuild b/kde-apps/step/step-17.08.3.ebuild
index c121e41b44e..3f7644fcc56 100644
--- a/kde-apps/step/step-17.08.3.ebuild
+++ b/kde-apps/step/step-17.08.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+gsl nls +qalculate"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2018-05-24 13:10 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2018-05-24 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     837030ee2c5b11b0de075ebc5bd4ef01519157f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 12:54:15 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 24 13:10:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837030ee

kde-apps/step: Sync metadata.xml with kde overlay

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 kde-apps/step/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/step/metadata.xml b/kde-apps/step/metadata.xml
index 4db78025bcc..f6287bcadeb 100644
--- a/kde-apps/step/metadata.xml
+++ b/kde-apps/step/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<use>
-		<flag name="qalculate">Enable the libqalculate library for unit conversion</flag>
-	</use>
 	<maintainer type="project">
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="qalculate">Enable the libqalculate library for unit conversion</flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2018-07-29  0:38 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2018-07-29  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c75128618399f2de5fe1fb799b1be9e7af10a1ce
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 00:27:27 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 00:27:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7512861

kde-apps/step: amd64 stable wrt bug #661810

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-apps/step/step-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-18.04.3.ebuild b/kde-apps/step/step-18.04.3.ebuild
index c14241e8ebe..9cfb9a5847f 100644
--- a/kde-apps/step/step-18.04.3.ebuild
+++ b/kde-apps/step/step-18.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2018-07-29 12:56 Thomas Deutschmann
  0 siblings, 0 replies; 42+ messages in thread
From: Thomas Deutschmann @ 2018-07-29 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1c6dbe6bee6d3d9a09870fa6c23c6817f98b69f3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 12:37:11 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 12:56:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6dbe6b

kde-apps/step: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/step/step-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-18.04.3.ebuild b/kde-apps/step/step-18.04.3.ebuild
index 9cfb9a5847f..e020a4ff856 100644
--- a/kde-apps/step/step-18.04.3.ebuild
+++ b/kde-apps/step/step-18.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+gsl nls +qalculate"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-02-24 21:37 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2019-02-24 21:37 UTC (permalink / raw
  To: gentoo-commits

commit:     282add5e80225178ab1ebe02a5b9727bf4df256c
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 18:20:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 21:36:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282add5e

kde-apps/step: added ~arm64

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/step/step-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-18.12.2.ebuild b/kde-apps/step/step-18.12.2.ebuild
index 809b310d25b..0c8734816df 100644
--- a/kde-apps/step/step-18.12.2.ebuild
+++ b/kde-apps/step/step-18.12.2.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-03-21 11:14 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-03-21 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ef7177431876f38f3aa32444630a7086932f990f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 11:08:23 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:14:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef717743

kde-apps/step: amd64 stable wrt bug #679994

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 kde-apps/step/step-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-18.12.3.ebuild b/kde-apps/step/step-18.12.3.ebuild
index 0c8734816df..46a9f627853 100644
--- a/kde-apps/step/step-18.12.3.ebuild
+++ b/kde-apps/step/step-18.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-03-21 11:34 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-03-21 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cf1839000f46e4932c2f5be05d36db949eeb0c4a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 11:29:31 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:34:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf183900

kde-apps/step: x86 stable wrt bug #679994

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 kde-apps/step/step-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-18.12.3.ebuild b/kde-apps/step/step-18.12.3.ebuild
index 46a9f627853..5da41eb4eba 100644
--- a/kde-apps/step/step-18.12.3.ebuild
+++ b/kde-apps/step/step-18.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-07-28  2:33 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-07-28  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9a5d4f29ac3c7eab3e59867ad317a02eb7347318
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 02:31:03 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:31:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5d4f29

kde-apps/step: amd64 stable wrt bug #688912

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/step/step-19.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.04.3.ebuild b/kde-apps/step/step-19.04.3.ebuild
index 0c8734816df..46a9f627853 100644
--- a/kde-apps/step/step-19.04.3.ebuild
+++ b/kde-apps/step/step-19.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-07-28  2:45 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-07-28  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     943599471d13416d1ce89238870d5d2bfff67ee7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 02:43:29 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:43:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94359947

kde-apps/step: x86 stable wrt bug #688912

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/step/step-19.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.04.3.ebuild b/kde-apps/step/step-19.04.3.ebuild
index 46a9f627853..5da41eb4eba 100644
--- a/kde-apps/step/step-19.04.3.ebuild
+++ b/kde-apps/step/step-19.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-12-02 16:12 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-12-02 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a5433d5136fa4993f66e83d59055413e1d6821ac
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 16:08:39 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 16:12:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5433d51

kde-apps/step: amd64 stable wrt bug #700038

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/step/step-19.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.08.3.ebuild b/kde-apps/step/step-19.08.3.ebuild
index 3864e7b04a0..b56aa026ffe 100644
--- a/kde-apps/step/step-19.08.3.ebuild
+++ b/kde-apps/step/step-19.08.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-12-02 16:33 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-12-02 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2cc1fb1204495b6ca265c28e47d9e7f092e7cf05
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 16:29:47 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 16:29:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc1fb12

kde-apps/step: x86 stable wrt bug #700038

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/step/step-19.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.08.3.ebuild b/kde-apps/step/step-19.08.3.ebuild
index b56aa026ffe..87291e4504a 100644
--- a/kde-apps/step/step-19.08.3.ebuild
+++ b/kde-apps/step/step-19.08.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2019-12-02 23:29 Aaron Bauman
  0 siblings, 0 replies; 42+ messages in thread
From: Aaron Bauman @ 2019-12-02 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5cc82df65361bbb7a1dfe32860dbc4ae2bd457
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 23:18:50 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 23:28:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5cc82d

kde-apps/step: arm64 stable (bug #700038)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 kde-apps/step/step-19.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.08.3.ebuild b/kde-apps/step/step-19.08.3.ebuild
index 87291e4504a..b2e34d92675 100644
--- a/kde-apps/step/step-19.08.3.ebuild
+++ b/kde-apps/step/step-19.08.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step/"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2020-02-06 16:48 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2020-02-06 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c7c3afd62c11031234d878133adb782cfa6245e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 16:47:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 16:47:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c3afd6

kde-apps/step: Tarball respun

See also: https://mail.kde.org/pipermail/release-team/2020-February/011743.html

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/step/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest
index 996546719e5..6f684535607 100644
--- a/kde-apps/step/Manifest
+++ b/kde-apps/step/Manifest
@@ -1,2 +1,2 @@
 DIST step-19.08.3.tar.xz 869880 BLAKE2B 29efdd4b38df7e171a02102459124b33b4c3e6fc7bf2d07db35f76e298226a7417922d10c459fcaf6b07c42166afa0c216067ce711667ebee4460bc5ebf4579c SHA512 685529b065d46cd6b1fa0fc29c71177763c8dadbbe541795766820d6797a0902b0b51c5bda58ad23338c573368e2edf440da4596fb877d175c06f3ca362fae74
-DIST step-19.12.2.tar.xz 918112 BLAKE2B d78cf249008efa976a05e70122de578c8ac70b9cb4d8e1f489d8cfeb14e4309527bea986e83757ff84c76e7292c3ade68c9de3850fde641bf06f12bdec07c0d2 SHA512 cb79dfcab569aec87433390d509a173f0193d87569a49744577fe1948aec818be5e4e8be86e14027e344ed85e36d5e82cbf66d3cae219cf94c162be41eefce49
+DIST step-19.12.2.tar.xz 915052 BLAKE2B 7359e6749e0cdb454e3284babf4e8789e3f7e5ed8a04e8bf28829a8443b9f8ab43016f2ef1539079a2e1b0d963253b29fa73557d72abcfc70f1281bba65a15df SHA512 81378ea5850369c3cb6c72d8830cfef2669cbdbba4753cbdad9410ad0667a7711685d0042fe9acc47895ff441ad70dba460767c4b6f027e539b3c9a0a8c1c707


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2020-03-18 23:48 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2020-03-18 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d0bb06116e2f78298c9ac6e57054a4f74c6d64fd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 23:47:39 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 23:47:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bb0611

kde-apps/step: amd64 stable wrt bug #708822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/step/step-19.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.12.3.ebuild b/kde-apps/step/step-19.12.3.ebuild
index 9457033bdd1..096d70cb2c1 100644
--- a/kde-apps/step/step-19.12.3.ebuild
+++ b/kde-apps/step/step-19.12.3.ebuild
@@ -15,7 +15,7 @@ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2020-03-19  0:06 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2020-03-19  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5838497a136effeffcce0dc8b282177202614780
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 00:05:25 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 00:05:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5838497a

kde-apps/step: x86 stable wrt bug #708822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/step/step-19.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.12.3.ebuild b/kde-apps/step/step-19.12.3.ebuild
index 096d70cb2c1..79c5e65adce 100644
--- a/kde-apps/step/step-19.12.3.ebuild
+++ b/kde-apps/step/step-19.12.3.ebuild
@@ -15,7 +15,7 @@ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2020-03-19  6:25 Mikle Kolyada
  0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2020-03-19  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ac0c3678ec658855b7ff0cc629c09f1204b5710a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 06:23:56 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 06:23:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0c3678

kde-apps/step: arm64 stable wrt bug #708822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/step/step-19.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-19.12.3.ebuild b/kde-apps/step/step-19.12.3.ebuild
index 79c5e65adce..8c193573bcc 100644
--- a/kde-apps/step/step-19.12.3.ebuild
+++ b/kde-apps/step/step-19.12.3.ebuild
@@ -15,7 +15,7 @@ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2020-07-30  6:58 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2020-07-30  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7d5e5f66009b42649ea8c9dcd7c272b67915892f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 06:55:28 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 06:57:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5e5f66

kde-apps/step: amd64 stable wrt bug #731966

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/step/step-20.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-20.04.3.ebuild b/kde-apps/step/step-20.04.3.ebuild
index 97f91446ed4..a2d68aba4bc 100644
--- a/kde-apps/step/step-20.04.3.ebuild
+++ b/kde-apps/step/step-20.04.3.ebuild
@@ -15,7 +15,7 @@ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2020-07-30  7:21 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2020-07-30  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     43b17c671238de8d764ca960eb6d930621fa1c45
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 07:19:07 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 07:21:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b17c67

kde-apps/step: x86 stable wrt bug #731966

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/step/step-20.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-20.04.3.ebuild b/kde-apps/step/step-20.04.3.ebuild
index a2d68aba4bc..0771c010d78 100644
--- a/kde-apps/step/step-20.04.3.ebuild
+++ b/kde-apps/step/step-20.04.3.ebuild
@@ -15,7 +15,7 @@ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2021-04-06  6:31 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2021-04-06  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e915966bbea72e0bd60131379e50573f59332192
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 06:28:10 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr  6 06:31:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e915966b

kde-apps/step: amd64 stable wrt bug #774219

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

 kde-apps/step/step-20.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-20.12.3.ebuild b/kde-apps/step/step-20.12.3.ebuild
index ade3e73c3e1..503972eb580 100644
--- a/kde-apps/step/step-20.12.3.ebuild
+++ b/kde-apps/step/step-20.12.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/en/step https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2021-08-04  8:40 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2021-08-04  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b7c73815522465a7e21126c93607bcdc4b021527
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 08:37:52 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 08:40:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c73815

kde-apps/step: amd64 stable wrt bug #805065

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

 kde-apps/step/step-21.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-21.04.3.ebuild b/kde-apps/step/step-21.04.3.ebuild
index 208718a9773..a217d648947 100644
--- a/kde-apps/step/step-21.04.3.ebuild
+++ b/kde-apps/step/step-21.04.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2021-08-04  9:01 Agostino Sarubbo
  0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2021-08-04  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6f6afe81dca40bf92943c5f60b789db5d92ca778
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 08:58:58 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 09:01:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6afe81

kde-apps/step: x86 stable wrt bug #805065

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

 kde-apps/step/step-21.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-21.04.3.ebuild b/kde-apps/step/step-21.04.3.ebuild
index a217d648947..2db6b905201 100644
--- a/kde-apps/step/step-21.04.3.ebuild
+++ b/kde-apps/step/step-21.04.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2021-10-11 14:01 Yixun Lan
  0 siblings, 0 replies; 42+ messages in thread
From: Yixun Lan @ 2021-10-11 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     74c23a1bf7ff3940bddc34fd4af29769f9580202
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Mon Oct 11 07:03:39 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 14:01:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c23a1b

kde-apps/step: keyword 21.08.2 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 kde-apps/step/step-21.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-21.08.2.ebuild b/kde-apps/step/step-21.08.2.ebuild
index f242b5a3c60..a49c348c7bd 100644
--- a/kde-apps/step/step-21.08.2.ebuild
+++ b/kde-apps/step/step-21.08.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="+gsl nls +qalculate"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-04-23  5:26 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-04-23  5:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e20fbe347682592611484abad89887a1041db6dd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 05:25:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 05:26:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20fbe34

kde-apps/step: Stabilize 24.02.2 arm64, #930370

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/step/step-24.02.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.02.2.ebuild b/kde-apps/step/step-24.02.2.ebuild
index c22b752c1537..38f12ffa7979 100644
--- a/kde-apps/step/step-24.02.2.ebuild
+++ b/kde-apps/step/step-24.02.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-04-23  6:25 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-04-23  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     749dbde764a050cfa03940383b8ff515917693ec
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 06:24:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 06:24:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749dbde7

kde-apps/step: Stabilize 24.02.2 x86, #930370

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/step/step-24.02.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.02.2.ebuild b/kde-apps/step/step-24.02.2.ebuild
index 38f12ffa7979..f08bbc59708c 100644
--- a/kde-apps/step/step-24.02.2.ebuild
+++ b/kde-apps/step/step-24.02.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-04-23  6:33 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-04-23  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0f9d23b9de05f84db2d5863b950b0f71194b91c5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 06:32:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 06:32:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9d23b9

kde-apps/step: Stabilize 24.02.2 amd64, #930370

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/step/step-24.02.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.02.2.ebuild b/kde-apps/step/step-24.02.2.ebuild
index f08bbc59708c..11cd6dc398ae 100644
--- a/kde-apps/step/step-24.02.2.ebuild
+++ b/kde-apps/step/step-24.02.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-04-25 20:41 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-04-25 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     fa6400f08575d426a5a8d3b9c8b623fd5ee81627
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 19:17:42 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:40:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6400f0

kde-apps/step: drop 23.08.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/step/Manifest            |  1 -
 kde-apps/step/step-23.08.5.ebuild | 53 ---------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest
index 0d03ca96aea1..eb8902897d85 100644
--- a/kde-apps/step/Manifest
+++ b/kde-apps/step/Manifest
@@ -1,2 +1 @@
-DIST step-23.08.5.tar.xz 996012 BLAKE2B f1f1592d0f097e218deb8d8f828e6e3712d4708cf60166e48bd79ed52696b19df460889b57f21eea89c76d129438177081b49a8dffeff8b9707d1c1710abccfe SHA512 18a55bed73d75095504aa66d38ee8a574ee0c9bbe0a5b7cbb3f1fb3805a9dc428cc0fdaec17bf5c7ef45a48dae6b86f3c3ed3568aee7e0ff650b83ddce70110e
 DIST step-24.02.2.tar.xz 998684 BLAKE2B 3aee683781fd34b2d57aaaac4e315453430f521b3ac11238ea82270fc528986830bdafb848d67d635134ab8ebb68c28b537b5d3355594a51525cc13155d922c9 SHA512 35d6df48c97dc13f3247673706a37ad64c3bbc25dfc65a8e3364363563f6df31f60e66ab97ee6c3f78017ff93e66e77781cd421bf43a8f26823e6631781212b1

diff --git a/kde-apps/step/step-23.08.5.ebuild b/kde-apps/step/step-23.08.5.ebuild
deleted file mode 100644
index f74695e4b291..000000000000
--- a/kde-apps/step/step-23.08.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Interactive physics simulator"
-HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+gsl +qalculate"
-
-DEPEND="
-	>=dev-cpp/eigen-3.2:3
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	sci-libs/cln
-	gsl? ( sci-libs/gsl:= )
-	qalculate? ( >=sci-libs/libqalculate-0.9.5:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package gsl GSL)
-		$(cmake_use_find_package qalculate Qalculate)
-	)
-	ecm_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-06-17  5:19 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-06-17  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     731737b937229a87d90b769944d2c273885f1eab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 05:18:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 05:18:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731737b9

kde-apps/step: Stabilize 24.05.1 x86, #934201

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/step/step-24.05.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.05.1.ebuild b/kde-apps/step/step-24.05.1.ebuild
index c22b752c1537..28b52c41eff4 100644
--- a/kde-apps/step/step-24.05.1.ebuild
+++ b/kde-apps/step/step-24.05.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-06-17  5:54 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-06-17  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8865b7dfa0b41601c1d9e265c06ed991821a7065
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 05:52:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 05:52:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8865b7df

kde-apps/step: Stabilize 24.05.1 amd64, #934201

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/step/step-24.05.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.05.1.ebuild b/kde-apps/step/step-24.05.1.ebuild
index f08bbc59708c..11cd6dc398ae 100644
--- a/kde-apps/step/step-24.05.1.ebuild
+++ b/kde-apps/step/step-24.05.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-06-17 18:49 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-06-17 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e4216f3d26e06455c43a201e8275cfbdee975b37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 18:13:51 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 18:49:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4216f3d

kde-apps/step: drop 24.02.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/step/Manifest            |  1 -
 kde-apps/step/step-24.02.2.ebuild | 53 ---------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest
index ba52c1d79f51..1e7a83a2e71b 100644
--- a/kde-apps/step/Manifest
+++ b/kde-apps/step/Manifest
@@ -1,2 +1 @@
-DIST step-24.02.2.tar.xz 998684 BLAKE2B 3aee683781fd34b2d57aaaac4e315453430f521b3ac11238ea82270fc528986830bdafb848d67d635134ab8ebb68c28b537b5d3355594a51525cc13155d922c9 SHA512 35d6df48c97dc13f3247673706a37ad64c3bbc25dfc65a8e3364363563f6df31f60e66ab97ee6c3f78017ff93e66e77781cd421bf43a8f26823e6631781212b1
 DIST step-24.05.1.tar.xz 983984 BLAKE2B 0fe5c2da15a7ec1afc2607ef8bba3a3a84c9651f19592338de4ad98bc7179053d83394eaae249a6f5cd0c318154b28322fbd4e420a71195fbc2626bbbb837118 SHA512 d8b68cc4d2ccb4a8eb411f93f6cea947fe6821e463efdfbd84d9d7b60f3a7cd1aee27fec0afdb31e996a6e765cc47976fd6446e3b7913b8a2a4974bc7754a43f

diff --git a/kde-apps/step/step-24.02.2.ebuild b/kde-apps/step/step-24.02.2.ebuild
deleted file mode 100644
index 11cd6dc398ae..000000000000
--- a/kde-apps/step/step-24.02.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="Interactive physics simulator"
-HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+gsl +qalculate"
-
-DEPEND="
-	>=dev-cpp/eigen-3.2:3
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	sci-libs/cln
-	gsl? ( sci-libs/gsl:= )
-	qalculate? ( >=sci-libs/libqalculate-0.9.5:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package gsl GSL)
-		$(cmake_use_find_package qalculate Qalculate)
-	)
-	ecm_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-07-13 22:44 Sam James
  0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2024-07-13 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e8329139a0a21583079af288e9d11edb8f944f5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 22:43:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 22:43:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8329139

kde-apps/step: Stabilize 24.05.2 arm64, #935994

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

 kde-apps/step/step-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.05.2.ebuild b/kde-apps/step/step-24.05.2.ebuild
index c22b752c1537..38f12ffa7979 100644
--- a/kde-apps/step/step-24.05.2.ebuild
+++ b/kde-apps/step/step-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-07-14  5:59 Arthur Zamarin
  0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-07-14  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c4ea3d740776dcf182d64b7c2c815634004a1c1f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 05:58:56 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 05:58:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ea3d74

kde-apps/step: Stabilize 24.05.2 x86, #935994

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/step/step-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/step/step-24.05.2.ebuild b/kde-apps/step/step-24.05.2.ebuild
index d309a67d0314..11cd6dc398ae 100644
--- a/kde-apps/step/step-24.05.2.ebuild
+++ b/kde-apps/step/step-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+gsl +qalculate"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
@ 2024-08-01 16:23 Andreas Sturmlechner
  0 siblings, 0 replies; 42+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a17fc5737fc188817566486b8bf3aacbde3dd024
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 15:01:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 15:29:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17fc573

kde-apps/step: drop 24.05.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/step/Manifest            |  1 -
 kde-apps/step/step-24.05.1.ebuild | 53 ---------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest
index 5310ae3a213d..b61b4261726b 100644
--- a/kde-apps/step/Manifest
+++ b/kde-apps/step/Manifest
@@ -1,2 +1 @@
-DIST step-24.05.1.tar.xz 983984 BLAKE2B 0fe5c2da15a7ec1afc2607ef8bba3a3a84c9651f19592338de4ad98bc7179053d83394eaae249a6f5cd0c318154b28322fbd4e420a71195fbc2626bbbb837118 SHA512 d8b68cc4d2ccb4a8eb411f93f6cea947fe6821e463efdfbd84d9d7b60f3a7cd1aee27fec0afdb31e996a6e765cc47976fd6446e3b7913b8a2a4974bc7754a43f
 DIST step-24.05.2.tar.xz 984052 BLAKE2B d54a2757175b51831f608768ba3b9887e6b3cf2c77822b68895df5f0fa3675342d7126e804b22025347c49c2d72422f9514ea6ae83e84f422d0de23cfb8f0074 SHA512 f1cf7844c0e140b78db7027e7201ed15c3f2f287ac3bef69ba03e97d0432db8745427c68c776476c8db33c0c4a78cbc70e53b19f0ac8dd579425665d98a2675e

diff --git a/kde-apps/step/step-24.05.1.ebuild b/kde-apps/step/step-24.05.1.ebuild
deleted file mode 100644
index 11cd6dc398ae..000000000000
--- a/kde-apps/step/step-24.05.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="Interactive physics simulator"
-HOMEPAGE="https://apps.kde.org/step/ https://edu.kde.org/step/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+gsl +qalculate"
-
-DEPEND="
-	>=dev-cpp/eigen-3.2:3
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	sci-libs/cln
-	gsl? ( sci-libs/gsl:= )
-	qalculate? ( >=sci-libs/libqalculate-0.9.5:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package gsl GSL)
-		$(cmake_use_find_package qalculate Qalculate)
-	)
-	ecm_src_configure
-}


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

end of thread, other threads:[~2024-08-01 16:24 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-14  5:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 16:23 Andreas Sturmlechner
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17  5:54 Arthur Zamarin
2024-06-17  5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23  6:33 Arthur Zamarin
2024-04-23  6:25 Arthur Zamarin
2024-04-23  5:26 Arthur Zamarin
2021-10-11 14:01 Yixun Lan
2021-08-04  9:01 Agostino Sarubbo
2021-08-04  8:40 Agostino Sarubbo
2021-04-06  6:31 Agostino Sarubbo
2020-07-30  7:21 Agostino Sarubbo
2020-07-30  6:58 Agostino Sarubbo
2020-03-19  6:25 Mikle Kolyada
2020-03-19  0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2020-02-06 16:48 Andreas Sturmlechner
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-07-28  2:45 Mikle Kolyada
2019-07-28  2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-02-24 21:37 Andreas Sturmlechner
2018-07-29 12:56 Thomas Deutschmann
2018-07-29  0:38 Mikle Kolyada
2018-05-24 13:10 Andreas Sturmlechner
2017-11-30  2:07 Thomas Deutschmann
2017-09-09 11:53 Andreas Sturmlechner
2017-09-09 11:48 Andreas Sturmlechner
2017-06-09  9:43 Andreas Sturmlechner
2017-05-17  7:36 Andreas Sturmlechner
2017-04-22 14:32 Andreas Sturmlechner
2017-04-17  8:02 Agostino Sarubbo
2017-04-16 20:58 Agostino Sarubbo
2017-02-13 21:10 Johannes Huber
2016-05-26  7:11 Michael Palimaka
2015-10-10 17:51 Michael Palimaka

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