summaryrefslogtreecommitdiff
blob: d9466d2c10176e27277f35a02331054177772e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# ChangeLog for dev-ruby/flexmock
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flexmock/ChangeLog,v 1.11 2010/07/21 06:33:51 graaff Exp $

*flexmock-0.8.7 (21 Jul 2010)

  21 Jul 2010; Hans de Graaff <graaff@gentoo.org> +flexmock-0.8.7.ebuild:
  Version bump.

  19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  -flexmock-0.8.6.ebuild, flexmock-0.8.6-r1.ebuild,
  -files/flexmock-0.8.6-rdoc-template.patch:
  Remove old version; add support for ruby-enterprise.

  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  flexmock-0.8.6.ebuild, flexmock-0.8.6-r1.ebuild:
  Various cleanups.

  14 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  flexmock-0.8.6-r1.ebuild:
  Keyword ~x86, tested on development container.

*flexmock-0.8.6-r1 (13 Jan 2010)

  13 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +flexmock-0.8.6-r1.ebuild:
  Port to ruby-fakegem.

  27 Dec 2009; Hans de Graaff <graaff@gentoo.org> flexmock-0.8.6.ebuild,
  +files/flexmock-0.8.6-rdoc-template.patch:
  Fix building with USE=doc, bug 298486.

  22 Aug 2009; Hans de Graaff <graaff@gentoo.org> -flexmock-0.8.0.ebuild,
  -flexmock-0.8.3.ebuild:
  Remove old versions.

  04 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  flexmock-0.8.6.ebuild:
  Fix src_test when Ruby 1.9 is not present.

*flexmock-0.8.6 (29 Apr 2009)

  29 Apr 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  +flexmock-0.8.6.ebuild:
  Version bump, move to use tarball and fake gem spec (with a new, nice
  function to fake it!), and enable use with Ruby 1.9.

*flexmock-0.8.3 (20 Dec 2008)

  20 Dec 2008; Hans de Graaff <graaff@gentoo.org> +flexmock-0.8.3.ebuild:
  Version bump with compatibility fixes for various packages

*flexmock-0.8.0 (17 May 2008)

  17 May 2008; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
  +flexmock-0.8.0.ebuild:
  Initial import. Flexmock is a mocking framework used in testing that is used
  by packages in the tree. Adding it allows these packages to run their tests
  phase.