public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/xgraph: metadata.xml ChangeLog xgraph-12.1-r2.ebuild
@ 2009-02-01 12:50 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-02-01 12:50 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/02/01 12:50:16

  Modified:             metadata.xml ChangeLog
  Added:                xgraph-12.1-r2.ebuild
  Log:
  Added some security fixes from debian, added examples flag
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-visualization/xgraph/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	5 Feb 2006 06:34:05 -0000	1.1
+++ metadata.xml	1 Feb 2009 12:50:16 -0000	1.2
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
+  <herd>sci</herd>
+  <longdescription lang="en">
+    Accepts data files or stdin in a form similar to the unix program
+    graph and displays line graphs, scatter plots, or bar charts on an
+    X11 display. Fully annotated with title, axis numbering and
+    labels, and legend. Zooming with the mouse is supported. Can
+    generate hardcopy output to Postscript printers and HPGL
+    plotters. Output can be directly pasted into idraw (drawtool) for
+    further annotation. Particularly useful in shell scripts.
+  </longdescription>
 </pkgmetadata>



1.9                  sci-visualization/xgraph/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Feb 2008 21:43:31 -0000	1.8
+++ ChangeLog	1 Feb 2009 12:50:16 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/xgraph
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.8 2008/02/06 21:43:31 grobian Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.9 2009/02/01 12:50:16 bicatali Exp $
+
+*xgraph-12.1-r2 (01 Feb 2009)
+
+  01 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+  +xgraph-12.1-r2.ebuild:
+  Added some security fixes from debian, added examples flag
 
   06 Feb 2008; Fabian Groffen <grobian@gentoo.org> xgraph-12.1-r1.ebuild:
   Dropped ppc-macos keyword, see you in prefix



1.1                  sci-visualization/xgraph/xgraph-12.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: xgraph-12.1-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.1 2009/02/01 12:50:16 bicatali Exp $

EAPI=2
inherit eutils autotools

DEB_PR=10
DESCRIPTION="X11 Plotting Utility"
HOMEPAGE="http://www.isi.edu/nsnam/xgraph/"
SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz
	mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="examples"
DEPEND="x11-libs/libSM
		x11-libs/libX11"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "Compilation failed."
	dodoc README*
	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples || die "Failed to install example files."
	fi

	dodir /usr/share/man/man1
	mv "${D}"/usr/share/man/manm/xgraph.man \
		"${D}"/usr/share/man/man1/xgraph.1 || \
		die "Failed to correct man page location."
	rm -Rf "${D}"/usr/share/man/manm/ || \
		die "Failed to remove bogus manm directory."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-01 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 12:50 [gentoo-commits] gentoo-x86 commit in sci-visualization/xgraph: metadata.xml ChangeLog xgraph-12.1-r2.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox