Gentoo Archives: gentoo-dev

From: "Sean P. Kane" <spkane@××××××××××.com>
To: gentoo-dev@g.o
Subject: RE: [gentoo-dev] Question about portage
Date: Thu, 06 Jun 2002 10:22:20
Message-Id: C42D120999B1CC4C886B6BB2832F356019B3D1@HERMES.genomatica.com
1 Spend some time looking at the files in /usr/portage. All ebuild files
2 are in there and will give you a bunch of ideas. You can hand edit the
3 appropriate ebuild for your circumstances to add the patch you are
4 mentioning. Include the patch in the ebuilds ./file directory. Once you
5 emerge rsync you will lose this change, but it will work for your build.
6 If you can figure out a standard way to detect a Japanese installation
7 on Gentoo, the modify the ebuild so it will work for everyone and upload
8 it to http://bugzilla.gentoo.org for inclusion in the future.
9
10 Sean
11
12
13 -----Original Message-----
14 From: Takamoto Ando [mailto:glenn@××××××××××.jp]
15 Sent: Thursday, June 06, 2002 05:40
16 To: gentoo-dev@g.o
17 Subject: [gentoo-dev] Question about portage
18
19
20 Hello!
21 My name is Takamoto from Japan.
22 i just start gentoo today.
23 Then I have question about portage system.
24 I want to make some portage for Japanese.
25 Also I want to patch to kde's .ebuild file(Bugfix for Japanese)
26
27 usually I patch as below
28 download patchfile (ex.koffice-2.0.1-kpresenter-xim-20001207.diff)
29 then
30 bzip2 -dc koffice-2.0.tar.bz2 | tar xvf -
31 patch -p0 < koffice-2.0.1-kpresenter-xim-20001207.diff
32
33 Can I include this routine to .ebuild file??
34
35 I think just write where from download,where is downloaded PATH to patch
36 file
37 to .ebuild file.
38 then do patch script.
39
40 any good suggest,please.
41
42 Thanks for your COOL distribution!!!!
43
44
45 Takamoto Ando
46 glenn@××××××××××.jp
47
48 _______________________________________________
49 gentoo-dev mailing list
50 gentoo-dev@g.o
51 http://lists.gentoo.org/mailman/listinfo/gentoo-dev