diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-08-22 20:48:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-08-22 20:48:06 +0000 |
commit | 1c5f93ddc7670cadd7c3526f38ae453a3347c517 (patch) | |
tree | 5dceb3dfde37abc0b07c764fc7eae3b89f38dd38 /dev-ruby/gnuplot | |
parent | Version bump. (diff) | |
download | gentoo-2-1c5f93ddc7670cadd7c3526f38ae453a3347c517.tar.gz gentoo-2-1c5f93ddc7670cadd7c3526f38ae453a3347c517.tar.bz2 gentoo-2-1c5f93ddc7670cadd7c3526f38ae453a3347c517.zip |
Add missing CVS header. Add explicit empty DEPEND.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r-- | dev-ruby/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.2.ebuild | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index 5d3a1de2ba0d..7dd2f6cf3306 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.2 2009/08/22 20:48:06 graaff Exp $ + + 22 Aug 2009; Hans de Graaff <graaff@gentoo.org> gnuplot-2.2.ebuild: + Add missing CVS header. Add explicit empty DEPEND. *gnuplot-2.2 (05 Jul 2009) diff --git a/dev-ruby/gnuplot/gnuplot-2.2.ebuild b/dev-ruby/gnuplot/gnuplot-2.2.ebuild index 5b42d5a94277..0f14bd016b3d 100644 --- a/dev-ruby/gnuplot/gnuplot-2.2.ebuild +++ b/dev-ruby/gnuplot/gnuplot-2.2.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild,v 1.2 2009/08/22 20:48:06 graaff Exp $ inherit gems @@ -11,4 +12,5 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" IUSE="" +DEPEND="" RDEPEND="sci-visualization/gnuplot" |