public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: games-action/classicube/
@ 2023-08-23 17:33 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-08-23 17:33 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:     David Roman <davidroman96 <AT> gmail <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] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-action/classicube/
@ 2023-10-02 12:24 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-10-02 12:24 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:     David Roman <davidroman96 <AT> gmail <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] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-action/classicube/
@ 2024-10-07  9:06 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-10-07  9:06 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:     David Roman <davidroman96 <AT> gmail <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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07  9:06 [gentoo-commits] repo/proj/guru:master commit in: games-action/classicube/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2023-10-02 12:24 David Roman
2023-08-23 17:33 David Roman

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