Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81423 - libtranslate-0.99.ebuild (New Package)
Summary: libtranslate-0.99.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 81424
  Show dependency tree
 
Reported: 2005-02-09 15:31 UTC by Sebastian Wramba
Modified: 2008-04-09 07:23 UTC (History)
4 users (show)

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


Attachments
libtranslate-0.99.ebuild (libtranslate-0.99.ebuild,760 bytes, text/plain)
2005-02-09 15:32 UTC, Sebastian Wramba
Details
libtranslate-0.99-r1.ebuild (libtranslate-0.99-r1.ebuild,606 bytes, text/plain)
2005-02-10 16:26 UTC, Maurizio Pucci
Details
charsetparse.patch (libtranslate-0.99-charsetparse.patch,1.49 KB, patch)
2006-06-25 06:36 UTC, Carles Escrig
Details | Diff
condfix.patch (libtranslate-0.99-condfix.patch,1.01 KB, patch)
2006-06-25 06:37 UTC, Carles Escrig
Details | Diff
man_translate.patch (libtranslate-0.99-man_translate.patch,692 bytes, patch)
2006-06-25 06:37 UTC, Carles Escrig
Details | Diff
memory_64.patch (libtranslate-0.99-memory_64.patch,538 bytes, patch)
2006-06-25 06:37 UTC, Carles Escrig
Details | Diff
libtranslate-0.99-r2.ebuild (libtranslate-0.99-r2.ebuild,815 bytes, text/plain)
2006-06-25 06:39 UTC, Carles Escrig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Wramba 2005-02-09 15:31:23 UTC
Hi,

I found libtranslate (http://www.nongnu.org/libtranslate/) which is, in my opinion, a great and handy tool for translating texts and webpages. There are lots of frontends for libtranslate, so it can be easily used with a GTK GUI, for instance.

I'd suggest app-dicts/libtranslate for this program.

Sebastian
Comment 1 Sebastian Wramba 2005-02-09 15:32:17 UTC
Created attachment 50873 [details]
libtranslate-0.99.ebuild
Comment 2 Maurizio Pucci 2005-02-10 16:26:03 UTC
Created attachment 50961 [details]
libtranslate-0.99-r1.ebuild

# Run-time dependencies, same as DEPEND if RDEPEND isn't defined.
# src_unpack and src_compile like default in ebuild.sh.
6,17c16
<
< RDEPEND=">=dev-libs/glib-2.4.0
---
> DEPEND=">=dev-libs/glib-2.4.0 
22,37d20
<
< DEPEND="${RDEPEND}"
<
< src_unpack() {
<	unpack ${A}
< }
<
< src_compile() {
<
<	# configure
<	econf || die "configure failed"
<
<	# compile
<	emake || die "make failed"
< }
<
39c22
<	make install DESTDIR="${D}"
---
>	make DESTDIR="${D}" install || die
Comment 3 Alejandro Benitez 2006-02-09 15:46:44 UTC
Hi,

What's wrong with this Ebuild?

Many thanks.

Alejadro
Comment 4 Alejandro Benitez 2006-04-02 10:15:49 UTC
This is an email I sent to app-dicts@gentoo.org:

Hi!

I've been following `libtranslate' ebuild proposal for a quite a long
time. I was very sad because there was no activity. Today I finally
discovered that it was assigned to the wrong herd. :-\

http://bugs.gentoo.org/show_bug.cgi?id=81423

I hope you'll be able to make this package reach Portage. It looks
very very useful. :)

Please let me know if I can be of any help.
Thanks in advance.
Alejandro.
Comment 5 George Shapovalov (RETIRED) gentoo-dev 2006-04-02 11:43:24 UTC
Hm, indeed, why is it assigned to lang-misc at all? Its name is even nothing like anything similar..
Reassigning..

George
Comment 6 Carles Escrig 2006-06-25 06:36:27 UTC
Created attachment 90104 [details, diff]
charsetparse.patch
Comment 7 Carles Escrig 2006-06-25 06:37:17 UTC
Created attachment 90105 [details, diff]
condfix.patch
Comment 8 Carles Escrig 2006-06-25 06:37:38 UTC
Created attachment 90106 [details, diff]
man_translate.patch
Comment 9 Carles Escrig 2006-06-25 06:37:56 UTC
Created attachment 90107 [details, diff]
memory_64.patch
Comment 10 Carles Escrig 2006-06-25 06:39:05 UTC
Created attachment 90108 [details]
libtranslate-0.99-r2.ebuild

Apply upstream patches.
Comment 11 Wulf Krueger (RETIRED) gentoo-dev 2007-09-02 18:48:46 UTC
Thanks to all who helped with this! It's now in the tree as dev-libs/libtranslate.