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/enigma | |
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/enigma')
-rw-r--r-- | games-puzzle/enigma/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/enigma/enigma-0.81.ebuild | 6 | ||||
-rw-r--r-- | games-puzzle/enigma/enigma-0.91.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-puzzle/enigma/ChangeLog b/games-puzzle/enigma/ChangeLog index adb46380c60e..6fd759e92c5f 100644 --- a/games-puzzle/enigma/ChangeLog +++ b/games-puzzle/enigma/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/enigma # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.19 2005/05/30 18:56:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.20 2005/06/15 18:59:56 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> enigma-0.81.ebuild, + enigma-0.91.ebuild: + Removed INSTALL file. 30 May 2005; Michael Sterrett <mr_bones_@gentoo.org> enigma-0.91.ebuild: fix nls support (bug #94502) - patch from ockham@gmx.net diff --git a/games-puzzle/enigma/enigma-0.81.ebuild b/games-puzzle/enigma/enigma-0.81.ebuild index 091c0956079e..ff3653b084f3 100644 --- a/games-puzzle/enigma/enigma-0.81.ebuild +++ b/games-puzzle/enigma/enigma-0.81.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/enigma/enigma-0.81.ebuild,v 1.16 2004/12/28 15:39:58 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-0.81.ebuild,v 1.17 2005/06/15 18:59:56 wolf31o2 Exp $ inherit eutils games @@ -46,6 +46,6 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" mv "${D}/${GAMES_PREFIX}/share/"* "${D}/usr/share/" rm -r "${D}/${GAMES_PREFIX}/share" - dodoc NEWS README AUTHORS INSTALL ChangeLog + dodoc NEWS README AUTHORS ChangeLog prepgamesdirs } diff --git a/games-puzzle/enigma/enigma-0.91.ebuild b/games-puzzle/enigma/enigma-0.91.ebuild index 1787d46d875b..b4a12a585820 100644 --- a/games-puzzle/enigma/enigma-0.91.ebuild +++ b/games-puzzle/enigma/enigma-0.91.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-puzzle/enigma/enigma-0.91.ebuild,v 1.2 2005/05/30 18:56:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-0.91.ebuild,v 1.3 2005/06/15 18:59:56 wolf31o2 Exp $ inherit eutils games @@ -54,7 +54,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" mv "${D}/${GAMES_PREFIX}/share/"* "${D}/usr/share/" rm -r "${D}/${GAMES_PREFIX}/share" - dodoc NEWS README AUTHORS INSTALL ChangeLog \ + dodoc NEWS README AUTHORS ChangeLog \ doc/{TODO,CREATING-LEVELS,HACKING} dohtml -r doc/* doman doc/enigma.6 |