diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-25 16:50:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-25 16:50:02 +0000 |
commit | e6304328895cf0ff4874985f01f5e395125a699c (patch) | |
tree | d2044ff7c110314ba8848be453a78cea305a0a27 /games-strategy/freecol | |
parent | old (diff) | |
download | gentoo-2-e6304328895cf0ff4874985f01f5e395125a699c.tar.gz gentoo-2-e6304328895cf0ff4874985f01f5e395125a699c.tar.bz2 gentoo-2-e6304328895cf0ff4874985f01f5e395125a699c.zip |
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/freecol')
-rw-r--r-- | games-strategy/freecol/Manifest | 13 | ||||
-rw-r--r-- | games-strategy/freecol/files/freecol-0.8.3-home.patch | 11 | ||||
-rw-r--r-- | games-strategy/freecol/freecol-0.8.3.ebuild | 68 |
3 files changed, 0 insertions, 92 deletions
diff --git a/games-strategy/freecol/Manifest b/games-strategy/freecol/Manifest index 6e9e62135ff0..e69d75589a7d 100644 --- a/games-strategy/freecol/Manifest +++ b/games-strategy/freecol/Manifest @@ -1,17 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX freecol-0.8.3-home.patch 427 RMD160 323d27595f35b0e9b605bc410eb996ab0530e499 SHA1 ff5fc1fa0f149f5e7c65c0acb354428935767df6 SHA256 a532f005c7fc5f904bb98c696f983e9a239d26b38a4e41423f5e69e226d89834 -DIST freecol-0.8.3-src.tar.gz 33965378 RMD160 50fafed155546729eabe5b3f2cf344c226bb92d3 SHA1 40a0ba511245a558296a266ee96ce1c473ccdba0 SHA256 5bfafacaac2cb9d0a2b07f2b3fb1b48e9f36f78493aece344694f26ee127d4a0 DIST freecol-0.8.4-src.tar.gz 32836449 RMD160 d4f489852089c34245f312649668fd1413e06e54 SHA1 152164aa4901ab822e8949a68a140d1dd1537224 SHA256 d53de3da5d3cb3d5b1035033395e6fb1c6f54b7a4bd88c91bc52b7a3d18ca671 -EBUILD freecol-0.8.3.ebuild 1506 RMD160 a0848c9abdbd7af1576fd3b6e8f33748f7346397 SHA1 0c6a1685378618ec8de4cda28ff7f9d3a60fcfaa SHA256 c31cf7c61bc5e8049f09d49961a718a9f467d63eda0c2fa902df6d4152b35fbb EBUILD freecol-0.8.4.ebuild 1450 RMD160 eac69948d6044d153891832176bcd92adeb68acf SHA1 e4997a439403a4b711de655735f5d065b4957833 SHA256 e197bbff252439136eeded20d1f815d1060971a9fa3bc203d2178043b5f9310a MISC ChangeLog 5778 RMD160 40ac1467e4abf7b4792712f6420fa5cb09677e3a SHA1 ada243fe64a90404a9bdab1e8666dbe189a02093 SHA256 ee78fb692f0b7cbad30bd3c154a559b77b709144d6920e5cb1692825a7c4639b MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkrkQqQACgkQkKaRLQcq0GJXyACdEV1QwVtinU4f9QUAwi9PaC2g -d9AAn1uGLAEQHhHtYxjOB/c7gyAInkTc -=jZKm ------END PGP SIGNATURE----- diff --git a/games-strategy/freecol/files/freecol-0.8.3-home.patch b/games-strategy/freecol/files/freecol-0.8.3-home.patch deleted file mode 100644 index c2af74e48f3b..000000000000 --- a/games-strategy/freecol/files/freecol-0.8.3-home.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/net/sf/freecol/common/logging/DefaultHandler.java -+++ src/net/sf/freecol/common/logging/DefaultHandler.java -@@ -22,7 +22,7 @@ - - public static final String REVISION = "$Revision: 1.1 $"; - -- private static final String fileName = new String("FreeCol.log"); -+ private static final String fileName = new String(System.getProperty("user.home") + "/.freecol/FreeCol.log"); - - private FileWriter fileWriter; - diff --git a/games-strategy/freecol/freecol-0.8.3.ebuild b/games-strategy/freecol/freecol-0.8.3.ebuild deleted file mode 100644 index 1843e4ae2c37..000000000000 --- a/games-strategy/freecol/freecol-0.8.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.8.3.ebuild,v 1.3 2009/08/02 21:35:59 chainsaw Exp $ - -WANT_ANT_TASKS="ant-nodeps" -inherit eutils java-pkg-2 java-ant-2 games - -DESCRIPTION="An open source clone of the game Colonization" -HOMEPAGE="http://www.freecol.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-java/higlayout" -DEPEND="${RDEPEND} - test? ( - dev-java/ant-junit - dev-java/ant-trax - ) - >=virtual/jdk-1.6" -RDEPEND="${RDEPEND} - >=virtual/jre-1.6" - -S=${WORKDIR}/${PN} - -pkg_setup() { - games_pkg_setup - java-pkg-2_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - rm -fv $(find . -name '*.jar') - java-pkg_jar-from --into jars higlayout - epatch "${FILESDIR}"/${P}-home.patch - sed -i \ - -e "/Class-Path/s:jars/.*\":$(java-pkg_getjars higlayout)\":" \ - build.xml \ - || die "sed failed" -} - -src_compile() { - eant -} - -src_test() { - java-pkg_jar-from --into test/lib junit - ANT_TASKS="ant-junit ant-trax ant-nodeps" eant testall -} - -src_install () { - java-pkg_jarinto "${GAMES_DATADIR}"/${PN} - java-pkg_dojar FreeCol.jar - java-pkg_dolauncher ${PN} \ - -into "${GAMES_PREFIX}" \ - --pwd "${GAMES_DATADIR}"/${PN} \ - --java_args -Xmx512M - insinto "${GAMES_DATADIR}"/${PN} - doins -r data || die "doins failed" - doicon ${PN}.xpm - make_desktop_entry ${PN} FreeCol - dodoc README - prepgamesdirs -} |