monsieurp    15/04/11 22:25:47

  Modified:             guice-2.0.ebuild ChangeLog
  Added:                guice-3.0-r1.ebuild guice-2.0-r1.ebuild
  Log:
  SLOT bump wrt bug 546288.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.2                  dev-java/guice/guice-2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-2.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-2.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-2.0.ebuild?r1=1.1&r2=1.2

Index: guice-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/guice/guice-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guice-2.0.ebuild    25 Sep 2013 17:20:14 -0000      1.1
+++ guice-2.0.ebuild    11 Apr 2015 22:25:46 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-2.0.ebuild,v 1.1 
2013/09/25 17:20:14 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-2.0.ebuild,v 1.2 
2015/04/11 22:25:46 monsieurp Exp $
 
 EAPI="5"
 



1.4                  dev-java/guice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Aug 2014 20:13:56 -0000      1.3
+++ ChangeLog   11 Apr 2015 22:25:47 -0000      1.4
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/guice
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v 1.3 2014/08/10 
20:13:56 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v 1.4 2015/04/11 
22:25:47 monsieurp Exp $
+
+*guice-3.0-r1 (11 Apr 2015)
+*guice-2.0-r1 (11 Apr 2015)
+
+  11 Apr 2015; Patrice Clement <monsie...@gentoo.org> +guice-2.0-r1.ebuild,
+  +guice-3.0-r1.ebuild, guice-2.0.ebuild:
+  SLOT bump wrt bug 546288.
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> guice-3.0.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-java/guice/guice-3.0-r1.ebuild

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

Index: guice-3.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-3.0-r1.ebuild,v 1.1 
2015/04/11 22:25:47 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Guice is a lightweight dependency injection framework for Java 5 
and above"
HOMEPAGE="http://code.google.com/p/google-guice/";
SRC_URI="http://google-guice.googlecode.com/files/${P}-src.zip";

LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="~amd64 ~x86"

IUSE=""

COMMON_DEPEND="dev-java/aopalliance:1
        dev-java/javax-inject:0
        dev-java/asm:3
        dev-java/cglib:3"

RDEPEND=">=virtual/jre-1.6
        ${COMMON_DEPEND}"

DEPEND=">=virtual/jdk-1.6
        ${COMMON_DEPEND}"

RESTRICT="test"

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

JAVA_PKG_BSFIX_NAME="build.xml common.xml servlet/build.xml"
JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_GENTOO_CLASSPATH="aopalliance-1,asm-3,cglib-3,javax-inject"

java_prepare() {
        find . -name '*.jar' -exec rm -v {} + || die
        find . -name '*.class' -exec rm -v {} + || die
        epatch "${FILESDIR}"/${PV}-common.xml.patch
        epatch "${FILESDIR}"/${PV}-build.xml.patch
}

src_install() {
        java-pkg_dojar build/${PN}.jar
        use source && java-pkg_dosrc core/src/com
}



1.1                  dev-java/guice/guice-2.0-r1.ebuild

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

Index: guice-2.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-2.0-r1.ebuild,v 1.1 
2015/04/11 22:25:47 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Guice is a lightweight dependency injection framework for Java 5 
and above"
HOMEPAGE="http://code.google.com/p/google-guice/";
SRC_URI="http://google-guice.googlecode.com/files/${P}-src.zip";

LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64 ~x86"

IUSE=""

COMMON_DEPEND="dev-java/aopalliance:1
        dev-java/asm:3
        dev-java/cglib:3"
RDEPEND=">=virtual/jre-1.6
        ${COMMON_DEPEND}"
DEPEND=">=virtual/jdk-1.6
        ${COMMON_DEPEND}"

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

RESTRICT="test"

JAVA_PKG_BSFIX_NAME="build.xml common.xml servlet/build.xml"
JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} javadoc"

JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_GENTOO_CLASSPATH="aopalliance-1,asm-3,cglib-3"

java_prepare() {
        find . -name '*.jar' -delete || die
        find . -name '*.class' -delete || die
        epatch "${FILESDIR}"/${PV}-common.xml.patch
        epatch "${FILESDIR}"/${PV}-build.xml.patch
}

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

        use doc && java-pkg_dojavadoc javadoc/
        use source && java-pkg_dosrc src/com
}




Reply via email to