diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 01:11:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 01:11:08 +0000 |
commit | 9930bb8c5d72430e8b3694e1eb318620b90a889e (patch) | |
tree | dfd106dc1152895d90f6d2b99b4e6b5a4e933c22 /games-misc/gBhed | |
parent | needs prepgamesdirs (diff) | |
download | historical-9930bb8c5d72430e8b3694e1eb318620b90a889e.tar.gz historical-9930bb8c5d72430e8b3694e1eb318620b90a889e.tar.bz2 historical-9930bb8c5d72430e8b3694e1eb318620b90a889e.zip |
needs prepgamesdirs
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-misc/gBhed')
-rw-r--r-- | games-misc/gBhed/Manifest | 12 | ||||
-rw-r--r-- | games-misc/gBhed/gBhed-0.16.ebuild | 7 |
2 files changed, 6 insertions, 13 deletions
diff --git a/games-misc/gBhed/Manifest b/games-misc/gBhed/Manifest index f7f2e635acc5..5f0afe3e2f84 100644 --- a/games-misc/gBhed/Manifest +++ b/games-misc/gBhed/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 94379a5b5483214f9e3664e5e7bb2b25 ChangeLog 440 MD5 e542d572399f7fdcdc4e12457a386a69 files/digest-gBhed-0.16 62 -MD5 0ef03f863c6bf984c1df4b5512fbbe85 gBhed-0.16.ebuild 715 +MD5 bd512e46328915baadea710669f046ef gBhed-0.16.ebuild 733 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1lgwI1lqEGTUzyQRAjTSAKDekdjbk962+1e7yYRSws8sxPZ8WgCePdBM -i/a96ec+8yBSbbCVhJUHMGE= -=Hb65 ------END PGP SIGNATURE----- diff --git a/games-misc/gBhed/gBhed-0.16.ebuild b/games-misc/gBhed/gBhed-0.16.ebuild index a79dfe6d4b0d..d5a036d0cad5 100644 --- a/games-misc/gBhed/gBhed-0.16.ebuild +++ b/games-misc/gBhed/gBhed-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/gBhed-0.16.ebuild,v 1.3 2005/07/14 12:18:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/gBhed-0.16.ebuild,v 1.4 2006/01/08 01:11:08 mr_bones_ Exp $ inherit games @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="gtk" -DEPEND="gtk? ( >=x11-libs/gtk+-2.2 >=dev-libs/glib-2.2 )" +DEPEND="gtk? ( + >=x11-libs/gtk+-2.2 + >=dev-libs/glib-2.2 )" src_compile() { egamesconf $(use_enable gtk gbhed) || die @@ -23,4 +25,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README THANKS TODO + prepgamesdirs } |