summaryrefslogtreecommitdiff
blob: 32b4c3d7972f865b902f06b99170d3f2b70805a7 (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
# ChangeLog for dev-ruby/barby
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/barby/ChangeLog,v 1.11 2015/04/19 18:18:54 graaff Exp $

  19 Apr 2015; Hans de Graaff <graaff@gentoo.org> -barby-0.5.0-r3.ebuild:
  Cleanup.

*barby-0.6.2 (30 Dec 2014)

  30 Dec 2014; Hans de Graaff <graaff@gentoo.org> +barby-0.6.2.ebuild,
  metadata.xml:
  Version bump. Add ruby20, ruby21.

  05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> barby-0.5.0-r3.ebuild:
  Remove trailing '.' from DESCRIPTION.

  12 Jun 2014; Manuel Rüger <mrueg@gentoo.org> barby-0.5.0-r3.ebuild:
  Remove ruby18.

  20 Oct 2013; Hans de Graaff <graaff@gentoo.org> metadata.xml:
  Remove descriptions for removed USE flags.

*barby-0.5.0-r3 (20 Oct 2013)

  20 Oct 2013; Hans de Graaff <graaff@gentoo.org> -barby-0.5.0-r2.ebuild,
  +barby-0.5.0-r3.ebuild:
  Drop ruby18-only dependencies and USE flags.

  20 Oct 2013; Hans de Graaff <graaff@gentoo.org> barby-0.5.0-r2.ebuild:
  Remove deprecated ree18.

*barby-0.5.0-r2 (12 May 2012)

  12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> +barby-0.5.0-r2.ebuild,
  -barby-0.5.0-r1.ebuild, -barby-0.5.0.ebuild:
  Restore prawn on Ruby 1.9 as well, use REQUIRED_USE to make that the correct
  ruby targets are enabled for given USE flags.

  12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> barby-0.5.0-r1.ebuild:
  Add support for Ruby 1.9; add dependency over imagemagick[png] for testing.

*barby-0.5.0-r1 (16 Jan 2012)

  16 Jan 2012; Diego E. Pettenò <flameeyes@gentoo.org> +barby-0.5.0-r1.ebuild:
  Get the gemspec to report the same dependencies as the ebuild (even though
  upstream doesn't). This simplifies usage of barby with Bundler.

*barby-0.5.0 (18 Sep 2011)

  18 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> +barby-0.5.0.ebuild,
  +metadata.xml:
  Initial import of the barby library and tool to generate barcodes in
  different formats with Ruby. Note that outputters and external dependencies
  are all configured by USE flags, and that testing only works if prawn is
  disabled, for now.