summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-games/ps2-packer
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
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 <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-games/ps2-packer')
-rw-r--r--dev-games/ps2-packer/Manifest1
-rw-r--r--dev-games/ps2-packer/metadata.xml8
-rw-r--r--dev-games/ps2-packer/ps2-packer-0.4.4.ebuild50
3 files changed, 59 insertions, 0 deletions
diff --git a/dev-games/ps2-packer/Manifest b/dev-games/ps2-packer/Manifest
new file mode 100644
index 000000000000..c1c737ab555e
--- /dev/null
+++ b/dev-games/ps2-packer/Manifest
@@ -0,0 +1 @@
+DIST ps2-packer-0.4.4-linux.tar.gz 56579 SHA256 c592e88005c6a07edca65566f461155268966523b9113c919e455233d7c1d7d1 SHA512 491f662af5364fe0177a9a6676a80ae218a941f68c00bb7bc375f2002e61ea98afa58d6dd0c1f7e225e5659bd28e82c25128058edebb9dfb1794d297f090a28d WHIRLPOOL 459f194ec560f35631b3518f943b16d43051e9621b48d0cc7b3cc08fb7de5baf92699a81f8aecf246486421177e91e7ff85788b8d48a932914866c88410b61ad
diff --git a/dev-games/ps2-packer/metadata.xml b/dev-games/ps2-packer/metadata.xml
new file mode 100644
index 000000000000..f3ae899a0823
--- /dev/null
+++ b/dev-games/ps2-packer/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>games</herd>
+ <upstream>
+ <remote-id type="github">ps2dev/ps2-packer</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild
new file mode 100644
index 000000000000..4d5d1c4a76cc
--- /dev/null
+++ b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit games
+
+DESCRIPTION="another ELF packer for the PS2"
+HOMEPAGE="https://github.com/ps2dev/ps2-packer"
+SRC_URI="mirror://gentoo/${P}-linux.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE=""
+RESTRICT="strip"
+
+QA_TEXTRELS="
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/n2e-packer.so
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/n2d-packer.so
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/n2b-packer.so"
+
+QA_WX_LOAD="
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-0088-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-0088-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-asm-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/null-0088-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-asm-one-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/zlib-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2b-0088-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/null-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2b-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/zlib-0088-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-1d00-stub
+ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-0088-stub"
+
+RDEPEND="sys-libs/glibc"
+
+S=${WORKDIR}
+
+src_install() {
+ insinto "${GAMES_PREFIX_OPT}"/${PN}
+ doins -r README.txt stub
+ exeinto "${GAMES_PREFIX_OPT}"/${PN}
+ doexe *.so ps2-packer
+ games_make_wrapper ${PN} "${GAMES_PREFIX_OPT}"/${PN}/${PN}
+ prepgamesdirs
+}