Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127721 - xtranslate-0.1.ebuild (New Package)
Summary: xtranslate-0.1.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: Default Assignee for New Packages
URL:
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-03-27 00:58 UTC by nir tzachar
Modified: 2016-11-23 15:17 UTC (History)
0 users

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


Attachments
xtranslate-0.1.ebuild (xtranslate-0.1.ebuild,1.02 KB, text/plain)
2006-03-27 01:03 UTC, nir tzachar
Details
xtranslate-0.2.ebuild (xtranslate-0.2.ebuild,1.04 KB, text/plain)
2006-04-05 21:38 UTC, nir tzachar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nir tzachar 2006-03-27 00:58:12 UTC
this is an ebuild for xtranslate.

for xtranslate homepage:
Easily convert between english and other languages, using the X11 selection mechanism. Ever typed in english when you meant something else? then, xtranslate is your pall !!
Comment 1 nir tzachar 2006-03-27 01:03:04 UTC
Created attachment 83217 [details]
xtranslate-0.1.ebuild
Comment 2 nir tzachar 2006-04-05 21:38:03 UTC
Created attachment 84049 [details]
xtranslate-0.2.ebuild
Comment 3 nir tzachar 2006-04-12 03:57:59 UTC
Comment on attachment 84049 [details]
xtranslate-0.2.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>DESCRIPTION="Translate X11 selection to other langauges"
>HOMEPAGE="http://xtranslate.sourceforge.net/"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="alpha amd64 ia64 ppc x86"
>IUSE=""
>
>RDEPEND="|| ( (
>		x11-libs/libX11
>		x11-libs/libXmu )
>	virtual/x11 )"
>DEPEND="${RDEPEND}
>	|| ( ( x11-proto/xproto )
>		virtual/x11 )"
>
>src_compile() {
>	econf || die "configure failed"
>	emake || die "make failed"
>}
>
>src_install () {
>	make DESTDIR=${D} install || die "installation failed"
>	dodoc README CHANGES 
>	dobin xtranslate
>	insinto /usr/share/doc/${PF}/
>	doins xtranslaterc_heb_eng xtranslaterc_eng_heb 
>}
>
>pkg_postinst() {
>		einfo "you can find example rc files in the"
>		einfo "/usr/share/doc/${PF}/ directory"
>		einfo ""
>		einfo "dont forget to add key bindings using xbindkeys(1)"
>		einfo ""
>		einfo "if you created a new xtranslaterc file for a new"
>		einfo "language, please send it to tzachar@cs.bgu.ac.il"
>}
>
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-04 16:11:02 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 5 Patrice Clement gentoo-dev 2016-11-23 15:17:12 UTC
This project is dead and hasn't been updated since 2006. Closing.