From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-arcade/whichwayisup/Manifest | 1 + .../whichwayisup/files/whichwayisup-32.xpm | 67 ++++++++++++++++++++++ games-arcade/whichwayisup/metadata.xml | 8 +++ .../whichwayisup/whichwayisup-0.7.9-r1.ebuild | 60 +++++++++++++++++++ 4 files changed, 136 insertions(+) create mode 100644 games-arcade/whichwayisup/Manifest create mode 100644 games-arcade/whichwayisup/files/whichwayisup-32.xpm create mode 100644 games-arcade/whichwayisup/metadata.xml create mode 100644 games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild (limited to 'games-arcade/whichwayisup') diff --git a/games-arcade/whichwayisup/Manifest b/games-arcade/whichwayisup/Manifest new file mode 100644 index 000000000000..03c5b3b29299 --- /dev/null +++ b/games-arcade/whichwayisup/Manifest @@ -0,0 +1 @@ +DIST whichwayisup_b079.zip 1001890 SHA256 bcc2b7fc8719a8e055969c8eac099b7c40b9d68f36ba1f83d690216bdcdd51f6 SHA512 49ac6b8224f3cf7b0711b297c9dd96ff2a0969f7c16fa1da500bef1ea5d793bd900be124a9b9874239c98db6fd2db92917b8ce2ee09b685e184cfd87bf519809 WHIRLPOOL 4558b17429c6680b39212bc584a18a78847e3845d3eea53889c1c24af09d43d9cfe4301151b89dec40d65e834f546e397466190e6dd0f6c62eb65ba7f33ce56f diff --git a/games-arcade/whichwayisup/files/whichwayisup-32.xpm b/games-arcade/whichwayisup/files/whichwayisup-32.xpm new file mode 100644 index 000000000000..f5a6ff33c0dc --- /dev/null +++ b/games-arcade/whichwayisup/files/whichwayisup-32.xpm @@ -0,0 +1,67 @@ +/* XPM */ +static char * whichwayisup_32_xpm[] = { +"32 32 32 1", +" c None", +". c #03151B", +"+ c #016C87", +"@ c #225361", +"# c #363636", +"$ c #387D9A", +"% c #0A2B35", +"& c #4E4F50", +"* c #ECEBEB", +"= c #9D866F", +"- c #E3D9D3", +"; c #A8947C", +"> c #CDCDCD", +", c #C5BDA7", +"' c #B2A38C", +") c #D0C9B4", +"! c #AEACAB", +"~ c #FDFDFD", +"{ c #020202", +"] c #856B5D", +"^ c #262524", +"/ c #6E6E6E", +"( c #888987", +"_ c #121111", +": c #9E9D9D", +"< c #4F6871", +"[ c #BCBDBD", +"} c #023B4A", +"| c #6E4C3B", +"1 c #7D5945", +"2 c #4F2C21", +"3 c #401D14", +" .+@@# ", +" ++++$ ", +" #%&@&@@@. ", +" *=-;>,'- ", +" )*=!~ ", +" {{#]]]#{{ ", +" {{^^%+@/(%_/#_ ", +" {{&:*>@+<&<<%[~[&{ ", +" _#:~~~~<+@/@&&(-~~/_ ", +" _#>~~[<^{}%%@{_&{<>~:{ ", +" _#-~>&{{ }}.+{ {^:~({ ", +" ^>~>_^(;>,:((((--,) {(~& ", +" {(~*#{ ,),))))))),,; _>[{ ", +" #^*~({ ;',,,,,),,,=| {&*# ", +" _/~~&{ ;;',)),)),=1] ^*/{ ", +" _(~*^_ =;;'),,))=|11 {>[_ ", +" _!~*_{ ====',,,=|1|2 {:-^ ", +" _:~*^{ ;;;';')=|]1## {:*^ ", +" {(~*^{ ;=;=;=]||12&2 {:~^ ", +" _&~~&{ ==;==|321^:/^ {[~^ ", +" _>~/{ =';;13222&~#3 {#~>_ ", +" {/~!{ =;=|3333_[~^# {:~(^ ", +" ^_>~^{ ''|3222_#~*^| {#~*^ ", +" {#~:{&'123232{/~*^^{_>~/{ ", +" {&*&^|323333{(~*&{#>~:{ ", +" {&!# {(~~[!*~:{{ ", +" {^#_ {/~*~~~:{{ ", +" __{{ {#~~~~~:^{ ", +" _>~~~~~-/_{ ", +" {#([*~~~~[&_{ ", +" {{^&(:[**!&{ ", +" {{_^&&#{"}; diff --git a/games-arcade/whichwayisup/metadata.xml b/games-arcade/whichwayisup/metadata.xml new file mode 100644 index 000000000000..d0b9efb23429 --- /dev/null +++ b/games-arcade/whichwayisup/metadata.xml @@ -0,0 +1,8 @@ + + + + games + A traditional and challenging 2D platformer game with a + slight rotational twist. Help a mysterious big-eared salaryman named Guy + find his keys in a labyrinth of dangers and bad dialogue. + diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild new file mode 100644 index 000000000000..50d541b356ce --- /dev/null +++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +inherit eutils python-single-r1 games + +MY_PV=${PV//./} +MY_P=${PN}_b${MY_PV} +DESCRIPTION="A traditional and challenging 2D platformer game with a slight rotational twist" +HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/" +SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip" + +LICENSE="GPL-2 CC-BY-3.0" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +RDEPEND="dev-python/pygame[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-arch/unzip" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +S=${WORKDIR}/${PN} + +pkg_setup() { + python-single-r1_pkg_setup + games_pkg_setup +} + +src_prepare() { + sed -i \ + -e "s:libdir\ =\ .*:libdir\ =\ \"$(games_get_libdir)/${PN}\":" \ + run_game.py || die + sed -i \ + -e "s:data_dir\ =\ .*:data_dir\ =\ \"${GAMES_DATADIR}/${PN}\":" \ + lib/data.py || die + rm data/pictures/Thumbs.db + python_fix_shebang . +} + +src_install() { + newgamesbin run_game.py ${PN} + + insinto "$(games_get_libdir)/${PN}" + doins lib/*.py + + python_optimize "${D}$(games_get_libdir)/${PN}" + + dodoc README.txt changelog.txt + + insinto "${GAMES_DATADIR}/${PN}" + doins -r data/* + + newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm + make_desktop_entry ${PN} "Which Way Is Up?" + prepgamesdirs +} -- cgit v1.2.3-65-gdbad