diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:46:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:46:31 +0000 |
commit | 395d1503fd8129aa76fcc738d99e076b96714806 (patch) | |
tree | 0f82eb3c8e951b49a889342e1295d8c7d517c815 /games-misc/groach | |
parent | Removed COPYING and INSTALL files. (diff) | |
download | gentoo-2-395d1503fd8129aa76fcc738d99e076b96714806.tar.gz gentoo-2-395d1503fd8129aa76fcc738d99e076b96714806.tar.bz2 gentoo-2-395d1503fd8129aa76fcc738d99e076b96714806.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-misc/groach')
-rw-r--r-- | games-misc/groach/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/groach/groach-0.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/groach/ChangeLog b/games-misc/groach/ChangeLog index 0a96d261e3ae..dffe92d23162 100644 --- a/games-misc/groach/ChangeLog +++ b/games-misc/groach/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/groach -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/ChangeLog,v 1.4 2004/06/24 22:57:25 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/ChangeLog,v 1.5 2005/06/15 18:43:01 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> groach-0.4.0.ebuild: + Removed INSTALL file. 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) diff --git a/games-misc/groach/groach-0.4.0.ebuild b/games-misc/groach/groach-0.4.0.ebuild index 4b3f1f63b1aa..86191b6ffa42 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.4 2004/06/24 22:57:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/groach-0.4.0.ebuild,v 1.5 2005/06/15 18:43:01 wolf31o2 Exp $ DESCRIPTION="all-time best the xroach returns to GNOME" HOMEPAGE="http://home.catv.ne.jp/pp/ginoue/software/groach/" @@ -23,5 +23,5 @@ src_compile() { src_install() { einstall || die - dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README TODO || die + dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README TODO || die } |