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/http-client: http-client-0.2.2.2.ebuild ChangeLog http-client-0.4.6.2.ebuild http-client-0.4.9.ebuild http-client-0.2.0.3.ebuild http-client-0.4.6.1.ebuild
Date: Sun, 02 Aug 2015 11:28:03
Message-Id: 20150802112757.EDE41113@oystercatcher.gentoo.org
1 slyfox 15/08/02 11:27:57
2
3 Modified: http-client-0.2.2.2.ebuild ChangeLog
4 Removed: http-client-0.4.6.2.ebuild http-client-0.4.9.ebuild
5 http-client-0.2.0.3.ebuild
6 http-client-0.4.6.1.ebuild
7 Log:
8 Drop old.
9
10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
11
12 Revision Changes Path
13 1.3 dev-haskell/http-client/http-client-0.2.2.2.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild?r1=1.2&r2=1.3
18
19 Index: http-client-0.2.2.2.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- http-client-0.2.2.2.ebuild 25 Jul 2014 09:16:16 -0000 1.2
26 +++ http-client-0.2.2.2.ebuild 2 Aug 2015 11:27:57 -0000 1.3
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild,v 1.3 2015/08/02 11:27:57 slyfox Exp $
33
34 EAPI=5
35
36 @@ -34,8 +34,7 @@
37 "
38 DEPEND="${RDEPEND}
39 >=dev-haskell/cabal-1.10
40 - test? ( dev-haskell/deepseq
41 - dev-haskell/hspec
42 + test? ( dev-haskell/hspec
43 dev-haskell/monad-control
44 dev-haskell/zlib )
45 "
46
47
48
49 1.13 dev-haskell/http-client/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-client/ChangeLog?rev=1.13&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-client/ChangeLog?rev=1.13&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-client/ChangeLog?r1=1.12&r2=1.13
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v
58 retrieving revision 1.12
59 retrieving revision 1.13
60 diff -u -r1.12 -r1.13
61 --- ChangeLog 26 Jul 2015 21:07:07 -0000 1.12
62 +++ ChangeLog 2 Aug 2015 11:27:57 -0000 1.13
63 @@ -1,6 +1,12 @@
64 # ChangeLog for dev-haskell/http-client
65 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v 1.12 2015/07/26 21:07:07 slyfox Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v 1.13 2015/08/02 11:27:57 slyfox Exp $
68 +
69 + 02 Aug 2015; Sergei Trofimovich <slyfox@g.o>
70 + -http-client-0.2.0.3.ebuild, -http-client-0.4.6.1.ebuild,
71 + -http-client-0.4.6.2.ebuild, -http-client-0.4.9.ebuild,
72 + http-client-0.2.2.2.ebuild:
73 + Drop old.
74
75 *http-client-0.4.18.1 (26 Jul 2015)