* [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild
@ 2008-08-09 10:37 Torsten Veller (tove)
0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2008-08-09 10:37 UTC (permalink / raw
To: gentoo-commits
tove 08/08/09 10:37:15
Modified: ChangeLog
Added: ImageSize-3.1.1.ebuild
Log:
Version bump. Fixed license.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
Revision Changes Path
1.45 dev-perl/ImageSize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 5 Feb 2008 10:24:07 -0000 1.44
+++ ChangeLog 9 Aug 2008 10:37:14 -0000 1.45
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/ImageSize
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.44 2008/02/05 10:24:07 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.45 2008/08/09 10:37:14 tove Exp $
+
+*ImageSize-3.1.1 (09 Aug 2008)
+
+ 09 Aug 2008; Torsten Veller <tove@gentoo.org> +ImageSize-3.1.1.ebuild:
+ Version bump. Fixed license.
05 Feb 2008; Markus Rothe <corsair@gentoo.org> ImageSize-3.1.ebuild:
Stable on ppc64
1.1 dev-perl/ImageSize/ImageSize-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.1&content-type=text/plain
Index: ImageSize-3.1.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.1 2008/08/09 10:37:14 tove Exp $
inherit perl-module
MY_P=Image-Size-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="The Perl Image-Size Module"
HOMEPAGE="http://search.cpan.org/dist/Image-Size/"
SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${MY_P}.tar.gz"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
RDEPEND="dev-lang/perl
dev-perl/Compress-Zlib
virtual/perl-File-Spec"
DEPEND="${RDEPEND}
>=dev-perl/module-build-0.28
test? ( dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild
@ 2009-01-09 18:30 Ferris McCormick (fmccor)
0 siblings, 0 replies; 6+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-01-09 18:30 UTC (permalink / raw
To: gentoo-commits
fmccor 09/01/09 18:30:03
Modified: ChangeLog ImageSize-3.1.1.ebuild
Log:
Sparc stable, Bug #254335.
(Portage version: 2.2_rc20/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Revision Changes Path
1.48 dev-perl/ImageSize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 18 Nov 2008 15:10:35 -0000 1.47
+++ ChangeLog 9 Jan 2009 18:30:03 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/ImageSize
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.47 2008/11/18 15:10:35 tove Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.48 2009/01/09 18:30:03 fmccor Exp $
+
+ 09 Jan 2009; Ferris McCormick <fmccor@gentoo.org> ImageSize-3.1.1.ebuild:
+ Sparc stable, Bug #254335.
18 Nov 2008; Torsten Veller <tove@gentoo.org> ImageSize-3.1.ebuild,
ImageSize-3.1.1.ebuild:
1.3 dev-perl/ImageSize/ImageSize-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?r1=1.2&r2=1.3
Index: ImageSize-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ImageSize-3.1.1.ebuild 18 Nov 2008 15:10:35 -0000 1.2
+++ ImageSize-3.1.1.ebuild 9 Jan 2009 18:30:03 -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/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.2 2008/11/18 15:10:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.3 2009/01/09 18:30:03 fmccor Exp $
inherit perl-module
@@ -12,7 +12,7 @@
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild
@ 2009-01-09 20:18 Tobias Klausmann (klausman)
0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-01-09 20:18 UTC (permalink / raw
To: gentoo-commits
klausman 09/01/09 20:18:15
Modified: ChangeLog ImageSize-3.1.1.ebuild
Log:
Stable on alpha, bug #254335
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.49 dev-perl/ImageSize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 9 Jan 2009 18:30:03 -0000 1.48
+++ ChangeLog 9 Jan 2009 20:18:15 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/ImageSize
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.48 2009/01/09 18:30:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.49 2009/01/09 20:18:15 klausman Exp $
+
+ 09 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
+ ImageSize-3.1.1.ebuild:
+ Stable on alpha, bug #254335
09 Jan 2009; Ferris McCormick <fmccor@gentoo.org> ImageSize-3.1.1.ebuild:
Sparc stable, Bug #254335.
1.4 dev-perl/ImageSize/ImageSize-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?r1=1.3&r2=1.4
Index: ImageSize-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ImageSize-3.1.1.ebuild 9 Jan 2009 18:30:03 -0000 1.3
+++ ImageSize-3.1.1.ebuild 9 Jan 2009 20:18:15 -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/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.3 2009/01/09 18:30:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.4 2009/01/09 20:18:15 klausman Exp $
inherit perl-module
@@ -12,7 +12,7 @@
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild
@ 2009-01-09 20:54 Joseph Jezak (josejx)
0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2009-01-09 20:54 UTC (permalink / raw
To: gentoo-commits
josejx 09/01/09 20:54:05
Modified: ChangeLog ImageSize-3.1.1.ebuild
Log:
Marked ppc/ppc64 stable for bug #254335.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
Revision Changes Path
1.50 dev-perl/ImageSize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 9 Jan 2009 20:18:15 -0000 1.49
+++ ChangeLog 9 Jan 2009 20:54:05 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/ImageSize
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.49 2009/01/09 20:18:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.50 2009/01/09 20:54:05 josejx Exp $
+
+ 09 Jan 2009; Joseph Jezak <josejx@gentoo.org> ImageSize-3.1.1.ebuild:
+ Marked ppc/ppc64 stable for bug #254335.
09 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
ImageSize-3.1.1.ebuild:
1.5 dev-perl/ImageSize/ImageSize-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?r1=1.4&r2=1.5
Index: ImageSize-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ImageSize-3.1.1.ebuild 9 Jan 2009 20:18:15 -0000 1.4
+++ ImageSize-3.1.1.ebuild 9 Jan 2009 20:54:05 -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/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.4 2009/01/09 20:18:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.5 2009/01/09 20:54:05 josejx Exp $
inherit perl-module
@@ -12,7 +12,7 @@
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ppc ppc64 sparc ~x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild
@ 2009-01-10 16:46 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-10 16:46 UTC (permalink / raw
To: gentoo-commits
armin76 09/01/10 16:46:28
Modified: ChangeLog ImageSize-3.1.1.ebuild
Log:
ia64 stable wrt #254335
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Revision Changes Path
1.51 dev-perl/ImageSize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 9 Jan 2009 20:54:05 -0000 1.50
+++ ChangeLog 10 Jan 2009 16:46:28 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/ImageSize
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.50 2009/01/09 20:54:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.51 2009/01/10 16:46:28 armin76 Exp $
+
+ 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> ImageSize-3.1.1.ebuild:
+ ia64 stable wrt #254335
09 Jan 2009; Joseph Jezak <josejx@gentoo.org> ImageSize-3.1.1.ebuild:
Marked ppc/ppc64 stable for bug #254335.
1.6 dev-perl/ImageSize/ImageSize-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?r1=1.5&r2=1.6
Index: ImageSize-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ImageSize-3.1.1.ebuild 9 Jan 2009 20:54:05 -0000 1.5
+++ ImageSize-3.1.1.ebuild 10 Jan 2009 16:46:28 -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/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.5 2009/01/09 20:54:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.6 2009/01/10 16:46:28 armin76 Exp $
inherit perl-module
@@ -12,7 +12,7 @@
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc ~x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild
@ 2009-01-11 13:50 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-01-11 13:50 UTC (permalink / raw
To: gentoo-commits
maekke 09/01/11 13:50:16
Modified: ChangeLog ImageSize-3.1.1.ebuild
Log:
amd64/x86 stable, bug #254335
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.52 dev-perl/ImageSize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 10 Jan 2009 16:46:28 -0000 1.51
+++ ChangeLog 11 Jan 2009 13:50:16 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/ImageSize
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.51 2009/01/10 16:46:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.52 2009/01/11 13:50:16 maekke Exp $
+
+ 11 Jan 2009; Markus Meier <maekke@gentoo.org> ImageSize-3.1.1.ebuild:
+ amd64/x86 stable, bug #254335
10 Jan 2009; Raúl Porcel <armin76@gentoo.org> ImageSize-3.1.1.ebuild:
ia64 stable wrt #254335
1.7 dev-perl/ImageSize/ImageSize-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild?r1=1.6&r2=1.7
Index: ImageSize-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ImageSize-3.1.1.ebuild 10 Jan 2009 16:46:28 -0000 1.6
+++ ImageSize-3.1.1.ebuild 11 Jan 2009 13:50:16 -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/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.6 2009/01/10 16:46:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.7 2009/01/11 13:50:16 maekke Exp $
inherit perl-module
@@ -12,7 +12,7 @@
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-01-11 13:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-09 10:37 [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.1.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2009-01-09 18:30 Ferris McCormick (fmccor)
2009-01-09 20:18 Tobias Klausmann (klausman)
2009-01-09 20:54 Joseph Jezak (josejx)
2009-01-10 16:46 Raul Porcel (armin76)
2009-01-11 13:50 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox