axs         14/08/26 14:58:56

  Modified:             ChangeLog
  Added:                Business-ISSN-0.910.0-r1.ebuild
  Removed:              Business-ISSN-0.910.0.ebuild
  Log:
  bumped EAPI to 5 to help with dev-lang/perl upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.2                  dev-perl/Business-ISSN/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 Sep 2012 03:31:54 -0000      1.1
+++ ChangeLog   26 Aug 2014 14:58:55 -0000      1.2
@@ -1,10 +1,15 @@
 # ChangeLog for dev-perl/Business-ISSN
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/ChangeLog,v 1.1 
2012/09/11 03:31:54 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/ChangeLog,v 1.2 
2014/08/26 14:58:55 axs Exp $
+
+*Business-ISSN-0.910.0-r1 (26 Aug 2014)
+
+  26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +Business-ISSN-0.910.0-r1.ebuild, -Business-ISSN-0.910.0.ebuild:
+  bumped EAPI to 5 to help with dev-lang/perl upgrade
 
 *Business-ISSN-0.910.0 (11 Sep 2012)
 
   11 Sep 2012; Torsten Veller <[email protected]> +Business-ISSN-0.910.0.ebuild,
   +metadata.xml:
   Initial commit for biber (#428818)
-



1.1                  dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild

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

Index: Business-ISSN-0.910.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/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild,v
 1.1 2014/08/26 14:58:55 axs Exp $

EAPI=5

MODULE_AUTHOR=BDFOY
MODULE_VERSION=0.91
inherit perl-module

DESCRIPTION="Object and functions to work with International Standard Serial 
Numbers"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="
        test? (
                dev-perl/Test-Pod
                dev-perl/Test-Pod-Coverage
        )
"

SRC_TEST=do

src_install() {
        perl-module_src_install
        rm -rf "${ED}"/usr/share/man || die
}




Reply via email to