graaff 14/04/19 11:39:16 Modified: ChangeLog Added: coderay-1.1.0-r2.ebuild Log: Add ruby21. Drop alpha, sparc due to unkeyworded dependencies, bug 465948. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.79 dev-ruby/coderay/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 11 Nov 2013 16:55:27 -0000 1.78 +++ ChangeLog 19 Apr 2014 11:39:15 -0000 1.79 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/coderay -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.78 2013/11/11 16:55:27 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.79 2014/04/19 11:39:15 graaff Exp $ + +*coderay-1.1.0-r2 (19 Apr 2014) + + 19 Apr 2014; Hans de Graaff <[email protected]> +coderay-1.1.0-r2.ebuild: + Add ruby21. Drop alpha, sparc due to unkeyworded dependencies, bug 465948. 11 Nov 2013; Manuel RĂ¼ger <[email protected]> -coderay-1.1.0.ebuild: Cleanup old. 1.1 dev-ruby/coderay/coderay-1.1.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r2.ebuild?rev=1.1&content-type=text/plain Index: coderay-1.1.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/coderay/coderay-1.1.0-r2.ebuild,v 1.1 2014/04/19 11:39:15 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" # The test target also contains test:exe but that requires # shoulda-context which we do not have packaged yet. RUBY_FAKEGEM_TASK_TEST="test:functional test:units" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="Changes-pre-1.0.textile Changes.textile FOLDERS README_INDEX.rdoc README.markdown" inherit ruby-fakegem DESCRIPTION="A Ruby library for syntax highlighting." HOMEPAGE="http://coderay.rubychan.de/" SRC_URI="https://github.com/rubychan/coderay/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Redcloth is optional but automagically tested, so we add this # dependency to ensure that we get at least a version that works: bug # 330621. We use this convoluted way because redcloth isn't available # yet for jruby. USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )" all_ruby_prepare() { sed -i -e "/[Bb]undler/d" Rakefile || die sed -i -e '/git ls-files/ s:^:#:' coderay.gemspec || die }
