* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2008-06-21 20:38 Ben de Groot (yngwin)
0 siblings, 0 replies; 9+ messages in thread
From: Ben de Groot (yngwin) @ 2008-06-21 20:38 UTC (permalink / raw
To: gentoo-commits
yngwin 08/06/21 20:38:25
Modified: ChangeLog
Added: consolekit-0.2.10.ebuild
Log:
Version bump. Fixes compilation with glibc-2.8, bug 225405.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-hh5 i686)
Revision Changes Path
1.33 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 6 Dec 2007 22:15:06 -0000 1.32
+++ ChangeLog 21 Jun 2008 20:38:24 -0000 1.33
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/consolekit
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.32 2007/12/06 22:15:06 beandog Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.33 2008/06/21 20:38:24 yngwin Exp $
+
+*consolekit-0.2.10 (21 Jun 2008)
+
+ 21 Jun 2008; Ben de Groot <yngwin@gentoo.org> +consolekit-0.2.10.ebuild:
+ Version bump. Fixes compilation with glibc-2.8, bug 225405.
06 Dec 2007; Steve Dibb <beandog@gentoo.org> consolekit-0.2.3.ebuild:
amd64 stable, bug 201103
1.1 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.1&content-type=text/plain
Index: consolekit-0.2.10.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.1 2008/06/21 20:38:24 yngwin Exp $
inherit eutils autotools multilib pam
MY_PN="ConsoleKit"
MY_PV="${PV//_pre*/}"
DESCRIPTION="Framework for defining and tracking users, login sessions and seats."
HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
MAKEOPTS="$MAKEOPTS -j1"
RDEPEND=">=dev-libs/glib-2.7
>=dev-libs/dbus-glib-0.61
>=x11-libs/libX11-1.0.0
pam? ( virtual/pam )
elibc_glibc? ( !=sys-libs/glibc-2.4* )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
src_unpack() {
unpack ${A}
cd "${S}"
# Work around an apparent FreeBSD kernel bug
use x86-fbsd && epatch "${FILESDIR}/${PN}"-0.2.3-freebsd.patch
}
src_compile() {
econf $(use_enable debug) \
$(use_enable pam pam-module) \
--with-pam-module-dir=/$(getpam_mod_dir) \
--with-pid-file=/var/run/consolekit.pid \
--with-dbus-services=/usr/share/dbus-1/services/ \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
#crappy Redhat init script
rm -f "${D}/etc/rc.d/init.d/ConsoleKit"
rm -r "${D}/etc/rc.d/"
#Portage barfs on .la files
rm -f "${D}/$(get_libdir)/security/pam_ck_connector.la"
# Gentoo style init script
newinitd "${FILESDIR}"/${PN}-0.1.rc consolekit
}
pkg_postinst() {
ewarn
ewarn "You need to restart ConsoleKit to get the new features."
ewarn "This can be done with /etc/init.d/consolekit restart"
ewarn "but make sure you do this and then restart your session"
ewarn "otherwise you will get access denied for certain actions"
ewarn
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2008-12-09 12:44 Alexis Ballier (aballier)
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2008-12-09 12:44 UTC (permalink / raw
To: gentoo-commits
aballier 08/12/09 12:44:56
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
drop bsd patch that doesnt apply anymore, bug #231910
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Revision Changes Path
1.34 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 21 Jun 2008 20:38:24 -0000 1.33
+++ ChangeLog 9 Dec 2008 12:44:56 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.33 2008/06/21 20:38:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.34 2008/12/09 12:44:56 aballier Exp $
+
+ 09 Dec 2008; Alexis Ballier <aballier@gentoo.org>
+ consolekit-0.2.10.ebuild:
+ drop bsd patch that doesnt apply anymore, bug #231910
*consolekit-0.2.10 (21 Jun 2008)
1.2 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.1&r2=1.2
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- consolekit-0.2.10.ebuild 21 Jun 2008 20:38:24 -0000 1.1
+++ consolekit-0.2.10.ebuild 9 Dec 2008 12:44:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.1 2008/06/21 20:38:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.2 2008/12/09 12:44:56 aballier Exp $
inherit eutils autotools multilib pam
@@ -13,8 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
-~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
@@ -30,14 +29,6 @@
S="${WORKDIR}/${MY_PN}-${MY_PV}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Work around an apparent FreeBSD kernel bug
- use x86-fbsd && epatch "${FILESDIR}/${PN}"-0.2.3-freebsd.patch
-}
-
src_compile() {
econf $(use_enable debug) \
$(use_enable pam pam-module) \
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-02-09 17:55 Tobias Klausmann (klausman)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-02-09 17:55 UTC (permalink / raw
To: gentoo-commits
klausman 09/02/09 17:55:36
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
Stable on alpha, bug #242270
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.36 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 13 Jan 2009 15:47:20 -0000 1.35
+++ ChangeLog 9 Feb 2009 17:55:36 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.35 2009/01/13 15:47:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.36 2009/02/09 17:55:36 klausman Exp $
+
+ 09 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+ consolekit-0.2.10.ebuild:
+ Stable on alpha, bug #242270
13 Jan 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
gentopia is becoming freedesktop
1.3 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.2&r2=1.3
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- consolekit-0.2.10.ebuild 9 Dec 2008 12:44:56 -0000 1.2
+++ consolekit-0.2.10.ebuild 9 Feb 2009 17:55:36 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.2 2008/12/09 12:44:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.3 2009/02/09 17:55:36 klausman Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-02-12 3:11 Jeremy Olexa (darkside)
0 siblings, 0 replies; 9+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-02-12 3:11 UTC (permalink / raw
To: gentoo-commits
darkside 09/02/12 03:11:07
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
amd64 stable, bug 242270
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.37 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 9 Feb 2009 17:55:36 -0000 1.36
+++ ChangeLog 12 Feb 2009 03:11:07 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.36 2009/02/09 17:55:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.37 2009/02/12 03:11:07 darkside Exp $
+
+ 12 Feb 2009; Jeremy Olexa <darkside@gentoo.org> consolekit-0.2.10.ebuild:
+ amd64 stable, bug 242270
09 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
consolekit-0.2.10.ebuild:
1.4 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.3&r2=1.4
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- consolekit-0.2.10.ebuild 9 Feb 2009 17:55:36 -0000 1.3
+++ consolekit-0.2.10.ebuild 12 Feb 2009 03:11:07 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.3 2009/02/09 17:55:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.4 2009/02/12 03:11:07 darkside Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-02-12 21:16 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-02-12 21:16 UTC (permalink / raw
To: gentoo-commits
ranger 09/02/12 21:16:04
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
stable ppc64, bug 242270
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Revision Changes Path
1.38 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 12 Feb 2009 03:11:07 -0000 1.37
+++ ChangeLog 12 Feb 2009 21:16:04 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.37 2009/02/12 03:11:07 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.38 2009/02/12 21:16:04 ranger Exp $
+
+ 12 Feb 2009; Brent Baude <ranger@gentoo.org> consolekit-0.2.10.ebuild:
+ stable ppc64, bug 242270
12 Feb 2009; Jeremy Olexa <darkside@gentoo.org> consolekit-0.2.10.ebuild:
amd64 stable, bug 242270
1.5 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.4&r2=1.5
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- consolekit-0.2.10.ebuild 12 Feb 2009 03:11:07 -0000 1.4
+++ consolekit-0.2.10.ebuild 12 Feb 2009 21:16:04 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.4 2009/02/12 03:11:07 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.5 2009/02/12 21:16:04 ranger Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-02-15 14:57 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-02-15 14:57 UTC (permalink / raw
To: gentoo-commits
maekke 09/02/15 14:57:30
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
x86 stable, bug #242270
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.39 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 12 Feb 2009 21:16:04 -0000 1.38
+++ ChangeLog 15 Feb 2009 14:57:30 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.38 2009/02/12 21:16:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.39 2009/02/15 14:57:30 maekke Exp $
+
+ 15 Feb 2009; Markus Meier <maekke@gentoo.org> consolekit-0.2.10.ebuild:
+ x86 stable, bug #242270
12 Feb 2009; Brent Baude <ranger@gentoo.org> consolekit-0.2.10.ebuild:
stable ppc64, bug 242270
1.6 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.5&r2=1.6
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- consolekit-0.2.10.ebuild 12 Feb 2009 21:16:04 -0000 1.5
+++ consolekit-0.2.10.ebuild 15 Feb 2009 14:57:30 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.5 2009/02/12 21:16:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.6 2009/02/15 14:57:30 maekke Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-02-17 15:54 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-17 15:54 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/17 15:54:58
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
arm/ia64/s390/sh/sparc stable wrt #242270
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)
Revision Changes Path
1.41 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 15 Feb 2009 22:33:16 -0000 1.40
+++ ChangeLog 17 Feb 2009 15:54:58 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.40 2009/02/15 22:33:16 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.41 2009/02/17 15:54:58 armin76 Exp $
+
+ 17 Feb 2009; Raúl Porcel <armin76@gentoo.org> consolekit-0.2.10.ebuild:
+ arm/ia64/s390/sh/sparc stable wrt #242270
*consolekit-0.2.10-r1 (15 Feb 2009)
1.7 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.6&r2=1.7
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- consolekit-0.2.10.ebuild 15 Feb 2009 14:57:30 -0000 1.6
+++ consolekit-0.2.10.ebuild 17 Feb 2009 15:54:58 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.6 2009/02/15 14:57:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.7 2009/02/17 15:54:58 armin76 Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-02-25 14:19 Joseph Jezak (josejx)
0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2009-02-25 14:19 UTC (permalink / raw
To: gentoo-commits
josejx 09/02/25 14:19:05
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
Marked ppc stable for bug #242270.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
Revision Changes Path
1.43 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 18 Feb 2009 22:16:04 -0000 1.42
+++ ChangeLog 25 Feb 2009 14:19:05 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.42 2009/02/18 22:16:04 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.43 2009/02/25 14:19:05 josejx Exp $
+
+ 25 Feb 2009; Joseph Jezak <josejx@gentoo.org> consolekit-0.2.10.ebuild:
+ Marked ppc stable for bug #242270.
*consolekit-0.3.0 (18 Feb 2009)
1.8 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.7&r2=1.8
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- consolekit-0.2.10.ebuild 17 Feb 2009 15:54:58 -0000 1.7
+++ consolekit-0.2.10.ebuild 25 Feb 2009 14:19:05 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.7 2009/02/17 15:54:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.8 2009/02/25 14:19:05 josejx Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild
@ 2009-03-06 2:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-03-06 2:16 UTC (permalink / raw
To: gentoo-commits
jer 09/03/06 02:16:40
Modified: ChangeLog consolekit-0.2.10.ebuild
Log:
Stable for HPPA (bug #242270).
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.44 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 25 Feb 2009 14:19:05 -0000 1.43
+++ ChangeLog 6 Mar 2009 02:16:40 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.43 2009/02/25 14:19:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.44 2009/03/06 02:16:40 jer Exp $
+
+ 06 Mar 2009; Jeroen Roovers <jer@gentoo.org> consolekit-0.2.10.ebuild:
+ Stable for HPPA (bug #242270).
25 Feb 2009; Joseph Jezak <josejx@gentoo.org> consolekit-0.2.10.ebuild:
Marked ppc stable for bug #242270.
1.9 sys-auth/consolekit/consolekit-0.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild?r1=1.8&r2=1.9
Index: consolekit-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- consolekit-0.2.10.ebuild 25 Feb 2009 14:19:05 -0000 1.8
+++ consolekit-0.2.10.ebuild 6 Mar 2009 02:16:40 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.8 2009/02/25 14:19:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.9 2009/03/06 02:16:40 jer Exp $
inherit eutils autotools multilib pam
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="debug pam"
# Not parallel make safe
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-03-06 2:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 2:16 [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.10.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-02-25 14:19 Joseph Jezak (josejx)
2009-02-17 15:54 Raul Porcel (armin76)
2009-02-15 14:57 Markus Meier (maekke)
2009-02-12 21:16 Brent Baude (ranger)
2009-02-12 3:11 Jeremy Olexa (darkside)
2009-02-09 17:55 Tobias Klausmann (klausman)
2008-12-09 12:44 Alexis Ballier (aballier)
2008-06-21 20:38 Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox