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
|
# ChangeLog for app-text/rcs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/ChangeLog,v 1.18 2005/03/30 14:55:56 seemant Exp $
*rcs-5.7-r3 (30 Mar 2005)
30 Mar 2005; Seemant Kulleen <seemant@gentoo.org> +files/conf.diff,
-files/conf.sh, metadata.xml, rcs-5.7-r2.ebuild, +rcs-5.7-r3.ebuild:
first of all, the crappy conf.sh file in FILESDIR was really huge, and only
slightly different from the conf.sh file in the sources. So, replaced that
with a nice small patch, that will go away when -r2 becomes obsolete.
Speaking of making it obsolete, -r3 is now here, with a brand spanking new
patch from debian's unstable which fixes many things, including mktemp ->
mkstemp, and bug #76550 by t0masek@galerka.com
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> rcs-5.7-r1.ebuild,
rcs-5.7-r2.ebuild:
virtual/glibc -> virtual/libc
12 Apr 2004; Seemant Kulleen <seemant@gentoo.org> rcs-5.7-r2.ebuild:
change BACK from econf to ./configure, closing bug #47588 by: Toni Viemero
<toni.viemero@iki.fi>
01 Apr 2004; Chris Aniszczyk <zx@gentoo.org> rcs-5.7-r2.ebuild:
Marking ~hppa
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> :
Don't assign default to S; header fix
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> rcs-5.7-r1.ebuild,
rcs-5.7-r2.ebuild:
Don't assign default to S; header fix
07 Jan 2004; Jon Portnoy <avenj@gentoo.org> rcs-5.7-r2.ebuild :
AMD64 keywords.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*rcs-5.7-r2 (16 Jun 2002)
10 Mar 2003; Aron Griffis <agriffis@gentoo.org> rcs-5.7-r2.ebuild:
Mark stable on alpha
2 Aug 2002; phoen][x <phoenix@gentoo.org> rcs-5.7-r2.ebuild :
Added LICENSE, SLOT.
15 Jul 2002; Owen Stampflee <owen@gentoo.org> :
Added KEYWORDS.
16 Feb 2002; Michael Nazaroff <naz@gentoo.org) rcs-5.7-r2:
Added a one line fix.. that hopefully makes conf.sh script to no fail like it
was. I don't seem to have problems either way on my machine. So I'm not sure
about the exact problem with this ebuild.
*rcs-5.7-r1 (1 Feb 2002)
2 Aug 2002; phoen][x <phoenix@gentoo.org> rcs-5.7-r1.ebuild :
Added LICENSE, SLOT.
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.
|