public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/IO-LockedFile: ChangeLog IO-LockedFile-0.23.ebuild
@ 2009-04-29 14:50 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2009-04-29 14:50 UTC (permalink / raw
  To: gentoo-commits

tove        09/04/29 14:50:20

  Modified:             ChangeLog IO-LockedFile-0.23.ebuild
  Log:
  Stable on x86 (#267874). EAPI=2 and run tests
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-perl/IO-LockedFile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	17 Sep 2008 11:23:10 -0000	1.2
+++ ChangeLog	29 Apr 2009 14:50:20 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-LockedFile
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.2 2008/09/17 11:23:10 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.3 2009/04/29 14:50:20 tove Exp $
+
+  29 Apr 2009; Torsten Veller <tove@gentoo.org> IO-LockedFile-0.23.ebuild:
+  Stable on x86 (#267874). EAPI=2 and run tests
 
   17 Sep 2008; Santiago M. Mola <coldwind@gentoo.org>
   IO-LockedFile-0.23.ebuild:



1.3                  dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?r1=1.2&r2=1.3

Index: IO-LockedFile-0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IO-LockedFile-0.23.ebuild	17 Sep 2008 11:23:10 -0000	1.2
+++ IO-LockedFile-0.23.ebuild	29 Apr 2009 14:50:20 -0000	1.3
@@ -1,15 +1,16 @@
-# 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/IO-LockedFile/IO-LockedFile-0.23.ebuild,v 1.2 2008/09/17 11:23:10 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v 1.3 2009/04/29 14:50:20 tove Exp $
+
+EAPI=2
 
 MODULE_AUTHOR=RANI
 inherit perl-module
 
 DESCRIPTION="Supply object methods for locking files"
 
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
-DEPEND="dev-lang/perl"
+SRC_TEST=do






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/IO-LockedFile: ChangeLog IO-LockedFile-0.23.ebuild
@ 2009-04-29 15:21 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 3+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-04-29 15:21 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/04/29 15:21:09

  Modified:             ChangeLog IO-LockedFile-0.23.ebuild
  Log:
  stable amd64, bug 267874
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/IO-LockedFile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Apr 2009 14:50:20 -0000	1.3
+++ ChangeLog	29 Apr 2009 15:21:09 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-LockedFile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.3 2009/04/29 14:50:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.4 2009/04/29 15:21:09 tcunha Exp $
+
+  29 Apr 2009; Tiago Cunha <tcunha@gentoo.org> IO-LockedFile-0.23.ebuild:
+  stable amd64, bug 267874
 
   29 Apr 2009; Torsten Veller <tove@gentoo.org> IO-LockedFile-0.23.ebuild:
   Stable on x86 (#267874). EAPI=2 and run tests



1.4                  dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?r1=1.3&r2=1.4

Index: IO-LockedFile-0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- IO-LockedFile-0.23.ebuild	29 Apr 2009 14:50:20 -0000	1.3
+++ IO-LockedFile-0.23.ebuild	29 Apr 2009 15:21:09 -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/IO-LockedFile/IO-LockedFile-0.23.ebuild,v 1.3 2009/04/29 14:50:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v 1.4 2009/04/29 15:21:09 tcunha Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Supply object methods for locking files"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 SRC_TEST=do






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/IO-LockedFile: ChangeLog IO-LockedFile-0.23.ebuild
@ 2011-09-04 11:21 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-09-04 11:21 UTC (permalink / raw
  To: gentoo-commits

tove        11/09/04 11:21:11

  Modified:             ChangeLog
  Removed:              IO-LockedFile-0.23.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha52/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-perl/IO-LockedFile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	3 Sep 2011 21:04:42 -0000	1.6
+++ ChangeLog	4 Sep 2011 11:21:11 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-LockedFile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.6 2011/09/03 21:04:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.7 2011/09/04 11:21:11 tove Exp $
+
+  04 Sep 2011; Torsten Veller <tove@gentoo.org> -IO-LockedFile-0.23.ebuild:
+  Cleanup
 
   03 Sep 2011; Torsten Veller <tove@gentoo.org> IO-LockedFile-0.230.0.ebuild:
   Merge stable keywords from former version scheme ebuild






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-04 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 14:50 [gentoo-commits] gentoo-x86 commit in dev-perl/IO-LockedFile: ChangeLog IO-LockedFile-0.23.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-29 15:21 Tiago Cunha (tcunha)
2011-09-04 11:21 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