summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-05-17 05:56:28 +0000
committerHans de Graaff <graaff@gentoo.org>2010-05-17 05:56:28 +0000
commit375f4a71bd9617d64efa3f86b6d89c773bd1bb48 (patch)
tree41d9db461dde5c2b249bf408f337370af3229bf2 /dev-ruby/coderay
parentVersion bump (diff)
downloadgentoo-2-375f4a71bd9617d64efa3f86b6d89c773bd1bb48.tar.gz
gentoo-2-375f4a71bd9617d64efa3f86b6d89c773bd1bb48.tar.bz2
gentoo-2-375f4a71bd9617d64efa3f86b6d89c773bd1bb48.zip
Version bump. Build documentation. Run tests.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r--dev-ruby/coderay/ChangeLog7
-rw-r--r--dev-ruby/coderay/coderay-0.9.3.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog
index bb91cbe5a5b9..e667ea7910ee 100644
--- a/dev-ruby/coderay/ChangeLog
+++ b/dev-ruby/coderay/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/coderay
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.16 2010/02/19 10:32:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.17 2010/05/17 05:56:28 graaff Exp $
+
+*coderay-0.9.3 (17 May 2010)
+
+ 17 May 2010; Hans de Graaff <graaff@gentoo.org> +coderay-0.9.3.ebuild:
+ Version bump. Build documentation. Run tests.
*coderay-0.9.2_pre455 (19 Feb 2010)
diff --git a/dev-ruby/coderay/coderay-0.9.3.ebuild b/dev-ruby/coderay/coderay-0.9.3.ebuild
new file mode 100644
index 000000000000..8c72dce181e0
--- /dev/null
+++ b/dev-ruby/coderay/coderay-0.9.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.3.ebuild,v 1.1 2010/05/17 05:56:28 graaff Exp $
+
+EAPI=2
+
+USE_RUBY="ruby18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="lib/README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby library for syntax highlighting."
+HOMEPAGE="http://coderay.rubychan.de/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""