diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-17 19:49:10 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-17 19:49:10 +0000 |
commit | c0ce7ca2845ad7235023c961850cd8ef49e6ddd6 (patch) | |
tree | 86cdb01aae4017f61d9ced1a3ef47fe5c2b474cc /dev-haskell/hs-bibutils | |
parent | Actualy run eautoreconf due to the required patch for gpsd. Fixes bug #372081 (diff) | |
download | gentoo-2-c0ce7ca2845ad7235023c961850cd8ef49e6ddd6.tar.gz gentoo-2-c0ce7ca2845ad7235023c961850cd8ef49e6ddd6.tar.bz2 gentoo-2-c0ce7ca2845ad7235023c961850cd8ef49e6ddd6.zip |
Fixed broken homepage to http://gorgias.mine.nu/repos/hs-bibutils/ (bug #371347)
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r-- | dev-haskell/hs-bibutils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hs-bibutils/ChangeLog b/dev-haskell/hs-bibutils/ChangeLog index c8c18460da23..7680ede47160 100644 --- a/dev-haskell/hs-bibutils/ChangeLog +++ b/dev-haskell/hs-bibutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hs-bibutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.1 2011/04/23 16:47:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.2 2011/06/17 19:49:10 slyfox Exp $ + + 17 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> hs-bibutils-4.12.ebuild: + Fixed broken homepage to http://gorgias.mine.nu/repos/hs-bibutils/ (bug + #371347) *hs-bibutils-4.12 (23 Apr 2011) diff --git a/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild index 18b516e8426e..7f5de54fb2b2 100644 --- a/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild +++ b/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.1 2011/04/23 16:47:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.2 2011/06/17 19:49:10 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,9 +9,8 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour" inherit haskell-cabal -DESCRIPTION="Haskell bindings to bibutils, the bibliography -conversion utilities." -HOMEPAGE="http://code.haskell.org/hs-bibutils" +DESCRIPTION="Haskell bindings to bibutils, the bibliography conversion utilities." +HOMEPAGE="http://gorgias.mine.nu/repos/hs-bibutils/" SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" |