public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Ian Delaney <idella4@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 13 May 2016 16:52:09 +0800	[thread overview]
Message-ID: <20160513165209.14459685@archtester.homenetwork> (raw)
In-Reply-To: <20160507232558.1995dff5.mgorny@gentoo.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On Sat, 7 May 2016 23:25:58 +0200
Michał Górny <mgorny@gentoo.org> wrote:

> On Sat,  7 May 2016 21:19:31 +0000 (UTC)
> "Joerg Bornkessel" <hd_brummy@gentoo.org> wrote:
> 
> > commit:     66afcab271f65b97330e610040ad3acc1b812a03
> > Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
> > AuthorDate: Sat May  7 21:18:48 2016 +0000
> > Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
> > CommitDate: Sat May  7 21:18:48 2016 +0000
> > URL:
> > https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66afcab2
> > 
> > fixed einstall vs. emake install for eapi=6
> > 
> >  eclass/vdr-plugin-2.eclass | 6 +++++-
> >  1 file changed, 5 insertions(+), 1 deletion(-)
> > 
> > diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass
> > index ae09a34..65f1409 100644
> > --- a/eclass/vdr-plugin-2.eclass
> > +++ b/eclass/vdr-plugin-2.eclass
> > @@ -571,7 +571,11 @@ vdr-plugin-2_src_install() {
> >  	local SOFILE_STRING=$(grep SOFILE Makefile)
> >  	if [[ -n ${SOFILE_STRING} ]]; then
> >  		BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-install }}
> > -		einstall ${BUILD_PARAMS} \
> > +		if [[ ${EAPI} == 6 ]]; then
> > +			emake install ${BUILD_PARAMS} \
> > +		else
> > +			einstall ${BUILD_PARAMS} \
> > +		fi
> >  			${BUILD_TARGETS} \
> >  			TMPDIR="${T}" \
> >  			DESTDIR="${D}" \
> >   
> 
> Do you seriously expect this code to work? How about testing? Or
> reading diffs before committing?
> 

Do you seriously expect us to sit and absorb this form of pious
put down? From one who knows far better who is entitled to speak down
to colleagues as is completely lacking a cerebral cortex? Those times
are drawing to an end. Did anyone ever teach you to treat folk in such
manner and expect them to respect it? I don't think so
Not over my dead cvs perhaps

- -- 
kind regards

Ian Delaney
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.1

iQJ8BAEBCgBmBQJXNZW5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCRUI4RjAxNzRGRTVDMjI4RjcxNkRFNzIw
QzQzN0NCNDcxRTlEMzNBAAoJEAxDfLRx6dM6mzcP/1BmrZw/EiuPlJh6MuufJ1/U
Zlg26d99Vvvji0VVHcz9lrDhk6ubYB3WrcrG3E2M1pVwXDTuy+z5ez7RXvuUMSSY
XiP4uWVWmlQoBlkAzAAvzKKVNsQvfOCif1x/b59Qjm9qAKQOwawTzCjOCHIrB08V
EXFuuo5gpHfkq5vtU7jK22/6Zo56w+A7xfgSKl96byepA4F++3vDH4kX3XTBVmtE
vlPn230CQqgP/YMZ/TBcQ4AE3r0fxPmGnAniZn/o5v2Zpzo1SZjrRlYJXDq3PnIa
Rjs6fWEvfA7xu8wDt05Xz+8bzVXmS//1ga0VB1dmcNlVelUY7Pwi1kR+nUF174Vo
/xLlTvK/EboliAMbviRwX9extWycWCB+iyBH/RkazaQQmSiW5tHlVPx8Wu7LiRay
O8eFks7LgenetNBymMaiPBNZJMo/I+Fnebk43qx0XfUyuANLsg3JnsY4WG+Evcjc
3XqkTePuDyFLQEgQlU417JSFRkyZ0odMqpVShqOxgv4EA/HAiCpWCHkE1ZuiLi1V
7bKQodOclD3jTmy6eJgLpoEhqphXCaX9bl5QcFyu3+La8r3YXOqErCbOECoJy0Np
lXwOCKZ9kvcv8iLygxKqP/0rxuAP0kzs5NSWd2zhHLRBihNvP+xkc2Pi4ztRT2LN
Hju+wa0/WdLLTEPCAe78
=4iJI
-----END PGP SIGNATURE-----

  parent reply	other threads:[~2016-05-13  8:52 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1462655928.66afcab271f65b97330e610040ad3acc1b812a03.hd_brummy@gentoo>
2016-05-07 21:25 ` [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/ Michał Górny
2016-05-07 21:48   ` Ryan Hill
2016-05-09 23:10   ` Doug Goldstein
2016-05-13  8:52   ` Ian Delaney [this message]
2016-05-14  9:55     ` Andreas K. Huettel
2016-05-14 11:35       ` Ciaran McCreesh
2016-05-14 11:55         ` M. J. Everitt
2016-05-14 15:04         ` Gordon Pettey
2016-05-14 16:53           ` Chí-Thanh Christopher Nguyễn
2016-05-14 16:59             ` M. J. Everitt
2016-05-14 17:06               ` Rich Freeman
2016-05-14 17:07                 ` landis blackwell
2016-05-14 17:52                   ` Rich Freeman
2016-05-14 19:21                     ` M. J. Everitt
2016-05-14 20:23                       ` Rich Freeman
2016-05-15 10:47                         ` Daniel Campbell
2016-05-14 17:08                 ` M. J. Everitt
2016-05-14 20:06               ` Andreas K. Huettel
2016-05-14 11:55     ` Aaron Bauman
2016-05-14 13:54       ` Rich Freeman
2016-05-14 23:40         ` Aaron Bauman
2016-05-14 23:48           ` Ciaran McCreesh
2016-05-15  0:23             ` Aaron Bauman
2016-05-15  1:04               ` Rich Freeman
2016-05-15  1:12                 ` M. J. Everitt
2016-05-16  7:56                 ` Ian Delaney
2016-05-16  8:20                   ` Consus
2016-05-16  8:30                   ` Aaron Bauman
2016-05-16  9:05                   ` Ciaran McCreesh
2016-05-16 16:21                     ` Andrew Savchenko
2016-05-16 16:32                       ` Andreas K. Huettel
2016-05-15  0:59           ` Rich Freeman
2016-05-15  1:12             ` M. J. Everitt
2016-05-15  9:53           ` Ryan Hill
2016-05-15 11:04             ` Daniel Campbell
2016-05-15 22:55               ` Duncan
2016-05-15 23:07                 ` Daniel Campbell
2016-05-16  0:12                 ` M. J. Everitt
2016-05-15 18:43             ` Andreas K. Huettel
2016-05-15 10:29           ` Michał Górny
2016-05-15 11:16             ` Daniel Campbell
2016-05-15 22:46               ` Duncan
2016-05-15 23:19                 ` Rich Freeman
2016-05-15  9:05   ` Jeroen Roovers
2016-05-15  9:15     ` Brian Dolbec
2016-05-15 11:18       ` Daniel Campbell
2016-05-15 14:27         ` Brian Dolbec
     [not found] <1567619929.63486fef43c2e0dee3b4128db18fd1a6b4bf9381.tupone@gentoo>
2019-09-04 18:59 ` Michał Górny
2019-09-04 22:30   ` David Seifert
2019-09-04 23:26   ` Thomas Deutschmann
2019-09-05  4:02     ` Michał Górny
2019-09-05 13:14       ` Thomas Deutschmann
2019-09-05 14:04         ` Gordon Pettey
2019-09-05 19:26           ` Kent Fredric
2019-09-05 19:28             ` James Le Cuirot
2019-09-05 19:47         ` Michał Górny
2019-09-05 19:49           ` Michael Everitt
2019-09-05 20:08           ` Kent Fredric
2019-09-05 20:16             ` Michał Górny
2019-09-05 22:47               ` Thomas Deutschmann
2019-09-06  3:45                 ` Mike Gilbert
2019-09-06  6:35                   ` Alfredo Tupone
2019-09-06  5:49                 ` Michał Górny
2019-09-06  4:02     ` Mike Gilbert
     [not found] <1564451381.6f680e4fe73925ae130343e02adb416cb799ce7d.mattst88@gentoo>
2019-07-30  5:20 ` Michał Górny
2019-07-30  5:29   ` Matt Turner
     [not found] <1526675772.d780c05e4459175eb314c82de9f3b998e2b4fc6e.asturm@gentoo>
2018-05-18 21:53 ` Michał Górny
     [not found] <1515158020.1e09cba657ccb2b8e6fbcbeb28c5c593da2127eb.polynomial-c@gentoo>
2018-01-05 13:36 ` Michał Górny
     [not found] <1494961831.d1b05bcf81e5058c20615179fb83a90c45daa487.vapier@gentoo>
2017-05-16 19:20 ` Michał Górny
2017-05-16 19:36   ` Fabian Groffen
2017-05-21 14:02     ` Kent Fredric
2017-05-21 14:46       ` Martin Vaeth
2017-05-21 16:29         ` William Hubbs
2017-05-21 17:34           ` Michał Górny
2017-05-21 18:18             ` Martin Vaeth
2017-05-21 19:32             ` Kent Fredric
2017-05-21 20:38               ` M. J. Everitt
2017-05-21 23:28               ` M. J. Everitt
2017-05-21 17:46   ` Raymond Jennings
2017-05-22  1:13     ` Luis Ressel
     [not found] <1463773635.548f4ee19c6b0fe0d5e87e84a5a82c421229e0ce.johu@gentoo>
2016-05-20 19:55 ` Michał Górny
     [not found] <1460833703.ad0c2ab2bdbd34f4550e49c56cfd5974d6a2c07a.blueness@gentoo>
2016-04-16 19:05 ` Michał Górny
2016-04-16 19:13   ` Anthony G. Basile
2016-04-16 19:16   ` Rich Freeman
2016-04-16 19:18     ` Anthony G. Basile
2016-04-16 19:41       ` Anthony G. Basile
2016-04-16 19:27   ` Anthony G. Basile
2016-04-16 19:31     ` Anthony G. Basile
2016-04-16 22:24       ` Mike Gilbert
2016-04-16 22:36         ` Rich Freeman
2016-04-16 22:46           ` Mike Gilbert
2016-04-16 22:54             ` Anthony G. Basile
2016-04-16 22:50           ` Anthony G. Basile
2016-04-17  8:15   ` Fabian Groffen
2016-04-17  8:28     ` Anthony G. Basile
2016-04-17 22:50       ` Anthony G. Basile
2016-04-18  2:09         ` Luca Barbato
     [not found] <1448180855.a144d7480f781f21323943d87e6a56136add3830.mr_bones_@gentoo>
2015-11-22  8:38 ` Michał Górny
     [not found] <1447717075.aac24917ebe254a23990f0d7fff9f6f570b99d15.mpagano@gentoo>
2015-11-17  7:19 ` Michał Górny
2015-11-17 20:37   ` Raymond Jennings
2015-11-17 23:42     ` Rich Freeman
2015-11-17 21:59   ` Mike Pagano
     [not found] <1447458773.ad4c142684afb096e8fff2937ae5c5c3385dd22e.mgorny@gentoo>
2015-11-16  9:01 ` Alexis Ballier
2015-11-16  9:06   ` Justin Lecher (jlec)
2015-11-16  9:14     ` Alexis Ballier
2015-11-16  9:29       ` Justin Lecher (jlec)
2015-11-16  9:52         ` Alexis Ballier
2015-11-16 12:08           ` Rich Freeman
     [not found] <1446206629.df8e399c9bac2dc30d7cf69c2462a81729a3ae69.jlec@gentoo>
2015-10-30 17:20 ` Michał Górny
2015-10-31  7:06   ` Mike Frysinger
2015-10-31  8:08     ` Michał Górny
2015-10-31 15:05       ` Gregory Woodbury
2015-11-10 23:53       ` Mike Frysinger
2015-11-11  9:09         ` Michał Górny
2015-11-11 14:42           ` Luca Barbato
2015-11-01  7:15   ` Ian Delaney
     [not found] <1444389412.5220bb29741e1685b42a6312c0b7bf2821672040.aballier@gentoo>
2015-10-09 15:32 ` hasufell
2015-10-09 16:21   ` Alexis Ballier
2015-10-09 16:25     ` hasufell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160513165209.14459685@archtester.homenetwork \
    --to=idella4@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox