diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-02-14 07:02:17 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-02-14 07:02:17 +0100 |
commit | 78f25fe03554633d26defdde69dcd8553a5ea671 (patch) | |
tree | 488f685d68f815e4c208502383dc60b0a153a135 /dev-ruby/activeldap | |
parent | dev-ruby/http: Keyword 4.4.1 ppc64, #761550 (diff) | |
download | gentoo-78f25fe03554633d26defdde69dcd8553a5ea671.tar.gz gentoo-78f25fe03554633d26defdde69dcd8553a5ea671.tar.bz2 gentoo-78f25fe03554633d26defdde69dcd8553a5ea671.zip |
dev-ruby/activeldap: cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r-- | dev-ruby/activeldap/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/activeldap/activeldap-6.0.2.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/activeldap/activeldap-6.0.3.ebuild | 38 |
3 files changed, 0 insertions, 78 deletions
diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest index 126c9d97c935..6e65c0858721 100644 --- a/dev-ruby/activeldap/Manifest +++ b/dev-ruby/activeldap/Manifest @@ -1,4 +1,2 @@ DIST activeldap-5.2.4.gem 226304 BLAKE2B f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60 SHA512 da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f -DIST activeldap-6.0.2.gem 226304 BLAKE2B 513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264 SHA512 817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788 -DIST activeldap-6.0.3.gem 227328 BLAKE2B 71819172fcf792631cd958c7329ac1581ae7c3887dc71b76efa9836d2a39e7bac4d4d4dd80c15760f0ed13afc0ee66eecb8546470cf45c7ba45203f94f620b7d SHA512 6b7148d23f2841bf614ac9d853e1bf18f50f2512efcd2397b10c07c30d3418b910717aba3fcfdc4ff67fadbbbd5d29b2ba4261fc126d8498e66e389fce13db3b DIST activeldap-6.0.4.gem 227328 BLAKE2B 8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6 SHA512 26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469 diff --git a/dev-ruby/activeldap/activeldap-6.0.2.ebuild b/dev-ruby/activeldap/activeldap-6.0.2.ebuild deleted file mode 100644 index e7d248c7d519..000000000000 --- a/dev-ruby/activeldap/activeldap-6.0.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*" -RUBY_FAKEGEM_EXTRAINSTALL="po" - -inherit ruby-fakegem - -MY_P="${P/ruby-/}" -DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" -HOMEPAGE="https://github.com/activeldap/activeldap" - -LICENSE="GPL-2" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_rdepend " - >=dev-ruby/activemodel-5.2.0:* - dev-ruby/builder - dev-ruby/locale - dev-ruby/ruby-gettext - dev-ruby/gettext_i18n_rails - || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )" - -all_ruby_install() { - all_fakegem_install - - dodoc doc/text/* - dodoc -r examples -} diff --git a/dev-ruby/activeldap/activeldap-6.0.3.ebuild b/dev-ruby/activeldap/activeldap-6.0.3.ebuild deleted file mode 100644 index 2c07111cb086..000000000000 --- a/dev-ruby/activeldap/activeldap-6.0.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*" -RUBY_FAKEGEM_EXTRAINSTALL="po" - -inherit ruby-fakegem - -MY_P="${P/ruby-/}" -DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" -HOMEPAGE="https://github.com/activeldap/activeldap" - -LICENSE="GPL-2" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_rdepend " - >=dev-ruby/activemodel-5.2.0:* - dev-ruby/builder - dev-ruby/locale - dev-ruby/ruby-gettext - dev-ruby/gettext_i18n_rails - || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )" - -all_ruby_install() { - all_fakegem_install - - dodoc doc/text/* - dodoc -r examples -} |