From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ruby/ruby-ldap/Manifest | 5 ---- dev-ruby/ruby-ldap/metadata.xml | 12 --------- dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 41 ------------------------------ dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 41 ------------------------------ 4 files changed, 99 deletions(-) delete mode 100644 dev-ruby/ruby-ldap/Manifest delete mode 100644 dev-ruby/ruby-ldap/metadata.xml delete mode 100644 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild delete mode 100644 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild (limited to 'dev-ruby/ruby-ldap') diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest deleted file mode 100644 index d2b58d9248a6..000000000000 --- a/dev-ruby/ruby-ldap/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST ruby-ldap-0.9.19.gem 91648 BLAKE2B 0ea6fe17ac2e4cd34a0834c6b95b1db4905e709010962959735cc3cedf9d50695d642b6042711b4f5154198fbe0bb5312903169ba8f1a7868b6f18d681a81682 SHA512 0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a -DIST ruby-ldap-0.9.20.gem 67072 BLAKE2B 626a35ab764dacfb37c727d867e1d435222730a3e7ea745ee4e7ec051ce3a822cc5a1230b463bc12f4a2390db667ed3b61deceb9842c014f64cdf43a26d285f9 SHA512 4f4902e7eaf4fe0cd421d58c73ce4e625d61ee20ef02363d3cf5754c66237e0f378ac433b234c2b86d5f5284ae03b7ae6c46d3575c512487bc1a931d021c9517 -EBUILD ruby-ldap-0.9.19.ebuild 1096 BLAKE2B bf80a0140c10753cc1477c323b6280c3549e7d54cfb18a442d74fe47d16a9e3c2bb9936b1c11abc4069a5b982437ebcc979a3831667710942211da2f8fa4ffce SHA512 574717de3250897d5c9b9df9ec7524b77feb9708cb011bf3db77f13f200b2da8adf78670c69673766a73132f1c42e87aabbe71e9ba18da060804f463fe31f925 -EBUILD ruby-ldap-0.9.20.ebuild 1094 BLAKE2B 19aeadb921ef6157271400d39c380663fedb00c06d911cb207dc958ae9914277247613e1c60087c179bb2452cd4103992905cf95820e17db506ccf5be5f42fd4 SHA512 d216783d584d89c19f46f0c16296832f0140454bba0ceed58f22f6101829e56aafb5196b70b34580f6cb3fe15dafe574b7fcd3b9f979a7d30c4736a89c528b1a -MISC metadata.xml 390 BLAKE2B c6e77e29563ead438259a5643f24d5f9d69a3049e0e3a427ee44561f08c72ab2bf8c427a735606ca7a160d0f623538d12ed3d0020e2e817935152f956f70793f SHA512 55f9b63787f86238cf1f6a465e2eea49496be45c0e80fd0175b73434b93f7ce495c46b081833b5f3d7ff3322c1de31c86ba524f3327630908e424b0346dc02b2 diff --git a/dev-ruby/ruby-ldap/metadata.xml b/dev-ruby/ruby-ldap/metadata.xml deleted file mode 100644 index a9f21005f731..000000000000 --- a/dev-ruby/ruby-ldap/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - ruby-activeldap - ruby-ldap - - diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild deleted file mode 100644 index 117855978791..000000000000 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" - -inherit multilib ruby-fakegem - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO" - -DESCRIPTION="A Ruby interface to some LDAP libraries" -HOMEPAGE="https://github.com/bearded/ruby-ldap" -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-macos" -IUSE="ssl" -DEPEND=">=net-nds/openldap-2 - dev-libs/cyrus-sasl - ssl? ( dev-libs/openssl:0 )" -RDEPEND="${DEPEND}" - -# Current test set is interactive due to certificate generation and requires -# running LDAP daemon -RESTRICT="test" - -each_ruby_configure() { - local myconf="--with-openldap2" - if ! use ssl ; then - myconf="${myconf} --without-libcrypto --without-libssl" - fi - ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed" - sed -i -e 's:-Wl,--no-undefined::' \ - -e "s/^ldflags = /ldflags = $\(LDFLAGS\) /" Makefile || die -} - -each_ruby_compile() { - emake V=1 - cp ldap$(get_modname) lib/ || die -} diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild deleted file mode 100644 index c52069c6d7ed..000000000000 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" - -inherit multilib ruby-fakegem - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO" - -DESCRIPTION="A Ruby interface to some LDAP libraries" -HOMEPAGE="https://github.com/bearded/ruby-ldap" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" -IUSE="ssl" -DEPEND=">=net-nds/openldap-2 - dev-libs/cyrus-sasl - ssl? ( dev-libs/openssl:0 )" -RDEPEND="${DEPEND}" - -# Current test set is interactive due to certificate generation and requires -# running LDAP daemon -RESTRICT="test" - -each_ruby_configure() { - local myconf="--with-openldap2" - if ! use ssl ; then - myconf="${myconf} --without-libcrypto --without-libssl" - fi - ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed" - sed -i -e 's:-Wl,--no-undefined::' \ - -e "s/^ldflags = /ldflags = $\(LDFLAGS\) /" Makefile || die -} - -each_ruby_compile() { - emake V=1 - cp ldap$(get_modname) lib/ || die -} -- cgit v1.2.3