public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Date-Calc: Date-Calc-5.8.ebuild ChangeLog
@ 2009-09-13  7:49 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-09-13  7:49 UTC (permalink / raw
  To: gentoo-commits

tove        09/09/13 07:49:33

  Modified:             ChangeLog
  Added:                Date-Calc-5.8.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-perl/Date-Calc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	7 Sep 2009 09:17:27 -0000	1.33
+++ ChangeLog	13 Sep 2009 07:49:32 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Date-Calc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.33 2009/09/07 09:17:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.34 2009/09/13 07:49:32 tove Exp $
+
+*Date-Calc-5.8 (13 Sep 2009)
+
+  13 Sep 2009; Torsten Veller <tove@gentoo.org> +Date-Calc-5.8.ebuild:
+  Version bump
 
   07 Sep 2009; Torsten Veller <tove@gentoo.org> -Date-Calc-5.6.ebuild:
   Cleanup



1.1                  dev-perl/Date-Calc/Date-Calc-5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/Date-Calc-5.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/Date-Calc-5.8.ebuild?rev=1.1&content-type=text/plain

Index: Date-Calc-5.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-5.8.ebuild,v 1.1 2009/09/13 07:49:32 tove Exp $

EAPI=2

MODULE_AUTHOR=STBEY
inherit perl-module

DESCRIPTION="Gregorian calendar date calculations"

LICENSE="${LICENSE} LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""

DEPEND=">=dev-perl/Bit-Vector-6.6
	>=dev-perl/Carp-Clan-5.3"
RDEPEND="${DEPEND}"

SRC_TEST="do"
export OPTIMIZE="$CFLAGS"
mydoc="ToDo"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Date-Calc: Date-Calc-5.8.ebuild ChangeLog
@ 2009-10-12 12:19 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-10-12 12:19 UTC (permalink / raw
  To: gentoo-commits

tove        09/10/12 12:19:26

  Modified:             ChangeLog
  Added:                Date-Calc-5.8.ebuild
  Log:
  Add Date-Calc-5.8 again (#288523)
  (Portage version: 2.2_rc45/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-perl/Date-Calc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	12 Oct 2009 12:07:50 -0000	1.36
+++ ChangeLog	12 Oct 2009 12:19:26 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Date-Calc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.36 2009/10/12 12:07:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.37 2009/10/12 12:19:26 tove Exp $
+
+  12 Oct 2009; Torsten Veller <tove@gentoo.org> +Date-Calc-5.8.ebuild:
+  Add Date-Calc-5.8 again
 
   12 Oct 2009; Torsten Veller <tove@gentoo.org> -Date-Calc-5.7.ebuild,
   -Date-Calc-5.8.ebuild:



1.3                  dev-perl/Date-Calc/Date-Calc-5.8.ebuild

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







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

end of thread, other threads:[~2009-10-12 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-13  7:49 [gentoo-commits] gentoo-x86 commit in dev-perl/Date-Calc: Date-Calc-5.8.ebuild ChangeLog Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12 12:19 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