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
|
# ChangeLog for net-im/licq
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.23 2003/05/04 18:30:38 lordvan Exp $
*licq-1.2.6-r1 (04 May 2003)
04 May 2003; Thomas Raschbacher <lordvan@gentoo.org licq-1.2.6-r1.ebuild:
fixes from brad@gentoo.org (bug #18205)
*licq-1.2.6 (22 Apr 2003)
22 Apr 2003; Daniel Robbins <drobbins@gentoo.org> licq-1.2.6.ebuild: A
tricky hack to fix the illegal "need kde && inherit kde-base". newdepend()
tweaks the DEPEND line, and we can't tweak dependencies in a conditional
as this messes up our dependency caching. This closes bugs #12436, #17925,
#18205.
*licq-1.2.4-r2 (07 Feb 2003)
10 Feb 2003; Seemant Kulleen <seemant@gentoo.org> licq-1.2.4-r2.ebuild :
Changed ncurses dependency to be not strict on version.
07 Feb 2003; Thomas Raschbacher <lordvan@gentoo.org> licq-1.2.4-r2.ebuild:
removed old fix for #12436 and added new (set kde-gui as default)
07 Feb 2003; Seemant Kulleen <seemant@gentoo.org> licq-1.2.4-r2.ebuild :
Some sed magic to detect which plugin is preferred
07 Feb 2003; Thomas Raschbacher <lordvan@gentoo.org> licq-1.2.4-r2.ebuild
files/licq.cpp-plugins.patch :
Console plugin only gets installed if ncurses is in USE.
07 Feb 2003; Seemant Kulleen <seemant@gentoo.org> licq-1.2.4-r2.ebuild
files/digest-licq-1.2.4-r2 :
There are a number of plugins that come with licq: Qt gui, GTK gui,
console front-end, remote management and auto-respond. Only the Qt was
getting built, and the console plugin was a separate package in
portage(!!). Qt and GTK are USE dependent, and the console, remote
management and auto-respond are built by default now. Closes bug #15084
by Bruno Lustosa <bruno@lustosa.net>
*licq-1.2.4-r1 (31 Jan 2003)
03 Feb 2003; Seemant Kulleen <seemant@gentoo.org> licq-1.2.4-r1.ebuild :
Fixed a typo that caused bug #15084 by Bruno Lustosa <bruno@lustosa.net>
where licq-console was still calling kde and qt as dependencies.
01 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :
Fix a typo that caused bug #13572 (ineffective USE flags).
31 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :
Fix bug #12436: create a symlink from the qt-only gui plugin to the kde
one when the kde plugin is built.
*licq-1.2.4 (29 Jan 2003)
29 Jan 2003; Hannes Mehnert <hannes@gentoo.org> licq-1.2.4.ebuild:
version bump
*licq-1.2.3 (10 Jan 2003)
10 Jan 2003; Hannes Mehnert <hannes@gentoo.org> licq-1.2.3.ebuild:
version bump, compiles fine with qt-3.1 and gcc-3.2.1 without patching
source, fixes bug #13493
*licq-1.2.0a-r3 (26 Dec 2002)
26 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org>
licq-1.2.0a-r3.ebuild, files/digest-licq-1.2.0a-r3, ChangeLog,
files/1.2.0a-gcc3-gentoo.patch :
C++ fix for gcc3. Resolves bug 12623. (Marking ~x86 until tested).
26 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org>
licq-1.2.0a-r3.ebuild, ChangeLog :
Marked as stable after receiving positive test feedback.
*licq-1.2.0a-r2 (01 Dec 2002)
01 Dec 2002; Hannes Mehnert <hannes@gentoo.org> licq-1.2.0a-r2.ebuild:
added patch to work with qt-3.1. Thanks to toojays@toojays.net (John Steele
Scott) for submission (bug #11423)
*licq-1.2.0a-r1 (13 Aug 2002)
15 Aug 2002; Arcady Genkin <agenkin@thpoon.com> licq-1.2.0a-r1.ebuild :
Added configure patch by <matt@schick.mine.nu> to fix compilation under
gcc-3.
*licq-1.2.0a (13 Aug 2002)
13 Aug 2002; Arcady Genkin <agenkin@thpoon.com> licq-1.2.0a.ebuild :
Update to version 1.2.0a. Thanks to Matt Rinsch <gfunkmonk@mochamail.com>
for the update.
*licq-1.0.4-r2 (4 Apr 2002)
4 Apr 2002; Grant Goodyear <g2boojum@gentoo.org> :
Added patch from Paul de Vrieze to fix the problem that
kdeconf resets the cwd (to ${S}?).
|