* [gentoo-commits] repo/gentoo:master commit in: games-util/etswitch/
@ 2017-12-21 1:57 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-21 1:57 UTC (permalink / raw
To: gentoo-commits
commit: 19be394310876e6855cc6d33c1ec070374938113
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:33 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:56:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19be3943
games-util/etswitch: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
games-util/etswitch/etswitch-0.1.14.ebuild | 39 ------------------------------
1 file changed, 39 deletions(-)
diff --git a/games-util/etswitch/etswitch-0.1.14.ebuild b/games-util/etswitch/etswitch-0.1.14.ebuild
deleted file mode 100644
index 7d15b202781..00000000000
--- a/games-util/etswitch/etswitch-0.1.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="*nix minimizer for a few games"
-HOMEPAGE="http://hem.bredband.net/b400150/"
-SRC_URI="http://hem.bredband.net/b400150/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXpm
- x11-libs/libXxf86vm
- x11-libs/libXmu
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-libs/libXt
- x11-proto/xproto
- x11-proto/recordproto
- x11-proto/xf86vidmodeproto"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-desktop-entry.patch \
- "${FILESDIR}"/${P}-glibc.patch
-}
-
-src_configure() {
- egamesconf --datadir=/usr/share
-}
-
-src_install() {
- default
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/etswitch/
@ 2023-03-05 3:16 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-03-05 3:16 UTC (permalink / raw
To: gentoo-commits
commit: 3d7a99ded14fd75be744828bf683b1ab470095ee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 03:15:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 03:15:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7a99de
games-util/etswitch: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/898996
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{etswitch-0.1.14-r1.ebuild => etswitch-0.1.14-r2.ebuild} | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/games-util/etswitch/etswitch-0.1.14-r1.ebuild b/games-util/etswitch/etswitch-0.1.14-r2.ebuild
similarity index 83%
rename from games-util/etswitch/etswitch-0.1.14-r1.ebuild
rename to games-util/etswitch/etswitch-0.1.14-r2.ebuild
index 61b5ce230018..51497a7c6f71 100644
--- a/games-util/etswitch/etswitch-0.1.14-r1.ebuild
+++ b/games-util/etswitch/etswitch-0.1.14-r2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+inherit autotools
DESCRIPTION="*nix minimizer for a few games"
HOMEPAGE="http://hem.bredband.net/b400150/"
@@ -25,3 +27,9 @@ PATCHES=(
"${FILESDIR}"/${P}-glibc.patch
"${FILESDIR}"/${P}-fno-common.patch
)
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-05 3:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-05 3:16 [gentoo-commits] repo/gentoo:master commit in: games-util/etswitch/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-12-21 1:57 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox