summaryrefslogtreecommitdiff
blob: c6d5d47ea21fc17abdb706c665714879a3cba1d8 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# ChangeLog for sys-libs/libcap
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.33 2005/02/09 23:06:17 vapier Exp $

*libcap-1.10-r5 (09 Feb 2005)

  09 Feb 2005; Mike Frysinger <vapier@gentoo.org> +libcap-1.10-r5.ebuild:
  Make sure we install a linker script in /usr/lib alongside the static library.

  03 Feb 2005; <solar@gentoo.org> -libcap-1.10-r3.ebuild,
  libcap-1.10-r4.ebuild:
  - removed old -r3 ebuild as -r4 is stable on all arches. removed unused pic
  USE flag. added support for nocxx to keep swig from getting pulled in via the
  python use flag for this package - bug #73635

  01 Oct 2004; Simon Stelling <blubb@gentoo.org> libcap-1.10-r3.ebuild,
  libcap-1.10-r4.ebuild:
  get_libdir-ized

  15 Jul 2004; Tom Gall <tgall@gentoo.org> libcap-1.10-r4.ebuild:
  stable on ppc64, bug #55530

  02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  libcap-1.10-r3.ebuild, libcap-1.10-r4.ebuild:
  virtual/glibc -> virtual/libc

  23 Jun 2004; Mike Frysinger <vapier@gentoo.org> files/1.10-python.patch,
  libcap-1.10-r4.ebuild:
  Update the swig/python module to build with the shared objects instead of the
  static objects so we get a PIC aware module #52813 by Joe Jezak.

  03 May 2004; Michael Sterrett <mr_bones_@gentoo.org> libcap-1.10-r2.ebuild,
  libcap-1.10.ebuild:
  clean extra ebuilds

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> libcap-1.10-r2.ebuild,
  libcap-1.10.ebuild:
  Add inherit eutils

*libcap-1.10-r4 (25 Apr 2004)

  25 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> libcap-1.10-r4.ebuild,
  files/libcap-1.10-r4-staticfix.diff:
  finally finish static support from bug #22495, slight cleanup and latest
  debian patch.

  05 Apr 2004; Jason Wever <weeve@gentoo.org> libcap-1.10-r3.ebuild:
  Stable on sparc.

  28 Mar 2004; <solar@gentoo.org> libcap-1.10-r3.ebuild:
  stable on x86. Bugzilla Bug 44955

  24 Feb 2004; <agriffis@gentoo.org> libcap-1.10-r3.ebuild:
  stable on alpha and ia64

  24 Feb 2004; Rajiv Aaron Manglani <rajiv@gentoo.org> libcap-1.10.ebuild,
  libcap-1.10-r2.ebuild, libcap-1.10-r3.ebuild:
  updated HOMEPAGE url.

  14 Dec 2003; Guy Martin <gmsoft@gentoo.org> libcap-1.10-r3.ebuild:
  Marked stable on hppa.

  16 Nov 2003; Alexander Gabert <pappy@gentoo.org> libcap-1.10.ebuild:
  removed text relocations out of the libcap library for hardened-gcc via
  syscall removal patch

  04 Nov 2003; Brad House <brad_mssw@gentoo.org> libcap-1.10-r3.ebuild:
  add amd64 flag

  16 Oct 2003; Aron Griffis <agriffis@gentoo.org> libcap-1.10-r3.ebuild:
  Use -fPIC on alpha

  10 Oct 2003; Alexander Gabert <pappy@gentoo.org> libcap-1.10.ebuild:
  changed hardened-gcc flags

  09 Oct 2003; Alexander Gabert <pappy@gentoo.org> libcap-1.10.ebuild:
  added new hardened-gcc flags for hppa

  09 Oct 2003; <tuxus@gentoo.org> libcap-1.10-r2.ebuild:
  stable on mips

*libcap-1.10-r3 (29 Sep 2003)

  29 Sep 2003; Mike Frysinger <vapier@gentoo.org> libcap-1.10-r3.ebuild:
  Version bump to add deb patch and add full pic support #29958.

  29 Sep 2003; Mike Frysinger <vapier@gentoo.org> libcap-1.10.ebuild:
  Filtered out -fPIC from CFLAGS #29958.

  27 Sep 2003; Alexander Gabert <pappy@gentoo.org> libcap-1.10.ebuild:
  added hcc exclusion for PIC but leave propolice in place

  26 Sep 2003; Aron Griffis <agriffis@gentoo.org> libcap-1.10-r2.ebuild:
  Stable on alpha

  23 Aug 2003; <rac@gentoo.org> libcap-1.10-r2.ebuild:
  Add amd64 support

*libcap-1.10-r2 (17 Aug 2003)

  29 Aug 2003; Stefan Jones <cretin@gentoo.org> :
  Only add -fPIC to the library objectfiles
  
  27 Aug 2003; Stefan Jones <cretin@gentoo.org> :
  Add patch which removes the wrapping of the syscall, glibc wraps all syscalls
  for you. Now the library can be built with -fPIC on all platforms.

  17 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> libcap-1.10-r2.ebuild:
  remove -ansi from WARNINGS in the Make system as it seems to break non-x86

  11 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> :
  hopefully fix non-x86 bugs with -fPIC being needed

*libcap-1.10 (15 May 2003)
  15 May 2003; Robin Johnson <robbat2@gentoo.org> Manifest,
  files/libcap-1.10-python.patch, files/digest-libcap-1.10,
  libcap-1.10.ebuild, ChangeLog:
  Initial import. Ebuild submitted by Francisco Gimeno <kikov@fco-gimeno.com>