Gentoo Archives: gentoo-dev

From: George Shapovalov <georges@×××××××××××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] DOSEmu ebuild
Date: Tue, 28 May 2002 03:52:17
Message-Id: 200205280154.48268.georges@its.caltech.edu
In Reply to: Re: [gentoo-dev] DOSEmu ebuild by Ryan Phillips
1 I would suggest even better way - submitting this to bugs.gentoo.org opening a
2 new bug. This way it will get fixed even if original author/maintainer is out
3 of reach.
4
5 George
6
7
8 On Tuesday 28 May 2002 01:26, Ryan Phillips wrote:
9 > On Tue, 28 May 2002 07:18:37 +0200
10 >
11 > "Per Wigren" <wigren@××××.se> wrote:
12 > > I just looked at the DOSEmu ebuild and saw that it contains LOTS of
13 > >
14 > > "errors"... (although it does work at the moment(:
15 > > > DESCRIPTION="DOSEmu 1.1.3 (Developer)"
16 > >
17 > > Hmm.. What kind of description is that? :) Something like "DOS Emulator"
18 > > would be better..
19 > >
20 > > > src_compile() {
21 > > > chmod +x $S/base-configure
22 > >
23 > > chmod +x base-configure should be enough since we are already in ${S} ..
24 > >
25 > > >### mitshm will bork ./base-configure entirely, so we disable it here
26 > > > myflags="--enable-mitshm=yes"
27 > >
28 > > Hmm.. That doesn't look like disabling it to me, but I want it anyway,
29 > > so...
30 > >
31 > > :)
32 > > :
33 > > >src_install () {
34 > > > ./install_systemwide -fd /usr/portage/distfiles/dosemu-freedos-bin.tgz
35 > > > -r
36 > >
37 > > /var/tmp/portage/${PF}/image
38 > >
39 > > Should be
40 > > ./install_systemwide -fd ${DISTDIR}/dosemu-freedos-bin.tgz -r ${D}
41 > >
42 > > > rm -rf ${D}opt/dosemu/man
43 > >
44 > > missing /
45 > >
46 > > // Wigren
47 >
48 > I agree with the changes proposed, but the more proper way *I think* is to
49 > contact the maintainer of the ebuild first, and propose the changes to
50 > them.
51 >
52 > -ryan

Replies

Subject Author
Re: [gentoo-dev] DOSEmu ebuild Per Wigren <wigren@××××.se>