Gentoo Archives: gentoo-dev

From: Victor Ostorga <vostorga@g.o>
To: gentoo-dev@l.g.o
Cc: ml-en@××××××.net, robbat2@g.o
Subject: Re: [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
Date: Fri, 23 Oct 2009 16:19:01
Message-Id: 20091023101921.5646f10f@dante
In Reply to: [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) by Torsten Veller
1 On Fri, 23 Oct 2009 09:28:47 +0200
2 Torsten Veller <ml-en@××××××.net> wrote:
3
4 > * "Robin H. Johnson (robbat2)" <robbat2@g.o>:
5 > > 1.1 app-arch/hardlink/hardlink-0.1.1.ebuild
6 > >
7 > > file :
8 > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&view=markup
9 > > plain:
10 > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&content-type=text/plain
11 >
12 > > src_install() {
13 > > emake DESTDIR="${D}" install
14 > ^ || die
15 > > }
16 >
17 >
18 > > 1.1 app-arch/duff/duff-0.4.ebuild
19 > >
20 > > file :
21 > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&view=markup
22 > > plain:
23 > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&content-type=text/plain
24 >
25 > > src_install() {
26 > > emake DESTDIR="${D}" install
27 > ^ || die
28 > > dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
29 > > }
30 >
31 >
32 > An imprecise search (/make .*install$/) revealed another 200 packages:
33 > http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
34 >
35 > Let it die before replacing a working package with a broken one.
36 >
37 > Thanks
38 >
39
40 maintainer-needed done
41
42 Detail:
43 app-dicts/qvortaro/qvortaro-0.3.0.ebuild
44 app-dicts/qvortaro/qvortaro-0.3.1.ebuild
45 app-misc/muttprint/muttprint-0.72d-r1.ebuild already done
46 app-shells/fish/fish-1.23.0.ebuild
47 dev-lang/nqc/nqc-2.5.1.ebuild
48 dev-util/valkyrie/valkyrie-1.3.0.ebuild
49 dev-util/valkyrie/valkyrie-1.4.0.ebuild
50 sys-auth/libnss-cache/libnss-cache-0.1.ebuild
51 sys-block/unieject/unieject-5.3.2.ebuild
52 www-apps/swish-e/swish-e-2.4.3-r1.ebuild
53 www-apps/swish-e/swish-e-2.4.3.ebuild
54
55 Víctor.