* [gentoo-commits] gentoo-x86 commit in dev-java/guice: guice-3.0.ebuild ChangeLog
@ 2013-09-25 17:22 Johann Schmitz (ercpe)
0 siblings, 0 replies; 2+ messages in thread
From: Johann Schmitz (ercpe) @ 2013-09-25 17:22 UTC (permalink / raw
To: gentoo-commits
ercpe 13/09/25 17:22:05
Modified: ChangeLog
Added: guice-3.0.ebuild
Log:
Latest version (:3) of guice - lightweight dependency injection framework
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path
1.2 dev-java/guice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 25 Sep 2013 17:20:14 -0000 1.1
+++ ChangeLog 25 Sep 2013 17:22:05 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/guice
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v 1.1 2013/09/25 17:20:14 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v 1.2 2013/09/25 17:22:05 ercpe Exp $
+
+*guice-3.0 (25 Sep 2013)
+
+ 25 Sep 2013; Johann Schmitz <ercpe@gentoo.org> +files/3.0-build.xml.patch,
+ +files/3.0-common.xml.patch, +guice-3.0.ebuild:
+ Latest version (:3) of guice - lightweight dependency injection framework
*guice-2.0 (25 Sep 2013)
1.1 dev-java/guice/guice-3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-3.0.ebuild?rev=1.1&content-type=text/plain
Index: guice-3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-3.0.ebuild,v 1.1 2013/09/25 17:22:05 ercpe 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:2.2"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEPEND}"
DEPEND=">=virtual/jdk-1.5
${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-2.2,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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/guice: guice-3.0.ebuild ChangeLog
@ 2014-08-10 20:13 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:13 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:13:56
Modified: guice-3.0.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.2 dev-java/guice/guice-3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/guice-3.0.ebuild?r1=1.1&r2=1.2
Index: guice-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/guice/guice-3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guice-3.0.ebuild 25 Sep 2013 17:22:05 -0000 1.1
+++ guice-3.0.ebuild 10 Aug 2014 20:13:56 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-3.0.ebuild,v 1.1 2013/09/25 17:22:05 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/guice-3.0.ebuild,v 1.2 2014/08/10 20:13:56 slyfox Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit java-pkg-2 java-ant-2
-DESCRIPTION="Guice is a lightweight dependency injection framework for Java 5 and above."
+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"
1.3 dev-java/guice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guice/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 25 Sep 2013 17:22:05 -0000 1.2
+++ ChangeLog 10 Aug 2014 20:13:56 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/guice
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/guice/ChangeLog,v 1.2 2013/09/25 17:22:05 ercpe Exp $
+# 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 $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> guice-3.0.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
*guice-3.0 (25 Sep 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-11 21:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:13 [gentoo-commits] gentoo-x86 commit in dev-java/guice: guice-3.0.ebuild ChangeLog Sergei Trofimovich (slyfox)
-- strict thread matches above, loose matches on Subject: below --
2013-09-25 17:22 Johann Schmitz (ercpe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox