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 E222413832E for ; Mon, 22 Aug 2016 19:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6260A21C1EE; Mon, 22 Aug 2016 19:47:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4FEF21C1EE for ; Mon, 22 Aug 2016 19:47:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D68D6340775 for ; Mon, 22 Aug 2016 19:47:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96C22441 for ; Mon, 22 Aug 2016 19:47:46 +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: <1471895042.2af4f33c65093f10e91c2fbd3d6ab3aea6af6c14.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activeldap/Manifest dev-ruby/activeldap/activeldap-4.0.5.ebuild X-VCS-Directories: dev-ruby/activeldap/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2af4f33c65093f10e91c2fbd3d6ab3aea6af6c14 X-VCS-Branch: master Date: Mon, 22 Aug 2016 19:47:46 +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-Archives-Salt: 6b6109c9-0942-47d4-af25-47545ba24e03 X-Archives-Hash: 38ed157421f529a003d699010c57c5b4 commit: 2af4f33c65093f10e91c2fbd3d6ab3aea6af6c14 Author: Hans de Graaff gentoo org> AuthorDate: Mon Aug 22 19:44:02 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Aug 22 19:44:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af4f33c dev-ruby/activeldap: cleanup Package-Manager: portage-2.2.28 dev-ruby/activeldap/Manifest | 1 - dev-ruby/activeldap/activeldap-4.0.5.ebuild | 40 ----------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest index 3a84642..756ff76 100644 --- a/dev-ruby/activeldap/Manifest +++ b/dev-ruby/activeldap/Manifest @@ -1,2 +1 @@ -DIST activeldap-4.0.5.gem 224768 SHA256 bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80 WHIRLPOOL ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba DIST activeldap-4.0.6.gem 225280 SHA256 2b3660db97d49569eb514d1ab81a01eb3bbed7427cb95f38fef53eac3227be3e SHA512 03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b WHIRLPOOL 4a9d282c8042feeeda3119c524e42fe783fafb1c040e09a5e7099c3a934ace0db9babed286334d125ed6e162fcbfc2284398e883f1285ae56176affc65f3abbd diff --git a/dev-ruby/activeldap/activeldap-4.0.5.ebuild b/dev-ruby/activeldap/activeldap-4.0.5.ebuild deleted file mode 100644 index cb8ce16..0000000 --- a/dev-ruby/activeldap/activeldap-4.0.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.textile 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="4" -KEYWORDS="~amd64" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_rdepend " - >dev-ruby/activemodel-4.0.0:* - dev-ruby/locale - dev-ruby/ruby-gettext - dev-ruby/gettext_i18n_rails - || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )" - -all_ruby_install() { - all_fakegem_install - - dodoc doc/text/* - - insinto /usr/share/doc/${PF} - doins -r examples -}