diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-08-20 12:40:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-08-20 12:40:25 +0000 |
commit | 3e05c70de9db49bd2c911149b414106e5dc729fc (patch) | |
tree | b41da24b8f0f258e715b76536bab0f15670b9b87 /dev-ruby | |
parent | Remove old version. (diff) | |
download | gentoo-2-3e05c70de9db49bd2c911149b414106e5dc729fc.tar.gz gentoo-2-3e05c70de9db49bd2c911149b414106e5dc729fc.tar.bz2 gentoo-2-3e05c70de9db49bd2c911149b414106e5dc729fc.zip |
Remove old versions.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.11.ebuild | 44 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.5.ebuild | 17 |
3 files changed, 5 insertions, 62 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 66ac2ca936fa..adfba66cf1ed 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.52 2011/08/07 14:09:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.53 2011/08/20 12:40:25 graaff Exp $ + + 20 Aug 2011; Hans de Graaff <graaff@gentoo.org> -bluecloth-2.0.5.ebuild, + -bluecloth-2.0.11.ebuild: + Remove old versions. 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> bluecloth-2.0.5.ebuild, bluecloth-2.0.7.ebuild, bluecloth-2.0.11.ebuild, bluecloth-2.1.0.ebuild: diff --git a/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild deleted file mode 100644 index 9a9a13068af9..000000000000 --- a/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild,v 1.4 2011/08/07 14:09:09 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_EXTRADOC="History.md README.md" -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem eutils - -DESCRIPTION="A Ruby implementation of Markdown" -HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -ruby_add_bdepend " - dev-ruby/hoe - dev-ruby/rake-compiler - test? ( - >=dev-ruby/rspec-2.4:2 - dev-ruby/diff-lcs - dev-ruby/tidy-ext - )" - -all_ruby_prepare() { - # for Ruby 1.9.2 compatibility - sed -i -e '1i $: << "."' Rakefile || die -} - -each_ruby_compile() { - ${RUBY} -S rake compile || die "extension build failed" -} - -each_ruby_test() { - ${RUBY} -S rspec spec || die "tests failed" -} diff --git a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild deleted file mode 100644 index e00a01222dd1..000000000000 --- a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 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.8 2011/08/07 14:09:09 armin76 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 ~sparc x86" -IUSE="" - -USE_RUBY="ruby18" -DEPEND=">=dev-lang/ruby-1.8" -RDEPEND="${DEPEND}" |