[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-12-31 Thread Hans de Graaff
commit: f74d21f552477393c75c0bccc949d83d54638589
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 17:14:21 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 17:15:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74d21f5

dev-ruby/mail: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/mail-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.8.1.ebuild b/dev-ruby/mail/mail-2.8.1.ebuild
index 8ed98e12748b..fd546683fa89 100644
--- a/dev-ruby/mail/mail-2.8.1.ebuild
+++ b/dev-ruby/mail/mail-2.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-12-31 Thread Hans de Graaff
commit: 4d717f00d9cb213e328b68bd5d868b2f6859f694
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 17:14:45 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 17:15:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d717f00

dev-ruby/mail: drop 2.8.0, 2.8.0.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/Manifest|  2 --
 dev-ruby/mail/mail-2.8.0.1.ebuild | 39 ---
 dev-ruby/mail/mail-2.8.0.ebuild   | 39 ---
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 877403508ab3..bd644fdbc596 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1 @@
-DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 
4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e
 SHA512 
ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583
-DIST mail-2.8.0.1-git.tar.gz 620162 BLAKE2B 
92a183df4cec63c194debb5fd1c5194f2fe8d909094f9b79c157c3c004574c78e8b2567c44a7f62f3a91af4689e7e2ca023768f005ff62998d0999a0d46e4bf3
 SHA512 
d2c84ffec336bb1967107641b741eef06238e37d68704024d3f037893e95fcf9501ffdb34f3f820e1f8df63b4057e0d329d09cd6a96281801ece6fb3d26f1a4d
 DIST mail-2.8.1-git.tar.gz 621412 BLAKE2B 
f39c3087bf5d064fd9a96b93ccac2fd0060c53a53c900658e3907dce311aabba8136ce96bcd4937f5a9852ed3d046e1354c3c2757330d80f9b3d0542fc27cd12
 SHA512 
2c176361285b17b10ab3e518502b05ac582f033f81fc45df0b61bfcb5b645ea22139ef3abf67240adb27a39834dfee59bb0777c6de5448c2fe2e52d5dde3465a

diff --git a/dev-ruby/mail/mail-2.8.0.1.ebuild 
b/dev-ruby/mail/mail-2.8.0.1.ebuild
deleted file mode 100644
index 0614f6284ce5..
--- a/dev-ruby/mail/mail-2.8.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mini_mime-0.1.1
-   dev-ruby/net-imap
-   dev-ruby/net-pop
-   dev-ruby/net-smtp
-"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
-
-   sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/mail/mail-2.8.0.ebuild b/dev-ruby/mail/mail-2.8.0.ebuild
deleted file mode 100644
index 0614f6284ce5..
--- a/dev-ruby/mail/mail-2.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mini_mime-0.1.1
-   dev-ruby/net-imap
-   dev-ruby/net-pop
-   dev-ruby/net-smtp
-"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
-
-   sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/files/, profiles/, dev-ruby/mail/

2023-10-11 Thread Florian Schmaus
commit: 8f08acb8a82b8d6319b9fec7170ad582280fba47
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Oct 11 19:14:56 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Oct 11 19:15:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f08acb8

dev-ruby/mail: drop 2.7.1-r1, 2.7.1-r2

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-ruby/mail/Manifest   |   1 -
 dev-ruby/mail/files/mail-2.7.1-psych-4.patch | 122 ---
 dev-ruby/mail/mail-2.7.1-r1.ebuild   |  32 ---
 dev-ruby/mail/mail-2.7.1-r2.ebuild   |  37 
 profiles/package.mask|   5 --
 5 files changed, 197 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index ec9d7fecfb18..877403508ab3 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,4 +1,3 @@
-DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b
 DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 
4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e
 SHA512 
ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583
 DIST mail-2.8.0.1-git.tar.gz 620162 BLAKE2B 
92a183df4cec63c194debb5fd1c5194f2fe8d909094f9b79c157c3c004574c78e8b2567c44a7f62f3a91af4689e7e2ca023768f005ff62998d0999a0d46e4bf3
 SHA512 
d2c84ffec336bb1967107641b741eef06238e37d68704024d3f037893e95fcf9501ffdb34f3f820e1f8df63b4057e0d329d09cd6a96281801ece6fb3d26f1a4d
 DIST mail-2.8.1-git.tar.gz 621412 BLAKE2B 
f39c3087bf5d064fd9a96b93ccac2fd0060c53a53c900658e3907dce311aabba8136ce96bcd4937f5a9852ed3d046e1354c3c2757330d80f9b3d0542fc27cd12
 SHA512 
2c176361285b17b10ab3e518502b05ac582f033f81fc45df0b61bfcb5b645ea22139ef3abf67240adb27a39834dfee59bb0777c6de5448c2fe2e52d5dde3465a

diff --git a/dev-ruby/mail/files/mail-2.7.1-psych-4.patch 
b/dev-ruby/mail/files/mail-2.7.1-psych-4.patch
deleted file mode 100644
index ea3dff47910e..
--- a/dev-ruby/mail/files/mail-2.7.1-psych-4.patch
+++ /dev/null
@@ -1,122 +0,0 @@
-https://bugs.gentoo.org/835322
-
-https://github.com/mikel/mail/commit/a20fdd591bd5b1596983f5e1ee6ffed4e0b1f5f9
-https://sources.debian.org/patches/ruby-mail/2.7.1%2Bdfsg1-2/0001-Add-Mail-YAML-load-compatible-with-Psych-3.x-and-Psy.patch/
-
-From: =?utf-8?b?Sm9zZWYgxaBpbcOhbmVr?= 
-Date: Sun, 4 Dec 2022 15:18:33 -0300
-Subject: Add Mail::YAML#load compatible with Psych 3.x and Psych 4.x.
-MIME-Version: 1.0
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 8bit
-
-Co-authored-by: Vít Ondruch 
-Backported-by: Antonio Terceiro 
-Origin: 
https://github.com/mikel/mail/commit/a20fdd591bd5b1596983f5e1ee6ffed4e0b1f5f9
 a/lib/mail/message.rb
-+++ b/lib/mail/message.rb
-@@ -1,6 +1,6 @@
- # encoding: utf-8
- # frozen_string_literal: true
--require "yaml"
-+require "mail/yaml"
- 
- module Mail
-   # The Message class provides a single point of access to all things to do 
with an
-@@ -1867,7 +1867,7 @@ module Mail
- end
- 
- def self.from_yaml(str)
--  hash = YAML.load(str)
-+  hash = Mail::YAML.load(str)
-   m = self.new(:headers => hash['headers'])
-   hash.delete('headers')
-   hash.each do |k,v|
 /dev/null
-+++ b/lib/mail/yaml.rb
-@@ -0,0 +1,30 @@
-+require 'yaml'
-+
-+module Mail
-+  module YAML
-+def self.load(yaml)
-+  permitted_classes = [
-+Symbol,
-+
-+Mail::Body,
-+
-+# Delivery methods as listed in mail/configuration.rb
-+Mail::SMTP,
-+Mail::Sendmail,
-+Mail::Exim,
-+Mail::FileDelivery,
-+Mail::SMTPConnection,
-+Mail::TestMailer,
-+Mail::LoggerDelivery,
-+
-+Mail.delivery_method.class,
-+  ]
-+
-+  if Gem::Version.new(Psych::VERSION) >= Gem::Version.new('3.1.0.pre1')
-+::YAML.safe_load(yaml, :permitted_classes => permitted_classes)
-+  else
-+::YAML.safe_load(yaml, permitted_classes)
-+  end
-+end
-+  end
-+end
 a/spec/mail/message_spec.rb
-+++ b/spec/mail/message_spec.rb
-@@ -198,7 +198,7 @@ describe Mail::Message do
- 
-   it "should serialize the basic information to YAML" do
- yaml = @yaml_mail.to_yaml
--yaml_output = YAML.load(yaml)
-+yaml_output = Mail::YAML.load(yaml)
- expect(yaml_output['headers']['To']).to   eq 
"some...@somewhere.com"
- expect(yaml_output['headers']['Cc']).to   eq 
"someonee...@somewhere.com"
- expect(yaml_output['headers']['Subject']).to  eq "subject"
-@@ -216,7 +216,7 @@ describe Mail::Message do
-   it "should serialize a Message with a custom delivery_handler" do
-  

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-08-27 Thread Hans de Graaff
commit: d6a82da20003c8b61ebf86fed709b6652c8d0bff
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 27 06:20:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 27 06:44:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a82da2

dev-ruby/mail: stabilize 2.7.1-r2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/mail-2.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.1-r2.ebuild 
b/dev-ruby/mail/mail-2.7.1-r2.ebuild
index c0c457afb3a1..2f47190243f9 100644
--- a/dev-ruby/mail/mail-2.7.1-r2.ebuild
+++ b/dev-ruby/mail/mail-2.7.1-r2.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-04-04 Thread Sam James
commit: d1d8503e490bfebc07abf6223247b068d38590d6
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  5 02:08:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  5 03:16:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d8503e

dev-ruby/mail: enable ruby32 for other versions

I'd tested them already, so why not?

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/mail/mail-2.8.0.1.ebuild | 2 +-
 dev-ruby/mail/mail-2.8.0.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/mail/mail-2.8.0.1.ebuild 
b/dev-ruby/mail/mail-2.8.0.1.ebuild
index 0dce16387ebe..27ce6a1cead4 100644
--- a/dev-ruby/mail/mail-2.8.0.1.ebuild
+++ b/dev-ruby/mail/mail-2.8.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 

diff --git a/dev-ruby/mail/mail-2.8.0.ebuild b/dev-ruby/mail/mail-2.8.0.ebuild
index 705af4c7621c..27ce6a1cead4 100644
--- a/dev-ruby/mail/mail-2.8.0.ebuild
+++ b/dev-ruby/mail/mail-2.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/, dev-ruby/mail/files/

2023-04-04 Thread Sam James
commit: 09f1485536783ef9d2f7309ca29b899133162c43
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  5 02:05:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  5 03:16:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f14855

dev-ruby/mail: fix 2.7.x compat w/ newer psych (+ enable ruby31, enable ruby32)

mail-2.7.x is still needed for Rails. It turns out that this got broken
by newer Psych so tests were failing for ruby27 too. Backport the upstream
patch (actually, use Debian's backport, done for us) which is pretty
conversative and just adds a shim for newer Psych to set the needed
attributes.

Closes: https://bugs.gentoo.org/835322
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/mail/files/mail-2.7.1-psych-4.patch   | 122 +
 dev-ruby/mail/mail-2.7.1-r1.ebuild |   4 +-
 .../{mail-2.7.1-r1.ebuild => mail-2.7.1-r2.ebuild} |  11 +-
 3 files changed, 132 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/mail/files/mail-2.7.1-psych-4.patch 
b/dev-ruby/mail/files/mail-2.7.1-psych-4.patch
new file mode 100644
index ..ea3dff47910e
--- /dev/null
+++ b/dev-ruby/mail/files/mail-2.7.1-psych-4.patch
@@ -0,0 +1,122 @@
+https://bugs.gentoo.org/835322
+
+https://github.com/mikel/mail/commit/a20fdd591bd5b1596983f5e1ee6ffed4e0b1f5f9
+https://sources.debian.org/patches/ruby-mail/2.7.1%2Bdfsg1-2/0001-Add-Mail-YAML-load-compatible-with-Psych-3.x-and-Psy.patch/
+
+From: =?utf-8?b?Sm9zZWYgxaBpbcOhbmVr?= 
+Date: Sun, 4 Dec 2022 15:18:33 -0300
+Subject: Add Mail::YAML#load compatible with Psych 3.x and Psych 4.x.
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+Co-authored-by: Vít Ondruch 
+Backported-by: Antonio Terceiro 
+Origin: 
https://github.com/mikel/mail/commit/a20fdd591bd5b1596983f5e1ee6ffed4e0b1f5f9
+--- a/lib/mail/message.rb
 b/lib/mail/message.rb
+@@ -1,6 +1,6 @@
+ # encoding: utf-8
+ # frozen_string_literal: true
+-require "yaml"
++require "mail/yaml"
+ 
+ module Mail
+   # The Message class provides a single point of access to all things to do 
with an
+@@ -1867,7 +1867,7 @@ module Mail
+ end
+ 
+ def self.from_yaml(str)
+-  hash = YAML.load(str)
++  hash = Mail::YAML.load(str)
+   m = self.new(:headers => hash['headers'])
+   hash.delete('headers')
+   hash.each do |k,v|
+--- /dev/null
 b/lib/mail/yaml.rb
+@@ -0,0 +1,30 @@
++require 'yaml'
++
++module Mail
++  module YAML
++def self.load(yaml)
++  permitted_classes = [
++Symbol,
++
++Mail::Body,
++
++# Delivery methods as listed in mail/configuration.rb
++Mail::SMTP,
++Mail::Sendmail,
++Mail::Exim,
++Mail::FileDelivery,
++Mail::SMTPConnection,
++Mail::TestMailer,
++Mail::LoggerDelivery,
++
++Mail.delivery_method.class,
++  ]
++
++  if Gem::Version.new(Psych::VERSION) >= Gem::Version.new('3.1.0.pre1')
++::YAML.safe_load(yaml, :permitted_classes => permitted_classes)
++  else
++::YAML.safe_load(yaml, permitted_classes)
++  end
++end
++  end
++end
+--- a/spec/mail/message_spec.rb
 b/spec/mail/message_spec.rb
+@@ -198,7 +198,7 @@ describe Mail::Message do
+ 
+   it "should serialize the basic information to YAML" do
+ yaml = @yaml_mail.to_yaml
+-yaml_output = YAML.load(yaml)
++yaml_output = Mail::YAML.load(yaml)
+ expect(yaml_output['headers']['To']).to   eq 
"some...@somewhere.com"
+ expect(yaml_output['headers']['Cc']).to   eq 
"someonee...@somewhere.com"
+ expect(yaml_output['headers']['Subject']).to  eq "subject"
+@@ -216,7 +216,7 @@ describe Mail::Message do
+   it "should serialize a Message with a custom delivery_handler" do
+ @yaml_mail.delivery_handler = DeliveryAgent
+ yaml = @yaml_mail.to_yaml
+-yaml_output = YAML.load(yaml)
++yaml_output = Mail::YAML.load(yaml)
+ expect(yaml_output['delivery_handler']).to eq "DeliveryAgent"
+   end
+ 
+@@ -228,7 +228,7 @@ describe Mail::Message do
+ 
+   it "should not deserialize a delivery_handler that does not exist" do
+ yaml = @yaml_mail.to_yaml
+-yaml_hash = YAML.load(yaml)
++yaml_hash = Mail::YAML.load(yaml)
+ yaml_hash['delivery_handler'] = "NotARealClass"
+ deserialized = Mail::Message.from_yaml(yaml_hash.to_yaml)
+ expect(deserialized.delivery_handler).to be_nil
+--- a/spec/mail/parts_list_spec.rb
 b/spec/mail/parts_list_spec.rb
+@@ -89,6 +89,6 @@ describe "PartsList" do
+ 
+   it "should have a round-tripping YAML serialization" do
+ p = Mail::PartsList.new([1, 2])
+-expect(YAML.load(YAML.dump(p))).to eq(p)
++expect(Mail::YAML.load(YAML.dump(p))).to eq(p)
+   end
+ end
+--- /dev/null
 b/spec/mail/yaml_spec.rb
+@@ -0,0 +1,13 @@
++# encoding: utf-8
++# frozen_string_literal: true
++require 'spec_helper'
++

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-03-27 Thread Sam James
commit: 9e7b77d6fb173a7f8fc810b0d2bdbc8774001ad6
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 09:11:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 09:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7b77d6

dev-ruby/mail: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/mail/mail-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.8.1.ebuild b/dev-ruby/mail/mail-2.8.1.ebuild
index 0dce16387ebe..27ce6a1cead4 100644
--- a/dev-ruby/mail/mail-2.8.1.ebuild
+++ b/dev-ruby/mail/mail-2.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-02-03 Thread Hans de Graaff
commit: efd87f357d6573bf5604d46aeb519ed4a12d70c3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  4 07:39:29 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  4 07:39:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd87f35

dev-ruby/mail: add 2.8.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.8.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 1caa5bd5c175..ec9d7fecfb18 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1,4 @@
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b
 DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 
4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e
 SHA512 
ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583
 DIST mail-2.8.0.1-git.tar.gz 620162 BLAKE2B 
92a183df4cec63c194debb5fd1c5194f2fe8d909094f9b79c157c3c004574c78e8b2567c44a7f62f3a91af4689e7e2ca023768f005ff62998d0999a0d46e4bf3
 SHA512 
d2c84ffec336bb1967107641b741eef06238e37d68704024d3f037893e95fcf9501ffdb34f3f820e1f8df63b4057e0d329d09cd6a96281801ece6fb3d26f1a4d
+DIST mail-2.8.1-git.tar.gz 621412 BLAKE2B 
f39c3087bf5d064fd9a96b93ccac2fd0060c53a53c900658e3907dce311aabba8136ce96bcd4937f5a9852ed3d046e1354c3c2757330d80f9b3d0542fc27cd12
 SHA512 
2c176361285b17b10ab3e518502b05ac582f033f81fc45df0b61bfcb5b645ea22139ef3abf67240adb27a39834dfee59bb0777c6de5448c2fe2e52d5dde3465a

diff --git a/dev-ruby/mail/mail-2.8.1.ebuild b/dev-ruby/mail/mail-2.8.1.ebuild
new file mode 100644
index ..0dce16387ebe
--- /dev/null
+++ b/dev-ruby/mail/mail-2.8.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_mime-0.1.1
+   dev-ruby/net-imap
+   dev-ruby/net-pop
+   dev-ruby/net-smtp
+"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+
+   sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2023-01-13 Thread Hans de Graaff
commit: ed7c9a4199ad079518df468c02db65e6a8b66b32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 13 08:13:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 13 08:28:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7c9a41

dev-ruby/mail: add 2.8.0.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/Manifest|  1 +
 dev-ruby/mail/mail-2.8.0.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 6b88534462a9..1caa5bd5c175 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,2 +1,3 @@
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b
 DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 
4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e
 SHA512 
ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583
+DIST mail-2.8.0.1-git.tar.gz 620162 BLAKE2B 
92a183df4cec63c194debb5fd1c5194f2fe8d909094f9b79c157c3c004574c78e8b2567c44a7f62f3a91af4689e7e2ca023768f005ff62998d0999a0d46e4bf3
 SHA512 
d2c84ffec336bb1967107641b741eef06238e37d68704024d3f037893e95fcf9501ffdb34f3f820e1f8df63b4057e0d329d09cd6a96281801ece6fb3d26f1a4d

diff --git a/dev-ruby/mail/mail-2.8.0.1.ebuild 
b/dev-ruby/mail/mail-2.8.0.1.ebuild
new file mode 100644
index ..0dce16387ebe
--- /dev/null
+++ b/dev-ruby/mail/mail-2.8.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_mime-0.1.1
+   dev-ruby/net-imap
+   dev-ruby/net-pop
+   dev-ruby/net-smtp
+"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+
+   sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2022-12-16 Thread Arthur Zamarin
commit: e8e1a7c59873a80e03e6acc86178bae226e4e315
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 21:01:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 21:01:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e1a7c5

dev-ruby/mail: Stabilize 2.7.1-r1 amd64, #862190

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/mail/mail-2.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.1-r1.ebuild 
b/dev-ruby/mail/mail-2.7.1-r1.ebuild
index cdb8d3df30c1..9646b2657694 100644
--- a/dev-ruby/mail/mail-2.7.1-r1.ebuild
+++ b/dev-ruby/mail/mail-2.7.1-r1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2022-12-03 Thread Hans de Graaff
commit: 7ffd705af7039f99a73d712cb1fac2c8824de3fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 06:52:02 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 06:54:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffd705a

dev-ruby/mail: add 2.8.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.8.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 8063e96e4fd4..6b88534462a9 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1 +1,2 @@
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b
+DIST mail-2.8.0-git.tar.gz 620136 BLAKE2B 
4c115ddf92ef18c7889d391d264bf4c0be37be4849accf6e4778cc50317a4c0cd5f042c465f4f7862ca33e1de166b35bcb6d6e08e3fe44cce6aecbf1c1f9380e
 SHA512 
ac60d72d16dd75fb5e8474900e069d5f711ce66340582a96d1f79ba582841cb82b212637053f45d1014997776ff411cbc8f9c19e06f024f6aa59b09c50c02583

diff --git a/dev-ruby/mail/mail-2.8.0.ebuild b/dev-ruby/mail/mail-2.8.0.ebuild
new file mode 100644
index ..705af4c7621c
--- /dev/null
+++ b/dev-ruby/mail/mail-2.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_mime-0.1.1
+   dev-ruby/net-imap
+   dev-ruby/net-pop
+   dev-ruby/net-smtp
+"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+
+   sed -i -e '/benchmark/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2022-06-25 Thread Hans de Graaff
commit: 254b58308a399efc88376ae607b643e3d0766412
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 25 07:29:58 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 25 08:02:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254b5830

dev-ruby/mail: drop 2.7.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/mail-2.7.1.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild
deleted file mode 100644
index 8e17aa55074e..
--- a/dev-ruby/mail/mail-2.7.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2022-06-13 Thread Yixun Lan
commit: 8a26c71a958ec91c191709979ca97e350bc6af69
Author: Yu Gu  gmail  com>
AuthorDate: Sun Jun 12 07:58:46 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jun 13 08:01:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a26c71a

dev-ruby/mail: Keyword 2.7.1-r1 riscv, #849530

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-ruby/mail/mail-2.7.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/mail/mail-2.7.1-r1.ebuild 
b/dev-ruby/mail/mail-2.7.1-r1.ebuild
index 300d06e0d751..cdb8d3df30c1 100644
--- a/dev-ruby/mail/mail-2.7.1-r1.ebuild
+++ b/dev-ruby/mail/mail-2.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2021-10-08 Thread Hans de Graaff
commit: d785eb48fa1c136dbc94153b7a08a5d9dae90054
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct  8 08:30:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  8 10:49:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d785eb48

dev-ruby/mail: EAPI 8; add ruby30

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/mail-2.7.1-r1.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/mail/mail-2.7.1-r1.ebuild 
b/dev-ruby/mail/mail-2.7.1-r1.ebuild
new file mode 100644
index 000..300d06e0d75
--- /dev/null
+++ b/dev-ruby/mail/mail-2.7.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2020-05-05 Thread Hans de Graaff
commit: 5fb49222e3efcf66ae5fd9b6e0d9e9abb023b3f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  5 09:17:56 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  5 10:01:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb49222

dev-ruby/mail: add ruby27

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/mail-2.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild
index ff1b719bd2e..e1fa979df83 100644
--- a/dev-ruby/mail/mail-2.7.1.ebuild
+++ b/dev-ruby/mail/mail-2.7.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2020-04-22 Thread Sergei Trofimovich
commit: e847fb3f31c026aefa40adbc6a99fc0f0739bde1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr 22 16:20:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 22 17:06:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e847fb3f

dev-ruby/mail: keyworded 2.7.1 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/mail/mail-2.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild
index 2e6d61c6675..ff1b719bd2e 100644
--- a/dev-ruby/mail/mail-2.7.1.ebuild
+++ b/dev-ruby/mail/mail-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2019-11-16 Thread Hans de Graaff
commit: f5c06301b77ca3000a44ac2acb9a9d5d85ca967c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 16 07:20:22 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 16 09:13:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c06301

dev-ruby/mail: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mail/Manifest  |  1 -
 dev-ruby/mail/mail-2.7.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index a107bed0033..8063e96e4fd 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,2 +1 @@
-DIST mail-2.7.0-git.tar.gz 620982 BLAKE2B 
67ecf6b362d74b265784d6b865eb1b2025e8e0834f46f46eb6d42973e39c2bd38a80f3cd066e58e81c87629f2df73a8afee89436d7020f8ae184587edd1221ff
 SHA512 
13cc4ba3a49ff9ae74691da0fcba41064b3d5af4fbe34c6e83563a6da069fe006707460534f9ee5b0c613039cdf207044272944bc04eeffc5f8834332554ac63
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
deleted file mode 100644
index e61194a31f0..000
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2019-05-13 Thread Mikle Kolyada
commit: c24e5d4774e00f34d23d4b5347082bc239a77146
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 13 16:47:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 13 16:47:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24e5d47

dev-ruby/mail: remove last rited slot

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/mail/Manifest  |  1 -
 dev-ruby/mail/mail-2.6.6.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 7d70802887c..a107bed0033 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1,2 @@
-DIST mail-2.6.6-git.tar.gz 964019 BLAKE2B 
5480c92c6d338a36ef654ca959959872bb10adb14f06019a059814b4e1ca3b7d9ab45f9ba296549c356bc1c1f327cb4012108b0d1afaa4662bf6a6abe5bb0d00
 SHA512 
ab97384724bd40603af0a90ab52d8694132dda38837fa77704d857418bfa707244b69f9325405d38231a03f4ad5f213f2f66dee2d89ea72e6df543d3cb2eadfb
 DIST mail-2.7.0-git.tar.gz 620982 BLAKE2B 
67ecf6b362d74b265784d6b865eb1b2025e8e0834f46f46eb6d42973e39c2bd38a80f3cd066e58e81c87629f2df73a8afee89436d7020f8ae184587edd1221ff
 SHA512 
13cc4ba3a49ff9ae74691da0fcba41064b3d5af4fbe34c6e83563a6da069fe006707460534f9ee5b0c613039cdf207044272944bc04eeffc5f8834332554ac63
 DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b

diff --git a/dev-ruby/mail/mail-2.6.6.ebuild b/dev-ruby/mail/mail-2.6.6.ebuild
deleted file mode 100644
index f0cfec051f5..000
--- a/dev-ruby/mail/mail-2.6.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16:* 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2019-02-01 Thread Hans de Graaff
commit: bab8fd9d71fa8e990d1570f955759188919068fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  1 09:42:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  1 10:56:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab8fd9d

dev-ruby/mail: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/mail/mail-2.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild
index b157b43d94e..2e6d61c6675 100644
--- a/dev-ruby/mail/mail-2.7.1.ebuild
+++ b/dev-ruby/mail/mail-2.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2018-10-14 Thread Hans de Graaff
commit: c8ff3c86369436f14eeb273a932a82f9c159f856
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 15 05:12:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 15 05:25:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ff3c86

dev-ruby/mail: add 2.7.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.7.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 428e4d9e022..7d70802887c 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,2 +1,3 @@
 DIST mail-2.6.6-git.tar.gz 964019 BLAKE2B 
5480c92c6d338a36ef654ca959959872bb10adb14f06019a059814b4e1ca3b7d9ab45f9ba296549c356bc1c1f327cb4012108b0d1afaa4662bf6a6abe5bb0d00
 SHA512 
ab97384724bd40603af0a90ab52d8694132dda38837fa77704d857418bfa707244b69f9325405d38231a03f4ad5f213f2f66dee2d89ea72e6df543d3cb2eadfb
 DIST mail-2.7.0-git.tar.gz 620982 BLAKE2B 
67ecf6b362d74b265784d6b865eb1b2025e8e0834f46f46eb6d42973e39c2bd38a80f3cd066e58e81c87629f2df73a8afee89436d7020f8ae184587edd1221ff
 SHA512 
13cc4ba3a49ff9ae74691da0fcba41064b3d5af4fbe34c6e83563a6da069fe006707460534f9ee5b0c613039cdf207044272944bc04eeffc5f8834332554ac63
+DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B 
c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50
 SHA512 
17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b

diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild
new file mode 100644
index 000..b157b43d94e
--- /dev/null
+++ b/dev-ruby/mail/mail-2.7.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2018-05-14 Thread Hans de Graaff
commit: 64255ce184b254df74ee30bdaf63d728e4a70a56
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 19:42:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 19:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64255ce1

dev-ruby/mail: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index 6ca29c05978..e61194a31f0 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-12-25 Thread Markus Meier
commit: 5fc0a6be45a0272eac1b426d0f8e090cafbe1418
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Dec 25 11:41:31 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Dec 25 11:41:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc0a6be

dev-ruby/mail: add ~arm, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index f2ce340f9e2..a6fa393c8cb 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-12-21 Thread Markus Meier
commit: ace6b33ce58b39e45bfa5a3eedda9fc4971b97ae
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:20:04 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace6b33c

dev-ruby/mail: add ~arm64, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index e3f05a71085..f2ce340f9e2 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-12-19 Thread Fabian Groffen
commit: 67f455ca0395f21c65cea7320c7217c6d264c44a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Dec 19 18:43:52 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Dec 19 18:44:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f455ca

dev-ruby/mail: added Prefix keywords, bug #636130

Bug: https://bugs.gentoo.org/636130
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index f3cf3200329..e3f05a71085 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-11-19 Thread Thomas Deutschmann
commit: 3cbadebfd9fabb6697328e1bd61059b5fd2a9bb0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 19 19:40:12 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 19 19:51:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbadebf

dev-ruby/mail: x86 added (bug #636130)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index a981e5cc785..f3cf3200329 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-11-08 Thread Sergei Trofimovich
commit: 507a0f0c14fc5b6d1c7f18f6733fe51448f22de3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  9 07:38:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  9 07:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507a0f0c

dev-ruby/mail: keyworded 2.7.0 for ppc64, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc64"

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index a8302ca72f4..a981e5cc785 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-11-02 Thread Sergei Trofimovich
commit: 684309cca5c516e2dd2af457d659cb72b46c4abc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:52:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:52:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684309cc

dev-ruby/mail: keyworded 2.7.0 for ppc, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"

 dev-ruby/mail/mail-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index 37eef9d35b8..a8302ca72f4 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-10-31 Thread Hans de Graaff
commit: 0728cc34b2ed90a5f78539511efb976ff98065f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  1 05:09:24 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  1 05:09:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0728cc34

dev-ruby/mail: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/mail/Manifest  |  2 --
 dev-ruby/mail/mail-2.6.4.ebuild | 33 -
 dev-ruby/mail/mail-2.6.5.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index e9420fad7e8..f35e9b9985a 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1 @@
-DIST mail-2.6.4-git.tar.gz 963211 SHA256 
d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 
b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2
 WHIRLPOOL 
b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840
-DIST mail-2.6.5-git.tar.gz 963838 SHA256 
6a64b02d12862b22e3535f0820b8595589c6a63f89eaf642aeacbd4181a25a86 SHA512 
0048c1c90f211e0037b071506bc26e25b910b4085e870334885cd78804174eb8ca9df87f5e695b3a4866727f6607b94cf202a3ca7a500e9509dc77856fba954f
 WHIRLPOOL 
909c6f4843b6de01808c9ee41687a6e2ac45728c9803a34bcaefb24281074f54e0505899b7ab96e035f53f0b3dce2b742d4d5c8cfaddf2e43240a8bd96893ad1
 DIST mail-2.6.6-git.tar.gz 964019 SHA256 
4553ded4ff62bc63f00e9e0702e9b0c47103605e18750657d4db26993faf5410 SHA512 
ab97384724bd40603af0a90ab52d8694132dda38837fa77704d857418bfa707244b69f9325405d38231a03f4ad5f213f2f66dee2d89ea72e6df543d3cb2eadfb
 WHIRLPOOL 
537358a63234a73a1afadaf71ecfbefd301c5058b1c1f36b430b5493e9ee451196c141b03765174d79037b7bd052223f570d14e579050d8bd17853cc3e259640

diff --git a/dev-ruby/mail/mail-2.6.4.ebuild b/dev-ruby/mail/mail-2.6.4.ebuild
deleted file mode 100644
index 298cf272660..000
--- a/dev-ruby/mail/mail-2.6.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16:* https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16:* 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-10-31 Thread Hans de Graaff
commit: 48a46129f7fa70584dc57cec72d36a93157fd25f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  1 05:23:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  1 05:23:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a46129

dev-ruby/mail: add 2.7.0

Drop arches due to new dev-ruby/mini_mime dependency, bug 636130

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.7.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index f35e9b9985a..0e29db43530 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1 +1,2 @@
 DIST mail-2.6.6-git.tar.gz 964019 SHA256 
4553ded4ff62bc63f00e9e0702e9b0c47103605e18750657d4db26993faf5410 SHA512 
ab97384724bd40603af0a90ab52d8694132dda38837fa77704d857418bfa707244b69f9325405d38231a03f4ad5f213f2f66dee2d89ea72e6df543d3cb2eadfb
 WHIRLPOOL 
537358a63234a73a1afadaf71ecfbefd301c5058b1c1f36b430b5493e9ee451196c141b03765174d79037b7bd052223f570d14e579050d8bd17853cc3e259640
+DIST mail-2.7.0-git.tar.gz 620982 SHA256 
401c8ab8e033584f699370246f515e5dfb80ecf63f5c59b07acbdcc44102f9a4 SHA512 
13cc4ba3a49ff9ae74691da0fcba41064b3d5af4fbe34c6e83563a6da069fe006707460534f9ee5b0c613039cdf207044272944bc04eeffc5f8834332554ac63
 WHIRLPOOL 
d10f188e175b9d7b2bc892932176d8638a688ddf530cc8bd31b2b34e3607ceeaaf225b9c7999370d0654246d0ac102c88f3ea2f97893293e340aa3f23d9dacf1

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
new file mode 100644
index 000..37eef9d35b8
--- /dev/null
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem versionator
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove 
Bundler code."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-07-01 Thread Alexis Ballier
commit: 1e8d52830f2eff4c325dd9e6b22a4ee50a5af4df
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  1 11:56:55 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  1 13:45:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8d5283

dev-ruby/mail: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/mail/mail-2.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.6.6.ebuild b/dev-ruby/mail/mail-2.6.6.ebuild
index eecab5c734a..92549ed6702 100644
--- a/dev-ruby/mail/mail-2.6.6.ebuild
+++ b/dev-ruby/mail/mail-2.6.6.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-06-21 Thread Hans de Graaff
commit: 57a7c861a06df11998c5775367083206b8f39bf8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 22 05:09:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 22 05:09:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a7c861

dev-ruby/mail: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/mail/mail-2.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.6.6.ebuild b/dev-ruby/mail/mail-2.6.6.ebuild
index 4a9b4866992..eecab5c734a 100644
--- a/dev-ruby/mail/mail-2.6.6.ebuild
+++ b/dev-ruby/mail/mail-2.6.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-06-09 Thread Hans de Graaff
commit: 151a18119386f9812129e28f22b4db06cfa1afe3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 10 05:35:00 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 10 05:48:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151a1811

dev-ruby/mail: add 2.6.6

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.6.6.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 16f3358df09..e9420fad7e8 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,2 +1,3 @@
 DIST mail-2.6.4-git.tar.gz 963211 SHA256 
d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 
b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2
 WHIRLPOOL 
b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840
 DIST mail-2.6.5-git.tar.gz 963838 SHA256 
6a64b02d12862b22e3535f0820b8595589c6a63f89eaf642aeacbd4181a25a86 SHA512 
0048c1c90f211e0037b071506bc26e25b910b4085e870334885cd78804174eb8ca9df87f5e695b3a4866727f6607b94cf202a3ca7a500e9509dc77856fba954f
 WHIRLPOOL 
909c6f4843b6de01808c9ee41687a6e2ac45728c9803a34bcaefb24281074f54e0505899b7ab96e035f53f0b3dce2b742d4d5c8cfaddf2e43240a8bd96893ad1
+DIST mail-2.6.6-git.tar.gz 964019 SHA256 
4553ded4ff62bc63f00e9e0702e9b0c47103605e18750657d4db26993faf5410 SHA512 
ab97384724bd40603af0a90ab52d8694132dda38837fa77704d857418bfa707244b69f9325405d38231a03f4ad5f213f2f66dee2d89ea72e6df543d3cb2eadfb
 WHIRLPOOL 
537358a63234a73a1afadaf71ecfbefd301c5058b1c1f36b430b5493e9ee451196c141b03765174d79037b7bd052223f570d14e579050d8bd17853cc3e259640

diff --git a/dev-ruby/mail/mail-2.6.6.ebuild b/dev-ruby/mail/mail-2.6.6.ebuild
new file mode 100644
index 000..4a9b4866992
--- /dev/null
+++ b/dev-ruby/mail/mail-2.6.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem versionator
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mime-types-1.16:* 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2017-04-26 Thread Hans de Graaff
commit: 608c893eff6535c2d590ba4957d53832701b3bbf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 27 05:07:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 27 05:07:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608c893e

dev-ruby/mail: add 2.6.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.6.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 3dbce0e1e72..16f3358df09 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1 +1,2 @@
 DIST mail-2.6.4-git.tar.gz 963211 SHA256 
d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 
b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2
 WHIRLPOOL 
b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840
+DIST mail-2.6.5-git.tar.gz 963838 SHA256 
6a64b02d12862b22e3535f0820b8595589c6a63f89eaf642aeacbd4181a25a86 SHA512 
0048c1c90f211e0037b071506bc26e25b910b4085e870334885cd78804174eb8ca9df87f5e695b3a4866727f6607b94cf202a3ca7a500e9509dc77856fba954f
 WHIRLPOOL 
909c6f4843b6de01808c9ee41687a6e2ac45728c9803a34bcaefb24281074f54e0505899b7ab96e035f53f0b3dce2b742d4d5c8cfaddf2e43240a8bd96893ad1

diff --git a/dev-ruby/mail/mail-2.6.5.ebuild b/dev-ruby/mail/mail-2.6.5.ebuild
new file mode 100644
index 000..4a9b4866992
--- /dev/null
+++ b/dev-ruby/mail/mail-2.6.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem versionator
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mime-types-1.16:* 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2016-06-25 Thread Hans de Graaff
commit: 135f6073a447c76d3c1400bec7d99f9622b67872
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 25 05:36:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 25 09:20:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135f6073

dev-ruby/mail: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/mail/Manifest  |  1 -
 dev-ruby/mail/mail-2.6.3.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 67b6083..3f950d9 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1,2 @@
 DIST mail-2.5.4-git.tar.gz 833881 SHA256 
d618fab11e0f4d308535a21bd6c59c2ab81a4ac864db830cc1817ad131512bb9 SHA512 
5e042b9bff41e75af76b7d21275488f79b4c5e1821827b114bfc0d09b12b8c487189e4732e58a642621609fad48af381ae7cd5507f4fc5cb620f54a2288a6dda
 WHIRLPOOL 
5013a057fd1cadd2f3ef5b1c4f8c62e476f36309ca6de935041b03986525a42969d4a7d57907eba4c6a5622d96cca269c3dfc37c14e1a45e4167a9b3d9d6ab50
-DIST mail-2.6.3-git.tar.gz 940684 SHA256 
0ba5d6bf4409c0c0a75bf7f7cd8f78c101a9a82109f760e0186e6cc24c60afff SHA512 
02d54d68ff48f3d5a5a6430f7b5709b6fd9d37c7bc7ed1d0cb5b1f6120b8c03b6136a3f0e4cbfae01272dc6401300a2090d666277f2507d622e4dd98163d0ba7
 WHIRLPOOL 
42b0a93b1dc8bd8760a3414094528d140053f70a770d4319dda9be06a1779fe9bdb5e85b3778bf87138e894043b0e3ab0c7ae180241cdc7e73581ff1f3f78f88
 DIST mail-2.6.4-git.tar.gz 963211 SHA256 
d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 
b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2
 WHIRLPOOL 
b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840

diff --git a/dev-ruby/mail/mail-2.6.3.ebuild b/dev-ruby/mail/mail-2.6.3.ebuild
deleted file mode 100644
index 89cefa8..000
--- a/dev-ruby/mail/mail-2.6.3.ebuild
+++ /dev/null
@@ -1,34 +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_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2016-03-24 Thread Hans de Graaff
commit: d42e72c324286f41f7db8c48bcb69c2a93a625c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 24 06:25:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:25:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42e72c3

dev-ruby/mail: fix slot warnings

Package-Manager: portage-2.2.26

 dev-ruby/mail/mail-2.5.4.ebuild | 4 ++--
 dev-ruby/mail/mail-2.6.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/mail/mail-2.5.4.ebuild b/dev-ruby/mail/mail-2.5.4.ebuild
index 8281174..8feee75 100644
--- a/dev-ruby/mail/mail-2.5.4.ebuild
+++ b/dev-ruby/mail/mail-2.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-m
 IUSE=""
 
 ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16
+   >=dev-ruby/mime-types-1.16i:0
>=dev-ruby/treetop-1.4.8"
 
 all_ruby_prepare() {

diff --git a/dev-ruby/mail/mail-2.6.4.ebuild b/dev-ruby/mail/mail-2.6.4.ebuild
index f215108..1ae6661 100644
--- a/dev-ruby/mail/mail-2.6.4.ebuild
+++ b/dev-ruby/mail/mail-2.6.4.ebuild
@@ -26,7 +26,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-m
 IUSE=""
 
 ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16 =dev-ruby/mime-types-1.16:* 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2016-03-24 Thread Hans de Graaff
commit: ea8b5e536fcc577fe5e849874d45c7d40be79e64
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 24 06:22:38 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:22:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8b5e53

dev-ruby/mail: add 2.6.4

Package-Manager: portage-2.2.26

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.6.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 906e306..67b6083 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,2 +1,3 @@
 DIST mail-2.5.4-git.tar.gz 833881 SHA256 
d618fab11e0f4d308535a21bd6c59c2ab81a4ac864db830cc1817ad131512bb9 SHA512 
5e042b9bff41e75af76b7d21275488f79b4c5e1821827b114bfc0d09b12b8c487189e4732e58a642621609fad48af381ae7cd5507f4fc5cb620f54a2288a6dda
 WHIRLPOOL 
5013a057fd1cadd2f3ef5b1c4f8c62e476f36309ca6de935041b03986525a42969d4a7d57907eba4c6a5622d96cca269c3dfc37c14e1a45e4167a9b3d9d6ab50
 DIST mail-2.6.3-git.tar.gz 940684 SHA256 
0ba5d6bf4409c0c0a75bf7f7cd8f78c101a9a82109f760e0186e6cc24c60afff SHA512 
02d54d68ff48f3d5a5a6430f7b5709b6fd9d37c7bc7ed1d0cb5b1f6120b8c03b6136a3f0e4cbfae01272dc6401300a2090d666277f2507d622e4dd98163d0ba7
 WHIRLPOOL 
42b0a93b1dc8bd8760a3414094528d140053f70a770d4319dda9be06a1779fe9bdb5e85b3778bf87138e894043b0e3ab0c7ae180241cdc7e73581ff1f3f78f88
+DIST mail-2.6.4-git.tar.gz 963211 SHA256 
d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 
b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2
 WHIRLPOOL 
b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840

diff --git a/dev-ruby/mail/mail-2.6.4.ebuild b/dev-ruby/mail/mail-2.6.4.ebuild
new file mode 100644
index 000..f215108
--- /dev/null
+++ b/dev-ruby/mail/mail-2.6.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem versionator
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mime-types-1.16 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2016-03-24 Thread Hans de Graaff
commit: d7c7fcdd312552d20ff471bb01d2dd8d8d3486ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 24 06:18:04 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:18:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c7fcdd

dev-ruby/mail: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/mail/Manifest  |  1 -
 dev-ruby/mail/mail-2.6.2.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 7c2783b..906e306 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1,3 +1,2 @@
 DIST mail-2.5.4-git.tar.gz 833881 SHA256 
d618fab11e0f4d308535a21bd6c59c2ab81a4ac864db830cc1817ad131512bb9 SHA512 
5e042b9bff41e75af76b7d21275488f79b4c5e1821827b114bfc0d09b12b8c487189e4732e58a642621609fad48af381ae7cd5507f4fc5cb620f54a2288a6dda
 WHIRLPOOL 
5013a057fd1cadd2f3ef5b1c4f8c62e476f36309ca6de935041b03986525a42969d4a7d57907eba4c6a5622d96cca269c3dfc37c14e1a45e4167a9b3d9d6ab50
-DIST mail-2.6.2-git.tar.gz 938380 SHA256 
c1534307420972972803c3d37691df03e782da19e04efd5d7f20f142d3969d15 SHA512 
db1febd70e94b0dc8e0b2a28eebe377163bcdbd0143880ae3e25d569e295b468344fcd65b1f892c6e3a70f48edf0a2ec78fb8d807712ba0354b7c1a5ace2cded
 WHIRLPOOL 
1a16e4bde47fbf56efde4858c965490b3acca3d09519cb0e09f52b56a600442b77a79072bb62e61546a77a8c9faf9e7b86e35a07771818caab14e38ad51e7def
 DIST mail-2.6.3-git.tar.gz 940684 SHA256 
0ba5d6bf4409c0c0a75bf7f7cd8f78c101a9a82109f760e0186e6cc24c60afff SHA512 
02d54d68ff48f3d5a5a6430f7b5709b6fd9d37c7bc7ed1d0cb5b1f6120b8c03b6136a3f0e4cbfae01272dc6401300a2090d666277f2507d622e4dd98163d0ba7
 WHIRLPOOL 
42b0a93b1dc8bd8760a3414094528d140053f70a770d4319dda9be06a1779fe9bdb5e85b3778bf87138e894043b0e3ab0c7ae180241cdc7e73581ff1f3f78f88

diff --git a/dev-ruby/mail/mail-2.6.2.ebuild b/dev-ruby/mail/mail-2.6.2.ebuild
deleted file mode 100644
index 094a741..000
--- a/dev-ruby/mail/mail-2.6.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
-
-inherit ruby-fakegem versionator
-
-GITHUB_USER="mikel"
-
-DESCRIPTION="An email handling library"
-HOMEPAGE="https://github.com/mikel/mail;
-SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/mime-types-1.16 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/

2016-03-24 Thread Hans de Graaff
commit: 63f85a09134db5e6d463ea9c7067fb5492fc751b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 24 06:27:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:27:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f85a09

dev-ruby/mail: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/mail/mail-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mail/mail-2.5.4.ebuild b/dev-ruby/mail/mail-2.5.4.ebuild
index 8feee75..14540ef 100644
--- a/dev-ruby/mail/mail-2.5.4.ebuild
+++ b/dev-ruby/mail/mail-2.5.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"