diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-18 02:21:59 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-18 02:21:59 +0000 |
commit | 9581ca8c663b5e81286988fa5a2e73627bc73c55 (patch) | |
tree | d042a9ab57ede3f6535ce50c423afd6441bb52d1 /games-strategy/triplea | |
parent | Pruned old revisions. (diff) | |
download | gentoo-2-9581ca8c663b5e81286988fa5a2e73627bc73c55.tar.gz gentoo-2-9581ca8c663b5e81286988fa5a2e73627bc73c55.tar.bz2 gentoo-2-9581ca8c663b5e81286988fa5a2e73627bc73c55.zip |
Save games to ~/.triplea
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'games-strategy/triplea')
-rw-r--r-- | games-strategy/triplea/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/triplea/triplea-0.8.2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/triplea/ChangeLog b/games-strategy/triplea/ChangeLog index 4a517f8f7123..42a197030b65 100644 --- a/games-strategy/triplea/ChangeLog +++ b/games-strategy/triplea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/triplea # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.22 2006/10/18 00:53:37 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.23 2006/10/18 02:21:59 nyhm Exp $ + + 18 Oct 2006; Tristan Heaven <nyhm@gentoo.org> triplea-0.8.2.1.ebuild: + Save games to ~/.triplea *triplea-0.8.2.1 (18 Oct 2006) diff --git a/games-strategy/triplea/triplea-0.8.2.1.ebuild b/games-strategy/triplea/triplea-0.8.2.1.ebuild index 31d37965777c..35b54e5cbca0 100644 --- a/games-strategy/triplea/triplea-0.8.2.1.ebuild +++ b/games-strategy/triplea/triplea-0.8.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.8.2.1.ebuild,v 1.1 2006/10/18 00:53:37 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.8.2.1.ebuild,v 1.2 2006/10/18 02:21:59 nyhm Exp $ inherit eutils java-ant-2 java-pkg-2 versionator games @@ -33,6 +33,7 @@ src_unpack() { src_compile() { eant || die + echo "triplea.saveGamesInHomeDir=true" > classes/triplea.properties } src_install() { |