Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277704 - dev-java/swt-3.5 ebuild
Summary: dev-java/swt-3.5 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 275375
  Show dependency tree
 
Reported: 2009-07-13 19:49 UTC by Ruediger Gad
Modified: 2009-07-20 13:03 UTC (History)
2 users (show)

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


Attachments
dev-java/swt-3.5.ebuild (swt-3.5.ebuild,5.50 KB, text/plain)
2009-07-13 19:50 UTC, Ruediger Gad
Details
swt-3.5-manifest (swt-3.5-manifest,751 bytes, text/plain)
2009-07-13 20:13 UTC, Ruediger Gad
Details
dev-java/swt-3.5.ebuild (swt-3.5.ebuild,5.50 KB, text/plain)
2009-07-13 20:14 UTC, Ruediger Gad
Details
swt-3.5 based off of 3.4-r3 with modifications (swt-3.5.diff,2.04 KB, text/plain)
2009-07-15 23:53 UTC, Jory A. Pratt
Details
3.5 Changes by Caster for proper support (swt-3.5.diff,3.03 KB, patch)
2009-07-19 00:28 UTC, Jory A. Pratt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruediger Gad 2009-07-13 19:49:03 UTC
Ebuild for swt-3.5 based on the swt-3.4.1 ebuild from java-overlay.

Reproducible: Always
Comment 1 Ruediger Gad 2009-07-13 19:50:12 UTC
Created attachment 197835 [details]
dev-java/swt-3.5.ebuild
Comment 2 Ruediger Gad 2009-07-13 20:13:46 UTC
Created attachment 197836 [details]
swt-3.5-manifest

Adapted manifest.
Not quite sure if the "Fragment-Host: ..." entry is correct.
Comment 3 Ruediger Gad 2009-07-13 20:14:44 UTC
Created attachment 197838 [details]
dev-java/swt-3.5.ebuild

Changed ebuild to make use of new manifest.
Comment 4 Jory A. Pratt gentoo-dev 2009-07-15 23:53:17 UTC
Created attachment 198116 [details]
swt-3.5 based off of 3.4-r3 with modifications

Here you will find a diff against the main tree, this is gonna be vital to ensuring eclipse-sdk-3.5 can make it to the tree.
Comment 5 Jory A. Pratt gentoo-dev 2009-07-19 00:28:18 UTC
Created attachment 198441 [details, diff]
3.5 Changes by Caster for proper support

Fixed by Caster to properly work with testcase.
Comment 6 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-07-19 10:28:32 UTC
In CVS, thanks.
Comment 7 Alexandr Zhevedenko 2009-07-19 16:57:02 UTC
There is typo in ebuild at

@@ -53,7 +53,7 @@
 # so this is the only way to prevent collisions
 
 DEPEND=">=virtual/jdk-1.4
-		!=dev-java/swt-3.4*:3
+		!=dev-java/swt-3.5:*3
 		app-arch/unzip
 		x11-libs/libX11
 		x11-libs/libXrender

in !=dev-java/swt-3.5:*3. Must be !=dev-java/swt-3.5*:3. Asterisk is in wrong place. It seems i cant add an attachment so i can only leave comment :(
Comment 8 Jory A. Pratt gentoo-dev 2009-07-19 17:29:26 UTC
(In reply to comment #7)
> There is typo in ebuild at
> 
> @@ -53,7 +53,7 @@
>  # so this is the only way to prevent collisions
> 
>  DEPEND=">=virtual/jdk-1.4
> -               !=dev-java/swt-3.4*:3
> +               !=dev-java/swt-3.5:*3
>                 app-arch/unzip
>                 x11-libs/libX11
>                 x11-libs/libXrender
> 
> in !=dev-java/swt-3.5:*3. Must be !=dev-java/swt-3.5*:3. Asterisk is in wrong
> place. It seems i cant add an attachment so i can only leave comment :(
> 

Caster if you would fix in tree, would be appreciated.
Comment 9 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-07-20 13:03:48 UTC
Done (bug 278368) thanks.