Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/pauker: pauker-1.8_rc6.ebuild ChangeLog
Date: Mon, 26 Jan 2009 21:59:40
Message-Id: E1LRZUY-0000lS-TZ@stork.gentoo.org
1 mr_bones_ 09/01/26 21:59:38
2
3 Modified: pauker-1.8_rc6.ebuild ChangeLog
4 Log:
5 EAPI=2
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.3 games-puzzle/pauker/pauker-1.8_rc6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/pauker-1.8_rc6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/pauker-1.8_rc6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/pauker-1.8_rc6.ebuild?r1=1.2&r2=1.3
14
15 Index: pauker-1.8_rc6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pauker/pauker-1.8_rc6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pauker-1.8_rc6.ebuild 31 Dec 2008 03:26:12 -0000 1.2
22 +++ pauker-1.8_rc6.ebuild 26 Jan 2009 21:59:38 -0000 1.3
23 @@ -1,10 +1,9 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/pauker-1.8_rc6.ebuild,v 1.2 2008/12/31 03:26:12 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/pauker-1.8_rc6.ebuild,v 1.3 2009/01/26 21:59:38 mr_bones_ Exp $
29
30 +EAPI=2
31 JAVA_PKG_IUSE="doc source"
32 -EAPI="1"
33 -
34 inherit eutils java-pkg-2 java-ant-2 games
35
36 MY_PV="1.8RC6"
37 @@ -16,30 +15,26 @@
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~amd64 ~ppc ~x86"
41 -
42 IUSE=""
43
44 COMMON_DEP="dev-java/browserlauncher2:1.0
45 dev-java/javahelp
46 dev-java/lucene:2.4
47 dev-java/swing-layout:1"
48 -
49 RDEPEND=">=virtual/jre-1.5
50 ${COMMON_DEP}"
51 DEPEND=">=virtual/jdk-1.5
52 app-arch/unzip
53 ${COMMON_DEP}"
54
55 -S="${WORKDIR}"
56 +S=${WORKDIR}
57
58 pkg_setup() {
59 games_pkg_setup
60 java-pkg-2_pkg_setup
61 }
62
63 -src_unpack() {
64 - unpack ${A}
65 - cd "${S}"
66 +src_prepare() {
67 find . -iname '*.jar' -delete
68
69 epatch "${FILESDIR}/${PN}_bundledjars.patch"
70
71
72
73 1.23 games-puzzle/pauker/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/ChangeLog?rev=1.23&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/ChangeLog?rev=1.23&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/ChangeLog?r1=1.22&r2=1.23
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pauker/ChangeLog,v
82 retrieving revision 1.22
83 retrieving revision 1.23
84 diff -u -r1.22 -r1.23
85 --- ChangeLog 24 Nov 2008 09:17:21 -0000 1.22
86 +++ ChangeLog 26 Jan 2009 21:59:38 -0000 1.23
87 @@ -1,6 +1,10 @@
88 # ChangeLog for games-puzzle/pauker
89 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/ChangeLog,v 1.22 2008/11/24 09:17:21 ali_bush Exp $
91 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/ChangeLog,v 1.23 2009/01/26 21:59:38 mr_bones_ Exp $
93 +
94 + 26 Jan 2009; Michael Sterrett <mr_bones_@g.o>
95 + pauker-1.8_rc6.ebuild:
96 + EAPI=2
97
98 *pauker-1.8_rc6 (24 Nov 2008)