Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237259 Details for
Bug 326623
sci-physics/lhapdf-5.8.3_p01: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against 5.8.3 ebuild.
lhapdf-5.8.3_p01.patches (text/plain), 1.93 KB, created by
Benjamin Bannier
on 2010-07-02 14:18:40 UTC
(
hide
)
Description:
Patch against 5.8.3 ebuild.
Filename:
MIME Type:
Creator:
Benjamin Bannier
Created:
2010-07-02 14:18:40 UTC
Size:
1.93 KB
patch
obsolete
>From ebfa6638b85013fb6c1df2f8cf2b513ca9cc809c Mon Sep 17 00:00:00 2001 >From: Benjamin Bannier <benjamin.bannier@stonybrook.edu> >Date: Fri, 2 Jul 2010 10:03:31 -0400 >Subject: [PATCH] Work around the upstream version mess > >--- > lhapdf-5.8.3_p01.ebuild | 23 ++++++++++++++++++----- > 1 files changed, 18 insertions(+), 5 deletions(-) > >diff --git a/lhapdf-5.8.3_p01.ebuild b/lhapdf-5.8.3_p01.ebuild >index 0bc044b..1ff1639 100644 >--- a/lhapdf-5.8.3_p01.ebuild >+++ b/lhapdf-5.8.3_p01.ebuild >@@ -4,14 +4,21 @@ > > EAPI=2 > >+inherit versionator >+ >+MY_PV=$(get_version_component_range 1-3 ${PV}) >+MY_PF=${PN}-${MY_PV} >+ > DESCRIPTION="Les Houches Parton Density Function unified library" > HOMEPAGE="http://projects.hepforge.org/lhapdf/" >-SRC_URI="http://www.hepforge.org/archive/lhapdf/${P}.tar.gz >+SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz >+ http://projects.hepforge.org/${PN}/updates-5.8.3/wrapheragrid.f >+ http://projects.hepforge.org/${PN}/updates-5.8.3/wrapheragrid-lite.f > test? ( >- http://svn.hepforge.org/${PN}/pdfsets/tags/${PV}/cteq61.LHgrid >- http://svn.hepforge.org/${PN}/pdfsets/tags/${PV}/MRST2004nlo.LHgrid >- http://svn.hepforge.org/${PN}/pdfsets/tags/${PV}/cteq61.LHpdf >- octave? ( http://svn.hepforge.org/${PN}/pdfsets/tags/${PV}/cteq5l.LHgrid ) )" >+ http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq61.LHgrid >+ http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/MRST2004nlo.LHgrid >+ http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq61.LHpdf >+ octave? ( http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq5l.LHgrid ) )" > > LICENSE="GPL-2" > SLOT="0" >@@ -23,6 +30,12 @@ DEPEND="${RDEPEND} > doc? ( app-doc/doxygen[latex] ) > python? ( dev-lang/swig )" > >+src_unpack() { >+ unpack ${MY_PF}.tar.gz >+ mv ${DISTDIR}/wrapheragrid.f ${WORKDIR}/${MY_PF}/src/wrapheragrid.f >+ mv ${DISTDIR}/wrapheragrid-lite.f ${WORKDIR}/${MY_PF}/src/wrapheragrid-lite.f >+} >+ > src_prepare() { > # do not create extra latex docs > sed -i \ >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 326623
:
237259
|
237285
|
237287