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
|
# ChangeLog for sci-mathematics/dataplot
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.2 2008/06/04 16:40:53 bicatali Exp $
04 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
dataplot-20080225.ebuild:
Fixed directory changes
*dataplot-20080225 (04 Jun 2008)
04 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
+files/dpsrc-dp1patches-20080225.patch, +files/90dataplot,
+files/dpsrc-patchset-20080225.patch, +files/Makefile.am.20080225,
+files/configure.ac.20080225, +metadata.xml, +dataplot-20080225.ebuild:
Initial import from sunrise. Proxy-maintaining for Thomas Anderson
30 May 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225-r1.ebuild, -files/dpsrc-maxobvvalue-20080225.patch,
files/dpsrc-dp1patches-20080225.patch, -files/Makefile.am,
+files/Makefile.am.20080225, -files/configure.ac,
+files/configure.ac.20080225:
Merge maxobvvalue into dp1patches. Move dataplot's Makefile.am and
configure.ac to {configure.ac,Makefile.am}.${PV}. Add || die to doins and
econf
30 May 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225-r1.ebuild:
tweak fortran checks
30 May 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
-files/dpsrc-datadir-20080225.patch:
Remove obsolete patches that have been incorporated into dp1patches
30 May 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225-r1.ebuild:
Switch back to using need_fortran instead of built_with_use checks, though
it's doing essentially the same thing behind the scenes
19 May 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225-r1.ebuild:
Notify user about the need to update their environment after merging to
avoid error messages.
13 May 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225-r1.ebuild:
Add DEPEND on dev-util/pkgconfig since it is used in the autotools stuff.
30 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
-dataplot-20080225.ebuild, +dataplot-20080225-r1.ebuild:
Oops, forgot to revbump for new ghostscript(gs) USE flag
30 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
+files/90dataplot, dataplot-20080225.ebuild:
Add env.d file for dataplot. Necessary for startup file location, env
variable, and
30 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225.ebuild, +files/dpsrc-datadir-20080225.patch,
+files/dpsrc-maxobvvalue-20080225.patch,
files/dpsrc-patchset-20080225.patch,
+files/dpsrc-dp1patches-20080225.patch, +files/Makefile.am,
+files/configure.ac:
Many changes. Add parallel build support, using autotools. Add GhostScript
support. Many many thanks to bicatali for helping with the autofoo and other
general pointers.
30 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225.ebuild:
Only do built_with_use check if USE='gd'
19 Apr 2008; Thomas Anderson <gentoofan23@gentoo.org>
dataplot-20080225.ebuild:
Move -I/usr/include/GL from `use gd` conditional to `use gl`
16 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225.ebuild:
Various style fixes from bicatali
14 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225.ebuild:
Make DESCRIPTION a little nicer and more accurate
12 Apr 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
dataplot-20080225.ebuild:
Use alphabetical order
12 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
dataplot-20080225.ebuild:
Don't do "need_fortran g77 gfortran" but "need_fortran gfortran" until
testing with g77 is done
12 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
+dataplot-20080225.ebuild, +files/dpsrc-patchset-20080225.patch,
+metadata.xml:
New Ebuild for bug #217390, thanks to Tommy[D] for reviewing
|