diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-06-24 05:31:41 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-06-24 05:31:41 +0000 |
commit | 9eb469381e0b447972c3dc129d83bef34f841669 (patch) | |
tree | 75aad4e8973147878420a7b795be8e78ec96cd71 /dev-ruby/bluecloth | |
parent | Fix quoting issues. Remove redundant cd ${S}. (diff) | |
download | gentoo-2-9eb469381e0b447972c3dc129d83bef34f841669.tar.gz gentoo-2-9eb469381e0b447972c3dc129d83bef34f841669.tar.bz2 gentoo-2-9eb469381e0b447972c3dc129d83bef34f841669.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/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.3.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index fe72f53375cf..e3e59a572e04 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.15 2009/05/27 05:39:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.16 2009/06/24 05:31:41 graaff Exp $ + +*bluecloth-2.0.3 (24 Jun 2009) + + 24 Jun 2009; Hans de Graaff <graaff@gentoo.org> +bluecloth-2.0.3.ebuild: + Version bump *bluecloth-2.0.2 (27 May 2009) diff --git a/dev-ruby/bluecloth/bluecloth-2.0.3.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.3.ebuild new file mode 100644 index 000000000000..1c2b1aeb13c3 --- /dev/null +++ b/dev-ruby/bluecloth/bluecloth-2.0.3.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.3.ebuild,v 1.1 2009/06/24 05:31: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}" |