From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZDVV-0005f0-Mb for garchives@archives.gentoo.org; Tue, 29 May 2012 03:54:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B967E0710; Tue, 29 May 2012 03:53:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F2F68E0710 for ; Tue, 29 May 2012 03:53:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 634BE1B400C for ; Tue, 29 May 2012 03:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF9BEE5428 for ; Tue, 29 May 2012 03:53:51 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <1338263477.00762d3b063cb8ee85e4fa2fe04ebd9eb25bd8be.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-lang/perl/, dev-lang/perl/files/eblits/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-lang/perl/files/eblits/src_configure-v50140021.eblit dev-lang/perl/perl-5.16.0.ebuild X-VCS-Directories: dev-lang/perl/ dev-lang/perl/files/eblits/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 00762d3b063cb8ee85e4fa2fe04ebd9eb25bd8be X-VCS-Branch: master Date: Tue, 29 May 2012 03:53:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5a481e10-8089-4326-af5a-174becf8837d X-Archives-Hash: b99d90bfb4b76603d24489da49ba72d3 commit: 00762d3b063cb8ee85e4fa2fe04ebd9eb25bd8be Author: Torsten Veller gentoo org> AuthorDate: Tue May 29 03:51:17 2012 +0000 Commit: Torsten Veller gentoo org> CommitDate: Tue May 29 03:51:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D00762d3b More site related fixes Fix Dsiteprefix, Dsiteman1dir and Dsiteman3dir. Move perllocal.pod from site_install to DESTINSTALLSITEARCH --- .../files/eblits/src_configure-v50140021.eblit | 6 +++--- dev-lang/perl/perl-5.16.0.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/perl/files/eblits/src_configure-v50140021.eblit b/d= ev-lang/perl/files/eblits/src_configure-v50140021.eblit index df2e67f..1c04781 100644 --- a/dev-lang/perl/files/eblits/src_configure-v50140021.eblit +++ b/dev-lang/perl/files/eblits/src_configure-v50140021.eblit @@ -109,7 +109,7 @@ eblit-perl-src_configure() { -Dldflags=3D"${LDFLAGS}" \ -Dprefix=3D"${EPREFIX}"'/usr' \ -Dinstallprefix=3D"${EPREFIX}"'/usr' \ - -Dsiteprefix=3D"${EPREFIX}"'/usr' \ + -Dsiteprefix=3D"${EPREFIX}"'/usr/local' \ -Dvendorprefix=3D"${EPREFIX}"'/usr' \ -Dscriptdir=3D"${EPREFIX}"'/usr/bin' \ -Dprivlib=3D"${EPREFIX}${PRIV_LIB}" \ @@ -120,8 +120,8 @@ eblit-perl-src_configure() { -Dvendorarch=3D"${EPREFIX}${VENDOR_ARCH}" \ -Dman1dir=3D"${EPREFIX}"/usr/share/man/man1 \ -Dman3dir=3D"${EPREFIX}"/usr/share/man/man3 \ - -Dsiteman1dir=3D"${EPREFIX}"/usr/share/man/man1 \ - -Dsiteman3dir=3D"${EPREFIX}"/usr/share/man/man3 \ + -Dsiteman1dir=3D"${EPREFIX}"/usr/local/man/man1 \ + -Dsiteman3dir=3D"${EPREFIX}"/usr/local/man/man3 \ -Dvendorman1dir=3D"${EPREFIX}"/usr/share/man/man1 \ -Dvendorman3dir=3D"${EPREFIX}"/usr/share/man/man3 \ -Dman1ext=3D'1' \ diff --git a/dev-lang/perl/perl-5.16.0.ebuild b/dev-lang/perl/perl-5.16.0= .ebuild index 4faf791..343f0a4 100644 --- a/dev-lang/perl/perl-5.16.0.ebuild +++ b/dev-lang/perl/perl-5.16.0.ebuild @@ -6,7 +6,7 @@ EAPI=3D4 =20 inherit eutils alternatives flag-o-matic toolchain-funcs multilib =20 -PATCH_VER=3D2 +PATCH_VER=3D3 =20 PERL_OLDVERSEN=3D"" MODULE_AUTHOR=3DRJBS