public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/
Date: Sat,  2 Dec 2017 06:30:55 +0000 (UTC)	[thread overview]
Message-ID: <1512196232.0b9d1a1710bc7e424a773c83aafa6741e990cfde.graaff@gentoo> (raw)

commit:     0b9d1a1710bc7e424a773c83aafa6741e990cfde
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 10:07:46 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 06:30:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9d1a17

dev-ruby/ruby-ldap: cleanup; drop hppa stable, bug 626682

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ruby-ldap/Manifest                |  3 +--
 dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild | 41 ------------------------------
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index aa213c087d9..3b0465a223c 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,2 +1 @@
-DIST ruby-ldap-0.9.17.gem 66560 SHA256 951ab18e8dbc2b9791555c38833df07e322992d3eb53aefca88a085fc55686c6 SHA512 b6400faa4ae19f3d783810a6b2f7af36e89cbf001aa48a343e1ff6e5f9e74639bb84db2dc58a1465f91130248eaf17767a6c125e1d416aaf7d45ff8c14c3b68e WHIRLPOOL 00b9f4508a94b0c4ecb61e3f3749142b2daa4645d80feccd86d7ed1ff9163a2cc5dcec9d516ebd4b8587573e49abdeadc31427b09e057494f8389b35009ced49
-DIST ruby-ldap-0.9.19.gem 91648 SHA256 8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981 SHA512 0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a WHIRLPOOL f82e718f03feabb028f7490f8c87a3da159b6d2cf26c7ed9c7872183f5a029978dc56b26976223d61fd6afc576c489997e9340d064341221c8ea1dd262face0d
+DIST ruby-ldap-0.9.19.gem 91648 BLAKE2B 0ea6fe17ac2e4cd34a0834c6b95b1db4905e709010962959735cc3cedf9d50695d642b6042711b4f5154198fbe0bb5312903169ba8f1a7868b6f18d681a81682 SHA512 0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
deleted file mode 100644
index 55450913c9c..00000000000
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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="http://ruby-ldap.sourceforge.net/"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 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
-}


             reply	other threads:[~2017-12-02  6:30 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-02  6:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 11:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/ Hans de Graaff
2023-12-27 12:26 Hans de Graaff
2023-12-09  8:28 Hans de Graaff
2023-12-06 15:30 Arthur Zamarin
2023-12-06 11:42 Sam James
2023-12-06 10:42 Hans de Graaff
2023-09-15 10:09 Hans de Graaff
2022-11-01  9:48 Yixun Lan
2022-06-24  7:25 Hans de Graaff
2022-04-24  7:06 Hans de Graaff
2022-03-24  6:09 Hans de Graaff
2022-03-23  1:02 Sam James
2022-01-26 18:40 Fabian Groffen
2021-11-14  9:15 Hans de Graaff
2020-06-20  5:41 Hans de Graaff
2020-06-19  6:40 Sergei Trofimovich
2020-06-14 20:19 Sergei Trofimovich
2020-01-16  6:52 Hans de Graaff
2019-02-14  7:19 Sergei Trofimovich
2019-01-13  8:29 Hans de Graaff
2018-07-12  4:39 Hans de Graaff
2018-06-20  5:49 Hans de Graaff
2018-02-10  7:42 Hans de Graaff
2017-10-14 21:53 Sergei Trofimovich
2017-09-04  7:30 Tobias Klausmann
2017-08-30 18:13 Fabian Groffen
2017-08-29 21:39 Thomas Deutschmann
2017-08-26 12:09 Mikle Kolyada
2017-07-31 22:35 Sergei Trofimovich
2017-07-31  5:32 Hans de Graaff
2017-06-29  5:57 Hans de Graaff
2016-10-02 17:56 Hans de Graaff
2016-10-02  8:59 Jeroen Roovers
2016-06-21  5:09 Hans de Graaff
2016-05-26  5:24 Hans de Graaff
2016-03-05  7:40 Hans de Graaff
2015-12-14 14:12 Agostino Sarubbo
2015-10-03  9:12 Hans de Graaff
2015-10-03  9:12 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512196232.0b9d1a1710bc7e424a773c83aafa6741e990cfde.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox