diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 18:14:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 18:14:28 +0000 |
commit | 5185da51cd857a2dfde2d4b4705136834d5354e4 (patch) | |
tree | 751722dcc6f2f65f7839b89babf369c6a7de9fb3 /games-misc/groach | |
parent | stable on x86/alpha (diff) | |
download | gentoo-2-5185da51cd857a2dfde2d4b4705136834d5354e4.tar.gz gentoo-2-5185da51cd857a2dfde2d4b4705136834d5354e4.tar.bz2 gentoo-2-5185da51cd857a2dfde2d4b4705136834d5354e4.zip |
games-misc
Diffstat (limited to 'games-misc/groach')
-rw-r--r-- | games-misc/groach/ChangeLog | 9 | ||||
-rw-r--r-- | games-misc/groach/Manifest | 3 | ||||
-rw-r--r-- | games-misc/groach/files/digest-groach-0.4.0 | 1 | ||||
-rw-r--r-- | games-misc/groach/groach-0.4.0.ebuild | 26 |
4 files changed, 39 insertions, 0 deletions
diff --git a/games-misc/groach/ChangeLog b/games-misc/groach/ChangeLog new file mode 100644 index 000000000000..47fe7ca4fec8 --- /dev/null +++ b/games-misc/groach/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-games/groach +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*groach-0.4.0 (22 May 2003) + + 22 May 2003; Jon Portnoy <avenj@gentoo.org> groach-0.4.0.ebuild : + Initial import. Ebuild submitted by MATSUU Takuto in bug + #20918. diff --git a/games-misc/groach/Manifest b/games-misc/groach/Manifest new file mode 100644 index 000000000000..1bc7e6f891f5 --- /dev/null +++ b/games-misc/groach/Manifest @@ -0,0 +1,3 @@ +MD5 17ac7ce07a0eca35ac511a8dbae1f385 files/digest-groach-0.4.0 64 +MD5 0e9616847e7553b4b38df89302727c89 ChangeLog 379 +MD5 83b65e07b974fbbfdfd35ed0cca98207 groach-0.4.0.ebuild 722 diff --git a/games-misc/groach/files/digest-groach-0.4.0 b/games-misc/groach/files/digest-groach-0.4.0 new file mode 100644 index 000000000000..8a488b2715a9 --- /dev/null +++ b/games-misc/groach/files/digest-groach-0.4.0 @@ -0,0 +1 @@ +MD5 27fd978cb259990e166277375f07839f groach-0.4.0.tar.gz 310019 diff --git a/games-misc/groach/groach-0.4.0.ebuild b/games-misc/groach/groach-0.4.0.ebuild new file mode 100644 index 000000000000..75c6bb7334cf --- /dev/null +++ b/games-misc/groach/groach-0.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/groach-0.4.0.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +DESCRIPTION="all-time best the xroach returns to GNOME" +HOMEPAGE="http://home.catv.ne.jp/pp/ginoue/software/groach/" +SRC_URI="http://home.catv.ne.jp/pp/ginoue/software/groach/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="nls" + +DEPEND="=x11-libs/gtk+-1.2* + >=gnome-base/gnome-libs-1.0.0 + nls? ( sys-devel/gettext )" + +src_compile() { + econf `use_enable nls` || die + emake || die +} + +src_install() { + einstall || die + dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README TODO || die +} |