* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-17 22:13 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-17 22:13 UTC (permalink / raw
To: gentoo-commits
commit: a2a1d822009566543c6cccc9c2348484ba22207b
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 22:10:53 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:10:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a1d822
games-action/supermariowar: remove src_compile phase.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index dd6d11b97dd..1719e09d8ae 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -56,10 +56,6 @@ src_configure() {
cmake-utils_src_configure
}
-src_compile() {
- cmake-utils_src_compile
-}
-
src_install() {
cmake-utils_src_install
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-17 22:13 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-17 22:13 UTC (permalink / raw
To: gentoo-commits
commit: f587dff9dd31d9c697678f6f0a5f39b9048174c7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 22:11:56 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:11:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f587dff9
games-action/supermariowar: rename .conf symlink to smwd.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index 1719e09d8ae..23e9a4b4588 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -98,7 +98,7 @@ EOF
insinto "${smw_serverdir}"
doins "${S}/src/server/serverconfig"
- dosym "${smw_serverdir}/serverconfig" "/etc/${MY_PN}.conf"
+ dosym "${smw_serverdir}/serverconfig" "/etc/${MY_PN}d.conf"
newinitd "${FILESDIR}/smwd.initd" "${MY_PN}d"
eend $?
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-17 22:16 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-17 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 75abd246dace7cca466cba06f96f675917915028
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 22:16:35 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:16:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75abd246
games-action/supermariowar: do not install server files by default.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index 23e9a4b4588..3bb21aa8a6a 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
-IUSE="+server"
+IUSE="server"
RDEPEND="
sys-libs/zlib
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-17 22:17 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-17 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 36175aeec73cf987b2f4bae428a9c8e7beb53b60
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 22:17:35 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:17:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36175aee
games-action/supermariowar: add app-arch/unzip to DEPEND.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index 3bb21aa8a6a..c350420df7e 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ app-arch/unzip
virtual/pkgconfig"
S="${WORKDIR}/${PN}-${MY_PV}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-17 22:22 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-17 22:22 UTC (permalink / raw
To: gentoo-commits
commit: da026182d17fc6739f8f13b585c2bc7f1a5e11b1
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 22:22:15 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:22:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da026182
games-action/supermariowar: reformat variables.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index c350420df7e..5c906dacbef 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -60,9 +60,8 @@ src_configure() {
src_install() {
cmake-utils_src_install
- local bin base_bin
+ local bin
for bin in "${ED}/usr/bin"/*; do
- base_bin=$(basename "${bin}")
chmod 0755 "${bin}" || die
done
@@ -74,9 +73,10 @@ src_install() {
mv "${ED}/usr/bin"/* "${ED}/${smw_bindir}" || die
eend $?
+ local base_bin
for bin in "${ED}/${smw_bindir}"/*; do
base_bin=$(basename "${bin}")
- einfo "Creating launcher in /usr/bin for ${base_bin}"
+ einfo "Creating ${base_bin} launcher in /usr/bin"
cat << EOF > "${base_bin}" || die
#!/usr/bin/env bash
# Copyright 1999-2017 Gentoo Foundation
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-18 7:05 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-18 7:05 UTC (permalink / raw
To: gentoo-commits
commit: b80bc1c30967f6d7184b410ea32603d2080bdedc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 07:04:26 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 07:05:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80bc1c3
games-action/supermariowar: indent.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index 5c906dacbef..ea3a3b4205f 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -49,9 +49,9 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DBUILD_STATIC_LIBS=OFF
- -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr"
- -DSMW_BINDIR="${EPREFIX%/}/usr/bin"
- -DSMW_DATADIR="${EPREFIX%/}/usr/share/${PF}"
+ -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr"
+ -DSMW_BINDIR="${EPREFIX%/}/usr/bin"
+ -DSMW_DATADIR="${EPREFIX%/}/usr/share/${PF}"
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-18 19:42 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-18 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 7bac2e110fdf5ee8391ba0f6c8ef710132620880
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 19:41:58 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 19:42:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bac2e11
games-action/supermariowar: clean up old.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../supermariowar/supermariowar-2.0_beta1.ebuild | 107 ---------------------
1 file changed, 107 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
deleted file mode 100644
index ea3a3b4205f..00000000000
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils cmake-utils versionator
-
-MY_PV=$(replace_version_separator 2 '-')
-MY_PV="${MY_PV/beta1/beta.1}"
-MY_PN="smw"
-
-DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game"
-HOMEPAGE="https://github.com/mmatyas/supermariowar"
-SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="server"
-
-RDEPEND="
- sys-libs/zlib
- dev-cpp/yaml-cpp
- net-libs/enet:1.3=
- media-libs/sdl-mixer
- media-libs/sdl-image"
-
-DEPEND="
- ${RDEPEND}
- app-arch/unzip
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
- unpack ./data.zip
-}
-
-src_prepare() {
- default
- einfo "Copying Findyaml-cpp.cmake"
- cp "${FILESDIR}/${P}-yaml-cpp-config.cmake" cmake/Findyaml-cpp.cmake || die
- eend $?
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_STATIC_LIBS=OFF
- -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr"
- -DSMW_BINDIR="${EPREFIX%/}/usr/bin"
- -DSMW_DATADIR="${EPREFIX%/}/usr/share/${PF}"
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- local bin
- for bin in "${ED}/usr/bin"/*; do
- chmod 0755 "${bin}" || die
- done
-
- local smw_datadir="usr/share/${PF}"
- local smw_bindir="${smw_datadir}/bin"
- mkdir -p "${ED}/${smw_bindir}" || die
-
- einfo "Moving ${PN} binary files to /${smw_bindir}"
- mv "${ED}/usr/bin"/* "${ED}/${smw_bindir}" || die
- eend $?
-
- local base_bin
- for bin in "${ED}/${smw_bindir}"/*; do
- base_bin=$(basename "${bin}")
- einfo "Creating ${base_bin} launcher in /usr/bin"
- cat << EOF > "${base_bin}" || die
-#!/usr/bin/env bash
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# ${PF} launcher: ${base_bin}
-exec /${smw_bindir}/${base_bin} /${smw_datadir}
-EOF
- dobin "${base_bin}"
- eend $?
- done
-
- if use server; then
- local smw_server="${BUILD_DIR}/Binaries/Release/${MY_PN}-server"
- local smw_serverdir="/${smw_datadir}/server"
-
- einfo "Installing ${MY_PN}-server files"
- dosbin "${smw_server}"
-
- dodir "${smw_serverdir}"
- insinto "${smw_serverdir}"
- doins "${S}/src/server/serverconfig"
-
- dosym "${smw_serverdir}/serverconfig" "/etc/${MY_PN}d.conf"
-
- newinitd "${FILESDIR}/smwd.initd" "${MY_PN}d"
- eend $?
- fi
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-19 7:19 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-19 7:19 UTC (permalink / raw
To: gentoo-commits
commit: bc29011c56812fc0ca49bfcd82a1730039dcf0ce
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 07:19:00 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 07:19:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc29011c
games-action/supermariowar: do not install server files by default.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index c42de90ce2a..58702dbfd95 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
-IUSE="+server"
+IUSE="server"
RDEPEND="
sys-libs/zlib
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-22 14:45 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-09-22 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 3dd1f30da2e920f10f38b8a1bbab68ab939802c2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 14:45:16 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:45:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd1f30d
games-action/supermariowar: EPREFIX is not slash terminated.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index 58702dbfd95..b015d2b57fc 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -49,9 +49,9 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DBUILD_STATIC_LIBS=OFF
- -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr"
- -DSMW_BINDIR="${EPREFIX%/}/usr/bin"
- -DSMW_DATADIR="${EPREFIX%/}/usr/share/${PF}"
+ -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
+ -DSMW_BINDIR="${EPREFIX}/usr/bin"
+ -DSMW_DATADIR="${EPREFIX}/usr/share/${PF}"
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-09-23 9:04 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-09-23 9:04 UTC (permalink / raw
To: gentoo-commits
commit: f4c53a5355d5f6a2d68089a980b54a8224699b89
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 09:03:35 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 09:03:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c53a53
games-action/supermariowar: [QA] Fix minor issues
* Never use 'default' with cmake-utils.eclass
* Fix canonical LICENSE/SLOT/KEYWORDS/IUSE order
Package-Manager: Portage-2.3.10, Repoman-2.3.3
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index b015d2b57fc..3df6782843c 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -13,14 +13,13 @@ DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game"
HOMEPAGE="https://github.com/mmatyas/supermariowar"
SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
-
+KEYWORDS="~amd64 ~x86"
IUSE="server"
RDEPEND="
- sys-libs/zlib
+ sys-libs/zlib:=
dev-cpp/yaml-cpp
net-libs/enet:1.3=
media-libs/sdl-mixer[vorbis]
@@ -40,7 +39,8 @@ src_unpack() {
}
src_prepare() {
- default
+ cmake-utils_src_prepare
+
einfo "Copying Findyaml-cpp.cmake"
cp "${FILESDIR}/${P}-yaml-cpp-config.cmake" cmake/Findyaml-cpp.cmake || die
eend $?
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-10-03 22:45 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-10-03 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 6f8a13750f2d4c87eff117b54abef2c6f5f1e90c
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 22:45:33 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 22:45:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8a1375
games-action/supermariowar: fix warning.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
games-action/supermariowar/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-action/supermariowar/metadata.xml b/games-action/supermariowar/metadata.xml
index 30f464f613a..bd948f68503 100644
--- a/games-action/supermariowar/metadata.xml
+++ b/games-action/supermariowar/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
+ <maintainer type="person">
<email>monsieurp@gentoo.org</email>
<name>Patrice Clement</name>
</maintainer>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2017-11-30 7:43 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-11-30 7:43 UTC (permalink / raw
To: gentoo-commits
commit: f11187f63194d78df241a0dd44801e1054abddb5
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 07:38:58 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 07:43:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11187f6
games-action/supermariowar: stable for amd64+x86.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
games-action/supermariowar/Manifest | 2 +-
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/supermariowar/Manifest b/games-action/supermariowar/Manifest
index 5c4d64c56a3..4abeacbd504 100644
--- a/games-action/supermariowar/Manifest
+++ b/games-action/supermariowar/Manifest
@@ -1 +1 @@
-DIST supermariowar-2.0_beta1.tar.gz 13545366 SHA256 7b1197cd9dd99f1470c9118f7fe78489cd6ade3ecbb444e336e86fc87c0c8a08 SHA512 0849d23ea613d69f32c184dd5f470815a4c68b15836e46e40c30c5a3a6ea2216d4d3305f356e8fdd5b42f4008d9b07f0b9fac84b9f801a4b9f888ba188c56e0b WHIRLPOOL eadca1a65bca8280a8b10f8a5da3c47217fe67c375a3aca3730b7e81e8f6b4fc2fe1d8530ad30912263febea89eb517a6f59018c0e68273b94a6b3dcf261a308
+DIST supermariowar-2.0_beta1.tar.gz 13545366 BLAKE2B 497f8d4a8b6e7073c07f2da56e1ace71354fc898660ff866f19ff1d8737e56358eb500d0994dfeeea640dc3ac5aa509be7f31daa75305afc72df8f1497cd5211 SHA512 0849d23ea613d69f32c184dd5f470815a4c68b15836e46e40c30c5a3a6ea2216d4d3305f356e8fdd5b42f4008d9b07f0b9fac84b9f801a4b9f888ba188c56e0b
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index 3df6782843c..d78992bbd8a 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="server"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2020-02-08 17:06 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2020-02-08 17:06 UTC (permalink / raw
To: gentoo-commits
commit: a5ab70edd213c2dfb0a117b16cc14f1422513385
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 17:05:22 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 17:05:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ab70ed
games-action/supermariowar: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index d78992bbd8a..826d4507de7 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -49,7 +49,6 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DBUILD_STATIC_LIBS=OFF
- -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-DSMW_BINDIR="${EPREFIX}/usr/bin"
-DSMW_DATADIR="${EPREFIX}/usr/share/${PF}"
)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2021-04-06 18:18 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-04-06 18:18 UTC (permalink / raw
To: gentoo-commits
commit: ef17cfda090025cf903cf96c5e54731a7b687367
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 01:45:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 18:18:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef17cfda
games-action/supermariowar: fix RedundantDodir
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index 193bd23cf4a..a4231229bbf 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -91,7 +91,6 @@ EOF
ebegin "Installing ${MY_PN}-server files"
dosbin "${smw_server}"
- dodir ${smw_serverdir}
insinto ${smw_serverdir}
doins "${S}"/src/server/serverconfig
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
@ 2021-08-19 12:46 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-08-19 12:46 UTC (permalink / raw
To: gentoo-commits
commit: e2489afbec914a55af434e8391adc9c1c6c0aaa2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 12:45:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 12:46:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2489afb
games-action/supermariowar: add missing libsdl[joystick] dependency
Closes: https://bugs.gentoo.org/809071
Signed-off-by: Sam James <sam <AT> gentoo.org>
...mariowar-2.0_beta1-r1.ebuild => supermariowar-2.0_beta1-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
similarity index 98%
rename from games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
rename to games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
index a4231229bbf..ecd97a15b8e 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
@@ -12,6 +12,7 @@ MY_PN="smw"
DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game"
HOMEPAGE="https://github.com/mmatyas/supermariowar"
SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
@@ -20,6 +21,7 @@ IUSE="server"
RDEPEND="
dev-cpp/yaml-cpp
+ media-libs/libsdl[joystick]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png,jpeg]
net-libs/enet:1.3=
@@ -31,8 +33,6 @@ BDEPEND="
virtual/pkgconfig
"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
PATCHES=( "${FILESDIR}"/${P}-cmake-add_library-static.patch )
src_unpack() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2021-08-19 12:46 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-17 22:16 [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2021-08-19 12:46 Sam James
2021-04-06 18:18 Sam James
2020-02-08 17:06 David Seifert
2017-11-30 7:43 Patrice Clement
2017-10-03 22:45 Patrice Clement
2017-09-23 9:04 David Seifert
2017-09-22 14:45 Patrice Clement
2017-09-19 7:19 Patrice Clement
2017-09-18 19:42 Patrice Clement
2017-09-18 7:05 Patrice Clement
2017-09-17 22:22 Patrice Clement
2017-09-17 22:17 Patrice Clement
2017-09-17 22:13 Patrice Clement
2017-09-17 22:13 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox