summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-08-02 08:34:01 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-08-02 08:34:01 +0000
commitfb8e49a6acc213409c3d279864ea10cd0590161d (patch)
tree36e6bb242fbda48397181d163b14d7281d98a4b7 /games-util/ggencoder/ggencoder-0.91a.ebuild
parentgames-util/ggencoder: New ebuild for bug 65476 (diff)
downloadsunrise-fb8e49a6acc213409c3d279864ea10cd0590161d.tar.gz
sunrise-fb8e49a6acc213409c3d279864ea10cd0590161d.tar.bz2
sunrise-fb8e49a6acc213409c3d279864ea10cd0590161d.zip
games-util/ggencoder: Add debug use flag, simplify DEPEND, clean up
svn path=/sunrise/; revision=8927
Diffstat (limited to 'games-util/ggencoder/ggencoder-0.91a.ebuild')
-rw-r--r--games-util/ggencoder/ggencoder-0.91a.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/games-util/ggencoder/ggencoder-0.91a.ebuild b/games-util/ggencoder/ggencoder-0.91a.ebuild
index aacf506b6..10455e7b5 100644
--- a/games-util/ggencoder/ggencoder-0.91a.ebuild
+++ b/games-util/ggencoder/ggencoder-0.91a.ebuild
@@ -5,17 +5,16 @@
EAPI="2"
inherit eutils qt4
-DESCRIPTION="Utility to encode and decode Game Genie (tm) codes."
+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"
+IUSE="debug doc"
-DEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4"
+DEPEND="x11-libs/qt-gui:4[debug?]"
RDEPEND="${DEPEND}"
S="${S}/source"
@@ -26,7 +25,6 @@ src_configure() {
src_install() {
dobin ${PN} || die "dobin failed"
-
cd ..
dodoc docs/ggencoder.txt || die "dodoc failed"