diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 19:01:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 19:01:34 +0000 |
commit | 365ffbd60a9962b9ca3e77b1c1b7ce1409d3ade1 (patch) | |
tree | 0df5a88a930d3148c6d9d81cecb1799bfe6fdd0a /games-puzzle/cuyo | |
parent | Removed INSTALL.unix file. (diff) | |
download | historical-365ffbd60a9962b9ca3e77b1c1b7ce1409d3ade1.tar.gz historical-365ffbd60a9962b9ca3e77b1c1b7ce1409d3ade1.tar.bz2 historical-365ffbd60a9962b9ca3e77b1c1b7ce1409d3ade1.zip |
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.8.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/cuyo/ChangeLog b/games-puzzle/cuyo/ChangeLog index 54f73ebdd8a1..f0af161bedcd 100644 --- a/games-puzzle/cuyo/ChangeLog +++ b/games-puzzle/cuyo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/cuyo -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.8 2004/12/28 23:10:50 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.9 2005/06/15 18:59:32 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> cuyo-1.8.5.ebuild: + Removed INSTALL file. 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-puzzle/cuyo/cuyo-1.8.5.ebuild b/games-puzzle/cuyo/cuyo-1.8.5.ebuild index 7884ca31a340..57d8573f62f0 100644 --- a/games-puzzle/cuyo/cuyo-1.8.5.ebuild +++ b/games-puzzle/cuyo/cuyo-1.8.5.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-puzzle/cuyo/cuyo-1.8.5.ebuild,v 1.3 2004/12/02 01:46:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.5.ebuild,v 1.4 2005/06/15 18:59:32 wolf31o2 Exp $ inherit kde-functions games @@ -41,6 +41,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS INSTALL NEWS README TODO ChangeLog + dodoc AUTHORS NEWS README TODO ChangeLog prepgamesdirs } |