Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251458 - dev-java/simplyhtml-0.12.3 version bump
Summary: dev-java/simplyhtml-0.12.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 221749
  Show dependency tree
 
Reported: 2008-12-18 10:44 UTC by Marcel Schmedes
Modified: 2008-12-20 22:34 UTC (History)
0 users

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


Attachments
New simplyhtml-0.12.3 ebuild file (simplyhtml-0.12.3.ebuild,871 bytes, text/plain)
2008-12-18 10:46 UTC, Marcel Schmedes
Details
New fixed simplyhtml-0.12.3 ebuild file (simplyhtml-0.12.3.ebuild,887 bytes, text/plain)
2008-12-19 07:57 UTC, Marcel Schmedes
Details
diff simplyhtml-0.12.3 to simplyhtml-0.12.2_pre20071101 (simplyhtml-0.12.3.ebuild.diff,1.56 KB, patch)
2008-12-19 07:59 UTC, Marcel Schmedes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Schmedes 2008-12-18 10:44:39 UTC
I upgraded simplyhtml ebuild to newest Version
because new freemind-0.9.0_beta20 ebuild depends on it.
[FreeMind ebuild: http://bugs.gentoo.org/show_bug.cgi?id=221749].

Please review and add to tree.

Reproducible: Always

Steps to Reproduce:
1. install

Actual Results:  
pushd: /var/tmp/portage/dev-java/simplyhtml-0.12.3/work/simplyhtml-0.12.3: No such file or directory


Expected Results:  
No errors during install.

Do somebody have a fingertip how to avoid pushd/popd during installation?
Fails because archive doesn't contain any subfolder, nevertheless Package works out-ouf-the-box.

pushd: /var/tmp/portage/dev-java/simplyhtml-0.12.3/work/simplyhtml-0.12.3: No such file or directory
Comment 1 Marcel Schmedes 2008-12-18 10:46:00 UTC
Created attachment 175705 [details]
New simplyhtml-0.12.3 ebuild file
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-12-19 07:05:03 UTC
(In reply to comment #0)
> Please review and add to tree.

Thanks! I will try to do it during the weekend. The next time please post patch for a current ebuild version instead of posting completely new ebuild, makes reviewing changes easier.
 
> Do somebody have a fingertip how to avoid pushd/popd during installation?
> Fails because archive doesn't contain any subfolder, nevertheless Package works
> out-ouf-the-box.
> pushd: /var/tmp/portage/dev-java/simplyhtml-0.12.3/work/simplyhtml-0.12.3: No
> such file or directory

You should define S="${WORKDIR}" in the ebuild, which will tell portage the source is there, and not in the default S="${WORKDIR}/${P}" 

Comment 3 Marcel Schmedes 2008-12-19 07:56:21 UTC
Thanks for the S="${WORKDIR}" hint.
I'll attach fixed ebuild (I think some people like to just download and install ebuilds from bugzilla.) and diff to old ebuild.

Regards,
Comment 4 Marcel Schmedes 2008-12-19 07:57:37 UTC
Created attachment 175836 [details]
New fixed simplyhtml-0.12.3 ebuild file
Comment 5 Marcel Schmedes 2008-12-19 07:59:07 UTC
Created attachment 175838 [details, diff]
diff simplyhtml-0.12.3 to simplyhtml-0.12.2_pre20071101
Comment 6 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-12-20 22:34:40 UTC
In CVS, thanks.