public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2016-07-20 12:03 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2016-07-20 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     037cf0d6cba754484d41cc71b582fb4def33e46d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 12:00:47 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 12:00:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037cf0d6

gnustep-apps/gworkspace: version bump

Package-Manager: portage-2.3.0

 gnustep-apps/gworkspace/Manifest                |  1 +
 gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gnustep-apps/gworkspace/Manifest b/gnustep-apps/gworkspace/Manifest
index f085e06..744f6c2 100644
--- a/gnustep-apps/gworkspace/Manifest
+++ b/gnustep-apps/gworkspace/Manifest
@@ -1,3 +1,4 @@
 DIST gworkspace-0.9.1.tar.gz 3791146 SHA256 c8b1b023621aa83bff3f416485e5c9aa4ecebc90933bf97f3702e0dcfe39cd41 SHA512 7f915ff1b527b088bc91cc062f7178362a2e21bdccb796cad2a76caeb853b56470eb34336a2db6b9adb47977d2fd8a6da9335e8d8a86f15759713772420f43db WHIRLPOOL 69a0f03648d416fa0d4233ac7592291dcbdc111cca68598474e1efab0121a78f3c66453a3b101b2292e43d44f75c9bb1eeb3ef56cea1e0685c840f0558612c37
 DIST gworkspace-0.9.2.tar.gz 4289262 SHA256 5239ef983fd4358e152fcfb5cd1f6c30366d04357c26c74719eb05da849af4fb SHA512 d81476697f83b214c6bed95aa606a8d8fed850dd47ca87d94c151bdb8581d40fde8efa6574f316a6b46c3f2cae3821b9891e984f6d27fc1a155d5c37bd442571 WHIRLPOOL 997eaff5a35dc42f1cce8a1019d1856ce961481698f7e4453655a591e5802ad4bc971968a8c21127b46262eb6d06082afb6f18e4e9c4ef5be4b5c2f3c6bda46c
 DIST gworkspace-0.9.3.tar.gz 3833838 SHA256 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049 SHA512 9a7201252714ebc6a417036cd03f67346d0af7a3b4efbd0b2a7487cc6959b508d152c7a1bac00d4fd7efeb156707512065bdf1891961f96288c13ca5336468e6 WHIRLPOOL 87c937caab0451436440a09859d1f642a50cc2b3ffb0b0bf12da45391046217d4c84c9be827f6addd1bdd1046c18da453315e606421ef66b5e13e09d30c22a50
+DIST gworkspace-0.9.4.tar.gz 3855909 SHA256 f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632 SHA512 d2246b87be7d1659ecec3657c314ca333dc983509394c3e383b650056affd108b76241fa0fa59443b183a2e20906d9a7a9d1f2ad601cb569990b5490a6c5d2a7 WHIRLPOOL cf11a748cbe7efe3c5810accdcc441c20fc4c039ce37c769aeeea4c647302a5b32227ec70993c7bddf1b33c57b98b33441f0da7da41c7c06384078a92e3ff1ac

diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
new file mode 100644
index 0000000..53c383d
--- /dev/null
+++ b/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnustep-2
+
+DESCRIPTION="A workspace manager for GNUstep"
+HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="+gwmetadata"
+
+DEPEND=">=gnustep-base/gnustep-gui-0.25.0
+	gwmetadata? (
+		>=gnustep-apps/systempreferences-1.0.1_p24791
+		>=dev-db/sqlite-3.2.8
+	)"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local myconf=""
+	use kernel_linux && myconf="${myconf} --with-inotify"
+	use gwmetadata && myconf="${myconf} --enable-gwmetadata"
+
+	egnustep_env
+	econf ${myconf}
+}
+
+src_install() {
+	egnustep_env
+	egnustep_install
+
+	if use doc;
+	then
+		dodir /usr/share/doc/${PF}
+		cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2017-01-13 15:13 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-01-13 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b83d06efb402923e8ec11303c6e274b559a70847
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 15:13:43 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 15:13:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83d06ef

gnustep-apps/gworkspace: amd64 stable wrt bug #579232

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
index 53c383d..b9084e9 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ DESCRIPTION="A workspace manager for GNUstep"
 HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2021-12-29 11:16 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2021-12-29 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e46528e393631cdc77e49d2aadd4819e8dc876e2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 11:07:54 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 11:16:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46528e3

gnustep-apps/gworkspace: move 0.9.4-r1 as stable

Originally added patch should have been to 0.9.4 stable ebuild directly
as it fixes compilation with stable gnustep

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild |  2 +-
 gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild    | 42 ----------------------
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild
index 774ee0d4ccf5..3f6e245176da 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A workspace manager for GNUstep"
 HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 

diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
deleted file mode 100644
index 72574db0a946..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnustep-2
-
-DESCRIPTION="A workspace manager for GNUstep"
-HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
-SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="+gwmetadata"
-
-DEPEND=">=gnustep-base/gnustep-gui-0.25.0
-	gwmetadata? (
-		>=gnustep-apps/systempreferences-1.0.1_p24791
-		>=dev-db/sqlite-3.2.8
-	)"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local myconf=""
-	use kernel_linux && myconf="${myconf} --with-inotify"
-	use gwmetadata && myconf="${myconf} --enable-gwmetadata"
-
-	egnustep_env
-	econf ${myconf}
-}
-
-src_install() {
-	egnustep_env
-	egnustep_install
-
-	if use doc;
-	then
-		dodir /usr/share/doc/${PF}
-		cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2021-12-29 11:16 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2021-12-29 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e4326bb358ffeff15d34181ce926e886ca132de1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 11:11:44 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 11:16:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4326bb3

gnustep-apps/gworkspace: 1.0.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gworkspace/Manifest                |  1 +
 gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/gnustep-apps/gworkspace/Manifest b/gnustep-apps/gworkspace/Manifest
index a2fb3eb0ebfd..d3b474ea0163 100644
--- a/gnustep-apps/gworkspace/Manifest
+++ b/gnustep-apps/gworkspace/Manifest
@@ -1 +1,2 @@
 DIST gworkspace-0.9.4.tar.gz 3855909 BLAKE2B 5a636ccfb4fa79acd91bce34d3b5fe8a6d7bccc3f2f1f5a3d9f19c8a91743ec19c2eae0930e81807c6a5f098761b65f17e86a3edc44da155c50c903284ea2b20 SHA512 d2246b87be7d1659ecec3657c314ca333dc983509394c3e383b650056affd108b76241fa0fa59443b183a2e20906d9a7a9d1f2ad601cb569990b5490a6c5d2a7
+DIST gworkspace-1.0.0.tar.gz 2319707 BLAKE2B ff5e81df6f85393a96cd86a052618dfe69990394dd33d1eeddd881910f8c292b8c8fa8a97be75fd8f42b26b1b3f603a7f3cf03e3f25783197859d1943fecc3ee SHA512 41d725c97411ea9818f39af3b334805a08aa7ebae454237c481e0ddce05efdaeb90344bf779cd5640ed2cef1c7cc89e8d8e606db9c5ddcda92060c244ad2cc1a

diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
new file mode 100644
index 000000000000..735d643367df
--- /dev/null
+++ b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnustep-2
+
+DESCRIPTION="A workspace manager for GNUstep"
+HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="+gwmetadata"
+
+DEPEND=">=gnustep-base/gnustep-gui-0.25.0
+	gwmetadata? (
+		>=gnustep-apps/systempreferences-1.0.1_p24791
+		>=dev-db/sqlite-3.2.8
+	)"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local myconf=""
+	use kernel_linux && myconf="${myconf} --with-inotify"
+	use gwmetadata && myconf="${myconf} --enable-gwmetadata"
+
+	egnustep_env
+	econf ${myconf}
+}
+
+src_install() {
+	egnustep_env
+	egnustep_install
+
+	if use doc;
+	then
+		dodir /usr/share/doc/${PF}
+		cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2023-06-13 14:16 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2023-06-13 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     85799b1e43ced2826b03fdc2f8fb26157dc0d433
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 10 15:43:27 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:16:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85799b1e

gnustep-apps/gworkspace: update homepage

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild | 4 ++--
 gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild
index 3f6e245176da..2ddb0fd5bda3 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit gnustep-2
 
 DESCRIPTION="A workspace manager for GNUstep"
-HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
+HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
 KEYWORDS="amd64 ppc x86"

diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
index 735d643367df..1fa9b251038a 100644
--- a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit gnustep-2
 
 DESCRIPTION="A workspace manager for GNUstep"
-HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
+HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
 KEYWORDS="~amd64 ~ppc ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2024-06-21 22:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-21 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7149d6e2b47a3b73d59cbda4e2a2e7ced2dcba42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 22:54:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 22:54:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7149d6e2

gnustep-apps/gworkspace: Stabilize 1.0.0 x86, #934669

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

 gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
index 34d995cd4d0d..eab3c2b40ec5 100644
--- a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A workspace manager for GNUstep"
 HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2024-06-21 22:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-21 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a1c4047040908fbe7f73852a9134653ca42952b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 22:54:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 22:54:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c40470

gnustep-apps/gworkspace: Stabilize 1.0.0 ppc, #934669

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

 gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
index 1fa9b251038a..dd4de8003977 100644
--- a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ DESCRIPTION="A workspace manager for GNUstep"
 HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/
@ 2024-06-21 22:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-21 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     15ef2a709fb0a2d34a4aee7dbe2d41cf5d34035b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 22:54:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 22:54:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ef2a70

gnustep-apps/gworkspace: Stabilize 1.0.0 amd64, #934669

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

 gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
index dd4de8003977..34d995cd4d0d 100644
--- a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A workspace manager for GNUstep"
 HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html"
 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
 
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 


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

end of thread, other threads:[~2024-06-21 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 22:55 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gworkspace/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21 22:55 Sam James
2024-06-21 22:55 Sam James
2023-06-13 14:16 Bernard Cafarelli
2021-12-29 11:16 Bernard Cafarelli
2021-12-29 11:16 Bernard Cafarelli
2017-01-13 15:13 Agostino Sarubbo
2016-07-20 12:03 Bernard Cafarelli

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