Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154400 - jedit 4.3_pre7 updated ebuild
Summary: jedit 4.3_pre7 updated ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 13:53 UTC by Chris White (RETIRED)
Modified: 2006-11-14 22:01 UTC (History)
0 users

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


Attachments
jedit-4.3_pre7.ebuild (jedit-4.3_pre7.ebuild,2.31 KB, text/plain)
2006-11-07 14:49 UTC, Chris White (RETIRED)
Details
jedit.diff (jedit.diff,1.36 KB, patch)
2006-11-07 14:49 UTC, Chris White (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White (RETIRED) gentoo-dev 2006-11-07 13:53:48 UTC
Breakdown of the changes:

-inherit java-utils
+inherit java-utils-2

Needs generation 2 stuff.

-MY_PV="${PV//./}"
-MY_PV="${MY_PV//_/}"
+MY_PV="${PV//_/}"

The source tarball uses periods for version numbers now

-SRC_URI="mirror://sourceforge/jedit/jedit${MY_PV}source.tar.gz"
+SRC_URI="mirror://sourceforge/jedit/jedit${MY_PV}source.tar.bz2"

oh, and they use bz2 now :p

-RDEPEND=">=virtual/jdk-1.4"
+RDEPEND=">=virtual/jdk-1.5"

Needs jdk 1.5

-       local antflags="dist"
+       local antflags="build"

dist builds everything and the kitchen sync now.  Changed to build instead.

jedit.jar ends up in build/, so I just copied it directly from there instead

-       cp -R jedit.jar jars doc macros modes properties startup ${D}/usr/share/jedit
+       cp -R build/jedit.jar jars doc macros modes properties startup ${D}/usr/share/jedit
Comment 1 Chris White (RETIRED) gentoo-dev 2006-11-07 14:49:19 UTC
Created attachment 101418 [details]
jedit-4.3_pre7.ebuild

The updated ebuild.
Comment 2 Chris White (RETIRED) gentoo-dev 2006-11-07 14:49:57 UTC
Created attachment 101419 [details, diff]
jedit.diff

A diff view between this ebuild and 4.2-r2
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2006-11-14 22:01:42 UTC
Fixed in CVS.