Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197195 - dev-java/plexus-cli (new ebuild)
Summary: dev-java/plexus-cli (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://plexus.codehaus.org
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on:
Blocks: 175034
  Show dependency tree
 
Reported: 2007-10-27 06:39 UTC by kiorky
Modified: 2015-08-13 23:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kiorky 2007-10-27 06:39:28 UTC
added as a maven dependency
live in java-exp overlay
Comment 1 Chris Ryan 2008-07-08 11:39:52 UTC
I tried the ebuild in the java overlay using commons-lang 2.4 and it worked fine.  The svn diff is below.  Changed to allow 2.3 and above.

# svn diff dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild
Index: dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild
===================================================================
--- dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild       (revision 6425)
+++ dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild       (working copy)
@@ -20,7 +20,7 @@
 >=dev-java/plexus-container-default-1.0_alpha33_pre20071021
 >=dev-java/plexus-component-api-1.0_alpha33_pre20071021
 =dev-java/commons-cli-1*
-=dev-java/commons-lang-2.3*
+>=dev-java/commons-lang-2.3
 dev-java/commons-logging
 dev-java/plexus-classworlds
 "
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2008-07-08 23:04:24 UTC
(In reply to comment #1)
> I tried the ebuild in the java overlay using commons-lang 2.4 and it worked
> fine.  The svn diff is below.  Changed to allow 2.3 and above.
> 
> # svn diff dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild
> Index: dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild
> ===================================================================
> --- dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild       (revision 6425)
> +++ dev-java/plexus-cli/plexus-cli-1.3_pre20071027.ebuild       (working copy)
> @@ -20,7 +20,7 @@
>  >=dev-java/plexus-container-default-1.0_alpha33_pre20071021
>  >=dev-java/plexus-component-api-1.0_alpha33_pre20071021
>  =dev-java/commons-cli-1*
> -=dev-java/commons-lang-2.3*
> +>=dev-java/commons-lang-2.3
>  dev-java/commons-logging
>  dev-java/plexus-classworlds
>  "
>

Migrated to EAPI 1 slot deps. Thanks for the comment.

Comment 3 Chris Ryan 2008-07-09 11:34:45 UTC
Just a slight problem with the slot chosen: 2.3

This doesn't exist - you need to use 2.1.  The commons-lang ebuilds for 2.3 and 2.4 use slot 2.1.

Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2008-07-09 16:35:43 UTC
(In reply to comment #3)
> Just a slight problem with the slot chosen: 2.3
> 
> This doesn't exist - you need to use 2.1.  The commons-lang ebuilds for 2.3 and
> 2.4 use slot 2.1.
> 

Fixed in SVN. Thanks.