Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460858 - net-misc/mikutter-0.2.1.1130 version bump request
Summary: net-misc/mikutter-0.2.1.1130 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-03-09 05:08 UTC by Tomoh K.
Modified: 2013-03-31 14:49 UTC (History)
1 user (show)

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


Attachments
Proposed patch for mikutter-9999.ebuild (mikutter-9999.diff,1.48 KB, text/plain)
2013-03-09 05:08 UTC, Tomoh K.
Details
build.log for mikutter-9999 (net-misc:mikutter-9999:20130309-050339.log,20.54 KB, text/plain)
2013-03-09 05:10 UTC, Tomoh K.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoh K. 2013-03-09 05:08:42 UTC
Created attachment 341370 [details]
Proposed patch for mikutter-9999.ebuild

In tree mikutter-9999.ebuild and several versions are not working.
tomo@katura ~ $ mikutter 
/usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- memoize (LoadError)
	from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
	from /usr/share/mikutter/core/miquire.rb:97:in `miquire_original_require'
	from /usr/share/mikutter/core/miquire.rb:70:in `block (2 levels) in miquire'
	from /usr/share/mikutter/core/miquire.rb:69:in `chdir'
	from /usr/share/mikutter/core/miquire.rb:69:in `block in miquire'
	from /usr/share/mikutter/core/miquire.rb:65:in `each'
	from /usr/share/mikutter/core/miquire.rb:65:in `miquire'
	from /usr/share/mikutter/core/miquire.rb:17:in `miquire'
	from /usr/share/mikutter/core/utils.rb:38:in `<top (required)>'
	from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
	from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
	from /usr/share/mikutter/mikutter.rb:30:in `<main>'

Please bump and fix them. ebuild proposal patch is attached.

Notes for changes:
0. The proposed ebuild can be used for mikutter-0.2.0.1089, 0.2.1.1130, 9999(live ebuild).

1. Upstream source repository is moved to git[1].
[1] http://dev.mikutter.hachune.net/news/11

2. Needed libraries are no longer bundled in tarball. I added them to mikutter's dependency, and introduce new ebuilds.
dev-ruby/memoize, Bug 460854
dev-ruby/typed-array, Bug 460856

4. Dependency fix. dev-ruby/httpclient is no longer used by mikutter. dev-ruby/rcairo is already involved in dev-ruby/gtk2's dependency tree.

3. mikutter launch script(${FILESDIR}/mikutter) drops command line arguments. I added "$@".

4. I love desktop launcher. make_desktop_entry is added.
Comment 1 Tomoh K. 2013-03-09 05:10:59 UTC
Created attachment 341372 [details]
build.log for mikutter-9999


and proposal patch for ${FILESDIR}/mikutter.
--- mikutter.orig
+++ mikutter
@@ -2,5 +2,5 @@
 
 EPREFIX=${0%/usr/bin/mikutter}
 
-$EPREFIX/usr/bin/ruby $EPREFIX/usr/share/mikutter/mikutter.rb
+$EPREFIX/usr/bin/ruby $EPREFIX/usr/share/mikutter/mikutter.rb "$@"

Best regards.
Comment 2 Naohiro Aota gentoo-dev 2013-03-31 14:49:00 UTC
I've bumped the ebuild and drop some old versions. Thank you for your patch!