summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/adonthell/ChangeLog6
-rw-r--r--games-rpg/adonthell/Manifest8
-rw-r--r--games-rpg/adonthell/adonthell-0.3.3-r1.ebuild4
-rw-r--r--games-rpg/adonthell/adonthell-0.3.4a.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/games-rpg/adonthell/ChangeLog b/games-rpg/adonthell/ChangeLog
index 1d31b41f6b17..86be890779a4 100644
--- a/games-rpg/adonthell/ChangeLog
+++ b/games-rpg/adonthell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/adonthell
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.7 2005/06/09 04:35:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.8 2005/06/15 19:02:21 wolf31o2 Exp $
+
+ 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ adonthell-0.3.3-r1.ebuild, adonthell-0.3.4a.ebuild:
+ Removed INSTALL file.
*adonthell-0.3.4a (09 Jun 2005)
diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest
index 84abef436bc7..9d0da87b08a3 100644
--- a/games-rpg/adonthell/Manifest
+++ b/games-rpg/adonthell/Manifest
@@ -1,8 +1,8 @@
+MD5 4ac8b7dfa3b21c4089f6ae23918fd572 ChangeLog 1697
+MD5 73d4b7e27d435af64ffcc6b24b1d43f7 adonthell-0.3.3-r1.ebuild 1217
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 bef65f10e9b0647e3d4fae949f791434 adonthell-0.3.3-r1.ebuild 1225
-MD5 faa55342685677e34d4eb34302857028 ChangeLog 1565
-MD5 ad9ff7970a3369dc102eb6ea64b92590 adonthell-0.3.4a.ebuild 1286
+MD5 6d6f2f7452d6a9447f9d5c613eeb13df adonthell-0.3.4a.ebuild 1277
MD5 f8819f0b8b8a019c2ab89d7c707665eb files/0.3.3-configure.in.patch 2957
+MD5 e944f3812b6938f625c3a2bba14b3b35 files/digest-adonthell-0.3.3-r1 72
MD5 f8819f0b8b8a019c2ab89d7c707665eb files/0.3.4a-configure.in.patch 2957
MD5 9b2f86f7d5729fd1944524672760f256 files/digest-adonthell-0.3.4a 72
-MD5 e944f3812b6938f625c3a2bba14b3b35 files/digest-adonthell-0.3.3-r1 72
diff --git a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild b/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild
index 04542d97e82c..86ae083f2637 100644
--- a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild
+++ b/games-rpg/adonthell/adonthell-0.3.3-r1.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-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.9 2005/03/13 07:50:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.10 2005/06/15 19:02:21 wolf31o2 Exp $
inherit eutils games
@@ -45,6 +45,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
keepdir "${GAMES_DATADIR}/${PN}/games"
- dodoc AUTHORS ChangeLog FULLSCREEN.howto INSTALL NEWBIE NEWS README
+ dodoc AUTHORS ChangeLog FULLSCREEN.howto NEWBIE NEWS README
prepgamesdirs
}
diff --git a/games-rpg/adonthell/adonthell-0.3.4a.ebuild b/games-rpg/adonthell/adonthell-0.3.4a.ebuild
index 9eec62fd4b9e..0b931e6eb463 100644
--- a/games-rpg/adonthell/adonthell-0.3.4a.ebuild
+++ b/games-rpg/adonthell/adonthell-0.3.4a.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-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.1 2005/06/09 04:35:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.2 2005/06/15 19:02:21 wolf31o2 Exp $
inherit eutils games
@@ -48,6 +48,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
keepdir "${GAMES_DATADIR}/${PN}/games"
- dodoc AUTHORS ChangeLog FULLSCREEN.howto INSTALL NEWBIE NEWS README
+ dodoc AUTHORS ChangeLog FULLSCREEN.howto NEWBIE NEWS README
prepgamesdirs
}