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.77) (envelope-from ) id 1SmzcL-00078K-4O for garchives@archives.gentoo.org; Fri, 06 Jul 2012 03:54:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70DFDE064E; Fri, 6 Jul 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 2F56CE064E for ; Fri, 6 Jul 2012 03:53:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40BF01B4013 for ; Fri, 6 Jul 2012 03:53:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2162) id F1F7B2004B; Fri, 6 Jul 2012 03:53:51 +0000 (UTC) From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: PDL-2.4.11.ebuild ChangeLog X-VCS-Directories: dev-perl/PDL X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: <20120706035351.F1F7B2004B@flycatcher.gentoo.org> Date: Fri, 6 Jul 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: 93e6e94d-e2b8-4d29-8fe0-4c0f81ff5ab3 X-Archives-Hash: 7d233e6f8b75383069db93ceb61f080a bicatali 12/07/06 03:53:51 Modified: PDL-2.4.11.ebuild ChangeLog Log: Prefix fixes and keywording amd64-linux, x86-linux =20 (Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64) Revision Changes Path 1.2 dev-perl/PDL/PDL-2.4.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2= .4.11.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2= .4.11.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2= .4.11.ebuild?r1=3D1.1&r2=3D1.2 Index: PDL-2.4.11.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PDL-2.4.11.ebuild 16 Jun 2012 20:08:09 -0000 1.1 +++ PDL-2.4.11.ebuild 6 Jul 2012 03:53:51 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.1 = 2012/06/16 20:08:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.2 = 2012/07/06 03:53:51 bicatali Exp $ =20 EAPI=3D4 =20 @@ -12,7 +12,7 @@ =20 LICENSE=3D"Artistic as-is" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=3D"+badval doc fftw fortran gd gsl hdf netpbm opengl pdl2 proj pgpl= ot plplot threads" =20 RDEPEND=3D"sys-libs/ncurses @@ -60,6 +60,8 @@ epatch "${FILESDIR}"/${PN}-2.4.11-fortran.patch # search for shared hdf instead of static epatch "${FILESDIR}"/${PN}-2.4.11-shared-hdf.patch + find . -name Makefile.PL -exec \ + sed -i -e "s|/usr|${EPREFIX}/usr|g" {} \; || die } =20 src_configure() { @@ -89,26 +91,18 @@ =20 src_install() { perl-module_src_install - insinto /${VENDOR_ARCH}/PDL/Doc - doins Doc/{scantree.pl,mkhtmldoc.pl} + cp Doc/{scantree.pl,mkhtmldoc.pl} \ + "${D}"/${VENDOR_ARCH}/PDL/Doc/ || die } =20 pkg_postinst() { - if [[ ${EROOT} =3D / ]] ; then - perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl - elog "Building perldl.db done. You can recreatethis at any time" - elog "by running" - else - elog "You must create perldl.db by running" - fi + perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl || die + elog "Building perldl.db done. You can recreate this at any time" + elog "by running:" elog "perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl" - elog "PDL requires that glx and dri support be enabled in" - elog "your X configuration for certain parts of the graphics" - elog "engine to work. See your X's documentation for futher" - elog "information." } =20 pkg_prerm() { rm -rf "${EROOT}"/var/lib/pdl/html - rm -f "${EROOT}"/var/lib/pdl/pdldoc.db "${EROOT}"/var/lib/pdl/Index.po= d + rm -f "${EROOT}"/var/lib/pdl/{pdldoc.db,Index.pod} } 1.101 dev-perl/PDL/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/Chang= eLog?rev=3D1.101&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/Chang= eLog?rev=3D1.101&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/Chang= eLog?r1=3D1.100&r2=3D1.101 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 24 Jun 2012 12:59:16 -0000 1.100 +++ ChangeLog 6 Jul 2012 03:53:51 -0000 1.101 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PDL # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.100 2012/0= 6/24 12:59:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.101 2012/0= 7/06 03:53:51 bicatali Exp $ + + 06 Jul 2012; S=C3=A9bastien Fabbro PDL-2.4.11.eb= uild: + Prefix fixes and keywording amd64-linux, x86-linux =20 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info