diff options
author | 2008-12-20 12:50:17 +0000 | |
---|---|---|
committer | 2008-12-20 12:50:17 +0000 | |
commit | bcd642d9129bb6ffd0c39e10ed56f6da44921441 (patch) | |
tree | 8c5eb253214bf3b2d00e8720cfe997d353ef444d /dev-ruby/coderay/coderay-0.8.260.ebuild | |
parent | Version bump. Remove old versions. (diff) | |
download | gentoo-2-bcd642d9129bb6ffd0c39e10ed56f6da44921441.tar.gz gentoo-2-bcd642d9129bb6ffd0c39e10ed56f6da44921441.tar.bz2 gentoo-2-bcd642d9129bb6ffd0c39e10ed56f6da44921441.zip |
Version bump
(Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r2 x86_64)
Diffstat (limited to 'dev-ruby/coderay/coderay-0.8.260.ebuild')
-rw-r--r-- | dev-ruby/coderay/coderay-0.8.260.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/coderay/coderay-0.8.260.ebuild b/dev-ruby/coderay/coderay-0.8.260.ebuild new file mode 100644 index 000000000000..78cbd5baab4e --- /dev/null +++ b/dev-ruby/coderay/coderay-0.8.260.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.8.260.ebuild,v 1.1 2008/12/20 12:50:17 graaff 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="" + +DEPEND=">=dev-lang/ruby-1.8.2" +RDEPEND="${DEPEND}" |