Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 154400
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris White (RETIRED) <chriswhite@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
jedit-4.3_pre7.ebuild jedit-4.3_pre7.ebuild text/plain Chris White (RETIRED) 2006-11-07 14:49 0000 2.31 KB Details
jedit.diff jedit.diff patch Chris White (RETIRED) 2006-11-07 14:49 0000 1.36 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 154400 depends on: Show dependency tree
Bug 154400 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-07 13:53 0000
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 From Chris White (RETIRED) 2006-11-07 14:49:19 0000 -------
Created an attachment (id=101418) [details]
jedit-4.3_pre7.ebuild

The updated ebuild.

------- Comment #2 From Chris White (RETIRED) 2006-11-07 14:49:57 0000 -------
Created an attachment (id=101419) [details]
jedit.diff

A diff view between this ebuild and 4.2-r2

------- Comment #3 From Josh Nichols (RETIRED) 2006-11-14 22:01:42 0000 -------
Fixed in CVS.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug