* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/
@ 2017-07-17 12:21 Bernard Cafarelli
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2017-07-17 12:21 UTC (permalink / raw
To: gentoo-commits
commit: b0eaf7d9d516792b456422f37c06b57a22993466
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 10:12:49 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:20:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0eaf7d9
gnustep-apps/gmines: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
gnustep-apps/gmines/Manifest | 1 -
gnustep-apps/gmines/gmines-0.1-r2.ebuild | 14 --------------
2 files changed, 15 deletions(-)
diff --git a/gnustep-apps/gmines/Manifest b/gnustep-apps/gmines/Manifest
index 02ef16bca9f..261c085f4f9 100644
--- a/gnustep-apps/gmines/Manifest
+++ b/gnustep-apps/gmines/Manifest
@@ -1,2 +1 @@
DIST GMines-0.2.tar.gz 6768 SHA256 a7100c9846b548ef2d27c35b80370b30769dca3ac8eeff5f15a227474843c067 SHA512 592facdfb5db04418d79404ea2e6908fb7b7d67c4c55ab62e157bc18a7c69f3a5653bf2579257c56f91858f96785c424df7edcb8036c603fc1fb0740e68dd764 WHIRLPOOL 853e1126e2ae8d96bcccce4970af0745c3458cefef5efc2c1d219e742275d1d106861f23ebb236da584bed6b5368fedfab1f4e75c9820f0b3857775fe11164b1
-DIST GMines.tgz 5637 SHA256 651c1afa41a77e49b472810a1429db55100a56c3e044bc684b3d182d6504b0c3 SHA512 7525e25dbd9fb4edf3a5b0002b3fa27aa141dd1e533ab602df268e66858fe22ac2ed05ad16c36093c014a29aa24d8d2b4e5745b7bbd50637fb305da527cb68ab WHIRLPOOL e2815940a764b342c08d98d6a83c8887fa43624ab2ffeb9d39e48d7b2eaeb411c77c7346adf672702ab2417114cdc048318c62414c675e5c3ce8ec40f5f7356c
diff --git a/gnustep-apps/gmines/gmines-0.1-r2.ebuild b/gnustep-apps/gmines/gmines-0.1-r2.ebuild
deleted file mode 100644
index ebf96fed1d8..00000000000
--- a/gnustep-apps/gmines/gmines-0.1-r2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/gm/GM}
-
-DESCRIPTION="The well-known minesweeper game"
-HOMEPAGE="http://www.gnustep.it/marko/GMines/index.html"
-SRC_URI="http://www.gnustep.it/marko/GMines/${PN/gm/GM}.tgz"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/
@ 2020-06-27 18:59 Bernard Cafarelli
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2020-06-27 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 4e0c0dc6fd5dd932700f6d0ba6400f47d4ddf0b9
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun 26 07:32:43 2020 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 18:59:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0c0dc6
gnustep-apps/gmines: EAPI7, fix LICENSE
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
gnustep-apps/gmines/gmines-0.2-r1.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnustep-apps/gmines/gmines-0.2-r1.ebuild b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
new file mode 100644
index 00000000000..d49c77a2fa0
--- /dev/null
+++ b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnustep-2
+
+DESCRIPTION="The well-known minesweeper game"
+HOMEPAGE="http://gap.nongnu.org/gmines/index.html"
+SRC_URI="https://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+LICENSE="GPL-2+"
+
+S="${WORKDIR}/${P/gm/GM}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/
@ 2020-09-13 20:49 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-13 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 8b3a897c7c17c4e7690be48849b01c7f11782f4b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 20:49:36 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 20:49:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3a897c
gnustep-apps/gmines: Stabilize 0.2-r1 amd64, #740940
Signed-off-by: Sam James <sam <AT> gentoo.org>
gnustep-apps/gmines/gmines-0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnustep-apps/gmines/gmines-0.2-r1.ebuild b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
index d49c77a2fa0..57592390906 100644
--- a/gnustep-apps/gmines/gmines-0.2-r1.ebuild
+++ b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="The well-known minesweeper game"
HOMEPAGE="http://gap.nongnu.org/gmines/index.html"
SRC_URI="https://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
SLOT="0"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/
@ 2020-09-14 2:44 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-14 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 3e451f790f230226e2382c522dab469f38bb52a3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 02:44:31 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 02:44:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e451f79
gnustep-apps/gmines: Stabilize 0.2-r1 ppc, #740940
Signed-off-by: Sam James <sam <AT> gentoo.org>
gnustep-apps/gmines/gmines-0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnustep-apps/gmines/gmines-0.2-r1.ebuild b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
index 57592390906..dd1a2bff6ea 100644
--- a/gnustep-apps/gmines/gmines-0.2-r1.ebuild
+++ b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="The well-known minesweeper game"
HOMEPAGE="http://gap.nongnu.org/gmines/index.html"
SRC_URI="https://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
SLOT="0"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/
@ 2020-09-18 15:03 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-18 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 4bf319de6756b5d5d3d07d6c86392f496debca1e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 15:02:55 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 15:03:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf319de
gnustep-apps/gmines: cleanup EAPI 4
Closes: https://bugs.gentoo.org/740940
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
gnustep-apps/gmines/gmines-0.2.ebuild | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/gnustep-apps/gmines/gmines-0.2.ebuild b/gnustep-apps/gmines/gmines-0.2.ebuild
deleted file mode 100644
index ae3fa27c33e..00000000000
--- a/gnustep-apps/gmines/gmines-0.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnustep-2
-
-DESCRIPTION="The well-known minesweeper game"
-HOMEPAGE="http://gap.nongnu.org/gmines/index.html"
-SRC_URI="https://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-S=${WORKDIR}/${P/gm/GM}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/
@ 2020-09-18 15:03 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-18 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 7e0dc13072a0f6e0984117eca13c7a48545c42bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 15:02:38 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 15:03:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0dc130
gnustep-apps/gmines: Stabilize 0.2-r1 x86, #740940
Signed-off-by: Sam James <sam <AT> gentoo.org>
gnustep-apps/gmines/gmines-0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnustep-apps/gmines/gmines-0.2-r1.ebuild b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
index dd1a2bff6ea..d0ff726d4ad 100644
--- a/gnustep-apps/gmines/gmines-0.2-r1.ebuild
+++ b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="The well-known minesweeper game"
HOMEPAGE="http://gap.nongnu.org/gmines/index.html"
SRC_URI="https://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
SLOT="0"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-18 15:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14 2:44 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-09-18 15:03 Sam James
2020-09-18 15:03 Sam James
2020-09-13 20:49 Sam James
2020-06-27 18:59 Bernard Cafarelli
2017-07-17 12:21 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox