First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 106164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Nguyen Thai Ngoc Duy (RETIRED) <pclouds@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Soeren Hoeckner <soeren.hoeckner@gmx.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
winefish-1.3.2-r5.ebuild winefish-1.3.2-r5.ebuild text/plain Soeren Hoeckner 2005-09-16 02:03 0000 744 bytes Details
winefish-1.3.2-r5.ebuild winefish-1.3.2-r5.ebuild text/plain Soeren Hoeckner 2005-09-17 05:09 0000 687 bytes Details
winefish-1.3.2-r5.ebuild winefish-1.3.2-r5.ebuild text/plain Soeren Hoeckner 2005-09-21 16:52 0000 736 bytes Details
winefish-1.3.2.6a.ebuild winefish-1.3.2.6a.ebuild text/plain Paul Bredbury 2006-01-25 11:49 0000 783 bytes Details
winefish-1.3.2.6b.ebuild winefish-1.3.2.6b.ebuild application/octet-stream Soeren Hoeckner 2006-01-26 10:34 0000 795 bytes Details
winefish-1.3.2.6b.ebuild winefish-1.3.2.6b.ebuild application/octet-stream Soeren Hoeckner 2006-01-26 10:34 0000 795 bytes Details
winefish-1.3.2.6b.ebuild winefish-1.3.2.6b.ebuild text/plain Soeren Hoeckner 2006-01-26 23:26 0000 795 bytes Details
winefish-1.3.2.6f.ebuild app-text/winefish/winefish-1.3.2.6f.ebuild text/plain Soeren Hoeckner 2006-02-09 00:53 0000 796 bytes Details
winefish-1.3.2.6.ebuild winefish-1.3.2.6.ebuild text/plain Paul Bredbury 2006-02-13 06:23 0000 788 bytes Details
winefish-1.3.2_rc1.ebuild winefish-1.3.2_rc1.ebuild text/plain Soeren Hoeckner 2006-02-14 11:08 0000 949 bytes Details
winefish-1.3.2.7b.ebuild winefish-1.3.2.7b.ebuild text/plain Soeren Hoeckner 2006-02-17 01:03 0000 807 bytes Details
winefish-1.3.2_rc2.ebuild winefish-1.3.2_rc2 ebuild text/plain Michele Mattioni 2006-03-19 03:22 0000 949 bytes Details
winefish-1.3.2.ebuild app-text/winefish-1.3.2 [stable release] text/plain Michele Mattioni 2006-04-01 01:03 0000 807 bytes Details
winefish-1.3.3.ebuild app-text/winefish-1.3.3 text/plain Michele Mattioni 2006-04-05 02:01 0000 807 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 106164 depends on: Show dependency tree
Bug 106164 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: 2005-09-16 01:58 0000
I only want represent an ebuild for app-text/winefish. 

Winefish is a LaTeX Editor based on Bluefish version 0.13 and 1.0.

Winefish is an open source development project, released under the GPL license.

For more information, visit the Winefish website at
	http://winefish.berlios.de/


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Soeren Hoeckner 2005-09-16 02:03:35 0000 -------
Created an attachment (id=68566) [details]
winefish-1.3.2-r5.ebuild

first one

------- Comment #2 From Jakub Moc (RETIRED) 2005-09-16 19:48:17 0000 -------
Please, fix the following problems and reopen then:

1/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt
2/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/licence.txt
3/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/hardcoded.txt (SRC_URI,
src_unpack, src_compile, src_install); use versionator eclass if needed.
4/ Remove redundant comments.
5/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/quoting.txt - ${D}
6/ PROVIDE only makes sense for virtuals.
7/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/emake.txt
8/ You should add || die to make install

Thanks.

------- Comment #3 From Soeren Hoeckner 2005-09-17 05:09:46 0000 -------
Created an attachment (id=68665) [details]
winefish-1.3.2-r5.ebuild

1/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt  - fixed
2/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/licence.txt - fixed
3/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/hardcoded.txt (SRC_URI,
src_unpack, src_compile, src_install); use versionator eclass if needed. fixed
4/ Remove redundant comments. - fixed
5/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/quoting.txt - ${D} fixed
6/ PROVIDE only makes sense for virtuals. - sry and fixed
7/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/emake.txt - used
8/ You should add || die to make install - fixed

but there is still a bug in the "make install" routine. He try to use
"update-mime-database /usr/share/mime", thats throw writeprotection exeption. I
fix that soon... seems i will have to patch that /data/Makefile..

------- Comment #4 From Soeren Hoeckner 2005-09-21 16:52:40 0000 -------
Created an attachment (id=68974) [details]
winefish-1.3.2-r5.ebuild

ok! It's Compiling fine.

------- Comment #5 From Soeren Hoeckner 2005-09-21 16:57:16 0000 -------
Fixed the known problems. 

------- Comment #6 From Michele Mattioni 2005-12-10 14:03:37 0000 -------
Works like a charm here :)

Compiling fine, working better :)

Let's bring it in portage :)

------- Comment #7 From Paul Bredbury 2006-01-25 11:49:47 0000 -------
Created an attachment (id=78094) [details]
winefish-1.3.2.6a.ebuild

Here is a tidied ebuild, with version bump.

------- Comment #8 From Soeren Hoeckner 2006-01-26 10:34:27 0000 -------
Created an attachment (id=78197) [details]
winefish-1.3.2.6b.ebuild

Here is that tidied ebuild with an independantly Pattern Mathcing and also with
version bump.

------- Comment #9 From Soeren Hoeckner 2006-01-26 10:34:38 0000 -------
Created an attachment (id=78198) [details]
winefish-1.3.2.6b.ebuild

Here is that tidied ebuild with an independantly Pattern Matching and also with
version bump.

------- Comment #10 From Paul Bredbury 2006-01-26 10:52:21 0000 -------
(From update of attachment 78094 [details])
Please attach the ebuild as "plain text" in the "content type" bugzilla
combobox, rather than "auto detect" (which equals a binary stream,
unfortunately).

------- Comment #11 From Soeren Hoeckner 2006-01-26 23:26:56 0000 -------
Created an attachment (id=78266) [details]
winefish-1.3.2.6b.ebuild

Sry..

------- Comment #12 From Michele Mattioni 2006-01-27 12:41:31 0000 -------
(In reply to comment #11)
> Created an attachment (id=78266) [edit] [details]
> winefish-1.3.2.6b.ebuild
> 
> Sry..
> 

Can't digest the ebuild... 
This is the error :
<em>Appending /usr/local/overlay/portage to PORTDIR_OVERLAY...
!!! /usr/local/overlay/portage does not seem to have a valid PORTDIR structure.
</em>

The ebuid for the prior version of winefish works like a charm in the same
directory.

------- Comment #13 From Paul Bredbury 2006-01-27 13:42:42 0000 -------
(In reply to comment #12)
> !!! /usr/local/overlay/portage does not seem to have a valid PORTDIR structure.

The ebuild digests fine - it's a problem with your PORTDIR or file location.

------- Comment #14 From Michele Mattioni 2006-01-28 02:43:39 0000 -------
(In reply to comment #13)
> (In reply to comment #12)
> > !!! /usr/local/overlay/portage does not seem to have a valid PORTDIR structure.
> 
> The ebuild digests fine - it's a problem with your PORTDIR or file location.
> 
Yes .. sorry..
The problem was the name of the ebuild ... check it out this morning and works
now :)
Compiling fine and working.

------- Comment #15 From Vedran Miletić 2006-02-08 05:07:02 0000 -------
Hi, would you mind updating ebuild for version 1.3.2.6f?

------- Comment #16 From Soeren Hoeckner 2006-02-09 00:53:17 0000 -------
Created an attachment (id=79303) [details]
app-text/winefish/winefish-1.3.2.6f.ebuild

hopefully the last change

------- Comment #17 From Ondrej Marsalek 2006-02-13 05:23:57 0000 -------
i can't emerge winefish as it requires app-text/tetex. however, i use cstetex
which is the same as tetex plus support for the czech language.

is this a problem of he winefish ebuild or cstetex?

------- Comment #18 From Paul Bredbury 2006-02-13 06:23:03 0000 -------
Created an attachment (id=79690) [details]
winefish-1.3.2.6.ebuild

Changed dependency to virtual/tetex. Bump to version 1.3.2.6 (their dev
versions are badly-named, e.g. 1.3.2.6f, which look like *later* versions).
Tidied installation of app docs.

------- Comment #19 From Ondrej Marsalek 2006-02-13 07:38:58 0000 -------
i emerged it successfully on amd64 and so far it seems to be working with no
problems. please consider the ~amd64 keyword.

------- Comment #20 From Soeren Hoeckner 2006-02-14 11:08:52 0000 -------
Created an attachment (id=79789) [details]
winefish-1.3.2_rc1.ebuild

~amd64 was added to Keywords.
there are still problems with the versions. try to remove the older ebuilds.
and unmerge the older version. I use the versinator eclass, but i dont become
friends with that solution.

------- Comment #21 From Soeren Hoeckner 2006-02-17 01:03:13 0000 -------
Created an attachment (id=79992) [details]
winefish-1.3.2.7b.ebuild

#version-bump
change dep  app-text/aspell to virtual/aspell-dict

------- Comment #22 From Michele Mattioni 2006-03-19 03:22:41 0000 -------
Created an attachment (id=82528) [details]
winefish-1.3.2_rc2 ebuild

Version Bump.
Just renamed the rc1 ebuild

------- Comment #23 From Michele Mattioni 2006-04-01 01:03:19 0000 -------
Created an attachment (id=83591) [details]
app-text/winefish-1.3.2 [stable release]

New release .. The stable one.
Same problem with the version-number as before
just emerge -C the installed winefish, and install the new one.

------- Comment #24 From Michele Mattioni 2006-04-05 02:01:10 0000 -------
Created an attachment (id=83950) [details]
app-text/winefish-1.3.3 

New version.
Fixed some minor bugs against gtk 2.4 
They have changed the number release scheme, so will never represent the
tediuos upgrade problem as before.
(I hope)

------- Comment #25 From Nguyen Thai Ngoc Duy (RETIRED) 2006-04-29 07:38:12 0000 -------
The ebuild was added to CVS with a small modification (~amd64 and BUGS was
removed). Thanks for contributing.

First Last Prev Next    No search results available      Search page      Enter new bug