From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7229C1382C5 for ; Sat, 20 Jun 2020 05:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D168E088F; Sat, 20 Jun 2020 05:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46C6AE0891 for ; Sat, 20 Jun 2020 05:41:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 223C534F442 for ; Sat, 20 Jun 2020 05:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE532AA for ; Sat, 20 Jun 2020 05:41:19 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1592631630.995d60244d2187d29f7b7bd3c8dce02282a6f01d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-ldap/Manifest dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild X-VCS-Directories: dev-ruby/ruby-ldap/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 995d60244d2187d29f7b7bd3c8dce02282a6f01d X-VCS-Branch: master Date: Sat, 20 Jun 2020 05:41:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 421e28a5-28e4-4f13-b8d2-7e4eade4674a X-Archives-Hash: 2f02f8fd7d56cec5e30e1d5daeae1499 commit: 995d60244d2187d29f7b7bd3c8dce02282a6f01d Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 20 05:40:30 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 20 05:40:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995d6024 dev-ruby/ruby-ldap: cleanup Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-ldap/Manifest | 1 - dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 41 ------------------------------ 2 files changed, 42 deletions(-) diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest index bc6ead88f21..b8adbc6011a 100644 --- a/dev-ruby/ruby-ldap/Manifest +++ b/dev-ruby/ruby-ldap/Manifest @@ -1,2 +1 @@ -DIST ruby-ldap-0.9.19.gem 91648 BLAKE2B 0ea6fe17ac2e4cd34a0834c6b95b1db4905e709010962959735cc3cedf9d50695d642b6042711b4f5154198fbe0bb5312903169ba8f1a7868b6f18d681a81682 SHA512 0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a DIST ruby-ldap-0.9.20.gem 67072 BLAKE2B 626a35ab764dacfb37c727d867e1d435222730a3e7ea745ee4e7ec051ce3a822cc5a1230b463bc12f4a2390db667ed3b61deceb9842c014f64cdf43a26d285f9 SHA512 4f4902e7eaf4fe0cd421d58c73ce4e625d61ee20ef02363d3cf5754c66237e0f378ac433b234c2b86d5f5284ae03b7ae6c46d3575c512487bc1a931d021c9517 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 bdbfa84e3bb..00000000000 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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="amd64 ~arm hppa 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 -}