diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-09 14:21:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-09 14:21:03 +0000 |
commit | bcf66fd58b7641c1d11227875c0e86a389288b9c (patch) | |
tree | 43d2bdde4fd8a934247e236c8cbce2d28d41eccc /dev-ruby/kramdown | |
parent | Remove old which fixes #507194 (diff) | |
download | gentoo-2-bcf66fd58b7641c1d11227875c0e86a389288b9c.tar.gz gentoo-2-bcf66fd58b7641c1d11227875c0e86a389288b9c.tar.bz2 gentoo-2-bcf66fd58b7641c1d11227875c0e86a389288b9c.zip |
Cleanup old. Remove ree18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/kramdown')
-rw-r--r-- | dev-ruby/kramdown/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/kramdown/kramdown-0.14.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/kramdown/kramdown-1.1.0.ebuild | 44 | ||||
-rw-r--r-- | dev-ruby/kramdown/kramdown-1.2.0.ebuild | 44 |
4 files changed, 9 insertions, 93 deletions
diff --git a/dev-ruby/kramdown/ChangeLog b/dev-ruby/kramdown/ChangeLog index b9e2fe6362e8..75c782510a7b 100644 --- a/dev-ruby/kramdown/ChangeLog +++ b/dev-ruby/kramdown/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/kramdown -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v 1.30 2013/10/30 03:35:55 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v 1.31 2014/04/09 14:21:03 mrueg Exp $ + + 09 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -kramdown-1.1.0.ebuild, + -kramdown-1.2.0.ebuild, kramdown-0.14.2.ebuild: + Cleanup old. Remove ree18. *kramdown-1.2.0-r1 (30 Oct 2013) diff --git a/dev-ruby/kramdown/kramdown-0.14.2.ebuild b/dev-ruby/kramdown/kramdown-0.14.2.ebuild index 7fcf2aaba6a0..851e23c5aada 100644 --- a/dev-ruby/kramdown/kramdown-0.14.2.ebuild +++ b/dev-ruby/kramdown/kramdown-0.14.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-0.14.2.ebuild,v 1.3 2013/10/05 08:42:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-0.14.2.ebuild,v 1.4 2014/04/09 14:21:03 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ree18 jruby" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS ChangeLog CONTRIBUTERS" diff --git a/dev-ruby/kramdown/kramdown-1.1.0.ebuild b/dev-ruby/kramdown/kramdown-1.1.0.ebuild deleted file mode 100644 index 632f247a0365..000000000000 --- a/dev-ruby/kramdown/kramdown-1.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-1.1.0.ebuild,v 1.3 2013/08/24 16:26:38 maekke Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition" -HOMEPAGE="http://kramdown.rubyforge.org/" - -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="latex" - -LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )" -RDEPEND+=" ${LATEX_DEPS}" -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc ) - test? ( >=dev-ruby/coderay-1.0.0 - >=dev-ruby/stringex-1.5.1 )" - -all_ruby_prepare() { - if ! use latex; then - # Remove latex tests. They will fail gracefully when latex isn't - # present at all, but not when components are missing (most - # notable ucs.sty). - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die - fi -} - -all_ruby_install() { - all_fakegem_install - - doman man/man1/kramdown.1 -} diff --git a/dev-ruby/kramdown/kramdown-1.2.0.ebuild b/dev-ruby/kramdown/kramdown-1.2.0.ebuild deleted file mode 100644 index 08179df07eb1..000000000000 --- a/dev-ruby/kramdown/kramdown-1.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-1.2.0.ebuild,v 1.1 2013/09/03 23:53:26 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition" -HOMEPAGE="http://kramdown.rubyforge.org/" - -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="latex" - -LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )" -RDEPEND+=" ${LATEX_DEPS}" -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc ) - test? ( >=dev-ruby/coderay-1.0.0 - >=dev-ruby/stringex-1.5.1 )" - -all_ruby_prepare() { - if ! use latex; then - # Remove latex tests. They will fail gracefully when latex isn't - # present at all, but not when components are missing (most - # notable ucs.sty). - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die - fi -} - -all_ruby_install() { - all_fakegem_install - - doman man/man1/kramdown.1 -} |