diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-04-21 06:35:29 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-04-21 06:35:29 +0000 |
commit | 638f851b0a833c52c45f7d6dfe32e6cda3abbe9d (patch) | |
tree | 3aea031dd137f34d0665e59af0e542050d7dfefc /dev-ruby/rubyzip | |
parent | Version bump. (diff) | |
download | gentoo-2-638f851b0a833c52c45f7d6dfe32e6cda3abbe9d.tar.gz gentoo-2-638f851b0a833c52c45f7d6dfe32e6cda3abbe9d.tar.bz2 gentoo-2-638f851b0a833c52c45f7d6dfe32e6cda3abbe9d.zip |
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/rubyzip')
-rw-r--r-- | dev-ruby/rubyzip/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rubyzip/rubyzip-0.9.4.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/rubyzip/rubyzip-0.9.5.ebuild | 33 |
3 files changed, 6 insertions, 75 deletions
diff --git a/dev-ruby/rubyzip/ChangeLog b/dev-ruby/rubyzip/ChangeLog index ed6a5befb2ab..668ed606d838 100644 --- a/dev-ruby/rubyzip/ChangeLog +++ b/dev-ruby/rubyzip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rubyzip -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyzip/ChangeLog,v 1.25 2012/09/27 19:06:12 johu Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyzip/ChangeLog,v 1.26 2013/04/21 06:35:29 graaff Exp $ + + 21 Apr 2013; Hans de Graaff <graaff@gentoo.org> -rubyzip-0.9.4.ebuild, + -rubyzip-0.9.5.ebuild: + Cleanup. 27 Sep 2012; Johannes Huber <johu@gentoo.org> rubyzip-0.9.9.ebuild: Stable for x86, wrt bug #435824 diff --git a/dev-ruby/rubyzip/rubyzip-0.9.4.ebuild b/dev-ruby/rubyzip/rubyzip-0.9.4.ebuild deleted file mode 100644 index 5cac0116f2e3..000000000000 --- a/dev-ruby/rubyzip/rubyzip-0.9.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyzip/rubyzip-0.9.4.ebuild,v 1.6 2012/05/01 18:24:22 armin76 Exp $ - -EAPI=2 - -# ruby19 → testsuite fail, code assumes Ruby 1.8 syntax -# jruby → adding zip files to the load path fails, badly -USE_RUBY="ruby18" - -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="README TODO NEWS ChangeLog" - -inherit ruby-fakegem - -DESCRIPTION="A ruby library for reading and writing zip files" -HOMEPAGE="http://rubyzip.sourceforge.net/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="" -DEPEND="test? ( app-arch/zip )" - -all_ruby_prepare() { - # The Rakefile unconditionally requires net-sftp for the “Publish - # Package” task, avoid that. - sed -i \ - -e '/net\/sftp/s:^:#:' \ - Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc samples/* || die -} diff --git a/dev-ruby/rubyzip/rubyzip-0.9.5.ebuild b/dev-ruby/rubyzip/rubyzip-0.9.5.ebuild deleted file mode 100644 index 101beddaddec..000000000000 --- a/dev-ruby/rubyzip/rubyzip-0.9.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyzip/rubyzip-0.9.5.ebuild,v 1.3 2012/05/01 18:24:22 armin76 Exp $ - -EAPI=4 - -# jruby → adding zip files to the load path fails, badly -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md TODO NEWS" - -inherit ruby-fakegem - -DESCRIPTION="A ruby library for reading and writing zip files" -HOMEPAGE="https://github.com/aussiegeek/rubyzip" -SRC_URI="https://github.com/aussiegeek/rubyzip/tarball/${PV} -> ${P}-git.tgz" -RUBY_S="aussiegeek-rubyzip-*" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="test? ( app-arch/zip )" - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc samples/* -} |