graaff 14/04/01 19:28:38 Modified: ChangeLog Added: bluecloth-2.2.0-r2.ebuild Log: Add ruby21. Drop alpha, sparc keywords: bug 465948. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.75 dev-ruby/bluecloth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 2 Jan 2014 07:45:09 -0000 1.74 +++ ChangeLog 1 Apr 2014 19:28:38 -0000 1.75 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.74 2014/01/02 07:45:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.75 2014/04/01 19:28:38 graaff Exp $ + +*bluecloth-2.2.0-r2 (01 Apr 2014) + + 01 Apr 2014; Hans de Graaff <gra...@gentoo.org> +bluecloth-2.2.0-r2.ebuild: + Add ruby21. Drop alpha, sparc keywords: bug 465948. 02 Jan 2014; Hans de Graaff <gra...@gentoo.org> bluecloth-2.2.0.ebuild, bluecloth-2.2.0-r1.ebuild: 1.1 dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.1&content-type=text/plain Index: bluecloth-2.2.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.1 2014/04/01 19:28:38 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" RUBY_FAKEGEM_TASK_TEST="spec" inherit ruby-fakegem eutils DESCRIPTION="A Ruby implementation of Markdown" HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND+=" doc? ( dev-lang/perl )" ruby_add_bdepend " dev-ruby/rake-compiler test? ( dev-ruby/hoe dev-ruby/diff-lcs dev-ruby/tidy-ext )" all_ruby_prepare() { # for Ruby 1.9.2 compatibility sed -i -e '1i $: << "."' Rakefile || die } all_ruby_compile() { rake man/man1/bluecloth.1 || die all_fakegem_compile } each_ruby_compile() { ${RUBY} -S rake compile || die "extension build failed" } all_ruby_install() { doman man/man1/bluecloth.1 all_fakegem_install }