Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203080 - dev-java/bnd-4.1.0: please create ebuild
Summary: dev-java/bnd-4.1.0: please create ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: http://www.aqute.biz/Code/Bnd
Whiteboard:
Keywords: InOverlay, PullRequest
Depends on:
Blocks: 97004
  Show dependency tree
 
Reported: 2007-12-22 21:22 UTC by Alistair Bush (RETIRED)
Modified: 2024-03-17 08:52 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 Alistair Bush (RETIRED) gentoo-dev 2007-12-22 21:22:35 UTC
The bnd tool helps you create and diagnose OSGi R4 bundles. The key functions are:

    * Show the manifest and JAR contents of a bundle
    * Wrap a JAR so that it becomes a bundle
    * Create a Bundle from a specification and a class path
    * Verify the validity of the manifest entries 


Have had a look at it so far.  It depends on eclipse-sdk-3.1 but I have successfully? updated it to run? with eclipse-3.3.1.1. This is a custom bunlde tho.  Have sent remains upstream.
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2007-12-28 11:58:37 UTC
Now in java-experimental overlay
Comment 2 James Le Cuirot gentoo-dev 2015-02-28 11:02:22 UTC
This isn't as dead as it first appears. bndlib, which is a separate but related component, is required for building recent versions of ASM, though I've worked around this for now due to the large download size. bndlib, bnd-junit, and libg are already in the tree so this is probably the only missing part. Do we actually need it? Don't know but let's not close it yet.
Comment 3 Miroslav Šulc gentoo-dev 2019-01-23 14:31:48 UTC
it is needed for www-servers/tomcat-9.0.14+ (currently the binary one is bundled in the ebuild)
Comment 4 Larry the Git Cow gentoo-dev 2024-03-17 08:52:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70f09ff2482b0914c55241eb553d750c8e910ea

commit c70f09ff2482b0914c55241eb553d750c8e910ea
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2023-05-21 08:06:54 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-03-17 08:46:16 +0000

    dev-java/bnd: new package, add 7.0.0
    
    Unlike upstream this package does not bundle bndlib
    
    Closes: https://bugs.gentoo.org/203080
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/35320/commits/51c6da26e1a72c39443c3d4c4994b9fb96cf8b91
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/bnd/Manifest                              |   1 +
 dev-java/bnd/bnd-7.0.0.ebuild                      | 100 +++++++++++++++++++++
 .../bnd/files/bnd-7.0.0-aQute.bnd.main.bnd.patch   |  21 +++++
 dev-java/bnd/metadata.xml                          |  10 +++
 4 files changed, 132 insertions(+)