public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/
@ 2023-08-12 17:45 Seth Price
  0 siblings, 0 replies; 6+ messages in thread
From: Seth Price @ 2023-08-12 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2c28563208546035e22693fa216e2660240f3c6f
Author:     Seth Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Sat Aug 12 17:43:15 2023 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Sat Aug 12 17:45:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c285632

games-action/classicube: use .tar.gz dist 1.3.5

Signed-off-by: Seth Price <sprice623 <AT> aol.com>

 games-action/classicube/Manifest                | 1 +
 games-action/classicube/classicube-1.3.5.ebuild | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/games-action/classicube/Manifest b/games-action/classicube/Manifest
new file mode 100644
index 0000000000..c6e5dd2914
--- /dev/null
+++ b/games-action/classicube/Manifest
@@ -0,0 +1 @@
+DIST classicube-1.3.5.tar.gz 2395406 BLAKE2B b3cd38a61ba3dbb1e47d9837bfae9527d9ba34b893101dd9158c75edbaf90256d63f31f3230371458d485c3177a6b9c9d252ed8fef82cd7c99fdb74af08beec0 SHA512 d7eb0fed96a206e4a389a354e6345dd6186a37d6fa0240cc4227745d073b749ba147309f872e4f1599ea79a28d914bb8d53b9d9fdbc5931c6327b9e1de92c5c8

diff --git a/games-action/classicube/classicube-1.3.5.ebuild b/games-action/classicube/classicube-1.3.5.ebuild
index 6b4ef90492..26680233f4 100644
--- a/games-action/classicube/classicube-1.3.5.ebuild
+++ b/games-action/classicube/classicube-1.3.5.ebuild
@@ -3,15 +3,16 @@
 
 EAPI=8
 
-inherit git-r3 toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Reverse-engineered Minecraft Classic client"
 HOMEPAGE="https://www.classicube.net/"
-EGIT_REPO_URI="https://github.com/UnknownShadow200/ClassiCube"
-EGIT_COMMIT="${PV}"
+SRC_URI="https://github.com/UnknownShadow200/ClassiCube/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/ClassiCube-${PV}"
 
 LICENSE="BSD MIT FTL"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~sparc ~x86"
 
 DEPEND="x11-libs/libX11 x11-libs/libXi virtual/opengl"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/
@ 2023-08-12 17:50 Seth Price
  0 siblings, 0 replies; 6+ messages in thread
From: Seth Price @ 2023-08-12 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0b2e90ef8c7fb5e8fb37fda2481190873e4659b3
Author:     Seth Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Sat Aug 12 17:49:07 2023 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Sat Aug 12 17:49:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b2e90ef

games-action/classicube: bump to r1

I forgot to change the ebuild revision number in 2c28563

Signed-off-by: Seth Price <sprice623 <AT> aol.com>

 .../classicube/{classicube-1.3.5.ebuild => classicube-1.3.5-r1.ebuild}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-action/classicube/classicube-1.3.5.ebuild b/games-action/classicube/classicube-1.3.5-r1.ebuild
similarity index 100%
rename from games-action/classicube/classicube-1.3.5.ebuild
rename to games-action/classicube/classicube-1.3.5-r1.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/
@ 2023-08-22  1:13 Seth Price
  0 siblings, 0 replies; 6+ messages in thread
From: Seth Price @ 2023-08-22  1:13 UTC (permalink / raw
  To: gentoo-commits

commit:     79cb9cbb17f87d4d40387e5c2f163f5dbb8d624d
Author:     Seth Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Tue Aug 22 01:13:29 2023 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Tue Aug 22 01:13:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79cb9cbb

games-action/classicube: add 9999

Signed-off-by: Seth Price <sprice623 <AT> aol.com>

 games-action/classicube/classicube-9999.ebuild | 28 ++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/games-action/classicube/classicube-9999.ebuild b/games-action/classicube/classicube-9999.ebuild
new file mode 100644
index 0000000000..71ea6881c3
--- /dev/null
+++ b/games-action/classicube/classicube-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Reverse-engineered Minecraft Classic client"
+HOMEPAGE="https://www.classicube.net/"
+EGIT_REPO_URI="https://github.com/UnknownShadow200/ClassiCube.git"
+
+LICENSE="BSD MIT FTL"
+SLOT="0"
+
+DEPEND="x11-libs/libX11 x11-libs/libXi virtual/opengl"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} src/*.c -o ClassiCube -rdynamic -lm -lpthread -lX11 -lXi -lGL -ldl || die
+}
+
+src_install() {
+	exeinto "/usr/libexec"
+	doexe ClassiCube
+	dobin "${FILESDIR}/ClassiCube"
+	dodoc readme.md
+	dodoc doc/*.md
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/
@ 2023-10-01 23:18 Seth Price
  0 siblings, 0 replies; 6+ messages in thread
From: Seth Price @ 2023-10-01 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0e6d740a98cb15f0079b49a57fe077e91235739f
Author:     Seth Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Sun Oct  1 23:17:36 2023 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Sun Oct  1 23:17:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e6d740a

games-action/classicube: add 1.3.6, drop 1.3.5-r1

Signed-off-by: Seth Price <sprice623 <AT> aol.com>

 games-action/classicube/Manifest                                        | 2 +-
 .../classicube/{classicube-1.3.5-r1.ebuild => classicube-1.3.6.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/classicube/Manifest b/games-action/classicube/Manifest
index c6e5dd2914..e125e7aa1d 100644
--- a/games-action/classicube/Manifest
+++ b/games-action/classicube/Manifest
@@ -1 +1 @@
-DIST classicube-1.3.5.tar.gz 2395406 BLAKE2B b3cd38a61ba3dbb1e47d9837bfae9527d9ba34b893101dd9158c75edbaf90256d63f31f3230371458d485c3177a6b9c9d252ed8fef82cd7c99fdb74af08beec0 SHA512 d7eb0fed96a206e4a389a354e6345dd6186a37d6fa0240cc4227745d073b749ba147309f872e4f1599ea79a28d914bb8d53b9d9fdbc5931c6327b9e1de92c5c8
+DIST classicube-1.3.6.tar.gz 2490780 BLAKE2B 9ec2f7bbdcbc1281a7f574fe4d533f66d896ff13b172bcba07cc21bbdfe374beee7f7ab6a9e9aec480efbd991019989f564aa125b2f24031ea6cd90e1a98c8b6 SHA512 cc5b7aca6536d2521e48bd75bc5efe0e262bf62c5bc97f5028a28a1236891a9d68678a3bf8c24492742a228f216e5492347d651b98eb63ef9cf389d3f5dcf87d

diff --git a/games-action/classicube/classicube-1.3.5-r1.ebuild b/games-action/classicube/classicube-1.3.6.ebuild
similarity index 100%
rename from games-action/classicube/classicube-1.3.5-r1.ebuild
rename to games-action/classicube/classicube-1.3.6.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/
@ 2024-10-04 22:02 Seth Price
  0 siblings, 0 replies; 6+ messages in thread
From: Seth Price @ 2024-10-04 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     40686c82d280eb13cc7d0583a33a30e2f20d50db
Author:     Seth M. Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Fri Oct  4 22:01:45 2024 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Fri Oct  4 22:01:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40686c82

games-action/classicube: bump to 1.3.7

Signed-off-by: Seth M. Price <sprice623 <AT> aol.com>

 games-action/classicube/Manifest                                        | 2 +-
 .../classicube/{classicube-1.3.6.ebuild => classicube-1.3.7.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/classicube/Manifest b/games-action/classicube/Manifest
index e125e7aa1..0fd5470ba 100644
--- a/games-action/classicube/Manifest
+++ b/games-action/classicube/Manifest
@@ -1 +1 @@
-DIST classicube-1.3.6.tar.gz 2490780 BLAKE2B 9ec2f7bbdcbc1281a7f574fe4d533f66d896ff13b172bcba07cc21bbdfe374beee7f7ab6a9e9aec480efbd991019989f564aa125b2f24031ea6cd90e1a98c8b6 SHA512 cc5b7aca6536d2521e48bd75bc5efe0e262bf62c5bc97f5028a28a1236891a9d68678a3bf8c24492742a228f216e5492347d651b98eb63ef9cf389d3f5dcf87d
+DIST classicube-1.3.7.tar.gz 3717504 BLAKE2B 2f8546bc3381e175210633969667dc1b217c902196ca65d9336257b1f65392ed9b40d155ab2b58b6abf4ace110bda9b4e9929e57f7c2c387cf281ee8f8d794d8 SHA512 0581ef0e3c4a5673bbb5663db99b1f669741bd8ba4c256018f7d3304a69237eeca03bda70da1989dc13c8e74f3208c993130c329d403793f28e5bc80fd21b40b

diff --git a/games-action/classicube/classicube-1.3.6.ebuild b/games-action/classicube/classicube-1.3.7.ebuild
similarity index 100%
rename from games-action/classicube/classicube-1.3.6.ebuild
rename to games-action/classicube/classicube-1.3.7.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/
@ 2024-10-06  8:27 Takuya Wakazono
  0 siblings, 0 replies; 6+ messages in thread
From: Takuya Wakazono @ 2024-10-06  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     18ededa92c3c6f139c6cb7d78750c6d10cad5935
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Oct  6 08:27:08 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Oct  6 08:27:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18ededa9

games-action/classicube: update upstream url

Closes: https://bugs.gentoo.org/921908 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 games-action/classicube/classicube-1.3.7.ebuild | 4 ++--
 games-action/classicube/classicube-9999.ebuild  | 4 ++--
 games-action/classicube/metadata.xml            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-action/classicube/classicube-1.3.7.ebuild b/games-action/classicube/classicube-1.3.7.ebuild
index 26680233f..c5d1a308d 100644
--- a/games-action/classicube/classicube-1.3.7.ebuild
+++ b/games-action/classicube/classicube-1.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Reverse-engineered Minecraft Classic client"
 HOMEPAGE="https://www.classicube.net/"
-SRC_URI="https://github.com/UnknownShadow200/ClassiCube/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/ClassiCube/ClassiCube/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/ClassiCube-${PV}"
 
 LICENSE="BSD MIT FTL"

diff --git a/games-action/classicube/classicube-9999.ebuild b/games-action/classicube/classicube-9999.ebuild
index 71ea6881c..5badf618a 100644
--- a/games-action/classicube/classicube-9999.ebuild
+++ b/games-action/classicube/classicube-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit git-r3 toolchain-funcs
 
 DESCRIPTION="Reverse-engineered Minecraft Classic client"
 HOMEPAGE="https://www.classicube.net/"
-EGIT_REPO_URI="https://github.com/UnknownShadow200/ClassiCube.git"
+EGIT_REPO_URI="https://github.com/ClassiCube/ClassiCube.git"
 
 LICENSE="BSD MIT FTL"
 SLOT="0"

diff --git a/games-action/classicube/metadata.xml b/games-action/classicube/metadata.xml
index 748edc52e..63ee81a2e 100644
--- a/games-action/classicube/metadata.xml
+++ b/games-action/classicube/metadata.xml
@@ -12,7 +12,7 @@
 		and is designed to work on any OpenGL-supported graphics card. 
 	</longdescription>
 	<upstream>
-		<bugs-to>https://github.com/UnknownShadow200/ClassiCube/issues</bugs-to>
-		<remote-id type="github">UnknownShadow200/ClassiCube</remote-id>
+		<bugs-to>https://github.com/ClassiCube/ClassiCube/issues</bugs-to>
+		<remote-id type="github">ClassiCube/ClassiCube</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-10-06  8:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 22:02 [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/ Seth Price
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  8:27 Takuya Wakazono
2023-10-01 23:18 Seth Price
2023-08-22  1:13 Seth Price
2023-08-12 17:50 Seth Price
2023-08-12 17:45 Seth Price

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