p8952 14/05/08 20:58:59 Modified: ChangeLog Added: ascii85-1.0.2-r2.ebuild Log: Drop ruby18 target, add ruby21 target. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.21 dev-ruby/ascii85/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 2 Nov 2013 19:35:37 -0000 1.20 +++ ChangeLog 8 May 2014 20:58:59 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ascii85 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.20 2013/11/02 19:35:37 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.21 2014/05/08 20:58:59 p8952 Exp $ + +*ascii85-1.0.2-r2 (08 May 2014) + + 08 May 2014; Peter Wilmott <[email protected]> +ascii85-1.0.2-r2.ebuild: + Drop ruby18 target, add ruby21 target. 02 Nov 2013; Manuel RĂ¼ger <[email protected]> -ascii85-1.0.2.ebuild: Cleanup old. 1.1 dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?rev=1.1&content-type=text/plain Index: ascii85-1.0.2-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/ascii85/ascii85-1.0.2-r2.ebuild,v 1.1 2014/05/08 20:58:59 p8952 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" RUBY_FAKEGEM_NAME="Ascii85" inherit ruby-fakegem DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name." HOMEPAGE="http://ascii85.rubyforge.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/minitest )" all_ruby_prepare() { rm Gemfile || die sed -i -e '/[Bb]undler/d' Rakefile || die }
