diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-15 13:54:34 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-15 13:54:34 +0000 |
commit | beae98df16b3694684e3a875f15cb63157d3e998 (patch) | |
tree | 062f134f77c94cbdfbbd240bcc2791298665a676 /dev-ruby/coderay | |
parent | Version bump. Many new completion modules. Note: the 'base' module is always ... (diff) | |
download | gentoo-2-beae98df16b3694684e3a875f15cb63157d3e998.tar.gz gentoo-2-beae98df16b3694684e3a875f15cb63157d3e998.tar.bz2 gentoo-2-beae98df16b3694684e3a875f15cb63157d3e998.zip |
Version bump, raising ruby dependency
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-0.8.357.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 7e5c8b8956a9..e085d6c9d4c7 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.8 2009/06/27 11:09:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.9 2009/10/15 13:54:34 a3li Exp $ + +*coderay-0.8.357 (15 Oct 2009) + + 15 Oct 2009; Alex Legler <a3li@gentoo.org> +coderay-0.8.357.ebuild: + Version bump, raising ruby dependency *coderay-0.8.312 (27 Jun 2009) diff --git a/dev-ruby/coderay/coderay-0.8.357.ebuild b/dev-ruby/coderay/coderay-0.8.357.ebuild new file mode 100644 index 000000000000..664b613c9fb9 --- /dev/null +++ b/dev-ruby/coderay/coderay-0.8.357.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.8.357.ebuild,v 1.1 2009/10/15 13:54:34 a3li Exp $ + +inherit ruby gems + +DESCRIPTION="A Ruby library for syntax highlighting." +HOMEPAGE="http://coderay.rubychan.de/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +USE_RUBY="ruby18" + +DEPEND=">=dev-lang/ruby-1.8.6" +RDEPEND="${DEPEND}" |