mgorny      14/03/30 13:39:36

  Modified:             pkgconfig-openbsd-20130507-r1.ebuild ChangeLog
  Log:
  Re-use perl path getting from perl-module.eclass, thanks to Mikle Kolyada for 
the suggestion.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  
dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild?r1=1.1&r2=1.2

Index: pkgconfig-openbsd-20130507-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkgconfig-openbsd-20130507-r1.ebuild        30 Mar 2014 11:11:13 -0000      
1.1
+++ pkgconfig-openbsd-20130507-r1.ebuild        30 Mar 2014 13:39:36 -0000      
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild,v
 1.1 2014/03/30 11:11:13 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r1.ebuild,v
 1.2 2014/03/30 13:39:36 mgorny Exp $
 
 EAPI=5
 
-inherit eutils multilib multilib-minimal
+PERL_EXPORT_PHASE_FUNCTIONS=no
+inherit eutils multilib perl-module multilib-minimal
 
 # cvs -d [email protected]:/cvs get src/usr.bin/pkg-config
 
@@ -20,9 +21,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="+pkg-config"
 
-DEPEND="dev-lang/perl:="
-RDEPEND="${DEPEND}
-       virtual/perl-Getopt-Long
+RDEPEND="virtual/perl-Getopt-Long
        pkg-config? (
                !dev-util/pkgconfig
                !dev-util/pkgconf[pkg-config]
@@ -66,8 +65,7 @@
                doins "${WORKDIR}"/pkg-config-*/pkg.m4
        fi
 
-       local perl_version=$(perl -e 'printf "%vd", $^V')
-
-       insinto /usr/$(get_libdir)/perl5/vendor_perl/${perl_version}
+       perl_set_version
+       insinto "${VENDOR_LIB}"
        doins -r "${S}"/usr.bin/pkg-config/OpenBSD
 }



1.16                 dev-util/pkgconfig-openbsd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   30 Mar 2014 11:11:13 -0000      1.15
+++ ChangeLog   30 Mar 2014 13:39:36 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/pkgconfig-openbsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.15 
2014/03/30 11:11:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.16 
2014/03/30 13:39:36 mgorny Exp $
+
+  30 Mar 2014; Michał Górny <[email protected]>
+  pkgconfig-openbsd-20130507-r1.ebuild:
+  Re-use perl path getting from perl-module.eclass, thanks to Mikle Kolyada for
+  the suggestion.
 
 *pkgconfig-openbsd-20130507-r1 (30 Mar 2014)
 




Reply via email to