dilfridge    15/04/18 18:59:26

  Modified:             ChangeLog
  Added:                Business-ISMN-1.130.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.3                  dev-perl/Business-ISMN/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 Aug 2014 16:06:02 -0000      1.2
+++ ChangeLog   18 Apr 2015 18:59:26 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Business-ISMN
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/ChangeLog,v 1.2 
2014/08/26 16:06:02 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/ChangeLog,v 1.3 
2015/04/18 18:59:26 dilfridge Exp $
+
+*Business-ISMN-1.130.0 (18 Apr 2015)
+
+  18 Apr 2015; Andreas K. Huettel <dilfri...@gentoo.org>
+  +Business-ISMN-1.130.0.ebuild:
+  Version bump
 
 *Business-ISMN-1.110.0-r1 (26 Aug 2014)
 



1.1                  dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild

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

Index: Business-ISMN-1.130.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild,v 
1.1 2015/04/18 18:59:26 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=BDFOY
MODULE_VERSION=1.13
inherit perl-module

DESCRIPTION="International Standard Music Numbers"

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

RDEPEND="
        dev-perl/Tie-Cycle
        virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
        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