* [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.510.0.ebuild ChangeLog
@ 2012-08-20 12:41 Torsten Veller (tove)
0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller (tove) @ 2012-08-20 12:41 UTC (permalink / raw
To: gentoo-commits
tove 12/08/20 12:41:23
Modified: ChangeLog
Added: Variable-Magic-0.510.0.ebuild
Log:
[bump] dev-perl/Variable-Magic-0.510.0
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Revision Changes Path
1.48 dev-perl/Variable-Magic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 29 Jul 2012 18:46:13 -0000 1.47
+++ ChangeLog 20 Aug 2012 12:41:23 -0000 1.48
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.47 2012/07/29 18:46:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.48 2012/08/20 12:41:23 tove Exp $
+
+*Variable-Magic-0.510.0 (20 Aug 2012)
+
+ 20 Aug 2012; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.510.0.ebuild:
+ Version bump
29 Jul 2012; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.460.0.ebuild,
-Variable-Magic-0.480.0.ebuild:
1.1 dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.1&content-type=text/plain
Index: Variable-Magic-0.510.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.1 2012/08/20 12:41:23 tove Exp $
EAPI=4
MODULE_AUTHOR=VPIT
MODULE_VERSION=0.51
inherit perl-module
DESCRIPTION="Associate user-defined magic to variables from Perl"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )"
SRC_TEST=do
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.510.0.ebuild ChangeLog
@ 2012-09-01 12:01 Fabian Groffen (grobian)
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2012-09-01 12:01 UTC (permalink / raw
To: gentoo-commits
grobian 12/09/01 12:01:13
Modified: Variable-Magic-0.510.0.ebuild ChangeLog
Log:
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Revision Changes Path
1.2 dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?r1=1.1&r2=1.2
Index: Variable-Magic-0.510.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Variable-Magic-0.510.0.ebuild 20 Aug 2012 12:41:23 -0000 1.1
+++ Variable-Magic-0.510.0.ebuild 1 Sep 2012 12:01:13 -0000 1.2
@@ -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/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.1 2012/08/20 12:41:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.2 2012/09/01 12:01:13 grobian Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Associate user-defined magic to variables from Perl"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x64-macos"
IUSE="test"
RDEPEND=""
1.49 dev-perl/Variable-Magic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 20 Aug 2012 12:41:23 -0000 1.48
+++ ChangeLog 1 Sep 2012 12:01:13 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.48 2012/08/20 12:41:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.49 2012/09/01 12:01:13 grobian Exp $
+
+ 01 Sep 2012; Fabian Groffen <grobian@gentoo.org>
+ Variable-Magic-0.510.0.ebuild:
+ Marked ~ppc-aix, bug #432288
*Variable-Magic-0.510.0 (20 Aug 2012)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.510.0.ebuild ChangeLog
@ 2012-12-06 18:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:13 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 18:13:43
Modified: Variable-Magic-0.510.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #441262
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?r1=1.2&r2=1.3
Index: Variable-Magic-0.510.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Variable-Magic-0.510.0.ebuild 1 Sep 2012 12:01:13 -0000 1.2
+++ Variable-Magic-0.510.0.ebuild 6 Dec 2012 18:13:43 -0000 1.3
@@ -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/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.2 2012/09/01 12:01:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.3 2012/12/06 18:13:43 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Associate user-defined magic to variables from Perl"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x64-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~ppc-aix ~x64-macos"
IUSE="test"
RDEPEND=""
1.54 dev-perl/Variable-Magic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 12 Nov 2012 19:34:12 -0000 1.53
+++ ChangeLog 6 Dec 2012 18:13:43 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.53 2012/11/12 19:34:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.54 2012/12/06 18:13:43 ago Exp $
+
+ 06 Dec 2012; <ago@gentoo.org> Variable-Magic-0.510.0.ebuild:
+ Stable for amd64, wrt bug #441262
*Variable-Magic-0.520.0 (12 Nov 2012)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.510.0.ebuild ChangeLog
@ 2012-12-06 18:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:22 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 18:22:07
Modified: Variable-Magic-0.510.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #441262
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?r1=1.3&r2=1.4
Index: Variable-Magic-0.510.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Variable-Magic-0.510.0.ebuild 6 Dec 2012 18:13:43 -0000 1.3
+++ Variable-Magic-0.510.0.ebuild 6 Dec 2012 18:22:06 -0000 1.4
@@ -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/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.3 2012/12/06 18:13:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.4 2012/12/06 18:22:06 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Associate user-defined magic to variables from Perl"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~ppc-aix ~x64-macos"
+KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~x64-macos"
IUSE="test"
RDEPEND=""
1.55 dev-perl/Variable-Magic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 6 Dec 2012 18:13:43 -0000 1.54
+++ ChangeLog 6 Dec 2012 18:22:06 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.54 2012/12/06 18:13:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.55 2012/12/06 18:22:06 ago Exp $
+
+ 06 Dec 2012; <ago@gentoo.org> Variable-Magic-0.510.0.ebuild:
+ Stable for x86, wrt bug #441262
06 Dec 2012; <ago@gentoo.org> Variable-Magic-0.510.0.ebuild:
Stable for amd64, wrt bug #441262
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.510.0.ebuild ChangeLog
@ 2012-12-06 18:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:47 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 18:47:42
Modified: Variable-Magic-0.510.0.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #441262
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild?r1=1.4&r2=1.5
Index: Variable-Magic-0.510.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Variable-Magic-0.510.0.ebuild 6 Dec 2012 18:22:06 -0000 1.4
+++ Variable-Magic-0.510.0.ebuild 6 Dec 2012 18:47:42 -0000 1.5
@@ -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/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.4 2012/12/06 18:22:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.510.0.ebuild,v 1.5 2012/12/06 18:47:42 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="Associate user-defined magic to variables from Perl"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~x64-macos"
+KEYWORDS="amd64 ppc x86 ~ppc-aix ~x64-macos"
IUSE="test"
RDEPEND=""
1.56 dev-perl/Variable-Magic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 6 Dec 2012 18:22:06 -0000 1.55
+++ ChangeLog 6 Dec 2012 18:47:42 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.55 2012/12/06 18:22:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.56 2012/12/06 18:47:42 ago Exp $
+
+ 06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Variable-Magic-0.510.0.ebuild:
+ Stable for ppc, wrt bug #441262
06 Dec 2012; <ago@gentoo.org> Variable-Magic-0.510.0.ebuild:
Stable for x86, wrt bug #441262
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-06 18:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 18:47 [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.510.0.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-12-06 18:22 Agostino Sarubbo (ago)
2012-12-06 18:13 Agostino Sarubbo (ago)
2012-09-01 12:01 Fabian Groffen (grobian)
2012-08-20 12:41 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