public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Question about portage
@ 2002-06-06 12:39 Takamoto Ando
  2002-06-06 14:04 ` Ryan Shaw
  2002-06-06 15:27 ` Bart Verwilst
  0 siblings, 2 replies; 4+ messages in thread
From: Takamoto Ando @ 2002-06-06 12:39 UTC (permalink / raw
  To: gentoo-dev

Hello!
My name is Takamoto from Japan.
i just start gentoo today.
Then I have question about portage system.
I want to make some portage for Japanese.
Also I want to patch to kde's .ebuild file(Bugfix for Japanese)

usually I patch as below
download patchfile (ex.koffice-2.0.1-kpresenter-xim-20001207.diff)
then
bzip2 -dc koffice-2.0.tar.bz2 | tar xvf -
patch -p0 < koffice-2.0.1-kpresenter-xim-20001207.diff

Can I include this routine to .ebuild file??

I think just write where from download,where is downloaded PATH to patch file 
to .ebuild file.
then do patch script.

any good suggest,please.

Thanks for your COOL distribution!!!!


Takamoto Ando
glenn@cty-net.ne.jp



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Question about portage
  2002-06-06 12:39 [gentoo-dev] Question about portage Takamoto Ando
@ 2002-06-06 14:04 ` Ryan Shaw
  2002-06-06 15:27 ` Bart Verwilst
  1 sibling, 0 replies; 4+ messages in thread
From: Ryan Shaw @ 2002-06-06 14:04 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]

On Thu, 2002-06-06 at 21:39, Takamoto Ando wrote:

> Hello!
> My name is Takamoto from Japan.
> i just start gentoo today.

ようこそ。:^)

> I want to make some portage for Japanese.

Do you mean you want to create some ebuilds for Japanese 
software, or you want to localize portage itself?

> Also I want to patch to kde's .ebuild file(Bugfix for Japanese)
> 
> usually I patch as below
> download patchfile (ex.koffice-2.0.1-kpresenter-xim-20001207.diff)
> then
> bzip2 -dc koffice-2.0.tar.bz2 | tar xvf -
> patch -p0 < koffice-2.0.1-kpresenter-xim-20001207.diff
> 
> Can I include this routine to .ebuild file??

This patch is from December 2000 and it still works?
Why hasn't it been accepted into the main KDE tree yet?

BTW, here are links to some ebuilds that haven't been
accepted into the official portage tree yet which you
may be interested in:

kinput2 (canna is already in the main tree): 
http://bugs.gentoo.org/show_bug.cgi?id=2819

kochi japanese trutype fonts: 
http://bugs.gentoo.org/show_bug.cgi?id=2885

libtrain/gtktrain (like ekispato):
http://bugs.gentoo.org/show_bug.cgi?id=3446
http://bugs.gentoo.org/show_bug.cgi?id=3447

ryan



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [gentoo-dev] Question about portage
@ 2002-06-06 15:21 Sean P. Kane
  0 siblings, 0 replies; 4+ messages in thread
From: Sean P. Kane @ 2002-06-06 15:21 UTC (permalink / raw
  To: gentoo-dev

Spend some time looking at the files in /usr/portage. All ebuild files
are in there and will give you a bunch of ideas. You can hand edit the
appropriate ebuild for your circumstances to add the patch you are
mentioning. Include the patch in the ebuilds ./file directory. Once you
emerge rsync you will lose this change, but it will work for your build.
If you can figure out a standard way to detect a Japanese installation
on Gentoo, the modify the ebuild so it will work for everyone and upload
it to http://bugzilla.gentoo.org for inclusion in the future.

Sean


-----Original Message-----
From: Takamoto Ando [mailto:glenn@cty-net.ne.jp] 
Sent: Thursday, June 06, 2002 05:40
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Question about portage


Hello!
My name is Takamoto from Japan.
i just start gentoo today.
Then I have question about portage system.
I want to make some portage for Japanese.
Also I want to patch to kde's .ebuild file(Bugfix for Japanese)

usually I patch as below
download patchfile (ex.koffice-2.0.1-kpresenter-xim-20001207.diff)
then
bzip2 -dc koffice-2.0.tar.bz2 | tar xvf -
patch -p0 < koffice-2.0.1-kpresenter-xim-20001207.diff

Can I include this routine to .ebuild file??

I think just write where from download,where is downloaded PATH to patch
file 
to .ebuild file.
then do patch script.

any good suggest,please.

Thanks for your COOL distribution!!!!


Takamoto Ando
glenn@cty-net.ne.jp

_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Question about portage
  2002-06-06 12:39 [gentoo-dev] Question about portage Takamoto Ando
  2002-06-06 14:04 ` Ryan Shaw
@ 2002-06-06 15:27 ` Bart Verwilst
  1 sibling, 0 replies; 4+ messages in thread
From: Bart Verwilst @ 2002-06-06 15:27 UTC (permalink / raw
  To: gentoo-dev

On Thursday 06 June 2002 14:39, Takamoto Ando wrote:

|| usually I patch as below
|| download patchfile (ex.koffice-2.0.1-kpresenter-xim-20001207.diff)
|| then
|| bzip2 -dc koffice-2.0.tar.bz2 | tar xvf -
|| patch -p0 < koffice-2.0.1-kpresenter-xim-20001207.diff

koffice 2.0?? koffice 1.2beta2 will be out soon :o)
-- 
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-06 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-06 12:39 [gentoo-dev] Question about portage Takamoto Ando
2002-06-06 14:04 ` Ryan Shaw
2002-06-06 15:27 ` Bart Verwilst
  -- strict thread matches above, loose matches on Subject: below --
2002-06-06 15:21 Sean P. Kane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox