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
|
# ChangeLog for dev-db/sqsh
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/ChangeLog,v 1.16 2005/04/21 20:49:03 blubb Exp $
21 Apr 2005; Simon Stelling <blubb@gentoo.org> sqsh-2.1-r1.ebuild:
stable on amd64
*sqsh-2.1.3-r1 (11 Apr 2005)
11 Apr 2005; Seemant Kulleen <seemant@gentoo.org> +sqsh-2.1.3-r1.ebuild:
Added patches from the new maintainer-by-proxy Richard Brown
<mynamewasgone@gmail.com> in bug #88343. These patches make the build system
a little saner, by recognising the difference between --with and --without
for motif. Additionally, he did a nice patch to make it obey mandir like
every other good package, and specify that the rc file goes into sysconfdir,
like every other good package.
*sqsh-2.1.3 (06 Apr 2005)
06 Apr 2005; Seemant Kulleen <seemant@gentoo.org> sqsh-2.1-r1.ebuild,
+sqsh-2.1.3.ebuild:
more cleanups, and version bump thanks to: Richard Brown
<mynamewasgone@gmail.com> in bug #87243 Now, by the way, upstream (whoever
the hell they are) should invest an hour or two figuring out how to use the
autotools properly. Possibly, if I'm steaming about this a little later on
this week/month, I'll fix it up a bit, but damn.
06 Apr 2005; Seemant Kulleen <seemant@gentoo.org> -files/config.patch,
sqsh-2.1-r1.ebuild:
cleanups and remove redundant/useless patch. Closes bug #87241 by Richard
Brown <mynamewasgone@gmail.com>"
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> sqsh-2.1-r1.ebuild,
sqsh-2.1.ebuild:
glibc -> libc
30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; sqsh-2.1-r1.ebuild,
sqsh-2.1.ebuild:
Change x11-base/xfree dependency to virtual/x11.
09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> sqsh-2.1-r1.ebuild:
Adding amd64 keyword. Closing #43599.
11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> sqsh-2.1-r1.ebuild,
sqsh-2.1.ebuild:
fixed motif dep
*sqsh-2.1-r1 (22 Sep 2003)
22 Sep 2003; Seemant Kulleen <seemant@gentoo.org> sqsh-2.1-r1.ebuild,
files/config.patch:
patched config.patch to define strcasecmp, which allows this to be used to
connect to a sybase database. Thanks much to: chris strom
<cstrom@speakeasy.net> in bug #28526
*sqsh-2.1 (11 Dec 2002)
16 Apr 2003; Stefan Jones <cretin@gentoo.org> sqsh-2.1.ebuild:
sys-devel/ld.so is not needed in DEPEND, compiles fine without it
29 Mar 2003; Alastair Tse <liquidx@gentoo.org> sqsh-2.1.ebuild:
virtual/motif migration
11 Dec 2002; Sean Summers <ebuild@generalprotectionfault.com> sqsh-2.1.ebuild :
Initial package
Had to patch src/config.h with a config.h from sqsh-1.7; configure is broken.
|