monsieurp    15/04/05 21:03:34

  Modified:             ChangeLog
  Added:                henplus-0.9.8-r1.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.27                 dev-db/henplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   10 Aug 2014 19:59:28 -0000      1.26
+++ ChangeLog   5 Apr 2015 21:03:34 -0000       1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/henplus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.26 2014/08/10 
19:59:28 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.27 2015/04/05 
21:03:34 monsieurp Exp $
+
+*henplus-0.9.8-r1 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement <[email protected]> +henplus-0.9.8-r1.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> henplus-0.9.8.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-db/henplus/henplus-0.9.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild?rev=1.1&content-type=text/plain

Index: henplus-0.9.8-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild,v 1.1 
2015/04/05 21:03:34 monsieurp Exp $

EAPI=5
JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 eutils java-ant-2

DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support"
HOMEPAGE="http://henplus.sf.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

COMMON_DEPEND="dev-java/commons-cli:1
        dev-java/libreadline-java:0"
RDEPEND=">=virtual/jre-1.6
        ${COMMON_DEPEND}"
DEPEND=">=virtual/jdk-1.6
        ${COMMON_DEPEND}"

java_prepare() {
        epatch "${FILESDIR}/0.9.8-build.xml.patch"
        rm -v lib/*.jar lib/*/*.jar || die
}

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="commons-cli-1,libreadline-java"

src_install () {
        java-pkg_dojar "build/${PN}.jar"

        java-pkg_dolauncher ${PN} -pre "${FILESDIR}/${PN}.pre" \
                --main henplus.HenPlus

        dodoc README || die
        dohtml doc/HenPlus.html || die
        
        use doc && java-pkg_dojavadoc javadoc/api
        use source && java-pkg_dosrc "src/${PN}"
}




Reply via email to