summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-01 15:15:44 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-01 15:15:44 +0000
commitdf88f63028c63ff6f2e4ec910b47abe0cc52a8ba (patch)
treec7590314693f4c8767af08298b859ac503a91057 /dev-haskell/missingh
parentVersion bump. (diff)
downloadgentoo-2-df88f63028c63ff6f2e4ec910b47abe0cc52a8ba.tar.gz
gentoo-2-df88f63028c63ff6f2e4ec910b47abe0cc52a8ba.tar.bz2
gentoo-2-df88f63028c63ff6f2e4ec910b47abe0cc52a8ba.zip
Update HOMEPAGE, add old-time depend.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/missingh')
-rw-r--r--dev-haskell/missingh/ChangeLog7
-rw-r--r--dev-haskell/missingh/missingh-1.3.0.1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/missingh/ChangeLog b/dev-haskell/missingh/ChangeLog
index b6023a987de7..d2a052817554 100644
--- a/dev-haskell/missingh/ChangeLog
+++ b/dev-haskell/missingh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/missingh
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.34 2014/12/14 09:37:08 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.35 2015/08/01 15:15:44 slyfox Exp $
+
+ 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> missingh-1.3.0.1.ebuild:
+ Update HOMEPAGE, add old-time depend.
*missingh-1.3.0.1 (14 Dec 2014)
diff --git a/dev-haskell/missingh/missingh-1.3.0.1.ebuild b/dev-haskell/missingh/missingh-1.3.0.1.ebuild
index 584b41ed56aa..a9fc5294768f 100644
--- a/dev-haskell/missingh/missingh-1.3.0.1.ebuild
+++ b/dev-haskell/missingh/missingh-1.3.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild,v 1.1 2014/12/14 09:37:08 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild,v 1.2 2015/08/01 15:15:44 slyfox Exp $
EAPI=5
@@ -13,7 +13,7 @@ MY_PN="MissingH"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Large utility library"
-HOMEPAGE="http://software.complete.org/missingh"
+HOMEPAGE="https://github.com/jgoerzen/missingh/wiki"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
@@ -25,6 +25,7 @@ RDEPEND="dev-haskell/hslogger:=[profile?]
dev-haskell/hunit:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/network:=[profile?]
+ dev-haskell/old-time:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/random:=[profile?]
dev-haskell/regex-compat:=[profile?]