summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-06 18:57:24 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-06 18:57:24 +0200
commit812e0d099ed4ffdc1be0c1cf3d9133817cf060d4 (patch)
treea25213864e7ba5bcf5b83955f013606470ed2d3f /games-puzzle
parentgames-puzzle/gbrainy: initial commit (diff)
downloadeva-812e0d099ed4ffdc1be0c1cf3d9133817cf060d4.tar.gz
eva-812e0d099ed4ffdc1be0c1cf3d9133817cf060d4.tar.bz2
eva-812e0d099ed4ffdc1be0c1cf3d9133817cf060d4.zip
games-puzzle/gbrainy: bump to 1.52
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/gbrainy/Manifest4
-rw-r--r--games-puzzle/gbrainy/gbrainy-1.52.ebuild (renamed from games-puzzle/gbrainy/gbrainy-1.42.ebuild)13
2 files changed, 8 insertions, 9 deletions
diff --git a/games-puzzle/gbrainy/Manifest b/games-puzzle/gbrainy/Manifest
index a24fb70..df6eadf 100644
--- a/games-puzzle/gbrainy/Manifest
+++ b/games-puzzle/gbrainy/Manifest
@@ -1,2 +1,2 @@
-DIST gbrainy-1.42.tar.gz 1276431 RMD160 0271071260ee48a3bce3d3d9b5c2914af0e0556f SHA1 607fd930cfea77a5f1676e90a825d3e746a267d0 SHA256 f6d0be192d73de55ca0e09dc8ddf21bea0ea3d7eaf01932135f7c8745e6d35f2
-EBUILD gbrainy-1.42.ebuild 840 RMD160 1da763d93984191a51c9a889deff96820d11d1e3 SHA1 8532fc2bc349c0008404b20860638a0f27e7f143 SHA256 f76ac9d8561676433b92439fc11236f3b54c7487ec73ebcb0a18e38b6e310e71
+DIST gbrainy-1.52.tar.gz 1696748 RMD160 bf702b3cbc1c491708f9374a2a9078a08cb066fc SHA1 0388c2a1384ac6edfbbe68788cf356b4bf1892f4 SHA256 6ae1755b9d3939993783627c4aa6cb71de9a873a5ab688c4025b1d0107895bdb
+EBUILD gbrainy-1.52.ebuild 871 RMD160 568fe85b5809249f370b00f0011ceb8a818f22d7 SHA1 45d334287cead10ef02391764a4dcf84888a12ce SHA256 75da805a451091deb9ccdf780e5705a64d5d9ee551b2042961d996f8910aad4b
diff --git a/games-puzzle/gbrainy/gbrainy-1.42.ebuild b/games-puzzle/gbrainy/gbrainy-1.52.ebuild
index ec2b22d..eacd2a3 100644
--- a/games-puzzle/gbrainy/gbrainy-1.42.ebuild
+++ b/games-puzzle/gbrainy/gbrainy-1.52.ebuild
@@ -12,14 +12,14 @@ SRC_URI="http://gent.softcatala.org/jmas/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="plugins"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug plugins"
RDEPEND="dev-libs/glib:2
>=dev-lang/mono-1.1.7
- >=dev-dotnet/gtk-sharp-2.10
- >=dev-dotnet/gnome-sharp-2.10
- >=x11-libs/gtk+-2.8
+ >=dev-dotnet/gtk-sharp-2.10:2
+ >=dev-dotnet/gnome-sharp-2.10:2
+ >=x11-libs/gtk+-2.8:2
>=gnome-base/librsvg-2.2
plugins? ( >=dev-dotnet/mono-addins-0.3 )"
DEPEND="${DEPEND}
@@ -27,11 +27,10 @@ DEPEND="${DEPEND}
app-text/gnome-doc-utils"
src_configure() {
- econf $(use_enable plugins addins)
+ econf $(use_enable plugins addins) $(use_enable debug)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
prepgamesdirs
}
-