diff options
author | 2012-02-15 18:24:03 +0000 | |
---|---|---|
committer | 2012-02-15 18:24:03 +0000 | |
commit | b0c53b2c795daadfb32c48b8341198dda0a50827 (patch) | |
tree | 56de0e136557fb816d16f0bd90f88e67af158c2c /dev-haskell/sha | |
parent | move media-tv to virtual/linuxtv-dvb-headers, bug #403929 (diff) | |
download | gentoo-2-b0c53b2c795daadfb32c48b8341198dda0a50827.tar.gz gentoo-2-b0c53b2c795daadfb32c48b8341198dda0a50827.tar.bz2 gentoo-2-b0c53b2c795daadfb32c48b8341198dda0a50827.zip |
Fixed HOMEPAGE (hackage is case sensitive). Noticed by David in bug #403511.
(Portage version: 2.2.0_alpha86_p16/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/sha')
-rw-r--r-- | dev-haskell/sha/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/sha/sha-1.5.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/sha/ChangeLog b/dev-haskell/sha/ChangeLog index 528454825772..9acc421413f6 100644 --- a/dev-haskell/sha/ChangeLog +++ b/dev-haskell/sha/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/sha -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/ChangeLog,v 1.1 2011/12/04 17:49:25 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/ChangeLog,v 1.2 2012/02/15 18:24:03 slyfox Exp $ + + 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. *sha-1.5.0.0 (04 Dec 2011) diff --git a/dev-haskell/sha/sha-1.5.0.0.ebuild b/dev-haskell/sha/sha-1.5.0.0.ebuild index ec6b422aaf3b..b8bceac6c1e1 100644 --- a/dev-haskell/sha/sha-1.5.0.0.ebuild +++ b/dev-haskell/sha/sha-1.5.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/sha-1.5.0.0.ebuild,v 1.1 2011/12/04 17:49:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/sha-1.5.0.0.ebuild,v 1.2 2012/02/15 18:24:03 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -13,7 +13,7 @@ MY_PN="SHA" MY_P="${MY_PN}-${PV}" DESCRIPTION="Implementations of the SHA suite of message digest functions" -HOMEPAGE="http://hackage.haskell.org/package/sha" +HOMEPAGE="http://hackage.haskell.org/package/SHA" SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" |