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/libhome
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhome/ChangeLog,v 1.14 2012/12/15 18:05:13 hasufell Exp $
15 Dec 2012; Julian Ospald <hasufell@gentoo.org>
-files/libhome-0.10.1-Makefile.patch, files/libhome-0.10.2-Makefile.patch:
respect LDFLAGS wrt #336203
27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -libhome-0.10.1.ebuild,
metadata.xml:
Drop apache herd as discussed in http://www.gossamer-
threads.com/lists/gentoo/dev/262834
10 Jan 2011; Diego E. Pettenò <flameeyes@gentoo.org> libhome-0.10.2.ebuild,
+files/libhome-0.10.2-Makefile.patch:
Allow libhome to build against berkdb 5.0 as well as any 4.x version, by
letting db-use provide the library name instead. Closes bug #340669.
17 Jun 2010; Patrick Lauer <patrick@gentoo.org> libhome-0.10.1.ebuild,
libhome-0.10.2.ebuild:
Migrating away from deprecated postgres virtuals
05 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
files/libhome-0.10.1-Makefile.patch:
Fix building with >=sys-libs/db-4.6 (bug #227553).
*libhome-0.10.2 (05 Jul 2009)
05 Jul 2009; Benedikt Böhm <hollow@gentoo.org>
+files/libhome-0.10.2-ldap_deprecated.patch, +libhome-0.10.2.ebuild:
version bump, fixes #265588 and maybe #234538
10 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
-files/libhome-0.10.1-fixlt.patch, libhome-0.10.1.ebuild:
Use sed rather than a patch to fix the bug, so that it's not thrown off by
CVS keywords.
09 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
files/libhome-0.10.1-fixlt.patch:
Fix patch to avoid CVS keywords.
09 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/libhome-0.10.1-fixlt.patch, libhome-0.10.1.ebuild:
Add a patch to fix bug #225579. Yes you can shoot yourself in the foot
with autotools doing crazy stuff.
01 Jun 2008; Benedikt Böhm <hollow@gentoo.org> libhome-0.10.1.ebuild:
fix #220887
21 May 2008; Tiziano Müller <dev-zero@gentoo.org> libhome-0.10.1.ebuild:
Changed dependency for postgresql from dev-db/postgresql to
virtual/postgresql-server
14 May 2008; Diego Pettenò <flameeyes@gentoo.org> libhome-0.10.1.ebuild:
Depend on virtual/pam as the code builds fine with OpenPAM.
23 Mar 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml:
fix metadata
*libhome-0.10.1 (09 Sep 2007)
09 Sep 2007; Benedikt Böhm <hollow@gentoo.org>
+files/libhome-0.10.1-Makefile.patch, +metadata.xml,
+libhome-0.10.1.ebuild:
initial version
|