Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403511 - The HOMEPAGE & SCR_URI for dev-haskell/sha is invalid
Summary: The HOMEPAGE & SCR_URI for dev-haskell/sha is invalid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL: http://hackage.haskell.org/package/sha
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-14 04:39 UTC by David
Modified: 2012-03-16 21:50 UTC (History)
0 users

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 David 2012-02-14 04:39:30 UTC
The HOMEPAGE and SCR_URI in dev-haskell/sha/sha-1.5.0.0.ebuild  is "404 Not Found"

Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-02-15 18:24:43 UTC
(In reply to comment #0)
> The HOMEPAGE and SCR_URI in dev-haskell/sha/sha-1.5.0.0.ebuild  is "404 Not
> Found"
> 
> Reproducible: Always

Homepage is invalid due to server became case sensitive, right.
Fixed as:
> 15 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org> sha-1.5.0.0.ebuild:
> Fixed HOMEPAGE (hackage is case sensitive). Noticed by David in bug #403511.


But the SRC_URI looks fine:

> --2012-02-15 21:26:09--  http://hackage.haskell.org/packages/archive/SHA/1.5.0.0/SHA-1.5.0.0.tar.gz
> Resolving hackage.haskell.org... 69.30.63.204
> Connecting to hackage.haskell.org|69.30.63.204|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 2714032 (2.6M) [application/x-tar]
> Saving to: `SHA-1.5.0.0.tar.gz.1'
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2012-03-16 21:50:05 UTC
Caught similar issue in dev-haskell/crypto package:

> 16 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> crypto-4.2.4.ebuild:
> Fixed case in HOMEPAGE.

Thanks for the report!