diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-05-25 21:08:28 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-05-25 21:08:28 +0000 |
commit | 028ec96dd3bae19738648f86e54ff71d5d53310b (patch) | |
tree | 443c11142c05149552f01b414040d8add3c47a0d /games-strategy/freecol | |
parent | Add a pkg_setup that calls both games_pkg_setup and java-pkg-2_pkg_setup. Ens... (diff) | |
download | gentoo-2-028ec96dd3bae19738648f86e54ff71d5d53310b.tar.gz gentoo-2-028ec96dd3bae19738648f86e54ff71d5d53310b.tar.bz2 gentoo-2-028ec96dd3bae19738648f86e54ff71d5d53310b.zip |
Add a pkg_setup that calls both games_pkg_setup and java-pkg-2_pkg_setup for bug #179788.
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-strategy/freecol')
-rw-r--r-- | games-strategy/freecol/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/freecol/freecol-0.5.3.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/games-strategy/freecol/ChangeLog b/games-strategy/freecol/ChangeLog index 27d652c05cba..f7493649416b 100644 --- a/games-strategy/freecol/ChangeLog +++ b/games-strategy/freecol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freecol # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.18 2007/05/25 21:05:12 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.19 2007/05/25 21:08:28 betelgeuse Exp $ + + 25 May 2007; Petteri Räty <betelgeuse@gentoo.org> freecol-0.5.3.ebuild: + Add a pkg_setup that calls both games_pkg_setup and java-pkg-2_pkg_setup for + bug #179788. 25 May 2007; Petteri Räty <betelgeuse@gentoo.org> +files/freecol-0.6.1-installer-taskdefs.patch, freecol-0.6.1.ebuild: diff --git a/games-strategy/freecol/freecol-0.5.3.ebuild b/games-strategy/freecol/freecol-0.5.3.ebuild index 5c1084f53b06..6b598ab025ec 100644 --- a/games-strategy/freecol/freecol-0.5.3.ebuild +++ b/games-strategy/freecol/freecol-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.5.3.ebuild,v 1.3 2007/05/04 13:46:35 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.5.3.ebuild,v 1.4 2007/05/25 21:08:28 betelgeuse Exp $ inherit eutils java-pkg-2 java-ant-2 games @@ -19,6 +19,11 @@ DEPEND=">=virtual/jdk-1.5 S=${WORKDIR}/${PN} +pkg_setup() { + games_pkg_setup + java-pkg-2_pkg_setup +} + src_unpack() { unpack ${A} cd "${S}" |