public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller (tove)" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Email-Reply: ChangeLog Email-Reply-1.202.ebuild
Date: Thu, 19 Nov 2009 07:52:18 +0000	[thread overview]
Message-ID: <E1NB1oQ-0006F0-EN@stork.gentoo.org> (raw)

tove        09/11/19 07:52:18

  Modified:             ChangeLog Email-Reply-1.202.ebuild
  Log:
  Email-MIME-Modifier and Email-MIME-Creator merged in Email-MIME-1.900 (#293679)
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-perl/Email-Reply/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	30 Sep 2008 12:26:43 -0000	1.15
+++ ChangeLog	19 Nov 2009 07:52:18 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Email-Reply
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/ChangeLog,v 1.15 2008/09/30 12:26:43 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/ChangeLog,v 1.16 2009/11/19 07:52:18 tove Exp $
+
+  19 Nov 2009; Torsten Veller <tove@gentoo.org> Email-Reply-1.202.ebuild:
+  Email-MIME-Modifier and Email-MIME-Creator merged in Email-MIME-1.900
+  (#293679)
 
   30 Sep 2008; Torsten Veller <tove@gentoo.org> -Email-Reply-1.200.ebuild,
   -Email-Reply-1.201.ebuild, Email-Reply-1.202.ebuild:



1.8                  dev-perl/Email-Reply/Email-Reply-1.202.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild?r1=1.7&r2=1.8

Index: Email-Reply-1.202.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Email-Reply-1.202.ebuild	30 Sep 2008 12:26:43 -0000	1.7
+++ Email-Reply-1.202.ebuild	19 Nov 2009 07:52:18 -0000	1.8
@@ -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/Email-Reply/Email-Reply-1.202.ebuild,v 1.7 2008/09/30 12:26:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Reply/Email-Reply-1.202.ebuild,v 1.8 2009/11/19 07:52:18 tove Exp $
 
 MODULE_AUTHOR=RJBS
 inherit perl-module
@@ -14,8 +14,13 @@
 
 DEPEND=">=dev-perl/Email-Abstract-2.13.1
 	>=dev-perl/Email-MIME-1.857
-	>=dev-perl/Email-MIME-Modifier-1.441
-	>=dev-perl/Email-MIME-Creator-1.451
+	|| (
+		>=dev-perl/Email-MIME-1.900
+		( 
+			>=dev-perl/Email-MIME-Modifier-1.441
+			>=dev-perl/Email-MIME-Creator-1.451
+		)
+	)
 	dev-perl/Email-Address
 	dev-lang/perl"
 






             reply	other threads:[~2009-11-19  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-19  7:52 Torsten Veller (tove) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-25  7:40 [gentoo-commits] gentoo-x86 commit in dev-perl/Email-Reply: ChangeLog Email-Reply-1.202.ebuild Torsten Veller (tove)
2007-12-17 17:53 Samuli Suominen (drac)
2007-12-08 16:10 Raul Porcel (armin76)
2007-12-04 20:33 Markus Rothe (corsair)
2007-12-04 19:35 Gysbert Wassenaar (nixnut)
2007-12-03  8:43 Christian Faulhammer (opfer)
2007-10-19 20:56 Christian Hartmann (ian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NB1oQ-0006F0-EN@stork.gentoo.org \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox