* [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
[not found] ` <E1N12mo-0004Qi-0w@stork.gentoo.org>
@ 2009-10-23 7:28 ` Torsten Veller
2009-10-23 16:19 ` Victor Ostorga
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Torsten Veller @ 2009-10-23 7:28 UTC (permalink / raw
To: gentoo-dev, robbat2
* "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>:
> 1.1 app-arch/hardlink/hardlink-0.1.1.ebuild
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&content-type=text/plain
> src_install() {
> emake DESTDIR="${D}" install
^ || die
> }
> 1.1 app-arch/duff/duff-0.4.ebuild
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&content-type=text/plain
> src_install() {
> emake DESTDIR="${D}" install
^ || die
> dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
> }
An imprecise search (/make .*install$/) revealed another 200 packages:
http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
Let it die before replacing a working package with a broken one.
Thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
2009-10-23 7:28 ` [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) Torsten Veller
@ 2009-10-23 16:19 ` Victor Ostorga
2009-10-23 16:34 ` Justin
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Victor Ostorga @ 2009-10-23 16:19 UTC (permalink / raw
To: gentoo-dev; +Cc: ml-en, robbat2
On Fri, 23 Oct 2009 09:28:47 +0200
Torsten Veller <ml-en@veller.net> wrote:
> * "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>:
> > 1.1 app-arch/hardlink/hardlink-0.1.1.ebuild
> >
> > file :
> > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&view=markup
> > plain:
> > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&content-type=text/plain
>
> > src_install() {
> > emake DESTDIR="${D}" install
> ^ || die
> > }
>
>
> > 1.1 app-arch/duff/duff-0.4.ebuild
> >
> > file :
> > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&view=markup
> > plain:
> > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&content-type=text/plain
>
> > src_install() {
> > emake DESTDIR="${D}" install
> ^ || die
> > dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
> > }
>
>
> An imprecise search (/make .*install$/) revealed another 200 packages:
> http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
>
> Let it die before replacing a working package with a broken one.
>
> Thanks
>
maintainer-needed done
Detail:
app-dicts/qvortaro/qvortaro-0.3.0.ebuild
app-dicts/qvortaro/qvortaro-0.3.1.ebuild
app-misc/muttprint/muttprint-0.72d-r1.ebuild already done
app-shells/fish/fish-1.23.0.ebuild
dev-lang/nqc/nqc-2.5.1.ebuild
dev-util/valkyrie/valkyrie-1.3.0.ebuild
dev-util/valkyrie/valkyrie-1.4.0.ebuild
sys-auth/libnss-cache/libnss-cache-0.1.ebuild
sys-block/unieject/unieject-5.3.2.ebuild
www-apps/swish-e/swish-e-2.4.3-r1.ebuild
www-apps/swish-e/swish-e-2.4.3.ebuild
Víctor.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
2009-10-23 7:28 ` [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) Torsten Veller
2009-10-23 16:19 ` Victor Ostorga
@ 2009-10-23 16:34 ` Justin
2009-10-23 17:00 ` [gentoo-dev] " Justin Bronder
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Justin @ 2009-10-23 16:34 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]
Torsten Veller wrote:
> * "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>:
>> 1.1 app-arch/hardlink/hardlink-0.1.1.ebuild
>>
>> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&view=markup
>> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&content-type=text/plain
>
>> src_install() {
>> emake DESTDIR="${D}" install
> ^ || die
>> }
>
>
>> 1.1 app-arch/duff/duff-0.4.ebuild
>>
>> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&view=markup
>> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&content-type=text/plain
>
>> src_install() {
>> emake DESTDIR="${D}" install
> ^ || die
>> dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
>> }
>
>
> An imprecise search (/make .*install$/) revealed another 200 packages:
> http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
>
> Let it die before replacing a working package with a broken one.
>
> Thanks
>
sci-chemistry/caver/caver-0.99.2.ebuild
sci-chemistry/caver/caver-0.99.4.ebuild
Are both outdated and can be removed. (if someone would proxy me for that).
I am maintaining a newer version in sci overlay.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] Re: make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
2009-10-23 7:28 ` [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) Torsten Veller
2009-10-23 16:19 ` Victor Ostorga
2009-10-23 16:34 ` Justin
@ 2009-10-23 17:00 ` Justin Bronder
2009-10-23 18:26 ` Jonathan Callen
2009-10-26 20:00 ` [gentoo-dev] " Heath N. Caldwell
4 siblings, 0 replies; 6+ messages in thread
From: Justin Bronder @ 2009-10-23 17:00 UTC (permalink / raw
To: gentoo-dev, robbat2
[-- Attachment #1: Type: text/plain, Size: 411 bytes --]
On 23/10/09 09:28 +0200, Torsten Veller wrote:
> An imprecise search (/make .*install$/) revealed another 200 packages:
> http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
>
> Let it die before replacing a working package with a broken one.
>
> Thanks
>
Fixed:
sys-cluster/osc-mpiexec/osc-mpiexec-0.83.ebuild
sys-cluster/pvfs2/pvfs2-2.7.0-r2.ebuild
Thanks.
--
Justin Bronder
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] Re: make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
2009-10-23 7:28 ` [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) Torsten Veller
` (2 preceding siblings ...)
2009-10-23 17:00 ` [gentoo-dev] " Justin Bronder
@ 2009-10-23 18:26 ` Jonathan Callen
2009-10-26 20:00 ` [gentoo-dev] " Heath N. Caldwell
4 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen @ 2009-10-23 18:26 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Torsten Veller wrote:
> An imprecise search (/make .*install$/) revealed another 200 packages:
> http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
>
> Let it die before replacing a working package with a broken one.
Removed from tree:
kde-base/kdebase/kdebase-3.5.9.ebuild
kde-base/kdebase/kdebase-3.5.9-r1.ebuild
kde-base/kdebase/kdebase-3.5.9-r2.ebuild
kde-base/kdebase/kdebase-3.5.9-r3.ebuild
Fixed:
kde-base/kdebase/kdebase-3.5.9-r4.ebuild
kde-base/kdm/kdm-3.5.10.ebuild
- --
Jonathan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkrh9VoACgkQOypDUo0oQOrTKgCdEPCduNbtJROucNWoc/2m6Nh2
3IgAnjTcTVmWl/4/iwL2umsf+QDiq3Sv
=GNW7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff )
2009-10-23 7:28 ` [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) Torsten Veller
` (3 preceding siblings ...)
2009-10-23 18:26 ` Jonathan Callen
@ 2009-10-26 20:00 ` Heath N. Caldwell
4 siblings, 0 replies; 6+ messages in thread
From: Heath N. Caldwell @ 2009-10-26 20:00 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
On 2009-10-23 09:28, Torsten Veller wrote:
> An imprecise search (/make .*install$/) revealed another 200 packages:
> http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
Fixed app-admin/tenshi.
--
Heath Caldwell - hncaldwell@gentoo.org
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-10-26 20:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1N13kY-0000Rk-GO@stork.gentoo.org>
[not found] ` <E1N12mo-0004Qi-0w@stork.gentoo.org>
2009-10-23 7:28 ` [gentoo-dev] make install without die (gentoo-x86 commit in app-arch/hardlink, app-arch/duff ) Torsten Veller
2009-10-23 16:19 ` Victor Ostorga
2009-10-23 16:34 ` Justin
2009-10-23 17:00 ` [gentoo-dev] " Justin Bronder
2009-10-23 18:26 ` Jonathan Callen
2009-10-26 20:00 ` [gentoo-dev] " Heath N. Caldwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox