gentoo-x86 commit in x11-misc/lightdm: lightdm-1.2.2-r2.ebuild ChangeLog
On 06/21/2012 10:37 AM, Ben de Groot (yngwin) wrote:
yngwin 12/06/21 07:37:15
Modified: lightdm-1.2.2-r2.ebuild ChangeLog
Log:
Re-tidy. Restore glib slot. Drop unnecessary gobject-introspection minimal version (there is nothing lower in tree). Restore useful comments.
There is no glib3 and all the commands are self-explanatory. And users
might still have older gobject-introspection installed, with nothing
forcing the upgrade now.
I consider this a regression (in every regard) and will just do the same
changes again with the next fixes
src_prepare() {
sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369
@@ -54,18 +52,18 @@
}
src_configure() {
+ # Set default values if global vars unset
local _greeter _session _user
_greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter}
_session=${LIGHTDM_SESSION:=gnome}
_user=${LIGHTDM_USER:=root}
-
+ # Let user know how lightdm is configured
einfo "Gentoo configuration"
einfo "Default greeter: ${_greeter}"
einfo "Default session: ${_session}"
einfo "Greeter user: ${_user}"
Index: ChangeLog
================================================== =================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 20 Jun 2012 04:58:41 -0000 1.42
+++ ChangeLog 21 Jun 2012 07:37:15 -0000 1.43
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lightdm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.42 2012/06/20 04:58:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.43 2012/06/21 07:37:15 yngwin Exp $
+
+ 21 Jun 2012; Ben de Groot <yngwin@gentoo.org> lightdm-1.2.2-r2.ebuild:
+ Re-tidy. Restore glib slot. Drop unnecessary gobject-introspection minimal
+ version (there is nothing lower in tree). Restore useful comments.
*lightdm-1.2.2-r2 (20 Jun 2012)
06-21-2012, 08:42 AM
Ben de Groot
gentoo-x86 commit in x11-misc/lightdm: lightdm-1.2.2-r2.ebuild ChangeLog
On 21 June 2012 15:39, Samuli Suominen <ssuominen@gentoo.org> wrote:
> On 06/21/2012 10:37 AM, Ben de Groot (yngwin) wrote:
>>
>> yngwin * * *12/06/21 07:37:15
>>
>> * Modified: * * * * * * lightdm-1.2.2-r2.ebuild ChangeLog
>> * Log:
>> * Re-tidy. Restore glib slot. Drop unnecessary gobject-introspection
>> minimal version (there is nothing lower in tree). Restore useful comments.
>
>
> There is no glib3
Since glib is slotted, we specified the slot. There was no good reason
for you to change that. Besides, it is conceivable there will be a glib-3
in the future. Using the slot is more precise and more likely to be
future-proof.
> and all the commands are self-explanatory.
And what's wrong with leaving the comments in place, which the
maintainers put there for a reason? In my opinion it is good practice
to document why you are doing things, to make sure maintainers
after us will understand -- they might not be as experienced.
> And users might
> still have older gobject-introspection installed, with nothing forcing the
> upgrade now.
Regular maintenance should take care of that. We are not in the
habit of specifying minimal versions for all dependencies.
> I consider this a regression (in every regard) and will just do the same
> changes again with the next fixes
Please don't fix things that aren't broken.
If you think they are broken, then make sure it is documented
in the proper places (such as devmanual) before barging in
and changing the way the maintainers chose to do things.
Ben | yngwin
Gentoo developer
Gentoo Qt project lead
06-21-2012, 08:54 AM
Samuli Suominen
gentoo-x86 commit in x11-misc/lightdm: lightdm-1.2.2-r2.ebuild ChangeLog
On 06/21/2012 11:42 AM, Ben de Groot wrote:
Please don't fix things that aren't broken.
ditto
06-21-2012, 12:46 PM
Alexis Ballier
gentoo-x86 commit in x11-misc/lightdm: lightdm-1.2.2-r2.ebuild ChangeLog
On Thu, 21 Jun 2012 16:42:11 +0800
Ben de Groot <yngwin@gentoo.org> wrote:
> > And users might
> > still have older gobject-introspection installed, with nothing
> > forcing the upgrade now.
>
> Regular maintenance should take care of that. We are not in the
> habit of specifying minimal versions for all dependencies.
yes we are, if you are not then you should change this.
things like https://bugs.gentoo.org/show_bug.cgi?id=266293 are
perfectly valid bugs and annoy users. its not because you hadnt had a
bug report that its not worth preventing it.