From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyntlm/
Date: Wed, 17 Feb 2016 22:21:50 +0000 (UTC) [thread overview]
Message-ID: <1455747699.a9445be216d97def01925c9eb585bf28b863f672.mrueg@gentoo> (raw)
commit: a9445be216d97def01925c9eb585bf28b863f672
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 22:21:39 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 22:21:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9445be2
dev-ruby/rubyntlm: Remove old
Package-Manager: portage-2.2.27
dev-ruby/rubyntlm/Manifest | 2 --
dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild | 17 -----------------
dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild | 25 -------------------------
3 files changed, 44 deletions(-)
diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest
index 637f0f6..53aeb86 100644
--- a/dev-ruby/rubyntlm/Manifest
+++ b/dev-ruby/rubyntlm/Manifest
@@ -1,4 +1,2 @@
-DIST rubyntlm-0.4.0.gem 21504 SHA256 bd10dcab5f1166e10049f0649a28f49bcc56c0592683d094a2852dd62b8ab50f SHA512 33a845b3b898d5e45ef51d4c3ab9a928789d2506c9854dedac2afb71b639abd91054c89357a0f33f975984172b8b7bf58c22a6ec50e4ab423d3269910284151e WHIRLPOOL a67927dde3fc3b539640d5d346e239c4fd0db4c0f3e7af1836c619ee942920a9f5f7c26e7035d0dfe9ef98de610fefb945ab6ed480403437e94af4ac6a64e59f
-DIST rubyntlm-0.5.2.gem 27648 SHA256 a78d87ad0c3642e523fa509f4bd23116391629f8cb6aa6484f02010a0d328812 SHA512 29a29756b6788257f2ed9a3a7ef5cbdcd4b7871922658d922c46ee127a89848232450cb17b23d8f7fda023399d4ec9b1029c51f7a2fb7cdc635028e56e340aa5 WHIRLPOOL 2ca8f47da195826ae1762ffbc5d9ce2f60f5c9ff40a846136eeb61104ab43ebafecb2ecda3500b5a9fbb03ae002df6a219d866fff1c63448351b30901aca72d3
DIST rubyntlm-0.5.3.gem 27648 SHA256 67b102621103d59f80553c5f9924c7def90ae3c98b404495dd3411d557d1bb48 SHA512 d7a86bc3e66aed77285e0a065c13e1a4211a7148d90e4f14da308c49dc080bab000cd77d1ae89149f5ccccb671f111ac65ead1363e08944b6aff54e35b096f0a WHIRLPOOL d396cc6307b0118dda9034b4801275f7bb348daa56f309c6e4f2636564f1903d9a11375b338a3f9299295404a2f70f25063bdc023137611e7a5795c3e2f05a09
DIST rubyntlm-0.6.0.gem 31232 SHA256 f7e9b5054106fdbe9117719282f99177c95bea57d9ff76b1799e551028656102 SHA512 522142632d9f979b26b29017dcbc39dcc6caa75b235bcc89bf83e04db68e550a38f3c967c36acf61e910b4a2748089d0ccdd184754a8fe6f33e8494ef6b4f3bd WHIRLPOOL 95341aaafc27c93ef51b36da28cf540ce474b7bd9f4f9a66ec59c8faf82ee3f6edd62e1bfddab6c24156bc0233dcb38697d8b59e7b25b0c851ff70556891542e
diff --git a/dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild b/dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild
deleted file mode 100644
index b4b39a4..0000000
--- a/dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild
+++ /dev/null
@@ -1,17 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM authentication."
-HOMEPAGE="http://rubygems.org/gems/rubyntlm"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
diff --git a/dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild b/dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild
deleted file mode 100644
index 73d06f2..0000000
--- a/dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild
+++ /dev/null
@@ -1,25 +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_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM authentication."
-HOMEPAGE="https://github.com/winrb/rubyntlm"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
-}
next reply other threads:[~2016-02-17 22:21 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 22:21 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 18:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyntlm/ Hans de Graaff
2025-04-01 18:56 Hans de Graaff
2024-09-18 8:56 Hans de Graaff
2024-09-18 8:56 Hans de Graaff
2024-07-11 16:19 Hans de Graaff
2024-06-16 5:49 Hans de Graaff
2024-06-11 4:58 Hans de Graaff
2024-03-04 18:33 Rick Farina
2023-06-29 15:16 Hans de Graaff
2023-06-24 20:35 Hans de Graaff
2023-03-19 7:45 Hans de Graaff
2023-03-19 7:45 Hans de Graaff
2022-04-24 7:06 Hans de Graaff
2021-08-07 7:33 Hans de Graaff
2021-08-07 7:33 Hans de Graaff
2021-05-10 12:31 Sam James
2021-04-04 6:53 Hans de Graaff
2021-01-30 7:04 Hans de Graaff
2020-07-26 9:15 Hans de Graaff
2019-01-21 20:41 Hans de Graaff
2018-04-12 17:03 Hans de Graaff
2018-02-10 7:42 Hans de Graaff
2017-08-02 5:07 Hans de Graaff
2017-04-25 4:31 Hans de Graaff
2016-12-25 6:55 Hans de Graaff
2016-12-25 6:55 Hans de Graaff
2016-09-16 6:47 Hans de Graaff
2016-09-16 6:47 Hans de Graaff
2016-02-17 22:21 Manuel Rüger
2016-01-23 7:47 Hans de Graaff
2015-09-07 21:56 Richard Farina
2015-09-05 6:06 Hans de Graaff
2015-09-05 6:06 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=1455747699.a9445be216d97def01925c9eb585bf28b863f672.mrueg@gentoo \
--to=mrueg@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