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; 3+ 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] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/
@ 2021-04-03 20:15 Sam James
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/
@ 2023-07-12 18:45 Conrad Kostecki
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2023-07-12 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 20:15 [gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-07-12 18:45 Conrad Kostecki
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