summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-07-26 06:02:41 +0000
committerHans de Graaff <graaff@gentoo.org>2009-07-26 06:02:41 +0000
commit4a389920dc5c68ccdb46140d87b82703fee7a4b7 (patch)
tree1301a938b6b3a8643dbc2de6645b744c042a1630 /dev-ruby/bluecloth
parentApply patch for CVE-2008-4690 (bug #243058) (diff)
downloadgentoo-2-4a389920dc5c68ccdb46140d87b82703fee7a4b7.tar.gz
gentoo-2-4a389920dc5c68ccdb46140d87b82703fee7a4b7.tar.bz2
gentoo-2-4a389920dc5c68ccdb46140d87b82703fee7a4b7.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r--dev-ruby/bluecloth/ChangeLog7
-rw-r--r--dev-ruby/bluecloth/bluecloth-2.0.5.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog
index 5c3ee2b4d10d..ff2980a90f80 100644
--- a/dev-ruby/bluecloth/ChangeLog
+++ b/dev-ruby/bluecloth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/bluecloth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.17 2009/07/13 06:33:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.18 2009/07/26 06:02:41 graaff Exp $
+
+*bluecloth-2.0.5 (26 Jul 2009)
+
+ 26 Jul 2009; Hans de Graaff <graaff@gentoo.org> +bluecloth-2.0.5.ebuild:
+ Version bump with minor bug fixes.
*bluecloth-2.0.4 (13 Jul 2009)
diff --git a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild
new file mode 100644
index 000000000000..860c1e94d500
--- /dev/null
+++ b/dev-ruby/bluecloth/bluecloth-2.0.5.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/bluecloth/bluecloth-2.0.5.ebuild,v 1.1 2009/07/26 06:02:41 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="A Ruby implementation of Markdown"
+HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+USE_RUBY="ruby18 ruby19"
+DEPEND=">=dev-lang/ruby-1.8"
+RDEPEND="${DEPEND}"