* [gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/
@ 2017-10-16 0:08 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-10-16 0:08 UTC (permalink / raw
To: gentoo-commits
commit: f763f3c29d7d02df985ff62778c5596be388940b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:44:13 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f763f3c2
games-arcade/slimevolley: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
games-arcade/slimevolley/slimevolley-2.4.2.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild b/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
index 491ae9f18fc..4e1de9bd483 100644
--- a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
+++ b/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,11 +28,15 @@ PATCHES=( "${FILESDIR}"/${P}-nodatalocal.patch
S=${WORKDIR}/${PN}
+src_prepare() {
+ cmake-utils_src_prepare
+}
+
src_configure() {
- mycmakeargs=(
- "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
- "-DBIN_DIR=${GAMES_BINDIR}"
- $(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
+ local mycmakeargs=(
+ "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
+ "-DBIN_DIR=${GAMES_BINDIR}"
+ $(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
)
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/
@ 2018-04-24 19:26 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 923451f7dace07f35ba1ac92f60a86e1ba157dc3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 17:57:06 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923451f7
games-arcade/slimevolley: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-arcade/slimevolley/slimevolley-2.4.2.ebuild | 51 -----------------------
1 file changed, 51 deletions(-)
diff --git a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild b/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
deleted file mode 100644
index b1fba98cb04..00000000000
--- a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils eutils games
-
-DESCRIPTION="A simple volleyball game"
-HOMEPAGE="http://slime.tuxfamily.org/index.php"
-SRC_URI="http://downloads.tuxfamily.org/slime/v242/${PN}_${PV}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="net"
-
-RDEPEND="media-libs/libsdl[X,sound,video]
- media-libs/sdl-ttf
- media-libs/sdl-image[png]
- net? ( media-libs/sdl-net )
- virtual/libintl"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-DOCS="docs/README docs/TODO"
-
-PATCHES=( "${FILESDIR}"/${P}-nodatalocal.patch
- "${FILESDIR}"/${P}-underlink.patch )
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
- "-DBIN_DIR=${GAMES_BINDIR}"
- $(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
- )
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/
@ 2019-02-21 22:31 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-02-21 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 3e2ca41ffacb5f43b59edfcb83e3aaa35d98963d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 18:18:59 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 22:31:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2ca41f
games-arcade/slimevolley: EAPI-7 bump, drop insignificant USE
sdl-net is nowhere else optional, it is super small, it does not warrant
a patch just to fix a related cmake warning.
Closes: https://bugs.gentoo.org/678508
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-arcade/slimevolley/metadata.xml | 11 +++-----
.../slimevolley/slimevolley-2.4.2-r1.ebuild | 29 +++++++++++-----------
2 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/games-arcade/slimevolley/metadata.xml b/games-arcade/slimevolley/metadata.xml
index 668a9c26147..26079e608be 100644
--- a/games-arcade/slimevolley/metadata.xml
+++ b/games-arcade/slimevolley/metadata.xml
@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>games@gentoo.org</email>
-<name>Gentoo Games Project</name>
-</maintainer>
-<use>
-<flag name="net">Enable network support</flag>
-</use>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
</pkgmetadata>
diff --git a/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild b/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild
index e4a8fe67dfa..8b9cc92724b 100644
--- a/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild
+++ b/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit cmake-utils
DESCRIPTION="A simple volleyball game"
@@ -11,20 +12,21 @@ SRC_URI="http://downloads.tuxfamily.org/slime/v242/${PN}_${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="net"
+IUSE=""
-RDEPEND="
+BDEPEND="
+ sys-devel/gettext
+"
+DEPEND="
media-libs/libsdl[X,sound,video]
- media-libs/sdl-ttf
media-libs/sdl-image[png]
- net? ( media-libs/sdl-net )
+ media-libs/sdl-net
+ media-libs/sdl-ttf
virtual/libintl
"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
+RDEPEND="${DEPEND}"
-DOCS="docs/README docs/TODO"
+DOCS=( docs/{README,TODO} )
PATCHES=(
"${FILESDIR}"/${P}-nodatalocal.patch
@@ -35,10 +37,9 @@ S="${WORKDIR}/${PN}"
src_configure() {
local mycmakeargs=(
- "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
- "-DCMAKE_INSTALL_PREFIX=/usr"
- "-DDATA_DIR=/usr/share/slimevolley"
- $(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
+ -DCMAKE_VERBOSE_MAKEFILE=TRUE
+ -DCMAKE_INSTALL_PREFIX=/usr
+ -DDATA_DIR=/usr/share/slimevolley
)
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-21 22:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 22:31 [gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2018-04-24 19:26 Pacho Ramos
2017-10-16 0:08 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox