mrueg 14/10/29 18:53:13 Modified: ascii85-1.0.2-r2.ebuild ChangeLog Removed: ascii85-1.0.2-r1.ebuild Log: Drop jruby target. Update Homagepage. Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?r1=1.3&r2=1.4 Index: ascii85-1.0.2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ascii85-1.0.2-r2.ebuild 19 Aug 2014 12:09:37 -0000 1.3 +++ ascii85-1.0.2-r2.ebuild 29 Oct 2014 18:53:13 -0000 1.4 @@ -1,10 +1,10 @@ # 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.3 2014/08/19 12:09:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild,v 1.4 2014/10/29 18:53:13 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" @@ -14,7 +14,7 @@ inherit ruby-fakegem DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name" -HOMEPAGE="http://ascii85.rubyforge.org/" +HOMEPAGE="https://github.com/datawraith/ascii85gem" LICENSE="MIT" SLOT="0" 1.25 dev-ruby/ascii85/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 19 Aug 2014 12:09:37 -0000 1.24 +++ ChangeLog 29 Oct 2014 18:53:13 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ascii85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.24 2014/08/19 12:09:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.25 2014/10/29 18:53:13 mrueg Exp $ + + 29 Oct 2014; Manuel Rüger <[email protected]> -ascii85-1.0.2-r1.ebuild, + ascii85-1.0.2-r2.ebuild: + Drop jruby target. Update Homagepage. Cleanup old. 19 Aug 2014; Raúl Porcel <[email protected]> ascii85-1.0.2-r1.ebuild, ascii85-1.0.2-r2.ebuild:
