Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 480760

Summary: sys-cluster/mpich-3.1_beta1 version bump
Product: Gentoo Linux Reporter: Dries Kimpe <dries>
Component: [OLD] DevelopmentAssignee: Justin Bronder (RETIRED) <jsbronder>
Status: RESOLVED FIXED    
Severity: normal CC: cluster, pavanbalaji.work
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Diff for 3.1 b1

Description Dries Kimpe 2013-08-12 17:43:13 UTC
Diff to ebuild for 3.1 beta 1 release


Reproducible: Always




--- /usr/portage/sys-cluster/mpich/mpich-3.0.4.ebuild	2013-07-09 17:37:55.000000000 -0500
+++ mpich-3.1_beta1.ebuild	2013-08-12 12:40:39.397048820 -0500
@@ -8,10 +8,10 @@
 
 inherit fortran-2
 
-MY_PV=${PV/_/}
+MY_PV=${PV/_beta/b}
 DESCRIPTION="A high performance and portable MPI implementation"
 HOMEPAGE="http://www.mpich.org/"
-SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
+SRC_URI="http://www.mpich.org/static/downloads/${MY_PV}/${PN}-${MY_PV}.tar.gz"
 
 SLOT="0"
 LICENSE="mpich"
Comment 1 Dries Kimpe 2013-08-12 17:44:00 UTC
Created attachment 355792 [details, diff]
Diff for 3.1 b1
Comment 2 Justin Bronder (RETIRED) gentoo-dev 2014-10-16 04:50:42 UTC
+*mpich-3.1.3 (16 Oct 2014)
+
+  16 Oct 2014; Justin Bronder <jsbronder@gentoo.org> +mpich-3.1.3.ebuild:
+  bump, #480760
+

Thanks for reporting!