Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 177474

Summary: dev-java/maven-artifact (New Ebuild)
Product: Gentoo Linux Reporter: kiorky <kiorky>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED WONTFIX    
Severity: enhancement Keywords: EBUILD, InOverlay
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://maven.apache.org
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 175034    
Attachments: updated easymock dependency to =dev-java/easymock-1*

Description kiorky 2007-05-07 13:49:24 UTC
Added as a maven dependency to the java-exp overlay.
Comment 1 Kyle Cavin 2008-04-29 15:46:16 UTC
Created attachment 151352 [details]
updated easymock dependency to =dev-java/easymock-1*

ebuild fails for dev-java/easymock-2*
Comment 2 Kyle Cavin 2008-04-29 15:49:55 UTC
Comment on attachment 151352 [details]
updated easymock dependency to =dev-java/easymock-1*

><HTML><HEAD/><BODY><PRE># Copyright 1999-2007 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>JAVA_PKG_IUSE="source" #no javadoc target
>
>JAVA_MAVEN_ADD_GENERATED_STUFF="y"
>JAVA_MAVEN_GENERATED_STUFF_UNPACK_DIR="${S}"
>JAVA_MAVEN_BOOTSTRAP="Y"
>inherit java-maven-2
>
>DESCRIPTION="Maven is a software project management and comprehension tool."
>HOMEPAGE="http://maven.apache.org/"
>LICENSE="Apache-2.0"
>SLOT="0"
>KEYWORDS="~amd64 ~x86"
>IUSE=""
>DEP="
>&gt;=dev-java/classworlds-1.1
>dev-java/plexus-classworlds
>dev-java/plexus-active-collections
>&gt;=dev-java/plexus-component-api-1.0_alpha33_pre20071021
>&gt;=dev-java/plexus-container-default-1.0_alpha33_pre20071021
>&gt;=dev-java/plexus-utils-1.4.7_pre20071021
>dev-java/wagon-provider-api
>dev-java/wagon-file
>dev-java/junit
>=dev-java/easymock-1*
>"
>DEPEND="&gt;=virtual/jdk-1.4 ${DEP}"
>RDEPEND="&gt;=virtual/jre-1.4 ${DEP}"
>JAVA_MAVEN_CLASSPATH="
>classworlds-1.1
>plexus-classworlds
>plexus-active-collections
>plexus-component-api-1.0_alpha33
>plexus-container-default-1.0_alpha33
>plexus-utils-1.4.7
>wagon-provider-api
>wagon-file
>easymock-1
>junit
>"
>
>RESTRICT=test
>
>
># NOTE: the tests are merged with the compiled classes for plexus-compiler to build.
># please adapt future build.xml when bumping
>
></PRE></BODY></HTML>
Comment 3 Chris Ryan 2008-06-21 05:19:58 UTC
(In reply to comment #1)
> Created an attachment (id=151352) [edit]
> updated easymock dependency to =dev-java/easymock-1*
> 
> ebuild fails for dev-java/easymock-2*
> 

I tried this ebuild with dev-java/easymock-2 and it successfully installed for me.

dev-java/easymock-2.3
Sun JDK 1.6.0.06
On x86

Comment 4 Patrice Clement gentoo-dev 2015-08-14 00:53:12 UTC
| commit 63552d7
| Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>            
| Date:   Thu Aug 6 00:18:57 2015 +0200
|     [dev-java/maven-*] Drop plexus rdep