ercpe       14/09/07 16:36:11

  Modified:             ChangeLog
  Added:                jisp-2.5.1-r3.ebuild
  Log:
  EAPI=5 bump, dropped java-ant-2 for java-pkg-simple
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.8                  dev-java/jisp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jisp/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jisp/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jisp/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jisp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   7 May 2007 07:45:20 -0000       1.7
+++ ChangeLog   7 Sep 2014 16:36:11 -0000       1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jisp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jisp/ChangeLog,v 1.7 2007/05/07 
07:45:20 dertobi123 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jisp/ChangeLog,v 1.8 2014/09/07 
16:36:11 ercpe Exp $
+
+*jisp-2.5.1-r3 (07 Sep 2014)
+
+  07 Sep 2014; Johann Schmitz <[email protected]> +jisp-2.5.1-r3.ebuild:
+  EAPI=5 bump, dropped java-ant-2 for java-pkg-simple
 
   07 May 2007; Tobias Scherbaum <[email protected]>
   jisp-2.5.1-r2.ebuild:
@@ -31,4 +36,3 @@
   +files/jisp-2.5.1-java15.patch, +files/build-2.5.1.xml, +metadata.xml,
   +jisp-2.5.1-r1.ebuild:
   Initial version.
-



1.1                  dev-java/jisp/jisp-2.5.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jisp/jisp-2.5.1-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jisp/jisp-2.5.1-r3.ebuild?rev=1.1&content-type=text/plain

Index: jisp-2.5.1-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jisp/jisp-2.5.1-r3.ebuild,v 1.1 
2014/09/07 16:36:11 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple eutils

DESCRIPTION="Java Indexed Serialization Package: A small, embedded database 
engine written in Pure Java"
HOMEPAGE="http://www.coyotegulch.com/products/jisp/";

# TODO contact upstream about hosting jisp-2.5 on their site.
# They only maintain 3.0 at the moment
# This tarball is from jpackage's jisp2 source rpm
SRC_URI="http://gentooexperimental.org/distfiles/${P}-source.tar.gz";

LICENSE="SVFL"
SLOT="2.5"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=">=virtual/jdk-1.4"
RDEPEND=">=virtual/jre-1.4"

S="${WORKDIR}/${P}"

JAVA_SRC_DIR="src"

java_prepare() {
        epatch "${FILESDIR}"/${P}-java15.patch

        mkdir src || die
        mv com src || die
}




Reply via email to