* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2011-08-31 11:09 Torsten Veller (tove)
0 siblings, 0 replies; 10+ messages in thread
From: Torsten Veller (tove) @ 2011-08-31 11:09 UTC (permalink / raw
To: gentoo-commits
tove 11/08/31 11:09:37
Modified: ChangeLog
Added: Dist-CheckConflicts-0.20.0.ebuild
Log:
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 13 Aug 2011 09:09:10 -0000 1.4
+++ ChangeLog 31 Aug 2011 11:09:37 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.4 2011/08/13 09:09:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.5 2011/08/31 11:09:37 tove Exp $
+
+*Dist-CheckConflicts-0.20.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Dist-CheckConflicts-0.20.0.ebuild:
+ Change version scheme
13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
Dist-CheckConflicts-0.20.ebuild:
1.1 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.1&content-type=text/plain
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.1 2011/08/31 11:09:37 tove Exp $
EAPI=4
MODULE_AUTHOR=DOY
MODULE_VERSION=0.02
inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
>=dev-perl/List-MoreUtils-0.12"
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.88
)"
SRC_TEST="do"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2011-09-24 13:23 Fabian Groffen (grobian)
0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-24 13:23 UTC (permalink / raw
To: gentoo-commits
grobian 11/09/24 13:23:50
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
Marked ~x64-macos
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Revision Changes Path
1.8 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 Sep 2011 11:23:14 -0000 1.7
+++ ChangeLog 24 Sep 2011 13:23:50 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.7 2011/09/04 11:23:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.8 2011/09/24 13:23:50 grobian Exp $
+
+ 24 Sep 2011; Fabian Groffen <grobian@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ Marked ~x64-macos
04 Sep 2011; Torsten Veller <tove@gentoo.org>
-Dist-CheckConflicts-0.20.ebuild:
1.3 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.2&r2=1.3
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Dist-CheckConflicts-0.20.0.ebuild 3 Sep 2011 21:04:33 -0000 1.2
+++ Dist-CheckConflicts-0.20.0.ebuild 24 Sep 2011 13:23:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.2 2011/09/03 21:04:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.3 2011/09/24 13:23:50 grobian Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc x86 ~x64-macos"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2011-10-31 13:12 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-31 13:12 UTC (permalink / raw
To: gentoo-commits
jer 11/10/31 13:12:32
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
Marked ~hppa (bug #389001).
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 24 Sep 2011 13:23:50 -0000 1.8
+++ ChangeLog 31 Oct 2011 13:12:32 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.8 2011/09/24 13:23:50 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.9 2011/10/31 13:12:32 jer Exp $
+
+ 31 Oct 2011; Jeroen Roovers <jer@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ Marked ~hppa (bug #389001).
24 Sep 2011; Fabian Groffen <grobian@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.4 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.3&r2=1.4
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Dist-CheckConflicts-0.20.0.ebuild 24 Sep 2011 13:23:50 -0000 1.3
+++ Dist-CheckConflicts-0.20.0.ebuild 31 Oct 2011 13:12:32 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.3 2011/09/24 13:23:50 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.4 2011/10/31 13:12:32 jer Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x64-macos"
+KEYWORDS="amd64 ~hppa ppc x86 ~x64-macos"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2011-11-06 17:45 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-11-06 17:45 UTC (permalink / raw
To: gentoo-commits
maekke 11/11/06 17:45:45
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
add ~arm, bug #389001
(Portage version: 2.1.10.32/cvs/Linux i686)
Revision Changes Path
1.10 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 31 Oct 2011 13:12:32 -0000 1.9
+++ ChangeLog 6 Nov 2011 17:45:45 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.9 2011/10/31 13:12:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.10 2011/11/06 17:45:45 maekke Exp $
+
+ 06 Nov 2011; Markus Meier <maekke@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ add ~arm, bug #389001
31 Oct 2011; Jeroen Roovers <jer@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.5 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.4&r2=1.5
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Dist-CheckConflicts-0.20.0.ebuild 31 Oct 2011 13:12:32 -0000 1.4
+++ Dist-CheckConflicts-0.20.0.ebuild 6 Nov 2011 17:45:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.4 2011/10/31 13:12:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.5 2011/11/06 17:45:45 maekke Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x64-macos"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2012-02-14 11:37 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-02-14 11:37 UTC (permalink / raw
To: gentoo-commits
aballier 12/02/14 11:37:07
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 7 Nov 2011 08:04:27 -0000 1.11
+++ ChangeLog 14 Feb 2012 11:37:07 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.11 2011/11/07 08:04:27 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.12 2012/02/14 11:37:07 aballier Exp $
+
+ 14 Feb 2012; Alexis Ballier <aballier@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ keyword ~x86-fbsd
07 Nov 2011; Fabian Groffen <grobian@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.7 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.6&r2=1.7
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Dist-CheckConflicts-0.20.0.ebuild 7 Nov 2011 08:04:27 -0000 1.6
+++ Dist-CheckConflicts-0.20.0.ebuild 14 Feb 2012 11:37:07 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.6 2011/11/07 08:04:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.7 2012/02/14 11:37:07 aballier Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2012-02-19 12:07 Tobias Klausmann (klausman)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-02-19 12:07 UTC (permalink / raw
To: gentoo-commits
klausman 12/02/19 12:07:50
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
Keyworded on alpha, bug #389001
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 14 Feb 2012 11:37:07 -0000 1.12
+++ ChangeLog 19 Feb 2012 12:07:50 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.12 2012/02/14 11:37:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.13 2012/02/19 12:07:50 klausman Exp $
+
+ 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ Keyworded on alpha, bug #389001
14 Feb 2012; Alexis Ballier <aballier@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.8 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.7&r2=1.8
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Dist-CheckConflicts-0.20.0.ebuild 14 Feb 2012 11:37:07 -0000 1.7
+++ Dist-CheckConflicts-0.20.0.ebuild 19 Feb 2012 12:07:50 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.7 2012/02/14 11:37:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.8 2012/02/19 12:07:50 klausman Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2012-04-01 16:23 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-04-01 16:23 UTC (permalink / raw
To: gentoo-commits
armin76 12/04/01 16:23:16
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
Add ia64/~s390/~sh/~sparc wrt #403413
(Portage version: 2.1.10.53/cvs/Linux ia64)
Revision Changes Path
1.14 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 19 Feb 2012 12:07:50 -0000 1.13
+++ ChangeLog 1 Apr 2012 16:23:16 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.13 2012/02/19 12:07:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.14 2012/04/01 16:23:16 armin76 Exp $
+
+ 01 Apr 2012; Raúl Porcel <armin76@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ Add ia64/~s390/~sh/~sparc wrt #403413
19 Feb 2012; Tobias Klausmann <klausman@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.9 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.8&r2=1.9
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Dist-CheckConflicts-0.20.0.ebuild 19 Feb 2012 12:07:50 -0000 1.8
+++ Dist-CheckConflicts-0.20.0.ebuild 1 Apr 2012 16:23:16 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.8 2012/02/19 12:07:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.9 2012/04/01 16:23:16 armin76 Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2012-08-02 1:18 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-02 1:18 UTC (permalink / raw
To: gentoo-commits
jer 12/08/02 01:18:57
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
Stable for HPPA (bug #418803).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 24 Jun 2012 12:58:43 -0000 1.15
+++ ChangeLog 2 Aug 2012 01:18:57 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.15 2012/06/24 12:58:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.16 2012/08/02 01:18:57 jer Exp $
+
+ 02 Aug 2012; Jeroen Roovers <jer@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ Stable for HPPA (bug #418803).
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
1.10 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.9&r2=1.10
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Dist-CheckConflicts-0.20.0.ebuild 1 Apr 2012 16:23:16 -0000 1.9
+++ Dist-CheckConflicts-0.20.0.ebuild 2 Aug 2012 01:18:57 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.9 2012/04/01 16:23:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.10 2012/08/02 01:18:57 jer Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2012-08-05 16:41 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2012-08-05 16:41 UTC (permalink / raw
To: gentoo-commits
maekke 12/08/05 16:41:23
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
arm stable, bug #418803
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.17 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 2 Aug 2012 01:18:57 -0000 1.16
+++ ChangeLog 5 Aug 2012 16:41:23 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.16 2012/08/02 01:18:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.17 2012/08/05 16:41:23 maekke Exp $
+
+ 05 Aug 2012; Markus Meier <maekke@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ arm stable, bug #418803
02 Aug 2012; Jeroen Roovers <jer@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.11 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.10&r2=1.11
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Dist-CheckConflicts-0.20.0.ebuild 2 Aug 2012 01:18:57 -0000 1.10
+++ Dist-CheckConflicts-0.20.0.ebuild 5 Aug 2012 16:41:23 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.10 2012/08/02 01:18:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.11 2012/08/05 16:41:23 maekke Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
@ 2012-09-09 16:20 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-09 16:20 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/09 16:20:06
Modified: ChangeLog Dist-CheckConflicts-0.20.0.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #418803
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-perl/Dist-CheckConflicts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 1 Sep 2012 11:33:36 -0000 1.18
+++ ChangeLog 9 Sep 2012 16:20:06 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.18 2012/09/01 11:33:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.19 2012/09/09 16:20:06 armin76 Exp $
+
+ 09 Sep 2012; Raúl Porcel <armin76@gentoo.org>
+ Dist-CheckConflicts-0.20.0.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #418803
01 Sep 2012; Fabian Groffen <grobian@gentoo.org>
Dist-CheckConflicts-0.20.0.ebuild:
1.13 dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild?r1=1.12&r2=1.13
Index: Dist-CheckConflicts-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Dist-CheckConflicts-0.20.0.ebuild 1 Sep 2012 11:33:36 -0000 1.12
+++ Dist-CheckConflicts-0.20.0.ebuild 9 Sep 2012 16:20:06 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.12 2012/09/01 11:33:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.13 2012/09/09 16:20:06 armin76 Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-09-09 16:20 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-24 13:23 [gentoo-commits] gentoo-x86 commit in dev-perl/Dist-CheckConflicts: ChangeLog Dist-CheckConflicts-0.20.0.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-09-09 16:20 Raul Porcel (armin76)
2012-08-05 16:41 Markus Meier (maekke)
2012-08-02 1:18 Jeroen Roovers (jer)
2012-04-01 16:23 Raul Porcel (armin76)
2012-02-19 12:07 Tobias Klausmann (klausman)
2012-02-14 11:37 Alexis Ballier (aballier)
2011-11-06 17:45 Markus Meier (maekke)
2011-10-31 13:12 Jeroen Roovers (jer)
2011-08-31 11:09 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox