diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-05 17:55:42 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-05 17:55:42 +0000 |
commit | 8457dce5d2f33528b16d209ffece3ac87a7a20b1 (patch) | |
tree | 9b257a741dee8554dc5b0422d84e68df08d9c5b6 /dev-ruby | |
parent | Switch from gen_usr_ldscript to the root_libdir that the package supports #27... (diff) | |
download | historical-8457dce5d2f33528b16d209ffece3ac87a7a20b1.tar.gz historical-8457dce5d2f33528b16d209ffece3ac87a7a20b1.tar.bz2 historical-8457dce5d2f33528b16d209ffece3ac87a7a20b1.zip |
Initial import.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/gnuplot/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/gnuplot/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.2.ebuild | 14 | ||||
-rw-r--r-- | dev-ruby/gnuplot/metadata.xml | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog new file mode 100644 index 000000000000..5d3a1de2ba0d --- /dev/null +++ b/dev-ruby/gnuplot/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/gnuplot +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.1 2009/07/05 17:55:42 graaff Exp $ + +*gnuplot-2.2 (05 Jul 2009) + + 05 Jul 2009; Hans de Graaff <graaff@gentoo.org> +gnuplot-2.2.ebuild, + +metadata.xml: + Initial import. Thanks to Bonne Eggleston and Kevin Fullerton for + providing ebuilds in bug #141616. diff --git a/dev-ruby/gnuplot/Manifest b/dev-ruby/gnuplot/Manifest new file mode 100644 index 000000000000..6609cacd5692 --- /dev/null +++ b/dev-ruby/gnuplot/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST gnuplot-2.2.gem 5632 RMD160 04b28defa5dcad9235638ca0a8f62a624a7352cd SHA1 b82f27a1b83cbf1f1bd979621e9e8cf371cafaad SHA256 a9e1a6de13c590f39fc10d56ad43326e00b9597a75a8c5eeb9f2ef18f74dddfa +EBUILD gnuplot-2.2.ebuild 324 RMD160 4f3848dd546b76afd49be447a1c14bf4a4fc1a52 SHA1 187db3c4ffa50e96926148551ab8048888c4c8c3 SHA256 382a75a219d4f14b691453de2d4bcc49c43af40e312ea5db85f3a97996762b79 +MISC ChangeLog 425 RMD160 4d141206357ae0420b49355f1d07bf279fdf48fe SHA1 734e99452589a483baa1c0dc6c0ae7b270787109 SHA256 22ad721570f8c7423ff425861ee2f8f7c605251dba03ba35f556d713779e3b1d +MISC metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 SHA1 8ce15dcc608eeb5616aeec610dc695cbe6f93e02 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkpQ6SMACgkQVYU2Ai8K93eR5QCdHgQ/I/iqZYKgzmI057c6bmPN +pTcAn3lvwsGChE20Xy32VBVY9oserKnR +=U7Ls +-----END PGP SIGNATURE----- diff --git a/dev-ruby/gnuplot/gnuplot-2.2.ebuild b/dev-ruby/gnuplot/gnuplot-2.2.ebuild new file mode 100644 index 000000000000..5b42d5a94277 --- /dev/null +++ b/dev-ruby/gnuplot/gnuplot-2.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit gems + +USE_RUBY="ruby18 ruby19" +DESCRIPTION="Gnuplot drawing library - Ruby Bindings" +HOMEPAGE="http://rgplot.rubyforge.org/" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sci-visualization/gnuplot" diff --git a/dev-ruby/gnuplot/metadata.xml b/dev-ruby/gnuplot/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/gnuplot/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> |