blob: cd667cf2eda65758f25a14e753b8ac2b128680b4 (
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
|
# ChangeLog for sys-devel/patch
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.29 2005/02/17 17:30:51 lu_zero Exp $
17 Feb 2005; Luca Barbato <lu_zero@gentoo.org> patch-2.5.9-r1.ebuild:
Marked ppc
01 Feb 2005; Danny van Dyk <kugelfang@gentoo.org> patch-2.5.9-r1.ebuild:
Removed amd64-hardened workaround, as it isn't necessary anymore.
20 Jan 2005; Marcus Hanwell <cryos@gentoo.org> patch-2.5.9-r1.ebuild:
Marked stable for amd64.
*patch-2.5.9-r1 (16 Nov 2004)
16 Nov 2004; Mike Frysinger <vapier@gentoo.org> +files/2.5.9-deb-cr.patch,
+patch-2.5.9-r1.ebuild:
Version bump with debian patch #49823 by JoWilly.
02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
patch-2.5.4-r5.ebuild, patch-2.5.9.ebuild:
virtual/glibc -> virtual/libc
24 Jun 2004; Aron Griffis <agriffis@gentoo.org> patch-2.5.4-r5.ebuild,
patch-2.5.9.ebuild:
QA - fix use invocation. This also fixes an ebuild error due in part to the
less readable use syntax. It was written [ "is-ldflags -pie" ] when it should
have been [ "`is-ldflags -pie`" ]. The way it was written would have always
evaluated to true.
22 Jun 2004; <solar@gentoo.org> patch-2.5.9.ebuild:
Fixed unary operator problem because LDFLAGS_PIE does not exist in most of the
cases. Fixed overwrite of LDFLAGS=
08 May 2004; Danny van Dyk <kugelfang@gentoo.org> patch-2.5.9.ebuild:
Filtering "-pie" from LDFLAGS and appending manually to the Makefile for amd64.
29 Mar 2004; Jon Portnoy <avenj@gentoo.org> patch-2.5.9.ebuild :
Added strip-flags, bug #42698.
21 Oct 2003; Martin Holzer <mholzer@gentoo.org> patch-2.5.9.ebuild:
Adding gentoo mirrors. Closes #30106 .
17 Sep 2003; Jon Portnoy <avenj@gentoo.org> patch-2.5.9.ebuild :
ia64 keywords.
03 Aug 2003; Martin Schlemmer <azarah@gentoo.org> patch-2.5.9.ebuild:
Bump to stable.
*patch-2.5.9 (17 Jun 2003)
06 Jul 2003; Joshua Kinard <kumba@gentoo.org> patch-2.5.9.ebuild:
Changed ~mips to mips in KEYWORDS
01 Jul 2003; Todd Sunderlin <todd@gentoo.org> patch-2.5.9.ebulid:
set stable on sparc
17 Jun 2003; Seemant Kulleen <seemant@gentoo.org> patch-2.5.4-r4.ebuild,
patch-2.5.4-r5.ebuild, patch-2.5.9.ebuild:
bumped -r5 to stable, and put 2.5.9 into ~arch testing. Thanks to Rach for
informing about this new version.
30 May 2003; <msterret@gentoo.org> patch-2.5.4-r5.ebuild:
Added static to IUSE
01 May 2003; <msterret@gentoo.org> patch-2.5.4-r5.ebuild:
added IUSE
some suggested changes from agriffis:
don't export CFLAGS; that's done automatically
use emake
use einstall
other small cleanups
*patch-2.5.4-r5 (01 May 2003)
13 May 2003; <msterret@gentoo.org> patch-2.5.4-r5.ebuild:
new patch ebuild that doesn't use try, but uses || die instead
18 Feb 2003; Zach Welch <zwelch@gentoo.org> patch-2.5.4-r4.ebuild :
Added hppa to keywords.
07 Feb 2003; Guy Martin <gmsoft@gentoo.org> patch-2.5.4-r4.ebuild :
Added hppa to keywords.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*patch-2.5.4-r4 (15 Feb 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Added mips to keywords
15 Feb 2002; M.Thibaut <murphy@gentoo.org> ChangeLog :
Added configuration flags that ensure correct compilation of the program
on all Linux platforms (more notably 64-bit ones). Fixes bug 1726
"fseek: invalid argument" on sparc64 machines with sparc32 userland.
*patch-2.5.4-r3 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|