tomwij      14/05/03 20:39:56

  Modified:             ChangeLog
  Added:                jcodings-1.0.11.ebuild
  Log:
  Version bump to 1.0.11.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.14                 dev-java/jcodings/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   9 May 2012 17:08:50 -0000       1.13
+++ ChangeLog   3 May 2014 20:39:55 -0000       1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jcodings
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.13 
2012/05/09 17:08:50 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.14 
2014/05/03 20:39:55 tomwij Exp $
+
+*jcodings-1.0.11 (03 May 2014)
+
+  03 May 2014; Tom Wijsman <[email protected]> +jcodings-1.0.11.ebuild:
+  Version bump to 1.0.11.
 
   09 May 2012; Pawel Hajdan jr <[email protected]> jcodings-1.0.5.ebuild:
   x86 stable wrt bug #396305
@@ -52,4 +57,3 @@
   22 May 2009; Vlastimil Babka <[email protected]> +jcodings-1.0.2.ebuild,
   +metadata.xml:
   New package, jruby dependency. Ebuild provided by chewi in java-overlay.
-



1.1                  dev-java/jcodings/jcodings-1.0.11.ebuild

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

Index: jcodings-1.0.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v 
1.1 2014/05/03 20:39:55 tomwij Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Byte-based encoding support library for Java"
HOMEPAGE="http://jruby.codehaus.org/";
SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz";

LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"

RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
        test? (
                dev-java/ant-junit:0
                >=dev-java/junit-4.8:4
        )"

S="${WORKDIR}/${PN}-${PN}-${PV}"

java_prepare() {
        cp "${FILESDIR}"/maven-build.xml build.xml || die
}

src_test() {
        java-pkg-2_src_test
}

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

        use doc && java-pkg_dojavadoc target/site/apidocs
        use source && java-pkg_dosrc src/*
}




Reply via email to