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/netrc/
Date: Sat, 31 Oct 2015 05:42:59 +0000 (UTC)	[thread overview]
Message-ID: <1446270166.eac39edd7f3d803d7749d34a7ba112da1cb15019.graaff@gentoo> (raw)

commit:     eac39edd7f3d803d7749d34a7ba112da1cb15019
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 05:37:08 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 05:42:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac39edd

dev-ruby/netrc: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/netrc/Manifest              |  1 -
 dev-ruby/netrc/netrc-0.10.2.ebuild   | 28 ----------------------------
 dev-ruby/netrc/netrc-0.9.0-r1.ebuild | 28 ----------------------------
 3 files changed, 57 deletions(-)

diff --git a/dev-ruby/netrc/Manifest b/dev-ruby/netrc/Manifest
index cff42ac..373863a 100644
--- a/dev-ruby/netrc/Manifest
+++ b/dev-ruby/netrc/Manifest
@@ -1,3 +1,2 @@
-DIST netrc-0.10.2.gem 10752 SHA256 cd51a5780665bc3978fe2a33e1edd7e902218a7edefccc7a918e39f19cdec72d SHA512 044fd610ca9cbf4e7214492d0af7e147084b6349c646f7fb08a9bd2a053b705d4db8462671e11ff160a908bea0d2d3669794f83d7e591635b65dc762464eb003 WHIRLPOOL 27cd333510afee28e82460cd2758b3beedf912a274d8b093c083231ca8b73580f44d34b6db6c36937ec5dfbe19e7d565b6c9ac4d42150e698c711aa21cb116dd
 DIST netrc-0.10.3.gem 10752 SHA256 8fa24558ed46e2b2d9a58baa78fd7d11cb7efa3ec7e2ec89a057f76dc3abcce4 SHA512 ba51f2c03496b6b5ebfdcc3a9c1ff47c41961baa50f0aa9ffec487c67fdafe48b810fa28b16c17b9198104b86986b52f43d267c286be3a86018fc59e16481b11 WHIRLPOOL 4b1f70b7193143b77ef34b4163617a3b97c49a3b910dc2a1756da0c703e3ebcd0eaf583679865f3b889f84eff8c5ecf7a50ee66d02ddf51d77b869502e1bdf95
 DIST netrc-0.9.0.gem 10240 SHA256 9c8726e3c166cb2f99421639feac44525ce0646c4b01ffb4b41962a63763721c SHA512 da90ef05f47aa956fddd4679f02a5a0c9397f37055efc2c7a738abfad51164a5c9301df7dbe27dbb28e0caaa291dfe5ad414cd2a1598d5803742c58adaca99fd WHIRLPOOL 42726b8ae33a0e53da476f390dec92563ded93e2d5e350467d63b6d88b125b25db2363d398834b8f615e9c110342b175ecdedbde67176ae93005119664de508b

diff --git a/dev-ruby/netrc/netrc-0.10.2.ebuild b/dev-ruby/netrc/netrc-0.10.2.ebuild
deleted file mode 100644
index d50e453..0000000
--- a/dev-ruby/netrc/netrc-0.10.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_EXTRADOC="changelog.txt Readme.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library reads and writes .netrc files"
-HOMEPAGE="https://github.com/geemus/netrc"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -e '/test_encrypted_roundtrip/,/^  end/ s:^:#:' -i test/test_netrc.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} -S testrb test/test_*.rb || die
-}

diff --git a/dev-ruby/netrc/netrc-0.9.0-r1.ebuild b/dev-ruby/netrc/netrc-0.9.0-r1.ebuild
deleted file mode 100644
index cd39914..0000000
--- a/dev-ruby/netrc/netrc-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="changelog.txt Readme.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library reads and writes .netrc files"
-HOMEPAGE="https://github.com/geemus/netrc"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -e '/test_encrypted_roundtrip/a skip "depends on external gpg test keys"' -i test/test_netrc.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} -S testrb test/test_*.rb || die
-}


             reply	other threads:[~2015-10-31  5:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-31  5:42 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31  6:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/netrc/ Hans de Graaff
2023-12-27 14:07 Hans de Graaff
2023-08-27 10:16 Jakov Smolić
2023-08-26 13:30 Sam James
2023-07-02  6:35 Hans de Graaff
2023-06-01  5:26 Sam James
2023-03-30  7:01 Hans de Graaff
2023-03-30  7:01 Hans de Graaff
2022-08-17 15:39 Sam James
2022-05-01  8:38 Hans de Graaff
2021-11-26  8:17 Hans de Graaff
2021-11-24  6:37 Hans de Graaff
2021-04-30  5:52 Hans de Graaff
2020-01-26  8:28 Hans de Graaff
2019-01-31  7:35 Hans de Graaff
2018-03-02 10:43 Hans de Graaff
2018-03-02 10:18 Hans de Graaff
2016-06-26  5:38 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-06-06 16:15 Agostino Sarubbo
2016-03-24  6:17 Hans de Graaff
2015-11-05  6:26 Hans de Graaff
2015-10-31  5:42 Hans de Graaff
2015-10-30  9:18 Agostino Sarubbo
2015-08-13 17:54 Peter Wilmott

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=1446270166.eac39edd7f3d803d7749d34a7ba112da1cb15019.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