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-vcs/darcs: darcs-2.10.1.ebuild ChangeLog
Date: Sat, 01 Aug 2015 11:25:45
Message-Id: 20150801112542.2311C112@oystercatcher.gentoo.org
1 slyfox 15/08/01 11:25:42
2
3 Modified: ChangeLog
4 Added: darcs-2.10.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.63 dev-vcs/darcs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/ChangeLog?rev=1.63&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/ChangeLog?rev=1.63&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/ChangeLog?r1=1.62&r2=1.63
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v
20 retrieving revision 1.62
21 retrieving revision 1.63
22 diff -u -r1.62 -r1.63
23 --- ChangeLog 1 Aug 2015 11:22:28 -0000 1.62
24 +++ ChangeLog 1 Aug 2015 11:25:42 -0000 1.63
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-vcs/darcs
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.62 2015/08/01 11:22:28 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.63 2015/08/01 11:25:42 slyfox Exp $
30 +
31 +*darcs-2.10.1 (01 Aug 2015)
32 +
33 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o> +darcs-2.10.1.ebuild:
34 + Version bump.
35
36 *darcs-2.10.0-r1 (01 Aug 2015)
37
38
39
40
41 1.1 dev-vcs/darcs/darcs-2.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/darcs-2.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/darcs-2.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: darcs-2.10.1.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-2.10.1.ebuild,v 1.1 2015/08/01 11:25:42 slyfox Exp $
51
52 EAPI=5
53
54 # ebuild generated by hackport 0.4.5.9999
55 #hackport: flags: +library,+executable,-hpc,-warn-as-error,+pkgconfig,-rts,-static,-optimize,hashed-storage-diff:diff
56
57 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
58 inherit haskell-cabal
59
60 DESCRIPTION="a distributed, interactive, smart revision control system"
61 HOMEPAGE="http://darcs.net/"
62 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="+curl diff +http +network-uri +terminfo +threaded"
68
69 RESTRICT=test # missing file 'tests/bin/renameHelper.hs'
70
71 RDEPEND=">=dev-haskell/attoparsec-0.11:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
72 >=dev-haskell/base16-bytestring-0.1:=[profile?] <dev-haskell/base16-bytestring-0.2:=[profile?]
73 >=dev-haskell/binary-0.5:=[profile?] <dev-haskell/binary-0.8:=[profile?]
74 >=dev-haskell/cryptohash-0.4:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?]
75 >=dev-haskell/data-ordlist-0.4:=[profile?] <dev-haskell/data-ordlist-0.5:=[profile?]
76 >=dev-haskell/dataenc-0.11:=[profile?] <dev-haskell/dataenc-0.15:=[profile?]
77 >=dev-haskell/hashable-1.0:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
78 >=dev-haskell/haskeline-0.6.3:=[profile?] <dev-haskell/haskeline-0.8:=[profile?]
79 >=dev-haskell/html-1.0:=[profile?] <dev-haskell/html-1.1:=[profile?]
80 >=dev-haskell/mmap-0.5:=[profile?] <dev-haskell/mmap-0.6:=[profile?]
81 >=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
82 >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
83 >=dev-haskell/old-time-1.1:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
84 >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
85 >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
86 >=dev-haskell/regex-applicative-0.2:=[profile?] <dev-haskell/regex-applicative-0.4:=[profile?]
87 >=dev-haskell/regex-compat-tdfa-0.95.1:=[profile?] <dev-haskell/regex-compat-tdfa-0.96:=[profile?]
88 >=dev-haskell/tar-0.4:=[profile?] <dev-haskell/tar-0.5:=[profile?]
89 >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
90 >=dev-haskell/transformers-compat-0.4:=[profile?] <dev-haskell/transformers-compat-0.5:=[profile?]
91 >=dev-haskell/unix-compat-0.1.2:=[profile?] <dev-haskell/unix-compat-0.5:=[profile?]
92 >=dev-haskell/utf8-string-0.3.6:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
93 >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
94 >=dev-haskell/zip-archive-0.2.3:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?]
95 >=dev-haskell/zlib-0.5.3.0:=[profile?] <dev-haskell/zlib-0.7.0.0:=[profile?]
96 >=dev-lang/ghc-7.4.1:=
97 virtual/libiconv
98 || ( ( >=dev-haskell/transformers-0.3:=[profile?] <dev-haskell/transformers-0.4.0.0:=[profile?] )
99 ( >dev-haskell/transformers-0.4.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?] ) )
100 curl? ( net-misc/curl )
101 diff? ( dev-haskell/lcs:=[profile?] )
102 http? ( >=dev-haskell/http-4000.2.3:=[profile?] <dev-haskell/http-4000.3:=[profile?]
103 network-uri? ( >=dev-haskell/network-2.6:=[profile?] <dev-haskell/network-2.7:=[profile?]
104 >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] )
105 !network-uri? ( >=dev-haskell/network-2.3:=[profile?] <dev-haskell/network-2.6:=[profile?] ) )
106 terminfo? ( >=dev-haskell/terminfo-0.3:=[profile?] <dev-haskell/terminfo-0.5:=[profile?] )
107 "
108 DEPEND="${RDEPEND}
109 >=dev-haskell/cabal-1.10
110 dev-lang/ghc
111 test? ( >=dev-haskell/cmdargs-0.10 <dev-haskell/cmdargs-0.11
112 >=dev-haskell/findbin-0.0 <dev-haskell/findbin-0.1
113 >=dev-haskell/hunit-1.0 <dev-haskell/hunit-1.3
114 >=dev-haskell/quickcheck-2.3 <dev-haskell/quickcheck-2.9
115 >=dev-haskell/shelly-1.6.2 <dev-haskell/shelly-1.7
116 >=dev-haskell/split-0.1.4.1 <dev-haskell/split-0.3
117 >=dev-haskell/test-framework-0.4.0 <dev-haskell/test-framework-0.9
118 >=dev-haskell/test-framework-hunit-0.2.2 <dev-haskell/test-framework-hunit-0.4
119 >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
120 curl? ( virtual/pkgconfig )
121 "
122
123 src_configure() {
124 haskell-cabal_src_configure \
125 $(cabal_flag curl curl) \
126 --flag=executable \
127 $(cabal_flag diff hashed-storage-diff) \
128 --flag=-hpc \
129 $(cabal_flag http http) \
130 --flag=library \
131 $(cabal_flag network-uri network-uri) \
132 --flag=-optimize \
133 --flag=pkgconfig \
134 --flag=-rts \
135 --flag=-static \
136 $(cabal_flag terminfo terminfo) \
137 $(cabal_flag threaded threaded) \
138 --flag=-warn-as-error
139 }
140
141 src_install() {
142 haskell-cabal_src_install
143
144 # fixup perms in such an an awkward way
145 mv "${ED}/usr/share/man/man1/darcs.1" "${S}/darcs.1" || die "darcs.1 not found"
146 doman "${S}/darcs.1" || die "failed to register darcs.1 as a manpage"
147 }