diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-02 21:56:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-02 21:56:35 +0000 |
commit | 63e1324800df35d0ea5880f1746ad3f7953fbae8 (patch) | |
tree | 0e279a7690d6a6874f570eb4e10333091a6bcfe7 /games-misc/ggencoder | |
parent | Enable multilib support for qt-3.3.8b-r{1,2} (diff) | |
download | gentoo-2-63e1324800df35d0ea5880f1746ad3f7953fbae8.tar.gz gentoo-2-63e1324800df35d0ea5880f1746ad3f7953fbae8.tar.bz2 gentoo-2-63e1324800df35d0ea5880f1746ad3f7953fbae8.zip |
initial commit - ebuild submitted by John Ratliff via bug #65476
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-misc/ggencoder')
-rw-r--r-- | games-misc/ggencoder/ChangeLog | 10 | ||||
-rw-r--r-- | games-misc/ggencoder/ggencoder-0.91a.ebuild | 32 | ||||
-rw-r--r-- | games-misc/ggencoder/metadata.xml | 5 |
3 files changed, 47 insertions, 0 deletions
diff --git a/games-misc/ggencoder/ChangeLog b/games-misc/ggencoder/ChangeLog new file mode 100644 index 000000000000..4a6fda65f5cd --- /dev/null +++ b/games-misc/ggencoder/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-misc/ggencoder +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ChangeLog,v 1.1 2009/08/02 21:56:35 mr_bones_ Exp $ + +*ggencoder-0.91a (02 Aug 2009) + + 02 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> + +ggencoder-0.91a.ebuild, +metadata.xml: + initial commit - ebuild submitted by John Ratliff via bug #65476 + diff --git a/games-misc/ggencoder/ggencoder-0.91a.ebuild b/games-misc/ggencoder/ggencoder-0.91a.ebuild new file mode 100644 index 000000000000..069166b379e2 --- /dev/null +++ b/games-misc/ggencoder/ggencoder-0.91a.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.1 2009/08/02 21:56:35 mr_bones_ Exp $ + +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/ggencoder/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" + +S=${WORKDIR}/${P}/source + +src_configure() { + eqmake4 +} + +src_install() { + dobin ${PN} || die "dobin failed" + dodoc ../docs/ggencoder.txt || die "dodoc failed" + if use doc ; then + dohtml -r ../apidocs/html/* || die "dohtml failed" + fi +} diff --git a/games-misc/ggencoder/metadata.xml b/games-misc/ggencoder/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/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>games</herd> +</pkgmetadata> |