diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-29 18:53:13 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-29 18:53:13 +0000 |
commit | d7c7d8b2002c09b9f1bbd33cc5dfee063088e46b (patch) | |
tree | 4f6ae113f5cb75745674be8e1bebe53487d12610 /dev-ruby | |
parent | Added missing python dependencies, cleaned up old v3.1 ebuilds as per discuss... (diff) | |
download | gentoo-2-d7c7d8b2002c09b9f1bbd33cc5dfee063088e46b.tar.gz gentoo-2-d7c7d8b2002c09b9f1bbd33cc5dfee063088e46b.tar.bz2 gentoo-2-d7c7d8b2002c09b9f1bbd33cc5dfee063088e46b.zip |
Drop jruby target. Update Homagepage. Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ascii85/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild | 6 |
3 files changed, 8 insertions, 33 deletions
diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog index c9576cd2cc45..edd6f4f97084 100644 --- a/dev-ruby/ascii85/ChangeLog +++ b/dev-ruby/ascii85/ChangeLog @@ -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 <mrueg@gentoo.org> -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 <armin76@gentoo.org> ascii85-1.0.2-r1.ebuild, ascii85-1.0.2-r2.ebuild: diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild b/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild deleted file mode 100644 index 9a3bf1fb4871..000000000000 --- a/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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-r1.ebuild,v 1.4 2014/08/19 12:09:37 armin76 Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 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 ~arm ~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 -} diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild index df2ab81a4ff9..0a5725546c2b 100644 --- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild +++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild @@ -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 @@ 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/" +HOMEPAGE="https://github.com/datawraith/ascii85gem" LICENSE="MIT" SLOT="0" |