Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480760 - sys-cluster/mpich-3.1_beta1 version bump
Summary: sys-cluster/mpich-3.1_beta1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Bronder (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-08-12 17:43 UTC by Dries Kimpe
Modified: 2014-10-16 04:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Diff for 3.1 b1 (3.1b1.diff,507 bytes, patch)
2013-08-12 17:44 UTC, Dries Kimpe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!