summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-26 21:59:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-26 21:59:38 +0000
commit8f5ddb9b89ce4eb719c0d85f9bae7209b1ad18e5 (patch)
treeceb3a02a731d0afc8031993fa169d6c7c7b7ae14 /games-puzzle
parentBump to 2.24.4. Dummy release with fixed license. (diff)
downloadgentoo-2-8f5ddb9b89ce4eb719c0d85f9bae7209b1ad18e5.tar.gz
gentoo-2-8f5ddb9b89ce4eb719c0d85f9bae7209b1ad18e5.tar.bz2
gentoo-2-8f5ddb9b89ce4eb719c0d85f9bae7209b1ad18e5.zip
EAPI=2
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/pauker/ChangeLog8
-rw-r--r--games-puzzle/pauker/pauker-1.8_rc6.ebuild15
2 files changed, 11 insertions, 12 deletions
diff --git a/games-puzzle/pauker/ChangeLog b/games-puzzle/pauker/ChangeLog
index b80b395ac102..16d9d1888fa5 100644
--- a/games-puzzle/pauker/ChangeLog
+++ b/games-puzzle/pauker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/pauker
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/ChangeLog,v 1.22 2008/11/24 09:17:21 ali_bush Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/ChangeLog,v 1.23 2009/01/26 21:59:38 mr_bones_ Exp $
+
+ 26 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ pauker-1.8_rc6.ebuild:
+ EAPI=2
*pauker-1.8_rc6 (24 Nov 2008)
diff --git a/games-puzzle/pauker/pauker-1.8_rc6.ebuild b/games-puzzle/pauker/pauker-1.8_rc6.ebuild
index cd0c500e7c79..798bc75484cc 100644
--- a/games-puzzle/pauker/pauker-1.8_rc6.ebuild
+++ b/games-puzzle/pauker/pauker-1.8_rc6.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
+EAPI=2
JAVA_PKG_IUSE="doc source"
-EAPI="1"
-
inherit eutils java-pkg-2 java-ant-2 games
MY_PV="1.8RC6"
@@ -16,30 +15,26 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.src.jar"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-
IUSE=""
COMMON_DEP="dev-java/browserlauncher2:1.0
dev-java/javahelp
dev-java/lucene:2.4
dev-java/swing-layout:1"
-
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip
${COMMON_DEP}"
-S="${WORKDIR}"
+S=${WORKDIR}
pkg_setup() {
games_pkg_setup
java-pkg-2_pkg_setup
}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
find . -iname '*.jar' -delete
epatch "${FILESDIR}/${PN}_bundledjars.patch"