Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.3.0.1.ebuild ChangeLog
Date: Sat, 01 Aug 2015 15:15:47
Message-Id: 20150801151544.4A432115@oystercatcher.gentoo.org
1 slyfox 15/08/01 15:15:44
2
3 Modified: missingh-1.3.0.1.ebuild ChangeLog
4 Log:
5 Update HOMEPAGE, add old-time depend.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.2 dev-haskell/missingh/missingh-1.3.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: missingh-1.3.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- missingh-1.3.0.1.ebuild 14 Dec 2014 09:37:08 -0000 1.1
23 +++ missingh-1.3.0.1.ebuild 1 Aug 2015 15:15:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -13,7 +13,7 @@
34 MY_P="${MY_PN}-${PV}"
35
36 DESCRIPTION="Large utility library"
37 -HOMEPAGE="http://software.complete.org/missingh"
38 +HOMEPAGE="https://github.com/jgoerzen/missingh/wiki"
39 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
40
41 LICENSE="BSD"
42 @@ -25,6 +25,7 @@
43 dev-haskell/hunit:=[profile?]
44 dev-haskell/mtl:=[profile?]
45 dev-haskell/network:=[profile?]
46 + dev-haskell/old-time:=[profile?]
47 dev-haskell/parsec:=[profile?]
48 dev-haskell/random:=[profile?]
49 dev-haskell/regex-compat:=[profile?]
50
51
52
53 1.35 dev-haskell/missingh/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.35&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.35&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.34&r2=1.35
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
62 retrieving revision 1.34
63 retrieving revision 1.35
64 diff -u -r1.34 -r1.35
65 --- ChangeLog 14 Dec 2014 09:37:08 -0000 1.34
66 +++ ChangeLog 1 Aug 2015 15:15:44 -0000 1.35
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-haskell/missingh
69 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.34 2014/12/14 09:37:08 gienah Exp $
71 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.35 2015/08/01 15:15:44 slyfox Exp $
73 +
74 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> missingh-1.3.0.1.ebuild:
75 + Update HOMEPAGE, add old-time depend.
76
77 *missingh-1.3.0.1 (14 Dec 2014)