diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-12-03 11:17:32 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-12-03 11:24:09 +0100 |
commit | 7b5e74e483586b05d7632246a774e4e3b8554798 (patch) | |
tree | fd7cac2879f57e5f7da653afa7c844dfa7d4d38f /dev-ruby | |
parent | app-text/poppler: ia64 stable wrt bug #701684 (diff) | |
download | gentoo-7b5e74e483586b05d7632246a774e4e3b8554798.tar.gz gentoo-7b5e74e483586b05d7632246a774e4e3b8554798.tar.bz2 gentoo-7b5e74e483586b05d7632246a774e4e3b8554798.zip |
dev-ruby/bundler: cleanup
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bundler/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/bundler/bundler-1.16.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest index 7fe81e53857f..b69b3e34dfb3 100644 --- a/dev-ruby/bundler/Manifest +++ b/dev-ruby/bundler/Manifest @@ -1,2 +1 @@ -DIST bundler-1.16.1.gem 349696 BLAKE2B 6057aed2e3bffdfa7f3ea8489c4ae79d9241b7b300fd35c4a2c14899ff306183165d1554be793a1856d9fd1c696161161049519fc8915800c68c60a9a5b116d8 SHA512 2cca87aa17b61df98ef98a648a7d7cfe0529015f1278e8cb2298bb12544157933d723bd666d945bcdbaceacbf97a092a3848e2a587bd01cffa73c662d37d4834 DIST bundler-1.17.3.gem 364032 BLAKE2B 81e097156a593e4ec85a2353aa6c62143d9aad120c22c5f76423c6c5f4e4d33206c8ef41c64e54ea53eb610a0d865beba19d3c033e8f65913564963319bb523f SHA512 658de4228bc12fa5ca6ce335f76fff773f64da9f3d12f5097b4fd28d4c4f4d2a5bf12dce761b3d95432c5ea6a5aafae895df87c26660a4567db8b682aff48c02 diff --git a/dev-ruby/bundler/bundler-1.16.1.ebuild b/dev-ruby/bundler/bundler-1.16.1.ebuild deleted file mode 100644 index 56a0a9e071de..000000000000 --- a/dev-ruby/bundler/bundler-1.16.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24 ruby25" - -# The specs require a number of gems to be installed in a temporary -# directory, but this requires network access. They also don't work -# when run with a path that contains "-". -RUBY_FAKEGEM_RECIPE_TEST="none" - -# No documentation task -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -RUBY_FAKEGEM_BINDIR="exe" - -RUBY_FAKEGEM_EXTRAINSTALL="man" - -inherit ruby-fakegem - -DESCRIPTION="An easy way to vendor gem dependencies" -HOMEPAGE="https://github.com/carlhuda/bundler" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+doc test" - -ruby_add_rdepend virtual/rubygems - -RDEPEND+=" dev-vcs/git" |