public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johann Schmitz (ercpe)" <ercpe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/guice: guice-3.0.ebuild ChangeLog
Date: Wed, 25 Sep 2013 17:22:05 +0000 (UTC)	[thread overview]
Message-ID: <20130925172205.4DD5620034@flycatcher.gentoo.org> (raw)

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
}





             reply	other threads:[~2013-09-25 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-25 17:22 Johann Schmitz (ercpe) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:13 [gentoo-commits] gentoo-x86 commit in dev-java/guice: guice-3.0.ebuild ChangeLog Sergei Trofimovich (slyfox)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130925172205.4DD5620034@flycatcher.gentoo.org \
    --to=ercpe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox