Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509854 - sci-chemistry/molden - SRC_URI change and new molden5.0.tar.gz tarball
Summary: sci-chemistry/molden - SRC_URI change and new molden5.0.tar.gz tarball
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-05-08 15:04 UTC by Andrej Lajovic
Modified: 2016-02-11 07:54 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Lajovic 2014-05-08 15:04:22 UTC
The download location of molden has changed and the current ebuild no longer works when not fetching from a gentoo distfiles mirror:

$ GENTOO_MIRRORS='' ebuild molden-5.0.ebuild fetch
>>> Downloading 'ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/molden5.0.tar.gz'
--2014-05-08 16:49:04--  ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/molden5.0.tar.gz
           => '/usr/portage/distfiles/molden5.0.tar.gz'
Resolving ftp.cmbi.kun.nl... failed: Name or service not known.
wget: unable to resolve host address 'ftp.cmbi.kun.nl'
!!! Couldn't download 'molden5.0.tar.gz'. Aborting.

The following patch fixes the homepage and download location in ebuild, but beware: the .tar.gz file at the new location - although it bears the same name - has a slightly different content. The checksum will therefore need to be updated and the file cached at gentoo mirrors replaced with the new version. I am not sure what exactly to do in this case (create a new revision or ...?) so I am just pasting the patch that updates the HOMEPAGE and SRC_URI here and hoping that someone more knowledgeable will pick it up and do whatever else is necessary. Thanks.

Andrej

--- molden-5.0.ebuild.orig	2014-05-08 16:47:06.810638864 +0200
+++ molden-5.0.ebuild	2014-05-08 16:43:28.860702034 +0200
@@ -9,8 +9,8 @@
 MY_P="${PN}${PV}"
 
 DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac"
-HOMEPAGE="http://www.cmbi.kun.nl/~schaft/molden/molden.html"
-SRC_URI="ftp://ftp.cmbi.kun.nl/pub/molgraph/${PN}/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cmbi.ru.nl/~schaft/molden/molden.html"
+SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molgraph/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MOLDEN"
 SLOT="0"
Comment 1 Viktor Yu. Kovalskii 2014-11-05 10:14:47 UTC
Also at 03.11.2014 molden-5.2.1 was released.
Comment 2 Viktor Yu. Kovalskii 2016-02-11 05:26:34 UTC
Also at 05.02.2016 molden-5.5 was released.

I copy molden-5.0.ebuild, molden-5.0-ambfor.patch and molden-50-overflow.patch to molden-5.5.ebuild, molden-5.5-ambfor.patch and molden-5.5-overflow.patch, respectively. And this ebuild works fine.

Please bump.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2016-02-11 07:54:30 UTC
commit b59f76f56f9194cb5ca950f54cb7e2d36d0302e6
Author: Justin Lecher <jlec@gentoo.org>
Date:   Thu Feb 11 08:53:16 2016 +0100

    sci-chemistry/molden: Version Bump

    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=509854

    Package-Manager: portage-2.2.27
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59f76f56f9194cb5ca950f54cb7e2d36d0302e6

commit c8959204c03d7bd209875a9eb7e6b6ca0d9a01cb
Author: Justin Lecher <jlec@gentoo.org>
Date:   Thu Feb 11 08:23:24 2016 +0100

    sci-chemistry/molden: Fix SRC_URI to new location

    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=509854

    Package-Manager: portage-2.2.27
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8959204c03d7bd209875a9eb7e6b6ca0d9a01cb

commit 0177968d9a95d7732299eea2ba8e9e1a5d756c75
Author: Justin Lecher <jlec@gentoo.org>
Date:   Thu Feb 11 08:22:27 2016 +0100

    sci-chemistry/molden: Fix HOMEPAGE to new location

    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=509854

    Package-Manager: portage-2.2.27
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0177968d9a95d7732299eea2ba8e9e1a5d756c75