Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hashed-storage: hashed-storage-0.5.10.ebuild ChangeLog
Date: Thu, 22 Nov 2012 05:12:12
Message-Id: 20121122051158.F01E320C65@flycatcher.gentoo.org
1 ottxor 12/11/22 05:11:58
2
3 Modified: hashed-storage-0.5.10.ebuild ChangeLog
4 Log:
5 fix a prefix typo
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild?r1=1.1&r2=1.2
15
16 Index: hashed-storage-0.5.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hashed-storage-0.5.10.ebuild 18 Nov 2012 08:30:30 -0000 1.1
23 +++ hashed-storage-0.5.10.ebuild 22 Nov 2012 05:11:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild,v 1.1 2012/11/18 08:30:30 gienah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild,v 1.2 2012/11/22 05:11:58 ottxor Exp $
29
30 EAPI=5
31
32 @@ -42,5 +42,5 @@
33 src_install() {
34 haskell-cabal_src_install
35
36 - use test && rm "${D}/usr/bin/hashed-storage-test"
37 + use test && rm "${ED}/usr/bin/hashed-storage-test"
38 }
39
40
41
42 1.25 dev-haskell/hashed-storage/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.25&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.25&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?r1=1.24&r2=1.25
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v
51 retrieving revision 1.24
52 retrieving revision 1.25
53 diff -u -r1.24 -r1.25
54 --- ChangeLog 18 Nov 2012 08:30:30 -0000 1.24
55 +++ ChangeLog 22 Nov 2012 05:11:58 -0000 1.25
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-haskell/hashed-storage
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.24 2012/11/18 08:30:30 gienah Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.25 2012/11/22 05:11:58 ottxor Exp $
61 +
62 + 22 Nov 2012; Christoph Junghans <ottxor@g.o>
63 + hashed-storage-0.5.10.ebuild:
64 + fix a prefix typo
65
66 *hashed-storage-0.5.10 (18 Nov 2012)