summaryrefslogtreecommitdiff
blob: 12266db1f4b6a4587c0068e0064e447c5cac299e (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
61
62
63
64
65
# ChangeLog for dev-libs/librets
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*librets-1.5.3 (23 Mar 2012)

  23 Mar 2012; Matthew Schultz (mschultz) <mattsch@gmail.com>
  -librets-1.5.2-r4.ebuild, +librets-1.5.3.ebuild, -files/dotnet.patch,
  -files/perl.mk.patch, -files/python.mk.patch, -files/swig.m4.patch,
  files/java.mk.patch:
  Version bump.

*librets-1.5.2-r4 (12 Mar 2012)

  12 Mar 2012; Matthew Schultz (mschultz) <mattsch@gmail.com>
  -librets-1.5.2-r3.ebuild, +librets-1.5.2-r4.ebuild, +files/extconf.rb.patch:
  Upgraded to EAPI 4 and fixed ruby extension compilation failure if multiple
  versions of boost were installed.

  21 Dec 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
  librets-1.5.2-r3.ebuild:
  remove php:5.2 target, masked for removal and unsupported

  13 Oct 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  -librets-1.5.2-r2.ebuild, +librets-1.5.2-r3.ebuild:
  Fixed building and linking bug with boost.

  24 Aug 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  -librets-1.5.2-r1.ebuild, +librets-1.5.2-r2.ebuild:
  Fixed problem with boost dependency so that it builds with the latest
  compatible version.

  23 Jul 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  -librets-1.5.2.ebuild, +librets-1.5.2-r1.ebuild:
  Changed ruby dependency to use eclass function and removed custom
  ruby_get_use_implementations since the functionality is now provided by the
  ruby-ng eclass

  02 Jul 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  librets-1.5.2.ebuild:
  Removed unnecessary snk copy since the configure patch no longer requires this.

  02 Jul 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  librets-1.5.2.ebuild, -files/dotnet.mk.patch, +files/dotnet.patch:
  Replaced the dotnet patch with an upstream patch to allow passing a strong
  name key file to the configure script so the mono dotnet dll can be signed.

  29 Jun 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  librets-1.5.2.ebuild, +files/dotnet.mk.patch, +files/librets.snk,
  +files/swig.m4.patch, metadata.xml:
  Added support for mono.

  28 Jun 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  librets-1.5.2.ebuild, files/python.mk.patch:
  Added ruby slot implemention support. Updated python patch to upstream
  patch. Fixed bug that caused build to fail if more than one binding was
  enabled. Added disable threads for certain bindings dueo to segfaults.
  Stopped dotnet from attempting to build if mono was installed. Thanks to
  binki and mgorny for the reviews.

  25 Jun 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
  +librets-1.5.2.ebuild, +files/java.mk.patch, +files/perl.mk.patch,
  +files/python.mk.patch, +metadata.xml:
  New ebuild for bug 371707 thanks to mgorny for the review.