axs         14/08/21 15:48:07

  Modified:             ChangeLog
  Added:                Email-Valid-1.192.0-r1.ebuild
  Removed:              Email-Valid-1.192.0.ebuild
  Log:
  bumped EAPI to 5; committed directly to stable as no other changes present 
and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.72                 dev-perl/Email-Valid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/ChangeLog?rev=1.72&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/ChangeLog?rev=1.72&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   5 Aug 2014 13:20:32 -0000       1.71
+++ ChangeLog   21 Aug 2014 15:48:07 -0000      1.72
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Email-Valid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.71 
2014/08/05 13:20:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.72 
2014/08/21 15:48:07 axs Exp $
+
+*Email-Valid-1.192.0-r1 (21 Aug 2014)
+
+  21 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org>
+  +Email-Valid-1.192.0-r1.ebuild, -Email-Valid-1.192.0.ebuild:
+  bumped EAPI to 5; committed directly to stable as no other changes present 
and
+  revbump helps stable systems to keep from dieing on perl-5.18 upgrade
 
   05 Aug 2014; Mikle Kolyada <zlog...@gentoo.org> Email-Valid-1.192.0.ebuild:
   Fix DESCRIPTION



1.1                  dev-perl/Email-Valid/Email-Valid-1.192.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.192.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.192.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: Email-Valid-1.192.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.192.0-r1.ebuild,v 
1.1 2014/08/21 15:48:07 axs Exp $

EAPI=5

MODULE_AUTHOR=RJBS
MODULE_VERSION=1.192
inherit perl-module

DESCRIPTION="Check validity of Internet email addresses"

SLOT="0"
KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-linux"
IUSE="test"

RDEPEND="
        dev-perl/MailTools
"
DEPEND="
        test? ( ${RDEPEND}
                dev-perl/Test-Pod
                dev-perl/Test-Pod-Coverage
                dev-perl/Capture-Tiny
        )"

SRC_TEST="do"




Reply via email to