Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 167372
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jose Luis Rivero (yoswink) <yoswink@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dietrich Moerman <dietrich.moerman@telenet.be>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
xmlcopyeditor-1.0.9.5.ebuild /usr/local/portage/app-editors/xmlcopyeditor/xmlcopyeditor-1.0.9.5.ebuild text/plain Xavier Neys 2007-06-22 10:15 0000 566 bytes Details
GuideXML Book Master.xml /usr/share/xmlcopyeditor/templates/GuideXML Book Master.xml text/plain Xavier Neys 2007-06-22 10:16 0000 637 bytes Details
GuideXML Book Part.xml /usr/share/xmlcopyeditor/templates/GuideXML Book Part.xml text/plain Xavier Neys 2007-06-22 10:17 0000 442 bytes Details
GuideXML News Item.xml /usr/share/xmlcopyeditor/templates/GuideXML News Item.xml text/plain Xavier Neys 2007-06-22 10:17 0000 413 bytes Details
GuideXML Guide Document.xml /usr/share/xmlcopyeditor/templates/GuideXML Guide Document.xml text/plain Xavier Neys 2007-06-22 10:17 0000 521 bytes Details
xmlcopyeditor-1.0.9.7.ebuild xmlcopyeditor-1.0.9.7.ebuild text/plain Jose Luis Rivero (yoswink) 2007-07-23 12:57 0000 890 bytes Details
xmlcopyeditor-1.1.0.1.ebuild xmlcopyeditor-1.1.0.1.ebuild text/plain Jose Luis Rivero (yoswink) 2007-08-28 10:37 0000 899 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 167372 depends on: 145884 Show dependency tree
Bug 167372 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: 2007-02-17 19:26 0000
XML Copy Editor (http://xml-copy-editor.sourceforge.net/) is an XML editor with
support for DTD, Schema, XSLT and others. It would be nice to see this added to
Portage.

------- Comment #1 From Kevin Fullerton 2007-03-30 10:55:45 0000 -------
Requirement on x11-libs/wxGTK >= 2.8.0 - 2.6.3.3 is latest version in Portage

------- Comment #2 From Xavier Neys 2007-06-22 10:15:48 0000 -------
Created an attachment (id=122788) [details]
/usr/local/portage/app-editors/xmlcopyeditor/xmlcopyeditor-1.0.9.5.ebuild

This is a very nice application indeed.
I'll be using it for Gentoo's XML/XSL


$ emerge -vp wxGTK xmlcopyeditor

These are the packages that would be merged, in order:

Calculating dependencies  ..... ..... ..... ..... ....... done!
[ebuild   R   ] x11-libs/wxGTK-2.8.3.0  USE="X -debug doc gif gnome -joystick
-odbc opengl sdl -stl unicode" 0 kB [3] 
[ebuild   R   ] app-editors/xmlcopyeditor-1.0.9.5  0 kB [4] 

Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
Portage overlays:
 [1] /usr/portage/local/layman/gorg
 [2] /usr/portage/local/layman/sunrise
 [3] /usr/portage/local/layman/drizzt-overlay
 [4] /usr/local/portage

You can get wxGTK-2.8 from drizzt's overlay.

FYI, I am not an ebuild writer, so don't expect support from me.
I don't have anything else that needs wxWidgets, you might need extra steps if
you have both 2.6 and 2.8 slots.

------- Comment #3 From Xavier Neys 2007-06-22 10:16:49 0000 -------
Created an attachment (id=122789) [details]
/usr/share/xmlcopyeditor/templates/GuideXML Book Master.xml

------- Comment #4 From Xavier Neys 2007-06-22 10:17:13 0000 -------
Created an attachment (id=122791) [details]
/usr/share/xmlcopyeditor/templates/GuideXML Book Part.xml

------- Comment #5 From Xavier Neys 2007-06-22 10:17:31 0000 -------
Created an attachment (id=122792) [details]
/usr/share/xmlcopyeditor/templates/GuideXML News Item.xml

------- Comment #6 From Xavier Neys 2007-06-22 10:17:50 0000 -------
Created an attachment (id=122793) [details]
/usr/share/xmlcopyeditor/templates/GuideXML Guide Document.xml

------- Comment #7 From Xavier Neys 2007-06-22 10:21:30 0000 -------
If anyone takes up maintainership for xmlcopyeditor, it would be great if there
was a USE flag (e.g. GuideXML) that triggers inclusion of the attached
templates in /usr/share/xmlcopyeditor/templates/

------- Comment #8 From Jan Kundrát 2007-06-22 11:36:25 0000 -------
IIRC Portage doesn't like files whose names contain space, they aren't
supported in VDB or something like that.

------- Comment #9 From Xavier Neys 2007-06-22 12:05:37 0000 -------
(In reply to comment #8)
> IIRC Portage doesn't like files whose names contain space, they aren't
> supported in VDB or something like that.

$ equery f xmlcopyeditor|grep " "
/usr/share/xmlcopyeditor/help/Table of Contents.hhc
/usr/share/xmlcopyeditor/rulesets/Default dictionary and style.xml
/usr/share/xmlcopyeditor/rulesets/Default dictionary.xml
/usr/share/xmlcopyeditor/rulesets/Default style.xml
....

------- Comment #10 From Jan Kundrát 2007-06-22 12:24:17 0000 -------
It's bug 14983. According to people at #-portage, you should avoid installing
files whose name contains space.

------- Comment #11 From Jan Kundrát 2007-06-22 12:31:51 0000 -------
Ok, sorry for noise, aaprently it is supported:

14:28 < zmedico> jkt|: portage supports single spaces in filenames
14:29 < zmedico> 2 spaces next to eachother won't work.  you can have single
spaces with other characters on both sides though

------- Comment #12 From Jose Luis Rivero (yoswink) 2007-07-23 12:54:52 0000 -------
Since wxGTK-2.8 is still out of the tree, we've to wait to put this into
portage.
The best solution I can see is that drizzt host the app in his overlay until
2.8 hit the tree, so you don't have to add another overlay to your list.

@drizzt: what do you think?

I think I can maintain the app for you when 2.8 will be ready to public
consumption by the modest price of a couple of beers =)

------- Comment #13 From Jose Luis Rivero (yoswink) 2007-07-23 12:57:50 0000 -------
Created an attachment (id=125736) [details]
xmlcopyeditor-1.0.9.7.ebuild

New version 1.0.9.7

Packed neysx's templates into a tar.gz and make them conditional via USE
guidexml.
If there is a need in the future to add more templates, just add them to the
tar.gz and the ebuild will automatically install them.

------- Comment #14 From Xavier Neys 2007-08-16 10:16:49 0000 -------
(In reply to comment #13)
> New version 1.0.9.7
> 
> Packed neysx's templates into a tar.gz and make them conditional via USE
> guidexml.

Thanks. FYI, 1.1.0 is out, just rename the ebuild.

------- Comment #15 From Jose Luis Rivero (yoswink) 2007-08-28 10:37:38 0000 -------
Created an attachment (id=129465) [details]
xmlcopyeditor-1.1.0.1.ebuild

New version 1.1.0.1. The SLOT variable was missing in the ebuild (which can
generate some problems using revdep-rebuild and probably other tools).

------- Comment #16 From Xavier Neys 2007-09-14 07:08:19 0000 -------
Renaming the 1.1.0.1 ebuild to 1.1.0.2 works like a charm.

------- Comment #17 From Xavier Neys 2007-10-16 06:58:34 0000 -------
(In reply to comment #16)
> Renaming the 1.1.0.1 ebuild to 1.1.0.2 works like a charm.

So does 1.1.0.3

------- Comment #18 From Jose Luis Rivero (yoswink) 2008-01-03 20:37:18 0000 -------
Here we go.

wxGTK-2.8 went into the main tree some days ago and I sent
xmlcopyeditor-1.1.0.4 (current latest version) to portage some hourse ago. 

It's marked ~x86 and ~amd64 so it should be safe to upgrade and remove the
overlays.

Enjoy.

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