public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-IMAPClient: ChangeLog Mail-IMAPClient-3.310.0.ebuild
@ 2012-03-20 17:13 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-03-20 17:13 UTC (permalink / raw
  To: gentoo-commits

tove        12/03/20 17:13:59

  Modified:             ChangeLog
  Added:                Mail-IMAPClient-3.310.0.ebuild
  Log:
  [bump] dev-perl/Mail-IMAPClient-3.310.0
  
  (Portage version: 2.2.0_alpha92/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 dev-perl/Mail-IMAPClient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	13 Nov 2011 20:30:40 -0000	1.63
+++ ChangeLog	20 Mar 2012 17:13:59 -0000	1.64
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Mail-IMAPClient
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.63 2011/11/13 20:30:40 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.64 2012/03/20 17:13:59 tove Exp $
+
+*Mail-IMAPClient-3.310.0 (20 Mar 2012)
+
+  20 Mar 2012; Torsten Veller <tove@gentoo.org>
+  +Mail-IMAPClient-3.310.0.ebuild:
+  Version bump
 
 *Mail-IMAPClient-3.300.0 (13 Nov 2011)
 



1.1                  dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild?rev=1.1&content-type=text/plain

Index: Mail-IMAPClient-3.310.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/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild,v 1.1 2012/03/20 17:13:59 tove Exp $

EAPI=4

MODULE_AUTHOR=PLOBBES
MODULE_VERSION=3.31
inherit perl-module

DESCRIPTION="IMAP client module for Perl"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"

RDEPEND=">=dev-perl/Parse-RecDescent-1.94"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod )"
#		>=virtual/perl-File-Temp-0.18 )"
		# only used in t/basic.t

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-IMAPClient: ChangeLog Mail-IMAPClient-3.310.0.ebuild
@ 2013-01-06 18:56 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2013-01-06 18:56 UTC (permalink / raw
  To: gentoo-commits

tove        13/01/06 18:56:18

  Modified:             ChangeLog
  Removed:              Mail-IMAPClient-3.310.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)

Revision  Changes    Path
1.85                 dev-perl/Mail-IMAPClient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	27 Dec 2012 11:01:15 -0000	1.84
+++ ChangeLog	6 Jan 2013 18:56:18 -0000	1.85
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Mail-IMAPClient
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.84 2012/12/27 11:01:15 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.85 2013/01/06 18:56:18 tove Exp $
+
+  06 Jan 2013; Torsten Veller <tove@gentoo.org>
+  -Mail-IMAPClient-3.310.0.ebuild:
+  Cleanup
 
   27 Dec 2012; Raúl Porcel <armin76@gentoo.org>
   Mail-IMAPClient-3.320.0.ebuild:





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

end of thread, other threads:[~2013-01-06 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 17:13 [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-IMAPClient: ChangeLog Mail-IMAPClient-3.310.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-06 18:56 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