Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102187 - app-text/unicode-0.4.8.ebuild (New Package)
Summary: app-text/unicode-0.4.8.ebuild (New Package)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords: EBUILD, REVIEWED
: 104898 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-11 21:06 UTC by Qiangning Hong
Modified: 2016-02-13 09:05 UTC (History)
1 user (show)

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


Attachments
unicode-0.4.7.ebuild (unicode-0.4.7.ebuild,1014 bytes, text/plain)
2005-08-11 21:14 UTC, Qiangning Hong
Details
unicode-0.4.7.ebuild (unicode-0.4.7.ebuild,1.00 KB, text/plain)
2005-08-11 21:20 UTC, Qiangning Hong
Details
unicode-0.4.7.ebuild (unicode-0.4.7.ebuild,929 bytes, text/plain)
2005-08-18 21:56 UTC, Qiangning Hong
Details
unicode-0.4.7.ebuild (unicode-0.4.7.ebuild,933 bytes, text/plain)
2005-08-20 05:59 UTC, Qiangning Hong
Details
unicode-0.4.8.ebuild (unicode-0.4.8.ebuild,933 bytes, text/plain)
2005-09-05 08:02 UTC, Qiangning Hong
Details
Ebuild for version 0.9 (unicode-0.9.ebuild,1.17 KB, text/plain)
2007-09-25 13:48 UTC, Miroslav Los
Details
unicode-0.9-gentooPerlPath.patch (unicode-0.9-gentooPerlPath.patch,572 bytes, patch)
2007-09-25 13:53 UTC, Miroslav Los
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Qiangning Hong 2005-08-11 21:06:52 UTC
Hi!

Please find attached unicode-0.4.7.ebuild.

unicode is a simple python command line utility that displays properties for a
given unicode character, or searches unicode database for a given name.  It is a
handy utility.  Use it you can easily find the name or code number of the
unicode character(s) you want.

For example, as I am writing my .conkyrc or .torsmorc, I need to put a celsius
sign right after my CPU temperature value.  Use this tool, simply type:

$ unicode celsius
U+2103 DEGREE CELSIUS
UTF-8: e2 84 83   UTF-16BE: 2103   Decimal: ℃
℃
Category: So (Symbol, Other)
Bidi: ON (Other Neutrals)
Decomposition: <compat> 00B0 0043

Now I get the code number (U+2103) with various encoding, even I can copy/paste
the character directy from the output.

I suggest app-text/unicode.

Qiangning Hong
Comment 1 Qiangning Hong 2005-08-11 21:14:41 UTC
Created attachment 65720 [details]
unicode-0.4.7.ebuild
Comment 2 Qiangning Hong 2005-08-11 21:20:26 UTC
Created attachment 65721 [details]
unicode-0.4.7.ebuild
Comment 3 Ciaran McCreesh 2005-08-18 12:32:25 UTC
Please fix the following and reopen:

* DESCRIPTION is too long.
* You may wish to use versionator.eclass instead of bash substitution for MY_P.
* Use-conditional atoms in DEPEND should be inside ( parens ).
* Too many blank lines!
* ${S}, ${D} etc should be quoted.
* You can do use blah && do_one_thing rather than the full if blocks.
* No need to dodoc COPYING.
* Versioned virtual dependencies are highly frowned upon.
Comment 4 Qiangning Hong 2005-08-18 21:56:09 UTC
Created attachment 66287 [details]
unicode-0.4.7.ebuild
Comment 5 Qiangning Hong 2005-08-18 21:59:18 UTC
Thank Ciaran McCreesh.  I've fixed the errors and so I reopen this bug.
Comment 6 Ciaran McCreesh 2005-08-19 08:25:10 UTC
Sorry, one other thing I missed the first time around:

* In SRC_URI, the format for conditional parts is "use_flag? ( component )". The
parens should always be included.

Please reopen with an updated ebuild and then I'll tag this as reviewed. Thanks
Comment 7 Qiangning Hong 2005-08-20 05:59:17 UTC
Created attachment 66396 [details]
unicode-0.4.7.ebuild
Comment 8 Qiangning Hong 2005-08-20 06:01:16 UTC
Thank Ciaran McCreesh again.  I've added the parens thus I reopen this bug.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-09-05 07:52:22 UTC
*** Bug 104898 has been marked as a duplicate of this bug. ***
Comment 10 Qiangning Hong 2005-09-05 08:02:56 UTC
Created attachment 67686 [details]
unicode-0.4.8.ebuild
Comment 11 Qiangning Hong 2006-01-08 23:53:26 UTC
unicode-0.6 is out!
Changing the ebuild filename to unicode-0.6.ebuild works for me.
Comment 12 Miroslav Los 2007-09-25 13:48:27 UTC
Created attachment 131858 [details]
Ebuild for version 0.9

Rewrote original ebuild for new version with several changes:
- changed description to something cleaner (Debian description)
- changed license to GPL-3
- a new program got bundled with it - paracode (well, better than 2rot13)
- downloading of UnicodeData.txt ruled by the unicode USE flag
A patch is forthcoming, too.
Comment 13 Miroslav Los 2007-09-25 13:53:19 UTC
Created attachment 131860 [details, diff]
unicode-0.9-gentooPerlPath.patch

The patch adds the path pattern for perl's copy of UnicodeData.txt on gentoo that may be used for search speedups (if not installed with this package).
Comment 14 Patrice Clement gentoo-dev 2015-10-28 20:32:52 UTC
I'll look into packaging it.

Is it your github account?

https://github.com/garabik/unicode/tree/v2
Comment 15 Patrice Clement gentoo-dev 2016-02-13 09:05:24 UTC
It appears to be an obsolete project. Let's move on.