public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/
@ 2021-04-03 20:15 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f392d4c0f3577d6df79d776d59f4c8a3ee956fc2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 20:05:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 20:15:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f392d4c0

games-util/vispatch: port to EAPI 7

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

 games-util/vispatch/vispatch-1.4.6.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.6.ebuild
index 1bb5067893a..5a157407fa2 100644
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ b/games-util/vispatch/vispatch-1.4.6.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="WaterVIS utility for glquake"
 HOMEPAGE="http://vispatch.sourceforge.net/"
 SRC_URI="mirror://sourceforge/vispatch/${P}.tgz"
+S="${WORKDIR}"/${P}/source
+
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P}/source
 
 src_prepare() {
+	default
+
 	sed -i \
 		-e '/^CFLAGS/d' \
 		-e '/^LDFLAGS/d' \
 		makefile || die
+
 	tc-export CC
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/
@ 2021-04-03 20:15 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f4988f8b5c95e5698c6e1b5c41fd15e8dfc8f920
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 20:15:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 20:15:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4988f8b

games-util/vispatch: fix DoubleEmptyLine

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

 games-util/vispatch/vispatch-1.4.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.6.ebuild
index 5a157407fa2..7957a68a6ec 100644
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ b/games-util/vispatch/vispatch-1.4.6.ebuild
@@ -10,7 +10,6 @@ HOMEPAGE="http://vispatch.sourceforge.net/"
 SRC_URI="mirror://sourceforge/vispatch/${P}.tgz"
 S="${WORKDIR}"/${P}/source
 
-
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/
@ 2023-07-12 18:45 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-07-12 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ea46f64648d172e5a8400e844d3417d0f8c0b1fc
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jul 10 13:47:12 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:35:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea46f646

games-util/vispatch: use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-util/vispatch/vispatch-1.4.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.6.ebuild
index 7957a68a6ec8..c7cf10c32f10 100644
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ b/games-util/vispatch/vispatch-1.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,11 +6,11 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="WaterVIS utility for glquake"
-HOMEPAGE="http://vispatch.sourceforge.net/"
+HOMEPAGE="https://vispatch.sourceforge.net/"
 SRC_URI="mirror://sourceforge/vispatch/${P}.tgz"
 S="${WORKDIR}"/${P}/source
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/
@ 2025-03-06 22:25 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2025-03-06 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     82b56a875f302329b8be9bfb421dc2b9516063e2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  6 22:25:00 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Mar  6 22:25:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b56a87

games-util/vispatch: Bump to 1.4.7, drop old 1.4.6

Closes: https://bugs.gentoo.org/950698
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/vispatch/Manifest                       |  2 +-
 ...vispatch-1.4.6.ebuild => vispatch-1.4.7.ebuild} | 22 +++++++++-------------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/games-util/vispatch/Manifest b/games-util/vispatch/Manifest
index 5e7bc4b7b714..9290db18cf65 100644
--- a/games-util/vispatch/Manifest
+++ b/games-util/vispatch/Manifest
@@ -1 +1 @@
-DIST vispatch-1.4.6.tgz 227850 BLAKE2B 5d403807d4c276e555c15da2e808fa408a54b766ac3db27f4159676689ebcfd8fedf4c43a3d8a7d39d80c29c20588d1805476ea61f4e88322b3d27f3e103b6ae SHA512 0034660c1ba238360cc5b71e846d2117f76af2340fcee2a0a25b42d1e200ec7231796b45d89335bf7e303379d9f5c03f4f0a9b22a1a54da356ac9a41b24abcc1
+DIST vispatch-1.4.7.tgz 132222 BLAKE2B 9a8e0fc74a50ebda653b39eb23ad31c9f113238f1de8cce85626c0261d498855c24f8a9b7906966d642c95205af22664b6a08c077c8fe2a30394c456205f9f82 SHA512 572eb13cbf2c984c98b80abb98606b87ee1b45eac81d8077cb9d26968911f56be4b0fb9a744710532f955f3515ac929a05151c42e72fd7e9bae50052c57fae2d

diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.7.ebuild
similarity index 59%
rename from games-util/vispatch/vispatch-1.4.6.ebuild
rename to games-util/vispatch/vispatch-1.4.7.ebuild
index 0f128275d89c..fec01c71f88f 100644
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ b/games-util/vispatch/vispatch-1.4.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
-DESCRIPTION="WaterVIS utility for glquake"
+DESCRIPTION="WaterVIS utility for GLQuake"
 HOMEPAGE="https://vispatch.sourceforge.net/"
 SRC_URI="https://downloads.sourceforge.net/vispatch/${P}.tgz"
 S="${WORKDIR}"/${P}/source
@@ -14,18 +14,14 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/^CFLAGS/d' \
-		-e '/^LDFLAGS/d' \
-		makefile || die
-
-	tc-export CC
+src_compile() {
+	emake \
+		CC="$(tc-getCC)" \
+		OPTIMIZATIONS="${CFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {
 	dobin ${PN}
-	dodoc ${PN}.txt
+	dodoc ../${PN}.txt
 }


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

end of thread, other threads:[~2025-03-06 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 22:25 [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2023-07-12 18:45 Conrad Kostecki
2021-04-03 20:15 Sam James
2021-04-03 20:15 Sam James

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