diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-12-27 14:47:51 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-12-27 14:47:51 +0000 |
commit | 3b1241fd03ace34226bcf4d3506f44011e4f0b69 (patch) | |
tree | 8f64448e4cb8a4330101d8edf07e393d527e0c9d /dev-ruby/rouge | |
parent | Version bump. (diff) | |
download | gentoo-2-3b1241fd03ace34226bcf4d3506f44011e4f0b69.tar.gz gentoo-2-3b1241fd03ace34226bcf4d3506f44011e4f0b69.tar.bz2 gentoo-2-3b1241fd03ace34226bcf4d3506f44011e4f0b69.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rouge')
-rw-r--r-- | dev-ruby/rouge/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rouge/rouge-1.7.7.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ruby/rouge/ChangeLog b/dev-ruby/rouge/ChangeLog index 1757242c8f1b..38e800794ec0 100644 --- a/dev-ruby/rouge/ChangeLog +++ b/dev-ruby/rouge/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rouge # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v 1.6 2014/12/06 15:58:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v 1.7 2014/12/27 14:47:51 mrueg Exp $ + +*rouge-1.7.7 (27 Dec 2014) + + 27 Dec 2014; Manuel Rüger <mrueg@gentoo.org> +rouge-1.7.7.ebuild: + Version bump. 06 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -rouge-1.6.2.ebuild: Cleanup old. diff --git a/dev-ruby/rouge/rouge-1.7.7.ebuild b/dev-ruby/rouge/rouge-1.7.7.ebuild new file mode 100644 index 000000000000..68655c137745 --- /dev/null +++ b/dev-ruby/rouge/rouge-1.7.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/rouge-1.7.7.ebuild,v 1.1 2014/12/27 14:47:51 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" +RUBY_FAKEGEM_TASK_TEST="spec" +RUBY_FAKEGEM_RECIPE_DOC="yard" + +inherit ruby-fakegem + +DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition" +HOMEPAGE="http://github.com/jneen/rouge" +SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_bdepend "doc? ( dev-ruby/redcarpet )" +ruby_add_rdepend "dev-ruby/redcarpet" + +RESTRICT="test" +# Depends on dev-ruby/wrong, which is not packaged yet. |