diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-27 02:01:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-27 02:01:11 +0000 |
commit | bfba7caaabd35bbe97f6fd16ccde59fbe1d64df2 (patch) | |
tree | 0eb107078cb23a05c62c1d5c9c8c60713262f8a0 /games-roguelike | |
parent | marking 1.03 stable; version bump (diff) | |
download | historical-bfba7caaabd35bbe97f6fd16ccde59fbe1d64df2.tar.gz historical-bfba7caaabd35bbe97f6fd16ccde59fbe1d64df2.tar.bz2 historical-bfba7caaabd35bbe97f6fd16ccde59fbe1d64df2.zip |
keepdir the Bones directory so it doesn't get accidentally removed
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/ivan/ChangeLog | 7 | ||||
-rw-r--r-- | games-roguelike/ivan/Manifest | 4 | ||||
-rw-r--r-- | games-roguelike/ivan/ivan-0.50.ebuild | 7 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-roguelike/ivan/ChangeLog b/games-roguelike/ivan/ChangeLog index 63a0b0ef19a7..3d0dd37a6160 100644 --- a/games-roguelike/ivan/ChangeLog +++ b/games-roguelike/ivan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/ivan -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ChangeLog,v 1.5 2004/12/11 06:51:14 mr_bones_ Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ChangeLog,v 1.6 2005/11/27 02:01:11 mr_bones_ Exp $ + + 27 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> ivan-0.50.ebuild: + keepdir the Bones directory so it doesn't get accidentally removed *ivan-0.50 (10 Dec 2004) diff --git a/games-roguelike/ivan/Manifest b/games-roguelike/ivan/Manifest index 7fc786d117e3..ce86844f9200 100644 --- a/games-roguelike/ivan/Manifest +++ b/games-roguelike/ivan/Manifest @@ -1,4 +1,4 @@ -MD5 100fd63b7a5530bc1490bc3f08c16ae2 ChangeLog 642 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 2c58801773517db6a2f9b6441651f935 ivan-0.50.ebuild 610 +MD5 f3da01d0ff8493c4beb00641e6f6e746 ChangeLog 785 +MD5 970d526a25cd91c15ba9395c2414d5ba ivan-0.50.ebuild 650 MD5 e37cfae1e95d0608a8ccad181cb5a31c files/digest-ivan-0.50 61 diff --git a/games-roguelike/ivan/ivan-0.50.ebuild b/games-roguelike/ivan/ivan-0.50.ebuild index 65cd0a8cbab5..1b71a0c1e870 100644 --- a/games-roguelike/ivan/ivan-0.50.ebuild +++ b/games-roguelike/ivan/ivan-0.50.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-roguelike/ivan/ivan-0.50.ebuild,v 1.1 2004/12/11 06:51:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 1.2 2005/11/27 02:01:11 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ivan/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=media-libs/libsdl-1.2.0" @@ -18,6 +18,7 @@ DEPEND=">=media-libs/libsdl-1.2.0" src_install() { egamesinstall || die dodoc AUTHORS ChangeLog LICENSING NEWS README + keepdir "${GAMES_STATEDIR}/ivan/Bones" prepgamesdirs fperms g+w "${GAMES_STATEDIR}/ivan/Bones" } |