* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-05-30 14:27 Michal Gorny (mgorny)
0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-30 14:27 UTC (permalink / raw
To: gentoo-commits
mgorny 14/05/30 14:27:34
Modified: ChangeLog
Added: pam-0-r1.ebuild
Log:
Enable multilib support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 18 Jan 2014 05:16:03 -0000 1.3
+++ ChangeLog 30 May 2014 14:27:34 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.3 2014/01/18 05:16:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.4 2014/05/30 14:27:34 mgorny Exp $
+
+*pam-0-r1 (30 May 2014)
+
+ 30 May 2014; Michał Górny <mgorny@gentoo.org> +pam-0-r1.ebuild:
+ Enable multilib support.
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> pam-0.ebuild:
Add arm64 love.
1.1 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.1&content-type=text/plain
Index: pam-0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.1 2014/05/30 14:27:34 mgorny Exp $
EAPI=5
inherit multilib-build
DESCRIPTION="Virtual for PAM (Pluggable Authentication Modules)"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND="
|| (
>=sys-libs/pam-0.78[${MULTILIB_USEDEP}]
sys-auth/openpam[${MULTILIB_USEDEP}]
)"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-06-18 20:57 Michal Gorny (mgorny)
0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:57 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 20:57:29
Modified: pam-0-r1.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.1&r2=1.2
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam-0-r1.ebuild 30 May 2014 14:27:34 -0000 1.1
+++ pam-0-r1.ebuild 18 Jun 2014 20:57:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.1 2014/05/30 14:27:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.2 2014/06/18 20:57:29 mgorny Exp $
EAPI=5
@@ -18,6 +18,6 @@
DEPEND=""
RDEPEND="
|| (
- >=sys-libs/pam-0.78[${MULTILIB_USEDEP}]
- sys-auth/openpam[${MULTILIB_USEDEP}]
+ >=sys-libs/pam-1.1.6-r2[${MULTILIB_USEDEP}]
+ >=sys-auth/openpam-20120526-r1[${MULTILIB_USEDEP}]
)"
1.5 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 30 May 2014 14:27:34 -0000 1.4
+++ ChangeLog 18 Jun 2014 20:57:29 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.4 2014/05/30 14:27:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.5 2014/06/18 20:57:29 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> pam-0-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*pam-0-r1 (30 May 2014)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-07-22 10:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:53 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:53:58
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.2&r2=1.3
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam-0-r1.ebuild 18 Jun 2014 20:57:29 -0000 1.2
+++ pam-0-r1.ebuild 22 Jul 2014 10:53:58 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.2 2014/06/18 20:57:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.3 2014/07/22 10:53:58 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.6 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 18 Jun 2014 20:57:29 -0000 1.5
+++ ChangeLog 22 Jul 2014 10:53:58 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.5 2014/06/18 20:57:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.6 2014/07/22 10:53:58 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for amd64, wrt bug #512912
18 Jun 2014; Michał Górny <mgorny@gentoo.org> pam-0-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-07-23 15:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:38 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:38:23
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.3&r2=1.4
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam-0-r1.ebuild 22 Jul 2014 10:53:58 -0000 1.3
+++ pam-0-r1.ebuild 23 Jul 2014 15:38:23 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.3 2014/07/22 10:53:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.4 2014/07/23 15:38:23 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.7 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 22 Jul 2014 10:53:58 -0000 1.6
+++ ChangeLog 23 Jul 2014 15:38:23 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.6 2014/07/22 10:53:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.7 2014/07/23 15:38:23 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
Stable for amd64, wrt bug #512912
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-07-28 13:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:49 UTC (permalink / raw
To: gentoo-commits
ago 14/07/28 13:49:52
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.4&r2=1.5
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pam-0-r1.ebuild 23 Jul 2014 15:38:23 -0000 1.4
+++ pam-0-r1.ebuild 28 Jul 2014 13:49:52 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.4 2014/07/23 15:38:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.5 2014/07/28 13:49:52 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.8 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 23 Jul 2014 15:38:23 -0000 1.7
+++ ChangeLog 28 Jul 2014 13:49:52 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.7 2014/07/23 15:38:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.8 2014/07/28 13:49:52 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
Stable for x86, wrt bug #512012
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-08-21 10:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 10:46 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 10:46:30
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.6&r2=1.7
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pam-0-r1.ebuild 7 Aug 2014 19:19:55 -0000 1.6
+++ pam-0-r1.ebuild 21 Aug 2014 10:46:30 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.6 2014/08/07 19:19:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.7 2014/08/21 10:46:30 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.10 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 7 Aug 2014 19:19:55 -0000 1.9
+++ ChangeLog 21 Aug 2014 10:46:30 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.9 2014/08/07 19:19:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.10 2014/08/21 10:46:30 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for ppc64, wrt bug #512012
07 Aug 2014; Jeroen Roovers <jer@gentoo.org> pam-0-r1.ebuild:
Stable for HPPA (bug #512012).
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-08-23 15:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:34 UTC (permalink / raw
To: gentoo-commits
ago 14/08/23 15:34:34
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.7&r2=1.8
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pam-0-r1.ebuild 21 Aug 2014 10:46:30 -0000 1.7
+++ pam-0-r1.ebuild 23 Aug 2014 15:34:34 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.7 2014/08/21 10:46:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.8 2014/08/23 15:34:34 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.11 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 21 Aug 2014 10:46:30 -0000 1.10
+++ ChangeLog 23 Aug 2014 15:34:34 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.10 2014/08/21 10:46:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.11 2014/08/23 15:34:34 ago Exp $
+
+ 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for ia64, wrt bug #512012
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
Stable for ppc64, wrt bug #512012
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-08-25 11:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-25 11:03 UTC (permalink / raw
To: gentoo-commits
ago 14/08/25 11:03:43
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.8&r2=1.9
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pam-0-r1.ebuild 23 Aug 2014 15:34:34 -0000 1.8
+++ pam-0-r1.ebuild 25 Aug 2014 11:03:43 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.8 2014/08/23 15:34:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.9 2014/08/25 11:03:43 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.12 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 23 Aug 2014 15:34:34 -0000 1.11
+++ ChangeLog 25 Aug 2014 11:03:43 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.11 2014/08/23 15:34:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.12 2014/08/25 11:03:43 ago Exp $
+
+ 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for alpha, wrt bug #512012
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
Stable for ia64, wrt bug #512012
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-09-13 12:09 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2014-09-13 12:09 UTC (permalink / raw
To: gentoo-commits
maekke 14/09/13 12:09:45
Modified: pam-0-r1.ebuild ChangeLog
Log:
arm stable, bug #512012
(Portage version: 2.2.12-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.10 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.9&r2=1.10
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pam-0-r1.ebuild 25 Aug 2014 11:03:43 -0000 1.9
+++ pam-0-r1.ebuild 13 Sep 2014 12:09:45 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.9 2014/08/25 11:03:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.10 2014/09/13 12:09:45 maekke Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.13 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 25 Aug 2014 11:03:43 -0000 1.12
+++ ChangeLog 13 Sep 2014 12:09:45 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.12 2014/08/25 11:03:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.13 2014/09/13 12:09:45 maekke Exp $
+
+ 13 Sep 2014; Markus Meier <maekke@gentoo.org> pam-0-r1.ebuild:
+ arm stable, bug #512012
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
Stable for alpha, wrt bug #512012
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-09-15 8:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-15 8:24 UTC (permalink / raw
To: gentoo-commits
ago 14/09/15 08:24:33
Modified: pam-0-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.10&r2=1.11
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pam-0-r1.ebuild 13 Sep 2014 12:09:45 -0000 1.10
+++ pam-0-r1.ebuild 15 Sep 2014 08:24:33 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.10 2014/09/13 12:09:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.11 2014/09/15 08:24:33 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.14 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 13 Sep 2014 12:09:45 -0000 1.13
+++ ChangeLog 15 Sep 2014 08:24:33 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.13 2014/09/13 12:09:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.14 2014/09/15 08:24:33 ago Exp $
+
+ 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
+ Stable for sparc, wrt bug #512012
13 Sep 2014; Markus Meier <maekke@gentoo.org> pam-0-r1.ebuild:
arm stable, bug #512012
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog
@ 2014-10-27 1:52 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2014-10-27 1:52 UTC (permalink / raw
To: gentoo-commits
vapier 14/10/27 01:52:56
Modified: pam-0-r1.ebuild ChangeLog
Log:
Mark arm64/m68k/s390/sh stable.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.12 virtual/pam/pam-0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?r1=1.11&r2=1.12
Index: pam-0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pam-0-r1.ebuild 15 Sep 2014 08:24:33 -0000 1.11
+++ pam-0-r1.ebuild 27 Oct 2014 01:52:56 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.11 2014/09/15 08:24:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.12 2014/10/27 01:52:56 vapier Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.15 virtual/pam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 15 Sep 2014 08:24:33 -0000 1.14
+++ ChangeLog 27 Oct 2014 01:52:56 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.14 2014/09/15 08:24:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.15 2014/10/27 01:52:56 vapier Exp $
+
+ 27 Oct 2014; Mike Frysinger <vapier@gentoo.org> pam-0-r1.ebuild:
+ Mark arm64/m68k/s390/sh stable.
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> pam-0-r1.ebuild:
Stable for sparc, wrt bug #512012
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-10-27 1:53 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 10:53 [gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-10-27 1:52 Mike Frysinger (vapier)
2014-09-15 8:24 Agostino Sarubbo (ago)
2014-09-13 12:09 Markus Meier (maekke)
2014-08-25 11:03 Agostino Sarubbo (ago)
2014-08-23 15:34 Agostino Sarubbo (ago)
2014-08-21 10:46 Agostino Sarubbo (ago)
2014-07-28 13:49 Agostino Sarubbo (ago)
2014-07-23 15:38 Agostino Sarubbo (ago)
2014-06-18 20:57 Michal Gorny (mgorny)
2014-05-30 14:27 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox