From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freecol: ChangeLog freecol-0.10.5.ebuild
Date: Sat, 3 Mar 2012 20:42:08 +0000 (UTC) [thread overview]
Message-ID: <20120303204208.611FC2004C@flycatcher.gentoo.org> (raw)
tupone 12/03/03 20:42:08
Modified: ChangeLog
Added: freecol-0.10.5.ebuild
Log:
Version bump. Bug #300585
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.38 games-strategy/freecol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freecol/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freecol/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freecol/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 25 Oct 2009 12:20:32 -0000 1.37
+++ ChangeLog 3 Mar 2012 20:42:07 -0000 1.38
@@ -1,6 +1,12 @@
# ChangeLog for games-strategy/freecol
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.37 2009/10/25 12:20:32 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.38 2012/03/03 20:42:07 tupone Exp $
+
+*freecol-0.10.5 (03 Mar 2012)
+
+ 03 Mar 2012; Tupone Alfredo <tupone@gentoo.org> +freecol-0.10.5.ebuild,
+ +files/freecol-0.10.5-gentoo.patch:
+ Version bump. Bug #300585 by Thomas Kahle
25 Oct 2009; Markus Meier <maekke@gentoo.org> freecol-0.8.4.ebuild:
amd64/x86 stable, bug #288643
1.1 games-strategy/freecol/freecol-0.10.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freecol/freecol-0.10.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freecol/freecol-0.10.5.ebuild?rev=1.1&content-type=text/plain
Index: freecol-0.10.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.10.5.ebuild,v 1.1 2012/03/03 20:42:07 tupone Exp $
EAPI=2
inherit base 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.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jsr173
dev-java/wstx:3.2
dev-java/commons-cli:1
dev-java/cortado
dev-java/miglayout"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
S="${WORKDIR}"/${PN}
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
java_prepare() {
cd jars
rm jsr173_1.0_api.jar
rm wstx-lgpl-4.0pr1.jar
rm commons-cli-1.1.jar
rm miglayout-3.7.3.1-swing.jar
rm cortado-0.6.0.jar
rm jogg-0.0.7.jar
rm jorbis-0.0.15.jar
}
src_prepare() {
base_src_prepare
java-pkg-2_src_prepare
}
src_configure() {
java-ant-2_src_configure
}
src_compile() {
EANT_BUILD_TARGET=package
EANT_EXTRA_ARGS="
-Dstax.jar=$(java-pkg_getjars jsr173)
-Dwoodstox.jar=$(java-pkg_getjars wstx-3.2)
-Dcli.jar=$(java-pkg_getjars commons-cli-1)
-Dmiglayout.jar=$(java-pkg_getjars miglayout)
-Dcortado.jar=$(java-pkg_getjars cortado)
"
java-pkg-2_src_compile
}
src_install() {
java-pkg_jarinto "${GAMES_DATADIR}"/${PN}/jars
java-pkg_dojar jars/vorbisspi1.0.3.jar
java-pkg_dojar jars/tritonus_share.jar
java-pkg_jarinto "${GAMES_DATADIR}"/${PN}
java-pkg_dojar FreeCol.jar
java-pkg_dolauncher ${PN} \
-into "${GAMES_PREFIX}" \
--pwd "${GAMES_DATADIR}"/${PN} \
--jar FreeCol.jar \
--java_args -Xmx512M
insinto "${GAMES_DATADIR}"/${PN}
doins -r data schema splash.jpg || die "doins failed"
doicon ${PN}.xpm
make_desktop_entry ${PN} FreeCol
dodoc README || die "dodoc failed"
prepgamesdirs
}
pkg_setup() {
games_pkg_setup
java-pkg-2_pkg_setup
}
pkg_preinst() {
games_pkg_preinst
java-pkg-2_pkg_preinst
}
next reply other threads:[~2012-03-03 20:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-03 20:42 Alfredo Tupone (tupone) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-29 12:13 [gentoo-commits] gentoo-x86 commit in games-strategy/freecol: ChangeLog freecol-0.10.5.ebuild Agostino Sarubbo (ago)
2012-06-01 6:44 Jeff Horelick (jdhore)
2015-03-26 17:51 Michael Sterrett (mr_bones_)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120303204208.611FC2004C@flycatcher.gentoo.org \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox