diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-06-06 05:58:50 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-06-06 05:58:50 +0200 |
commit | d5aa6bdc7ebef8c1e1b4688c2dc07db0ecc385d3 (patch) | |
tree | 456af9e62a876a68322789919924ecad669572c3 /dev-ruby/acts_as_list | |
parent | dev-util/cmake: update libuv dep (diff) | |
download | gentoo-d5aa6bdc7ebef8c1e1b4688c2dc07db0ecc385d3.tar.gz gentoo-d5aa6bdc7ebef8c1e1b4688c2dc07db0ecc385d3.tar.bz2 gentoo-d5aa6bdc7ebef8c1e1b4688c2dc07db0ecc385d3.zip |
dev-ruby/acts_as_list: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/acts_as_list')
-rw-r--r-- | dev-ruby/acts_as_list/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/acts_as_list/acts_as_list-0.9.10.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/acts_as_list/acts_as_list-0.9.9.ebuild | 38 |
3 files changed, 0 insertions, 78 deletions
diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest index 84bc652ac4a8..3da8acca8cc9 100644 --- a/dev-ruby/acts_as_list/Manifest +++ b/dev-ruby/acts_as_list/Manifest @@ -1,4 +1,2 @@ -DIST acts_as_list-0.9.10.gem 34816 BLAKE2B 82e6f5b15b5a9d4d1bf79254e7726f879880513d0ed0856fa7ecf60ee5d1451564ac67c2ef87be883df127ceef109c73cd4e0f497e6405d24d7cc9bfa1fae6e1 SHA512 9dca8e1b00982ef296bd14abd778be2768784b9618f805f2d15fd4aef6d13edf7836ce0132d608b396a4a11a9d30a82e7b6c56f453bb452a021901b616e4bbfc DIST acts_as_list-0.9.11.gem 34816 BLAKE2B 6cbe53615b29c5e97aca86acfd0d82b6ea1027d2f2f9a1680aa7c42429d203188af08ab5fd9cbd1502f4028b807ecaab0c1c158efcd9969faecaa0a04efad821 SHA512 b439bacfde4f698e696e748ba26fc1138336d4b8215a3e862416eccf8ea881205c38a4300eddb026902e1b2320a0d0a8dc07ce358482c07ed0d50dedc5c7b4c8 DIST acts_as_list-0.9.12.gem 35328 BLAKE2B 1e2e11bddf94c5e9213a397e4473c96331352f76581224faf29c125cdf7a0c3cbd6191270921e7134c8c8bc2faad862aab043cea2bf8ab7cec87d71012121ad1 SHA512 7120cbf538fe660861b4a83477ff914deee6f8bed94eaeccf74e1a19cb49ab27fc6e62b01f7295750c2521f92823c4e5167ede8bae1dfe55f00d292b67ad5f21 -DIST acts_as_list-0.9.9.gem 34304 BLAKE2B 9fad714f73f22954cab06fba2317343e328c9fb8b710a033a111dc5448fa3a08e27298cb306ae821ba84846a724be30423a96cc508bc9e5553910c7a937b96e1 SHA512 fb2a47d62af0de69b7dfc456466e19dac0ab4124141405ccd326fd9d0111d3fba1a6f33580e41b99b84a6d54016289f5b446d7bb5edee596079518811469027f diff --git a/dev-ruby/acts_as_list/acts_as_list-0.9.10.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.9.10.ebuild deleted file mode 100644 index 1ab4686b4cb9..000000000000 --- a/dev-ruby/acts_as_list/acts_as_list-0.9.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list" -HOMEPAGE="https://github.com/swanandp/acts_as_list" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64 ~x86-macos" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activerecord-3:*" - -ruby_add_bdepend " - test? ( - dev-ruby/test-unit:2 - dev-ruby/activerecord[sqlite] - )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die - sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die - sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die -} diff --git a/dev-ruby/acts_as_list/acts_as_list-0.9.9.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.9.9.ebuild deleted file mode 100644 index 1ab4686b4cb9..000000000000 --- a/dev-ruby/acts_as_list/acts_as_list-0.9.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list" -HOMEPAGE="https://github.com/swanandp/acts_as_list" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64 ~x86-macos" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activerecord-3:*" - -ruby_add_bdepend " - test? ( - dev-ruby/test-unit:2 - dev-ruby/activerecord[sqlite] - )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die - sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die - sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die -} |