dilfridge    14/11/09 21:37:29

  Modified:             conmux-0.15.1-r3.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  Changes    Path
1.3                  app-misc/conmux/conmux-0.15.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild?r1=1.2&r2=1.3

Index: conmux-0.15.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- conmux-0.15.1-r3.ebuild     24 Jul 2014 19:42:39 -0000      1.2
+++ conmux-0.15.1-r3.ebuild     9 Nov 2014 21:37:29 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild,v 
1.2 2014/07/24 19:42:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild,v 
1.3 2014/11/09 21:37:29 dilfridge Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 }
 
 src_install() {
-               perlinfo
+               perl_set_version
                emake BASE="${D}/usr" install
                # helpers and drivers have been removed in src_prepare
                insinto /usr/share/${PN}/
@@ -38,7 +38,7 @@
                mv "${D}"/usr/bin/console "${D}"/usr/bin/${PN}-console || \
                        die "failed to rename console to conmux-console"
                # Fix up directory for the module
-               perlinfo
+               perl_set_version
                dodir ${VENDOR_LIB}/${PN}
                mv "${D}"/usr/lib/Conmux.pm "${D}"/${VENDOR_LIB}/. || \
                        die "failed to move the Conmux.pm module"



1.9                  app-misc/conmux/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/conmux/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/conmux/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/conmux/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Jul 2014 19:42:39 -0000      1.8
+++ ChangeLog   9 Nov 2014 21:37:29 -0000       1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/conmux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v 1.8 2014/07/24 
19:42:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v 1.9 2014/11/09 
21:37:29 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel <dilfri...@gentoo.org>
+  conmux-0.15.1-r3.ebuild:
+  Replace perlinfo with perl_set_version
 
   24 Jul 2014; Markos Chandras <hwoar...@gentoo.org> conmux-0.15.1-r3.ebuild:
   amd64/x86 stable




Reply via email to