diff options
author | John Ratliff (jdratlif) <webmaster@technoplaza.net> | 2009-08-02 01:56:40 +0000 |
---|---|---|
committer | John Ratliff (jdratlif) <webmaster@technoplaza.net> | 2009-08-02 01:56:40 +0000 |
commit | 4beccd5053a50cfae2a38f4756fba21f90b72fc2 (patch) | |
tree | 594c038474449cd7906723776ba67bf22717df8e /games-util | |
parent | Automatic update to use.local.desc (diff) | |
download | sunrise-4beccd5053a50cfae2a38f4756fba21f90b72fc2.tar.gz sunrise-4beccd5053a50cfae2a38f4756fba21f90b72fc2.tar.bz2 sunrise-4beccd5053a50cfae2a38f4756fba21f90b72fc2.zip |
games-util/ggencoder: New ebuild for bug 65476
svn path=/sunrise/; revision=8926
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/ggencoder/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/ggencoder/Manifest | 4 | ||||
-rw-r--r-- | games-util/ggencoder/ggencoder-0.91a.ebuild | 37 | ||||
-rw-r--r-- | games-util/ggencoder/metadata.xml | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/games-util/ggencoder/ChangeLog b/games-util/ggencoder/ChangeLog new file mode 100644 index 000000000..c404a4457 --- /dev/null +++ b/games-util/ggencoder/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-util/ggencoder +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 02 Aug 2009; John Ratliff (jdratlif) <webmaster@technoplaza.net> + +ggencoder-0.91a.ebuild, +metadata.xml: + New ebuild for bug 65476 + diff --git a/games-util/ggencoder/Manifest b/games-util/ggencoder/Manifest new file mode 100644 index 000000000..d9642d841 --- /dev/null +++ b/games-util/ggencoder/Manifest @@ -0,0 +1,4 @@ +DIST ggencoder-0.91a.tar.bz2 82184 RMD160 511975aeed0500146d3cb9ca5e692eaf903970c4 SHA1 2d24756036b31fcef18aa8c56edd4dcbd2045fa5 SHA256 3c6f5546bd5c758d0a676546e1ad9a0c9d4c79ad2be54f2c00209c5f9f69b611 +EBUILD ggencoder-0.91a.ebuild 699 RMD160 2b4c26ea6c1009c7ca04b38173cde62bd0726371 SHA1 4efaf3c53cb2ceb20879c3662cb910ec780a2294 SHA256 121b34703ecf9dad127643aec27a7549e435168abeb28ff35d8f882cc5895df2 +MISC ChangeLog 258 RMD160 d7041e0c4d509aee304883afe5798c2c72879539 SHA1 3652127d430146e81070e42faa446b8010938c11 SHA256 4c3aa7efadd310f6057fa0062e3aa4d0cf6b331672c65881139df7c548c05613 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/games-util/ggencoder/ggencoder-0.91a.ebuild b/games-util/ggencoder/ggencoder-0.91a.ebuild new file mode 100644 index 000000000..aacf506b6 --- /dev/null +++ b/games-util/ggencoder/ggencoder-0.91a.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +inherit eutils qt4 + +DESCRIPTION="Utility to encode and decode Game Genie (tm) codes." +HOMEPAGE="http://games.technoplaza.net/ggencoder/qt/" +SRC_URI="http://games.technoplaza.net/${PN}/qt/history/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4" +RDEPEND="${DEPEND}" + +S="${S}/source" + +src_configure() { + eqmake4 +} + +src_install() { + dobin ${PN} || die "dobin failed" + + cd .. + dodoc docs/ggencoder.txt || die "dodoc failed" + + if use doc ; then + dohtml -r apidocs/html/* || die "dohtml failed" + fi +} + diff --git a/games-util/ggencoder/metadata.xml b/games-util/ggencoder/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/games-util/ggencoder/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |