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
|
# ChangeLog for app-arch/pdv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.24 2012/10/24 18:47:57 ulm Exp $
24 Oct 2012; Ulrich Müller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
Update dependency after package move from x11-libs/openmotif to
x11-libs/motif.
20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> pdv-1.5.1-r2.ebuild:
Respect CC, add ~amd64, wrt to bug #439016
12 Sep 2012; Christoph Junghans <ottxor@gentoo.org> pdv-1.5.1-r2.ebuild:
added prefix support
16 Jun 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Wormo will only take care of bug wrangling.
02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> pdv-1.5.1-r2.ebuild:
Avoid rebuilding autotools with automake 1.4, it works fine with 1.11.
10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency.
Explicitly assign RDEPEND.
07 Dec 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
+files/pdv-1.5.1-no-strip.patch, pdv-1.5.1-r2.ebuild:
Prevent pre-stripping binaries (bug #248713)
18 Mar 2008; Diego Pettenò <flameeyes@gentoo.org> pdv-1.5.1-r2.ebuild:
Run eautoconf during unpack phase. Closes bug #207487.
20 Feb 2008; Ulrich Mueller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
Change USE flag "nomotif" to "X" (with inverted logic), bug 210565.
22 Jul 2007; David Shakaryan <omp@gentoo.org> pdv-1.5.1-r2.ebuild:
Remove virtual/x11 from dependencies.
13 Oct 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
pdv-1.5.1-r2.ebuild:
switch to using autotools eclass and make sure automake version is
specified as well as autoconf versin (Bug #151130)
21 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org> -pdv-1.5.1.ebuild:
clean out old, non-modX ebuild
20 Sep 2006; Joshua Jackson <tsunam@gentoo.org> pdv-1.5.1-r2.ebuild:
Stable x86; bug #147777
16 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
-pdv-1.5.1-r1.ebuild, pdv-1.5.1-r2.ebuild:
stable on ppc (Bug #147777)
also ditch -r1 since we're stabling -r2
*pdv-1.5.1-r2 (25 Jul 2006)
23 Jul 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
+files/pdv-1.5.1-default-args.patch, +pdv-1.5.1-r2.ebuild:
fix bug in default settings (Bug #104061): 'char' options were compared
against -1 to see if they were unset, but 'char' type defaults to unsigned
21 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> pdv-1.5.1-r1.ebuild:
Make modular X friendly.
*pdv-1.5.1-r1 (17 May 2005)
17 May 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
+files/pdv-1.5.1-x-config.patch, pdv-1.5.1-r1.ebuild:
fix configure script for X front-end, closes bug #90955
26 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
+files/pdv-1.5.1-early-free.patch, +files/pdv-1.5.1-opt.patch:
Fixed a bug in command line parsing: end of args overlooked due to type
mismatch in the loop comparison
Fixed a bug in locating the pvm stub: re-use of a ptr after it was freed
01 Jun 2004; Aron Griffis <agriffis@gentoo.org> pdv-1.5.1.ebuild:
Fix use invocation
*pdv-1.5.1 (09 Jul 2003)
24 Sep 2003; Markus Nigbur <pyrania@gentoo.org> :
Emerge died when using -X (bug #29508)
09 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
Initial import. Ebuild submitted by me.
|