Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177474 - dev-java/maven-artifact (New Ebuild)
Summary: dev-java/maven-artifact (New Ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: http://maven.apache.org
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on:
Blocks: 175034
  Show dependency tree
 
Reported: 2007-05-07 13:49 UTC by kiorky
Modified: 2015-08-14 00:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
updated easymock dependency to =dev-java/easymock-1* (maven-artifact-2.1_pre20071021.ebuild,1.21 KB, text/plain)
2008-04-29 15:46 UTC, Kyle Cavin
Details

Note You need to log in before you can comment on or make changes to this bug.
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