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/tagsoup: tagsoup-0.13.3-r1.ebuild ChangeLog
Date: Fri, 01 May 2015 19:43:39
Message-Id: 20150501194325.717609AC@oystercatcher.gentoo.org
1 slyfox 15/05/01 19:43:24
2
3 Modified: ChangeLog
4 Added: tagsoup-0.13.3-r1.ebuild
5 Log:
6 Rename 'tagsoup' binary to 'haskell-tagsoup' to avoid collision with dev-java/tagsoup (bug #547734 by Alexey Kretov).
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.11 dev-haskell/tagsoup/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 14 Dec 2014 05:55:08 -0000 1.10
24 +++ ChangeLog 1 May 2015 19:43:24 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/tagsoup
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v 1.10 2014/12/14 05:55:08 gienah Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v 1.11 2015/05/01 19:43:24 slyfox Exp $
31 +
32 +*tagsoup-0.13.3-r1 (01 May 2015)
33 +
34 + 01 May 2015; Sergei Trofimovich <slyfox@g.o> +tagsoup-0.13.3-r1.ebuild:
35 + Rename 'tagsoup' binary to 'haskell-tagsoup' to avoid collision with dev-
36 + java/tagsoup (bug #547734 by Alexey Kretov).
37
38 *tagsoup-0.13.3 (14 Dec 2014)
39
40
41
42
43 1.1 dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tagsoup-0.13.3-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild,v 1.1 2015/05/01 19:43:24 slyfox Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.4.4.9999
57
58 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
59 inherit haskell-cabal
60
61 DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents"
62 HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="download testprog"
69
70 RDEPEND="dev-haskell/text:=[profile?]
71 >=dev-lang/ghc-7.4.1:=
72 download? ( dev-haskell/network:=[profile?] )
73 testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] )
74 "
75 DEPEND="${RDEPEND}
76 >=dev-haskell/cabal-1.6
77 "
78
79 src_prepare() {
80 cabal_chdeps \
81 'executable tagsoup' 'executable haskell-tagsoup'
82 }
83
84 src_configure() {
85 haskell-cabal_src_configure \
86 $(cabal_flag download download) \
87 $(cabal_flag testprog testprog)
88 }