public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-Procmail: ChangeLog Mail-Procmail-1.80.0.ebuild
@ 2011-08-30 10:48 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-30 10:48 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/30 10:48:08

  Modified:             ChangeLog
  Added:                Mail-Procmail-1.80.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-perl/Mail-Procmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	4 Feb 2010 20:10:48 -0000	1.34
+++ ChangeLog	30 Aug 2011 10:48:08 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Mail-Procmail
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.34 2010/02/04 20:10:48 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.35 2011/08/30 10:48:08 tove Exp $
+
+*Mail-Procmail-1.80.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +Mail-Procmail-1.80.0.ebuild:
+  Change version scheme
 
   04 Feb 2010; Torsten Veller <tove@gentoo.org> Mail-Procmail-1.08.ebuild:
   Fix LICENSE (#301969). Maintenance



1.1                  dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild

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

Index: Mail-Procmail-1.80.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild,v 1.1 2011/08/30 10:48:08 tove Exp $

EAPI=4

MODULE_AUTHOR=JV
MODULE_VERSION=1.08
inherit perl-module

DESCRIPTION="Mail sorting/delivery module for Perl"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="virtual/perl-Getopt-Long
	>=dev-perl/MailTools-1.15
	>=dev-perl/LockFile-Simple-0.2.5"
DEPEND="${RDEPEND}"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-Procmail: ChangeLog Mail-Procmail-1.80.0.ebuild
@ 2012-03-25 16:26 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-25 16:26 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/25 16:26:29

  Modified:             ChangeLog Mail-Procmail-1.80.0.ebuild
  Log:
  Drop alpha/ia64/sparc keywords
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.38                 dev-perl/Mail-Procmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	4 Sep 2011 11:22:37 -0000	1.37
+++ ChangeLog	25 Mar 2012 16:26:29 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-Procmail
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.37 2011/09/04 11:22:37 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.38 2012/03/25 16:26:29 armin76 Exp $
+
+  25 Mar 2012; Raúl Porcel <armin76@gentoo.org> Mail-Procmail-1.80.0.ebuild:
+  Drop alpha/ia64/sparc keywords
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Mail-Procmail-1.08.ebuild:
   Cleanup



1.3                  dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild?r1=1.2&r2=1.3

Index: Mail-Procmail-1.80.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Mail-Procmail-1.80.0.ebuild	3 Sep 2011 21:04:49 -0000	1.2
+++ Mail-Procmail-1.80.0.ebuild	25 Mar 2012 16:26:29 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild,v 1.2 2011/09/03 21:04:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild,v 1.3 2012/03/25 16:26:29 armin76 Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Mail sorting/delivery module for Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
+KEYWORDS="amd64 hppa ppc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Getopt-Long






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

end of thread, other threads:[~2012-03-25 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 16:26 [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-Procmail: ChangeLog Mail-Procmail-1.80.0.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-30 10:48 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