public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Richard Freeman <rich@thefreemanclan.net>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev]  Re: Re: Re: Re: Re: Re: [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)
Date: Sat, 22 Dec 2007 10:12:51 -0500	[thread overview]
Message-ID: <476D2973.8090403@thefreemanclan.net> (raw)
In-Reply-To: <20071222114423.GA4937@ferdyx.org>

[-- Attachment #1: Type: text/plain, Size: 3279 bytes --]

Fernando J. Pereda wrote:
> On Sat, Dec 22, 2007 at 06:01:04PM +0800, Zhang Le wrote:
>> All could be get before sourcing.
>> I know you'd say people will use all syntaxes to define. But how many are
>> there? EAPI=1, EAPI="1" these are the two ways currently used in tree.
>> A simple qgrep can show that.
>> Two steps can guarantee you get the value
>> 1. strip "
>> 2. get the value
> 
> And then you are stuck FOREVER into defining EAPI as a variable.
> 

And with the proposed GLEP you are stuck FOREVER into defining EAPI as
part of the filename.  What's the difference?

> You clearly haven't read anything on this thread. I suggest you go and
> do so before making a fool of yourself again. Please.

I doubt that they have failed to see that this reply has been made
before.  Very little has been posted in the last day on this thread that
hasn't already been posted the day before.  The issue isn't that people
are too dumb to realize the limitations of putting "EAPI=foo" in their
ebuilds - the issue is that many don't believe that this is much of a
limitation.  However, nobody wants to stop replying because they're
probably concerned that their ignoring this thread will be accepted as
evidence of acceptance of the proposal.

> 
> Please guys, keep in mind that the fact that some of you understand what
> a filename is and are able to provide simple commands that extract a
> particular line from a file does not entitle you with the knowdledge
> required to contribute something useful to this discussion.

This really isn't helpful.  It is essentially an ad-hominum argument.
The fundamental issue is that there is a disagreement over whether
leaving things as they are currently is a major problem.  If others
don't have the knowledge necessary to contribute something useful then
take the time to educate them - don't tell them to just be quiet.  The
number of replies in this thread obviously indicates that we're not
talking about 1-2 people who aren't quite sure what is going on and 200
people that clearly agree with the merits of this proposal.  If so many
people can't see the value in this GLEP then perhaps it isn't adequately
explained?

As I see it, the only real advantage of changing filenames vs a variable
with formatting requirements (thus allowing it to be scanned without
sourcing the ebuild) seems to be that it will prevent current package
managers from breaking when they source an ebuild due to new global
functions.  The only other objection I've seen raised is that the
variable approach limits your future options regarding content - but I
don't see that as being really any worse than limiting the filename.
Either way its a few bytes in a particular spot on the disk - why is one
better than the other?

I'm actually warming up to this proposal a little, but those in favor of
it would do well to address concerns and discuss them with those who
raise them (possibly by irc/off-list-email as needed) and not just tell
them to be quiet about it.  The goal isn't to bash everybody in to
submission within 2 days so that the GLEP can get approved - the goal is
to gather input so that the GLEP can be as good as possible when it is
approved.  You don't need to completely agree with your critics to at
least consider their objections.

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 4101 bytes --]

  reply	other threads:[~2007-12-22 15:16 UTC|newest]

Thread overview: 299+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17 22:20 [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI) Piotr Jaroszyński
2007-12-17 23:40 ` Thomas de Grenier de Latour
2007-12-17 23:52   ` Ciaran McCreesh
2007-12-18  0:10 ` Joe Peterson
2007-12-18  0:18   ` Ciaran McCreesh
2007-12-18  0:30     ` Joe Peterson
2007-12-18  0:39       ` Ciaran McCreesh
2007-12-18  9:36         ` Fabian Groffen
2007-12-18 10:03           ` Ciaran McCreesh
2007-12-18 20:38             ` Fabian Groffen
2007-12-18 23:59               ` Ciaran McCreesh
2007-12-19 14:18                 ` Luca Barbato
2007-12-19 20:27                   ` Ciaran McCreesh
2007-12-18  0:36     ` Thomas de Grenier de Latour
2007-12-18  0:43       ` Ciaran McCreesh
2007-12-18  1:05         ` Joe Peterson
2007-12-18  1:14           ` Ciaran McCreesh
2007-12-18  1:46             ` Joe Peterson
2007-12-18 15:16               ` Marius Mauch
2007-12-18  1:01       ` Bo Ørsted Andresen
2007-12-18 21:08         ` Thomas de Grenier de Latour
2007-12-18 21:32           ` Piotr Jaroszyński
2007-12-18 21:41             ` Wulf C. Krueger
2007-12-19  0:09           ` Ciaran McCreesh
2007-12-19  7:12             ` Thomas de Grenier de Latour
2007-12-19 10:32               ` Ciaran McCreesh
2007-12-20  5:46                 ` Thomas de Grenier de Latour
2007-12-20  5:53                   ` Ciaran McCreesh
2007-12-20 13:08                     ` Thomas de Grenier de Latour
2007-12-20 15:57                       ` Michael Haubenwallner
2007-12-21  0:34                         ` Ciaran McCreesh
2007-12-21 13:43                           ` Richard Freeman
2007-12-21 13:59                             ` Ciaran McCreesh
2007-12-22  1:53                               ` [gentoo-dev] " Duncan
2007-12-22  6:35                                 ` Steve Long
2007-12-22  7:12                                   ` Ciaran McCreesh
2007-12-22  9:43                                     ` Duncan
2007-12-22 10:05                                   ` Duncan
2007-12-23 21:01                                     ` Steve Long
2007-12-24  8:31                                       ` Duncan
2007-12-21 14:01                             ` [gentoo-dev] " Thomas Anderson
2007-12-18 17:05       ` [gentoo-dev] " Steve Long
2007-12-18 17:21         ` Fernando J. Pereda
2007-12-19 10:26           ` [gentoo-dev] " Steve Long
2007-12-19 10:29             ` Ciaran McCreesh
2007-12-19 11:05               ` [gentoo-dev] " Steve Long
2007-12-19 11:16                 ` Ciaran McCreesh
2007-12-20  0:07                   ` [gentoo-dev] " Steve Long
2007-12-20  3:50                     ` Ciaran McCreesh
2007-12-20 12:48                       ` [gentoo-dev] " Steve Long
2007-12-20 13:06                         ` Richard Brown
2007-12-20 13:12                         ` Bo Ørsted Andresen
2007-12-20 13:18                           ` Fernando J. Pereda
2007-12-21  0:46                         ` Ciaran McCreesh
2007-12-21 13:31                           ` Richard Freeman
2007-12-21 18:52                             ` Petteri Räty
2007-12-22  0:59                           ` [gentoo-dev] " Steve Long
2007-12-22  7:25                             ` Ciaran McCreesh
2007-12-22  8:55                               ` Zhang Le
2007-12-22  9:07                                 ` Ciaran McCreesh
2007-12-22 10:01                                   ` Zhang Le
2007-12-22 11:44                                     ` Fernando J. Pereda
2007-12-22 15:12                                       ` Richard Freeman [this message]
2007-12-22 17:26                                         ` Zhang Le
2007-12-23  4:46                                         ` Ciaran McCreesh
2007-12-22 17:32                                       ` Zhang Le
2007-12-20  8:44                     ` [gentoo-dev] " Fernando J. Pereda
2007-12-20 18:27                   ` [gentoo-dev] " Zhang Le
2007-12-21  0:32                     ` Ciaran McCreesh
     [not found]                       ` <476B29A0.8090404@gentoo.org>
2007-12-21  3:04                         ` Ciaran McCreesh
2007-12-21  3:43                           ` Zhang Le
2007-12-20 18:45                   ` Zhang Le
2007-12-21  0:49                     ` Ciaran McCreesh
2007-12-21  2:14                       ` Luca Barbato
2007-12-21  2:23                         ` Ciaran McCreesh
     [not found]                           ` <476B2A54.8030606@gentoo.org>
2007-12-21  2:56                             ` Ciaran McCreesh
2007-12-21  3:51                               ` Zhang Le
2007-12-21  3:59                                 ` Ciaran McCreesh
2007-12-21  4:20                                   ` Zhang Le
2007-12-21  4:26                                     ` Ciaran McCreesh
2007-12-22  8:49                                       ` Zhang Le
2007-12-22  9:08                                         ` Ciaran McCreesh
2007-12-22 10:05                                           ` Zhang Le
2007-12-24  1:22                                           ` Luca Barbato
     [not found]                           ` <476B2884.1020700@gentoo.org>
2007-12-21  2:57                             ` Ciaran McCreesh
2007-12-21 13:29                       ` Richard Freeman
2007-12-21 13:41                         ` Ciaran McCreesh
2007-12-19 20:03                 ` Joe Peterson
2007-12-19 23:59                   ` Richard Freeman
2007-12-20  0:06                     ` Ciaran McCreesh
2007-12-20  1:28                       ` Richard Freeman
2007-12-20  3:54                         ` Ciaran McCreesh
2007-12-20  9:43                           ` [gentoo-dev] " Duncan
2007-12-20  9:57                             ` Ciaran McCreesh
2007-12-20 14:08                               ` Richard Freeman
2007-12-20 18:23                               ` Zhang Le
2007-12-20 13:56                           ` [gentoo-dev] Re: " Richard Freeman
2007-12-21  0:50                             ` Ciaran McCreesh
2007-12-18  7:17     ` [gentoo-dev] " Ulrich Mueller
2007-12-18  7:29       ` Ciaran McCreesh
2007-12-18 21:30         ` Thomas de Grenier de Latour
2007-12-18 13:57       ` Joe Peterson
2007-12-18 14:24         ` Fernando J. Pereda
2007-12-18 17:37           ` Ulrich Mueller
2007-12-18 17:53             ` Santiago M. Mola
2007-12-18 18:20               ` Joe Peterson
2007-12-18 19:41                 ` Wulf C. Krueger
2007-12-20  8:22                 ` Daniel Pielmeier
2007-12-18 17:56             ` Fernando J. Pereda
2007-12-18 19:45               ` [gentoo-dev] " Duncan
2007-12-18 19:59                 ` Fernando J. Pereda
2007-12-19 14:27                   ` Luca Barbato
2007-12-19 14:44                     ` Piotr Jaroszyński
2007-12-19 15:17                       ` Luca Barbato
2007-12-19 15:40                         ` Fernando J. Pereda
2007-12-19 16:03                           ` Jim Ramsay
2007-12-19 16:50                             ` Fernando J. Pereda
2007-12-20  9:05                               ` Duncan
2007-12-18 20:11                 ` Piotr Jaroszyński
2007-12-18 23:50                   ` Duncan
2007-12-19  0:06                     ` Ciaran McCreesh
2007-12-19  9:28                       ` Duncan
2007-12-18 18:26             ` [gentoo-dev] " Piotr Jaroszyński
2007-12-18 18:51               ` Ulrich Mueller
2007-12-18 20:08                 ` Piotr Jaroszyński
2007-12-18 20:27                   ` Fabian Groffen
2007-12-18  4:41 ` Jeroen Roovers
2007-12-18  4:46   ` Ciaran McCreesh
2007-12-18  5:27     ` Jeroen Roovers
2007-12-18  5:52       ` Jeroen Roovers
2007-12-18  9:53 ` [gentoo-dev] " Duncan
2007-12-18 10:18   ` Ciaran McCreesh
2007-12-18 15:45 ` [gentoo-dev] " Marius Mauch
2007-12-19  0:07   ` Ciaran McCreesh
2007-12-19 13:54     ` Marius Mauch
2007-12-19 14:37 ` Luca Barbato
2007-12-19 15:00   ` Piotr Jaroszyński
2007-12-19 15:15     ` Luca Barbato
2007-12-19 16:05   ` Jim Ramsay
2007-12-20 18:52     ` Zhang Le
2007-12-21  0:51       ` Ciaran McCreesh
2007-12-21  2:59         ` Zhang Le
2007-12-21  3:07           ` Ciaran McCreesh
2007-12-21  9:58             ` Thomas Pani
2007-12-21 10:01               ` Ciaran McCreesh
2007-12-21 13:29                 ` Rémi Cardona
2007-12-21 13:38                   ` Ciaran McCreesh
2007-12-24 11:19                     ` [gentoo-dev] " Steve Long
2007-12-24 12:39                       ` Ciaran McCreesh
2007-12-22  8:05               ` [gentoo-dev] " Zhang Le
2007-12-20  0:38 ` Donnie Berkholz
2007-12-20  2:31   ` EAPI definition Was: " Luca Barbato
2007-12-20  4:02     ` Donnie Berkholz
2007-12-20  6:52       ` Luca Barbato
2007-12-20  4:07     ` Ciaran McCreesh
2007-12-20  7:10       ` Luca Barbato
2007-12-27 19:16         ` Marius Mauch
2007-12-27 22:26           ` Luca Barbato
2007-12-27 22:40             ` Doug Klima
2007-12-28  6:57               ` Sven Vermeulen
2007-12-28 12:03             ` Ciaran McCreesh
2007-12-28 12:25               ` Santiago M. Mola
2007-12-28 12:28                 ` Ciaran McCreesh
2007-12-28 12:45                   ` Santiago M. Mola
2007-12-28 23:34                   ` [gentoo-dev] Re: EAPI definition Was: " Duncan
2007-12-31 14:48                     ` Marius Mauch
2007-12-31 14:46               ` EAPI definition Was: [gentoo-dev] " Marius Mauch
2007-12-31 15:09                 ` Ciaran McCreesh
2008-01-01  4:50                   ` Marius Mauch
2008-01-01 15:42                     ` Ciaran McCreesh
2007-12-20 10:37       ` Thomas Pani
2007-12-20 10:42         ` Ciaran McCreesh
2007-12-20 11:06           ` Thomas Pani
2007-12-20 11:12             ` Ciaran McCreesh
2007-12-20 13:54               ` Denis Dupeyron
2007-12-21  0:57                 ` Ciaran McCreesh
2007-12-21  2:46                   ` Luca Barbato
2007-12-21  3:05                     ` Ciaran McCreesh
2007-12-21  3:26                       ` Zhang Le
2007-12-21  3:32                         ` Ciaran McCreesh
2007-12-21  3:54                           ` Zhang Le
2007-12-21  3:09                   ` Zhang Le
2007-12-21  3:17                     ` Ciaran McCreesh
2007-12-21  3:38                       ` Zhang Le
2007-12-21  3:41                         ` Ciaran McCreesh
2007-12-21  3:56                           ` Zhang Le
2007-12-21  4:02                             ` Ciaran McCreesh
2007-12-21  4:25                               ` Zhang Le
2007-12-21 15:31                                 ` Bo Ørsted Andresen
2007-12-22  8:47                                   ` Zhang Le
2007-12-22  9:11                                     ` Ciaran McCreesh
2007-12-22  9:53                                       ` Simon Cooper
2007-12-22 10:02                                         ` Jan Kundrát
2007-12-22 12:45                                         ` Ciaran McCreesh
2007-12-22 15:23                                           ` Thomas de Grenier de Latour
2007-12-23  5:03                                             ` Ciaran McCreesh
2007-12-23 13:54                                               ` Thomas de Grenier de Latour
2007-12-24  5:58                                                 ` Ciaran McCreesh
2007-12-28  5:43                                                   ` [gentoo-dev] " Steve Long
2007-12-20 18:29               ` [gentoo-dev] " Zhang Le
2007-12-21 12:34                 ` Piotr Jaroszyński
2007-12-22  3:19                   ` Luca Barbato
2007-12-22  7:13                     ` Ciaran McCreesh
2007-12-22 11:03                       ` [gentoo-dev] " Duncan
2007-12-22 14:50                         ` Piotr Jaroszyński
2007-12-22 17:13                           ` Duncan
2007-12-24  1:39                       ` [gentoo-dev] " Luca Barbato
2007-12-22  7:00                   ` Jeroen Roovers
2007-12-22  8:09                   ` Zhang Le
2007-12-22  8:11                     ` Ciaran McCreesh
2007-12-22  8:58                       ` Zhang Le
2007-12-22 11:53                         ` Fernando J. Pereda
2007-12-22 17:14                           ` Zhang Le
2007-12-22 18:43                             ` Fernando J. Pereda
2007-12-22 19:47                               ` Zhang Le
2007-12-22 14:16                     ` Piotr Jaroszyński
2007-12-20 13:02             ` Wulf C. Krueger
2007-12-20 15:20               ` Luca Barbato
2007-12-20 16:08                 ` Rémi Cardona
2007-12-20 16:22                   ` Luca Barbato
2007-12-20 17:56                     ` Doug Klima
2007-12-21 14:53                     ` Michael Haubenwallner
2007-12-22  3:21                       ` Luca Barbato
2007-12-27 19:48                     ` Marius Mauch
2007-12-27 20:28                       ` Michael Haubenwallner
2007-12-27 20:36                         ` Ciaran McCreesh
2007-12-20 16:14               ` Thomas Pani
2007-12-20 21:33                 ` Joe Peterson
2007-12-21  0:54                   ` Ciaran McCreesh
2007-12-21  2:17                     ` Luca Barbato
2007-12-21  2:26                       ` Ciaran McCreesh
2007-12-21  2:41                         ` Luca Barbato
2007-12-21  2:53                           ` Ciaran McCreesh
2007-12-21 15:41                           ` Bo Ørsted Andresen
2007-12-22  1:19                             ` [gentoo-dev] " Steve Long
2007-12-22  3:24                             ` [gentoo-dev] " Luca Barbato
2007-12-22  7:14                               ` Ciaran McCreesh
2007-12-23  2:05                                 ` Luca Barbato
2007-12-22  9:01                               ` Zhang Le
2007-12-22  9:12                                 ` Ciaran McCreesh
2007-12-22  9:37                                   ` Zhang Le
2007-12-22 12:48                                     ` Ciaran McCreesh
2007-12-21  3:34                         ` Zhang Le
2007-12-21  3:36                           ` Ciaran McCreesh
2007-12-21  4:03                             ` Zhang Le
2007-12-21  4:06                               ` Ciaran McCreesh
2007-12-21  4:27                                 ` Zhang Le
2007-12-21  4:32                                   ` Ciaran McCreesh
2007-12-22 10:09                                     ` Zhang Le
2007-12-22 11:36                                       ` Zhang Le
2007-12-22 11:39                                         ` Jan Kundrát
2007-12-22 17:58                                           ` Zhang Le
2007-12-21  4:46                         ` Josh Saddler
2007-12-21  4:53                           ` Ciaran McCreesh
2007-12-21  6:24                             ` Luca Barbato
2007-12-21  6:34                               ` Ciaran McCreesh
2007-12-21 10:18                                 ` Luca Barbato
2007-12-21 10:27                                   ` Ciaran McCreesh
2007-12-21 15:45                           ` Bo Ørsted Andresen
2007-12-21 15:40                   ` Bo Ørsted Andresen
2007-12-21 16:37                     ` Joe Peterson
2007-12-22  7:15                       ` Ciaran McCreesh
2007-12-21 15:35                 ` Bo Ørsted Andresen
2007-12-20 19:01     ` EAPI definition Was: " Zhang Le
2007-12-20 19:30       ` Santiago M. Mola
2007-12-20 20:27         ` [gentoo-dev] Re: EAPI definition Was: " Markus Ullmann
2007-12-20 22:46           ` Wulf C. Krueger
2007-12-21  3:23         ` EAPI definition Was: [gentoo-dev] " Zhang Le
2007-12-21  3:28           ` Ciaran McCreesh
2007-12-21  4:15             ` Zhang Le
2007-12-21  4:19               ` Ciaran McCreesh
2007-12-22  0:23               ` [gentoo-dev] Re: EAPI definition Was: " Duncan
2007-12-21 15:47       ` EAPI definition Was: [gentoo-dev] " Bo Ørsted Andresen
2007-12-22  9:49         ` Zhang Le
2007-12-22 12:43           ` Ciaran McCreesh
2007-12-22 18:06             ` Zhang Le
2007-12-20  8:20   ` Denis Dupeyron
2007-12-20  8:29   ` Ciaran McCreesh
2007-12-20  9:19     ` Donnie Berkholz
2007-12-20  9:25       ` Petteri Räty
2007-12-20 19:21         ` Josh Saddler
2007-12-20  9:43       ` Jan Kundrát
2007-12-20 10:09         ` Donnie Berkholz
2007-12-20 10:26           ` Bo Ørsted Andresen
2007-12-20 20:06             ` Donnie Berkholz
2007-12-20 10:30           ` Jan Kundrát
2007-12-20 12:48           ` Wulf C. Krueger
2007-12-20  9:55       ` Ciaran McCreesh
2007-12-27 20:15         ` Marius Mauch
2007-12-20 13:36   ` Luca Barbato
2007-12-20 12:50 ` [gentoo-dev] [GLEP] Use EAPI inside ebuild filename (.EAPI-ebuild of different?) Peter Volkov
2007-12-31 14:38   ` Marius Mauch
2007-12-22  1:41 ` [gentoo-dev] [GLEP 55] EAPI subdirectories instead of file name suffixes Petteri Räty
2007-12-22  2:26   ` Piotr Jaroszyński
2007-12-22  6:46     ` [gentoo-dev] " Steve Long
2007-12-22  9:50     ` [gentoo-dev] " Jan Kundrát
2007-12-22 15:29       ` Piotr Jaroszyński
2007-12-22  7:09   ` Ciaran McCreesh
2007-12-22 11:59     ` Fernando J. Pereda

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=476D2973.8090403@thefreemanclan.net \
    --to=rich@thefreemanclan.net \
    --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