* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/crayon-physics-deluxe/
@ 2012-11-24 3:41 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 3+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2012-11-24 3:41 UTC (permalink / raw
To: gentoo-commits
commit: a959feb92156c7b57e2cf18041d911426b1d69db
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Nov 21 08:00:31 2012 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Nov 21 08:00:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a959feb9
[games-puzzle/crayon-physics-deluxe] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-puzzle/crayon-physics-deluxe/ChangeLog | 7 ++
.../crayon-physics-deluxe-55.ebuild | 109 ++++++++++++++++++++
2 files changed, 116 insertions(+), 0 deletions(-)
diff --git a/games-puzzle/crayon-physics-deluxe/ChangeLog b/games-puzzle/crayon-physics-deluxe/ChangeLog
new file mode 100644
index 0000000..37fda82
--- /dev/null
+++ b/games-puzzle/crayon-physics-deluxe/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for games-puzzle/spacechem
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 29 Sep 2012; Randall Wald <rwald@gentoo.org> spacechem-1012.ebuild:
+ Ebuild based on Jared B.'s version from bug #357643
+
diff --git a/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild b/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
new file mode 100644
index 0000000..7546579
--- /dev/null
+++ b/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils multilib games
+
+DESCRIPTION="2D physics puzzle / sandbox game, where your drawings would be magically transformed into real physical objects."
+HOMEPAGE="http://crayonphysics.com/"
+
+SRC_URI="amd64? ( ${PN}_${PV}_amd64.deb )
+ x86? ( ${PN}_${PV}_i386.deb )"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* amd64 ~x86"
+IUSE=""
+RESTRICT="strip fetch"
+
+RDEPEND="
+ x86? (
+ app-arch/bzip2
+ dev-libs/expat
+ dev-libs/glib
+ dev-libs/libffi
+ media-libs/fontconfig
+ media-libs/freetype:2
+ virtual/glu
+ media-libs/libogg
+ media-libs/libpng
+ virtual/opengl
+ sys-apps/util-linux
+ sys-libs/zlib
+ x11-libs/libdrm
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libxcb
+ x11-libs/libXdamage
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXxf86vm
+ x11-libs/qt-core
+ x11-libs/qt-gui
+ )
+ amd64? (
+ app-emulation/emul-linux-x86-baselibs
+ app-emulation/emul-linux-x86-opengl
+ app-emulation/emul-linux-x86-qtlibs
+ app-emulation/emul-linux-x86-soundlibs
+ app-emulation/emul-linux-x86-xlibs
+ )
+"
+
+S="${WORKDIR}"
+
+
+src_unpack() {
+ unpack "${A}"
+ cd "${S}"
+ unpack "./data.tar.gz"
+}
+
+src_install() {
+ GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
+
+ insinto "${GAMEDIR}"
+ exeinto "${GAMEDIR}"
+
+ # install icon
+ newicon opt/CrayonPhysicsDeluxe/icon.png ${PN}.png \
+ || die "install icon"
+
+ # install docs
+ dohtml opt/CrayonPhysicsDeluxe/readme.html
+
+ # cleanup unneeded files
+ (
+ cd opt/CrayonPhysicsDeluxe
+ rm "icon.png" \
+ "install_shortcuts.sh" \
+ "launchcrayon.sh" \
+ "launcher" \
+ "LGPL.txt" \
+ "LICENSE.txt" \
+ "log.txt" \
+ "README-CC.txt" \
+ "README-GLEW.txt" \
+ "readme.html" \
+ "README-QT.txt" \
+ "README-SDL.txt" \
+ "uninstall_shortcuts.sh" \
+ "update"
+ )
+ # install game files
+ doins -r opt/CrayonPhysicsDeluxe/* || die "doins opt"
+
+ # install shortcuts
+ games_make_wrapper "${PN}" "./crayon" "${GAMEDIR}" "${GAMEDIR}/$(get_libdir)" || die "install shortcut"
+ make_desktop_entry "${PN}" "Crayon Physics Deluxe" "${PN}"
+
+ prepgamesdirs
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/crayon-physics-deluxe/
@ 2013-03-13 10:49 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 3+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-03-13 10:49 UTC (permalink / raw
To: gentoo-commits
commit: b91f1092612e2a1f00c4bb801f4b6df9250c3f37
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Mar 13 10:49:50 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Mar 13 10:49:50 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b91f1092
[games-puzzle/crayon-physics-deluxe] bumped to new 32bit-only distfile. Some fixes.
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../crayon-physics-deluxe-55.ebuild | 70 ++++++++++---------
1 files changed, 37 insertions(+), 33 deletions(-)
diff --git a/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild b/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
index 1b26e0c..840f315 100644
--- a/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
+++ b/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
@@ -9,16 +9,16 @@ inherit eutils multilib games
DESCRIPTION="2D physics puzzle / sandbox game, where your drawings would be magically transformed into real physical objects."
HOMEPAGE="http://crayonphysics.com/"
-SRC_URI="amd64? ( ${PN}_${PV}_amd64.deb )
- x86? ( ${PN}_${PV}_i386.deb )"
+SRC_URI="${PN//-/_}-linux-release${PV}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="-* amd64 ~x86"
-IUSE=""
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="multilib"
RESTRICT="strip fetch"
RDEPEND="
+ sys-devel/gcc
x86? (
app-arch/bzip2
dev-libs/expat
@@ -48,61 +48,65 @@ RDEPEND="
x11-libs/libXxf86vm
dev-qt/qtcore
dev-qt/qtgui
+ media-libs/smpeg
+ media-libs/libvorbis
+ media-libs/libmikmod
+ media-libs/sdl-mixer
+ media-libs/sdl-image
)
amd64? (
app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-opengl
app-emulation/emul-linux-x86-qtlibs
app-emulation/emul-linux-x86-soundlibs
+ app-emulation/emul-linux-x86-sdl
app-emulation/emul-linux-x86-xlibs
)
"
-S="${WORKDIR}"
+REQUIRED_USE="amd64? ( multilib )"
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
- unpack "./data.tar.gz"
-}
+MY_PN="CrayonPhysicsDeluxe"
+S="${WORKDIR}/${MY_PN}"
src_install() {
- GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
+ ( use amd64 && use multilib ) && ABI=x86
+ GAMEDIR="${GAMES_PREFIX_OPT}/${MY_PN}"
insinto "${GAMEDIR}"
exeinto "${GAMEDIR}"
# install icon
- newicon opt/CrayonPhysicsDeluxe/icon.png ${PN}.png \
+ newicon "icon.png" "${PN}.png" \
|| die "install icon"
# install docs
- dohtml opt/CrayonPhysicsDeluxe/readme.html
+ dohtml readme.html
# cleanup unneeded files
- (
- cd opt/CrayonPhysicsDeluxe
- rm "icon.png" \
- "install_shortcuts.sh" \
- "launchcrayon.sh" \
- "launcher" \
- "LGPL.txt" \
- "LICENSE.txt" \
- "log.txt" \
- "README-CC.txt" \
- "README-GLEW.txt" \
- "readme.html" \
- "README-QT.txt" \
- "README-SDL.txt" \
- "uninstall_shortcuts.sh" \
- "update"
- )
+ rm -rf "./$(get_libdir)"
+ rm \
+ "icon.png" \
+ "install_shortcuts.sh" \
+ "launchcrayon.sh" \
+ "launcher" \
+ "LGPL.txt" \
+ "LICENSE.txt" \
+ "log.txt" \
+ "README-CC.txt" \
+ "README-GLEW.txt" \
+ "readme.html" \
+ "README-QT.txt" \
+ "README-SDL.txt" \
+ "uninstall_shortcuts.sh" \
+ "update"
+
# install game files
- doins -r opt/CrayonPhysicsDeluxe/* || die "doins opt"
+ doins -r * || die "doins opt"
+ doexe crayon || die "doexe failed"
# install shortcuts
- games_make_wrapper "${PN}" "./crayon" "${GAMEDIR}" "${GAMEDIR}/$(get_libdir)" || die "install shortcut"
+ games_make_wrapper "${PN}" "./crayon" "${GAMEDIR}" || die "install shortcut"
make_desktop_entry "${PN}" "Crayon Physics Deluxe" "${PN}"
prepgamesdirs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/crayon-physics-deluxe/
@ 2022-08-16 7:38 Azamat H. Hackimov
0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2022-08-16 7:38 UTC (permalink / raw
To: gentoo-commits
commit: d787178ee8550833643c03b70b5bfc5eee9def00
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 07:35:07 2022 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Aug 16 07:35:07 2022 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d787178e
games-puzzle/crayon-physics-deluxe: update package
Migrate from eutils.eclass.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild b/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
index b9cbfcc..3cd0172 100644
--- a/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
+++ b/games-puzzle/crayon-physics-deluxe/crayon-physics-deluxe-55.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop eutils multilib-minimal
+inherit desktop multilib-minimal wrapper
DESCRIPTION="2D physics puzzle / sandbox game."
HOMEPAGE="http://crayonphysics.com/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-16 7:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 7:38 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/crayon-physics-deluxe/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2013-03-13 10:49 Vadim A. Misbakh-Soloviov
2012-11-24 3:41 Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox