diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 23:01:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 23:01:41 +0000 |
commit | 0c4efed1cbcfbc194d966d274c6c451626d046fd (patch) | |
tree | bb9fe2508a5e7a25f72a88b50bdd4907385cae6a /games-misc | |
parent | sync ebuild with xmame (diff) | |
download | historical-0c4efed1cbcfbc194d966d274c6c451626d046fd.tar.gz historical-0c4efed1cbcfbc194d966d274c6c451626d046fd.tar.bz2 historical-0c4efed1cbcfbc194d966d274c6c451626d046fd.zip |
added gnome-base/gnome-core for applet-widget.h (bug #48048)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/groach/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/groach/Manifest | 4 | ||||
-rw-r--r-- | games-misc/groach/groach-0.4.0.ebuild | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-misc/groach/ChangeLog b/games-misc/groach/ChangeLog index d12ae2d84ab9..b9685432cdbb 100644 --- a/games-misc/groach/ChangeLog +++ b/games-misc/groach/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/groach -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/ChangeLog,v 1.2 2003/09/10 20:25:48 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/ChangeLog,v 1.3 2004/04/21 23:01:41 mr_bones_ Exp $ + + 21 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> groach-0.4.0.ebuild: + added gnome-base/gnome-core for applet-widget.h (bug #48048) *groach-0.4.0 (22 May 2003) diff --git a/games-misc/groach/Manifest b/games-misc/groach/Manifest index bd30dcb973f8..c333a233c451 100644 --- a/games-misc/groach/Manifest +++ b/games-misc/groach/Manifest @@ -1,4 +1,4 @@ -MD5 bbbbef175e46fdcec3aae6bd82de6c2a ChangeLog 382 -MD5 ffc52c2596136c40493a8314d1b69c1b groach-0.4.0.ebuild 728 +MD5 441c39d17a94abeffeef366e87978741 ChangeLog 525 +MD5 74f18430e8e1f9b89aef5be0bfa10d39 groach-0.4.0.ebuild 751 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 17ac7ce07a0eca35ac511a8dbae1f385 files/digest-groach-0.4.0 64 diff --git a/games-misc/groach/groach-0.4.0.ebuild b/games-misc/groach/groach-0.4.0.ebuild index c78a3995a428..b47cebd94cf2 100644 --- a/games-misc/groach/groach-0.4.0.ebuild +++ b/games-misc/groach/groach-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2 2004/02/20 06:43:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/groach-0.4.0.ebuild,v 1.3 2004/04/21 23:01:41 mr_bones_ Exp $ DESCRIPTION="all-time best the xroach returns to GNOME" HOMEPAGE="http://home.catv.ne.jp/pp/ginoue/software/groach/" @@ -12,6 +12,7 @@ KEYWORDS="x86" IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* + gnome-base/gnome-core >=gnome-base/gnome-libs-1.0.0 nls? ( sys-devel/gettext )" |