Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/xgraph: metadata.xml ChangeLog xgraph-12.1-r2.ebuild
Date: Sun, 01 Feb 2009 12:50:20
Message-Id: E1LTbmC-0003GS-TP@stork.gentoo.org
1 bicatali 09/02/01 12:50:16
2
3 Modified: metadata.xml ChangeLog
4 Added: xgraph-12.1-r2.ebuild
5 Log:
6 Added some security fixes from debian, added examples flag
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-visualization/xgraph/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 5 Feb 2006 06:34:05 -0000 1.1
23 +++ metadata.xml 1 Feb 2009 12:50:16 -0000 1.2
24 @@ -1,5 +1,14 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>sci</herd>
29 + <herd>sci</herd>
30 + <longdescription lang="en">
31 + Accepts data files or stdin in a form similar to the unix program
32 + graph and displays line graphs, scatter plots, or bar charts on an
33 + X11 display. Fully annotated with title, axis numbering and
34 + labels, and legend. Zooming with the mouse is supported. Can
35 + generate hardcopy output to Postscript printers and HPGL
36 + plotters. Output can be directly pasted into idraw (drawtool) for
37 + further annotation. Particularly useful in shell scripts.
38 + </longdescription>
39 </pkgmetadata>
40
41
42
43 1.9 sci-visualization/xgraph/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?r1=1.8&r2=1.9
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- ChangeLog 6 Feb 2008 21:43:31 -0000 1.8
56 +++ ChangeLog 1 Feb 2009 12:50:16 -0000 1.9
57 @@ -1,6 +1,12 @@
58 # ChangeLog for sci-visualization/xgraph
59 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.8 2008/02/06 21:43:31 grobian Exp $
61 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.9 2009/02/01 12:50:16 bicatali Exp $
63 +
64 +*xgraph-12.1-r2 (01 Feb 2009)
65 +
66 + 01 Feb 2009; Sébastien Fabbro <bicatali@g.o> metadata.xml,
67 + +xgraph-12.1-r2.ebuild:
68 + Added some security fixes from debian, added examples flag
69
70 06 Feb 2008; Fabian Groffen <grobian@g.o> xgraph-12.1-r1.ebuild:
71 Dropped ppc-macos keyword, see you in prefix
72
73
74
75 1.1 sci-visualization/xgraph/xgraph-12.1-r2.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.1&content-type=text/plain
79
80 Index: xgraph-12.1-r2.ebuild
81 ===================================================================
82 # Copyright 1999-2009 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.1 2009/02/01 12:50:16 bicatali Exp $
85
86 EAPI=2
87 inherit eutils autotools
88
89 DEB_PR=10
90 DESCRIPTION="X11 Plotting Utility"
91 HOMEPAGE="http://www.isi.edu/nsnam/xgraph/"
92 SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz
93 mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
94
95 LICENSE="as-is"
96 SLOT="0"
97 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
98 IUSE="examples"
99 DEPEND="x11-libs/libSM
100 x11-libs/libX11"
101 RDEPEND="${DEPEND}"
102
103 src_prepare() {
104 epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
105 eautoreconf
106 }
107
108 src_install() {
109 emake DESTDIR="${D}" install || die "Compilation failed."
110 dodoc README*
111 if use examples; then
112 insinto /usr/share/doc/${PF}
113 doins -r examples || die "Failed to install example files."
114 fi
115
116 dodir /usr/share/man/man1
117 mv "${D}"/usr/share/man/manm/xgraph.man \
118 "${D}"/usr/share/man/man1/xgraph.1 || \
119 die "Failed to correct man page location."
120 rm -Rf "${D}"/usr/share/man/manm/ || \
121 die "Failed to remove bogus manm directory."
122 }