ercpe       14/10/20 15:47:02

  Modified:             ChangeLog
  Added:                guava-18.0.ebuild
  Log:
  Version bump (bug #525600)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.13                 dev-java/guava/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Apr 2014 05:53:38 -0000      1.12
+++ ChangeLog   20 Oct 2014 15:47:02 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/guava
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v 1.12 2014/04/25 
05:53:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v 1.13 2014/10/20 
15:47:02 ercpe Exp $
+
+*guava-18.0 (20 Oct 2014)
+
+  20 Oct 2014; Johann Schmitz <er...@gentoo.org> +guava-18.0.ebuild:
+  Version bump (bug #525600)
 
   25 Apr 2014; Tim Harder <radher...@gentoo.org> -guava-16.0.ebuild:
   Remove old.



1.1                  dev-java/guava/guava-18.0.ebuild

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

Index: guava-18.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/guava-18.0.ebuild,v 1.1 
2014/10/20 15:47:02 ercpe Exp $

EAPI=5
JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="A collection of Google's core Java libraries"
HOMEPAGE="http://code.google.com/p/guava-libraries/";
SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar";

LICENSE="Apache-2.0"
SLOT="18"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"

COMMON_DEP="
        dev-java/javax-inject:0
        dev-java/jsr305:0
        java-virtuals/jdk-with-com-sun:0"
RDEPEND="${COMMON_DEP}
        >=virtual/jre-1.6"
DEPEND="${COMMON_DEP}
        app-arch/unzip
        >=virtual/jdk-1.7" # 
http://code.google.com/p/guava-libraries/issues/detail?id=635

JAVA_GENTOO_CLASSPATH="jsr305,javax-inject"




Reply via email to