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

2024-07-05 Thread Arthur Zamarin
commit: 7997ab21c2b347809f48b6adfd5d76eab495f607
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul  5 13:20:32 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul  5 13:26:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7997ab21

dev-ruby/mimemagic: drop 0.3.10-r1

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

 dev-ruby/mimemagic/Manifest   |  1 -
 dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild | 41 ---
 profiles/package.mask |  1 -
 3 files changed, 43 deletions(-)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index bf481d9bd7c0..0c51c7645e38 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1 @@
-DIST mimemagic-0.3.10.tar.gz 56979 BLAKE2B 
5a3113172747b911abe92ad8c20b04992ec4cea5eca91d6fe0c71c2aba14a0e5094a6d6cf710815ef8f728fe67c25151b5997e74b8dfb3c6de77b78960f054e2
 SHA512 
1c967509bb3ded1512859d9542fb56022debfe3864a63f2fd45c899a94e5c6aaab1e8714bfb797dc0719baf8bafbd3ba56c67d26d8c6c5f18c967ea6a2efea72
 DIST mimemagic-0.4.3.tar.gz 56539 BLAKE2B 
7029842f12b80e4ede79209f7aa9b5b05ead3dc4cabdb3b170098b90d0c5a195cc934119507af0e622b4235b47c192e295aabb057ae6ede08ba422d0921ca26c
 SHA512 
a3a960e0219cef0ad21d5e3541c99c190f1ae98da0e6a022a5acb235cee57f5b9ea4fa1f366114e82e6789668b7b000409a6f355b5e0fab12032c08b43fe556b

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
deleted file mode 100644
index 33422b38290c..
--- a/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
-
-inherit prefix ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
-SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" x11-misc/shared-mime-info"
-
-ruby_add_rdepend "
-   dev-ruby/nokogiri
-   dev-ruby/rake
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
-   eprefixify lib/mimemagic/path.rb
-
-   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-   ruby_fakegem_extensions_installed
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 455d0ada7476..6b1bf39f993f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -536,7 +536,6 @@ sys-libs/libaal
 dev-ruby/elasticsearch:6.8.3
 dev-ruby/elasticsearch-api:6.8.3
 dev-ruby/elasticsearch-transport:6.8.3
-dev-ruby/mimemagic:0
 
 # Arthur Zamarin  (2024-05-31)
 # EAPI=6, maintainer-needed, incorrect LICENSE, fails to compile with



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

2024-06-01 Thread Hans de Graaff
commit: 7f7525c2c9f2c275657661e03b72c2acd25d2334
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  1 07:04:27 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  1 07:04:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7525c2

dev-ruby/mimemagic: drop 0.4.3-r1

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

 dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild | 45 
 1 file changed, 45 deletions(-)

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
deleted file mode 100644
index 303de304e2be..
--- a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
-
-inherit prefix ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
-SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" x11-misc/shared-mime-info"
-
-ruby_add_rdepend "
-   dev-ruby/nokogiri
-   dev-ruby/rake
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
-   eprefixify lib/mimemagic/path.rb
-
-   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}' 
|| die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-   ruby_fakegem_extensions_installed
-}



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

2023-12-28 Thread Hans de Graaff
commit: be171190df95d874f09a1ad2c4f8f2a153718ae4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:16:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be171190

dev-ruby/mimemagic: update upstream metadata

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

 dev-ruby/mimemagic/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mimemagic/metadata.xml b/dev-ruby/mimemagic/metadata.xml
index 6761cf252f39..f0fc4a061131 100644
--- a/dev-ruby/mimemagic/metadata.xml
+++ b/dev-ruby/mimemagic/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Ruby Project
   
   
-minad/mimemagic
+mimemagicrb/mimemagic
   
 



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

2023-12-28 Thread Hans de Graaff
commit: 56019af86e4b9364a1f2b474fceb63f991dcfa17
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:15:48 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56019af8

dev-ruby/mimemagic: update EAPI 7 -> 8

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

 dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
new file mode 100644
index ..e89f936c8497
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}' 
|| die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+   ruby_fakegem_extensions_installed
+}



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

2023-03-30 Thread Sam James
commit: c9f6bb87dec85f38e70525540b67f15e507297b3
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 30 23:13:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 31 00:50:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f6bb87

dev-ruby/mimemagic: enable ruby31, ruby32 for 0.3.10

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

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
index 14cda3064dd1..33422b38290c 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2023-03-27 Thread Sam James
commit: 7ffe6109eeac99b2c97dd6dc958b80f00f88c9d5
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 07:59:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 08:33:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffe6109

dev-ruby/mimemagic: enable ruby32

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

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
index af2ea613b1de..303de304e2be 100644
--- a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.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=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2022-03-27 Thread Hans de Graaff
commit: b80c2c4142375be99ba63c5a9b1b2deb814b4822
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 27 10:31:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 27 10:31:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80c2c41

dev-ruby/mimemagic: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
index 8b8fb492af14..af2ea613b1de 100644
--- a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2021-11-25 Thread Hans de Graaff
commit: 30739e8504b43b6bd31d30088c5689d3b107c814
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 21 09:06:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 25 12:27:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30739e85

dev-ruby/mimemagic: mark extension as installed

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

 dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild | 41 
 dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild  | 45 +++
 2 files changed, 86 insertions(+)

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
new file mode 100644
index ..14cda3064dd1
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.10-r1.ebuild
@@ -0,0 +1,41 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+   ruby_fakegem_extensions_installed
+}

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
new file mode 100644
index ..8b8fb492af14
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}' 
|| die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+   ruby_fakegem_extensions_installed
+}



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

2021-07-09 Thread Hans de Graaff
commit: 65317875a0396cbe8d66186697489c98f105755f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  8 06:39:12 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  9 06:55:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65317875

dev-ruby/mimemagic: cleanup

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

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

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 7fab91cd679..bf481d9bd7c 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,3 +1,2 @@
 DIST mimemagic-0.3.10.tar.gz 56979 BLAKE2B 
5a3113172747b911abe92ad8c20b04992ec4cea5eca91d6fe0c71c2aba14a0e5094a6d6cf710815ef8f728fe67c25151b5997e74b8dfb3c6de77b78960f054e2
 SHA512 
1c967509bb3ded1512859d9542fb56022debfe3864a63f2fd45c899a94e5c6aaab1e8714bfb797dc0719baf8bafbd3ba56c67d26d8c6c5f18c967ea6a2efea72
-DIST mimemagic-0.3.9.tar.gz 56322 BLAKE2B 
41904211bfd0912ef3a161a26c3568dd1cc39ba0a4170969fec7285dbb38302bc94b6bc088f96a1d68e1367deccc9c5616d047cd1946be96dd9e44a892d28f0c
 SHA512 
139ccb23418c476425cd850d2268139b7f1657713ea706c95bf116535fde2ffb4b7902c62f057992d3fa02fee7520a31433c97cce084b7abb5682cffa12b82ce
 DIST mimemagic-0.4.3.tar.gz 56539 BLAKE2B 
7029842f12b80e4ede79209f7aa9b5b05ead3dc4cabdb3b170098b90d0c5a195cc934119507af0e622b4235b47c192e295aabb057ae6ede08ba422d0921ca26c
 SHA512 
a3a960e0219cef0ad21d5e3541c99c190f1ae98da0e6a022a5acb235cee57f5b9ea4fa1f366114e82e6789668b7b000409a6f355b5e0fab12032c08b43fe556b

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.9.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.9.ebuild
deleted file mode 100644
index 43690277205..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
-
-inherit prefix ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
-SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" x11-misc/shared-mime-info"
-
-ruby_add_rdepend "
-   dev-ruby/nokogiri
-   dev-ruby/rake
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   cp "${FILESDIR}/${P}-path.rb" lib/mimemagic/path.rb || die
-   eprefixify lib/mimemagic/path.rb
-
-   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2021-07-09 Thread Hans de Graaff
commit: ee7ff3dbc6ef44ebaa8f210da9f6ad71295ed460
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  8 06:38:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  9 06:55:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7ff3db

dev-ruby/mimemagic: add 0.4.3

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

 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/mimemagic-0.4.3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 70415e33b51..7fab91cd679 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1,3 @@
 DIST mimemagic-0.3.10.tar.gz 56979 BLAKE2B 
5a3113172747b911abe92ad8c20b04992ec4cea5eca91d6fe0c71c2aba14a0e5094a6d6cf710815ef8f728fe67c25151b5997e74b8dfb3c6de77b78960f054e2
 SHA512 
1c967509bb3ded1512859d9542fb56022debfe3864a63f2fd45c899a94e5c6aaab1e8714bfb797dc0719baf8bafbd3ba56c67d26d8c6c5f18c967ea6a2efea72
 DIST mimemagic-0.3.9.tar.gz 56322 BLAKE2B 
41904211bfd0912ef3a161a26c3568dd1cc39ba0a4170969fec7285dbb38302bc94b6bc088f96a1d68e1367deccc9c5616d047cd1946be96dd9e44a892d28f0c
 SHA512 
139ccb23418c476425cd850d2268139b7f1657713ea706c95bf116535fde2ffb4b7902c62f057992d3fa02fee7520a31433c97cce084b7abb5682cffa12b82ce
+DIST mimemagic-0.4.3.tar.gz 56539 BLAKE2B 
7029842f12b80e4ede79209f7aa9b5b05ead3dc4cabdb3b170098b90d0c5a195cc934119507af0e622b4235b47c192e295aabb057ae6ede08ba422d0921ca26c
 SHA512 
a3a960e0219cef0ad21d5e3541c99c190f1ae98da0e6a022a5acb235cee57f5b9ea4fa1f366114e82e6789668b7b000409a6f355b5e0fab12032c08b43fe556b

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3.ebuild
new file mode 100644
index 000..d8b4ab4e72f
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}' 
|| die
+}



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

2021-03-27 Thread Hans de Graaff
commit: 225fb63ecd26b8cc30d24dc4b8f54d0e6cf2ffc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 27 06:31:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 27 06:31:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225fb63e

dev-ruby/mimemagic: add 0.3.10

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

 dev-ruby/mimemagic/Manifest|  1 +
 dev-ruby/mimemagic/mimemagic-0.3.10.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index da60d05e6ba..70415e33b51 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1 +1,2 @@
+DIST mimemagic-0.3.10.tar.gz 56979 BLAKE2B 
5a3113172747b911abe92ad8c20b04992ec4cea5eca91d6fe0c71c2aba14a0e5094a6d6cf710815ef8f728fe67c25151b5997e74b8dfb3c6de77b78960f054e2
 SHA512 
1c967509bb3ded1512859d9542fb56022debfe3864a63f2fd45c899a94e5c6aaab1e8714bfb797dc0719baf8bafbd3ba56c67d26d8c6c5f18c967ea6a2efea72
 DIST mimemagic-0.3.9.tar.gz 56322 BLAKE2B 
41904211bfd0912ef3a161a26c3568dd1cc39ba0a4170969fec7285dbb38302bc94b6bc088f96a1d68e1367deccc9c5616d047cd1946be96dd9e44a892d28f0c
 SHA512 
139ccb23418c476425cd850d2268139b7f1657713ea706c95bf116535fde2ffb4b7902c62f057992d3fa02fee7520a31433c97cce084b7abb5682cffa12b82ce

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.10.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.10.ebuild
new file mode 100644
index 000..95b97506ad8
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.10.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2021-03-26 Thread Hans de Graaff
commit: dd7f4b0726ab0f2b47d761cc6bcb91daa653ebc1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 26 07:02:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 26 07:03:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7f4b07

dev-ruby/mimemagic: add 0.3.9

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

 dev-ruby/mimemagic/Manifest  |  1 +
 dev-ruby/mimemagic/files/mimemagic-0.3.9-path.rb |  3 ++
 dev-ruby/mimemagic/mimemagic-0.3.9.ebuild| 36 
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 8b0a22f9f7f..c52ca4f7133 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1,3 @@
 DIST mimemagic-0.3.4.gem 410112 BLAKE2B 
42838f488bce370f3ea4bf7519f94b64b4e444f04a8758ac19ea1688e003158b000de22274c53451fd471c22de9773b9024f7823ea842e59fe0321301570f0dc
 SHA512 
40b97e523fe96bba28bcc80da02d824c5a3d3be55b0bb1ae1e4eed0337ae8d8e625325adcbfcacd19a2b1ccefbd77b6c3a20af1cf00e03722959ba98659d4281
 DIST mimemagic-0.3.5.gem 410112 BLAKE2B 
19b68c246a3a5eb06a56e44c128f8321488c2d81a2d678bce5a31adb4389aca36844f16e8ff842dce9f8552a164c2e2e4547c34d8dd4835d57edd3a9afcff090
 SHA512 
3140946b3bc3dc33fcd15836c8ee69ca5471e02a063a473ea32993f633883969fec4be4382711aad950cc7e7c5031e9bfb5e0f5fda61c4cd7b4b94546490004e
+DIST mimemagic-0.3.9.tar.gz 56322 BLAKE2B 
41904211bfd0912ef3a161a26c3568dd1cc39ba0a4170969fec7285dbb38302bc94b6bc088f96a1d68e1367deccc9c5616d047cd1946be96dd9e44a892d28f0c
 SHA512 
139ccb23418c476425cd850d2268139b7f1657713ea706c95bf116535fde2ffb4b7902c62f057992d3fa02fee7520a31433c97cce084b7abb5682cffa12b82ce

diff --git a/dev-ruby/mimemagic/files/mimemagic-0.3.9-path.rb 
b/dev-ruby/mimemagic/files/mimemagic-0.3.9-path.rb
new file mode 100644
index 000..33e13fca249
--- /dev/null
+++ b/dev-ruby/mimemagic/files/mimemagic-0.3.9-path.rb
@@ -0,0 +1,3 @@
+class MimeMagic
+  
DATABASE_PATH="@GENTOO_PORTAGE_EPREFIX@/usr/share/mime/packages/freedesktop.org.xml"
+end

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.9.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.9.ebuild
new file mode 100644
index 000..43690277205
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${P}-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2021-03-26 Thread Hans de Graaff
commit: c81db110044eaf37925b598e8f18fa7eeebdc63e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 26 07:03:56 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 26 07:03:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81db110

dev-ruby/mimemagic: remove versions violating license

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

 dev-ruby/mimemagic/Manifest   |  2 --
 dev-ruby/mimemagic/mimemagic-0.3.4.ebuild | 19 ---
 dev-ruby/mimemagic/mimemagic-0.3.5.ebuild | 24 
 3 files changed, 45 deletions(-)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index c52ca4f7133..da60d05e6ba 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,3 +1 @@
-DIST mimemagic-0.3.4.gem 410112 BLAKE2B 
42838f488bce370f3ea4bf7519f94b64b4e444f04a8758ac19ea1688e003158b000de22274c53451fd471c22de9773b9024f7823ea842e59fe0321301570f0dc
 SHA512 
40b97e523fe96bba28bcc80da02d824c5a3d3be55b0bb1ae1e4eed0337ae8d8e625325adcbfcacd19a2b1ccefbd77b6c3a20af1cf00e03722959ba98659d4281
-DIST mimemagic-0.3.5.gem 410112 BLAKE2B 
19b68c246a3a5eb06a56e44c128f8321488c2d81a2d678bce5a31adb4389aca36844f16e8ff842dce9f8552a164c2e2e4547c34d8dd4835d57edd3a9afcff090
 SHA512 
3140946b3bc3dc33fcd15836c8ee69ca5471e02a063a473ea32993f633883969fec4be4382711aad950cc7e7c5031e9bfb5e0f5fda61c4cd7b4b94546490004e
 DIST mimemagic-0.3.9.tar.gz 56322 BLAKE2B 
41904211bfd0912ef3a161a26c3568dd1cc39ba0a4170969fec7285dbb38302bc94b6bc088f96a1d68e1367deccc9c5616d047cd1946be96dd9e44a892d28f0c
 SHA512 
139ccb23418c476425cd850d2268139b7f1657713ea706c95bf116535fde2ffb4b7902c62f057992d3fa02fee7520a31433c97cce084b7abb5682cffa12b82ce

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.4.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.4.ebuild
deleted file mode 100644
index 9bcb3ae1df0..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild
deleted file mode 100644
index 013a57de414..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   # Fix broken test, already fixed upstream
-   sed -i -e 's/htm html/html htm/' test/mimemagic_test.rb || die
-}



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

2020-08-09 Thread Hans de Graaff
commit: 42e40a894c698ce12c34af1cfeb053fe8071207e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  9 07:13:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  9 09:47:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e40a89

dev-ruby/mimemagic: cleanup

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

 dev-ruby/mimemagic/Manifest   |  1 -
 dev-ruby/mimemagic/mimemagic-0.3.3.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 6055a9810ca..8b0a22f9f7f 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,3 +1,2 @@
-DIST mimemagic-0.3.3.gem 402944 BLAKE2B 
422dd8bcadb2f04fcad2956339cf66a9b5c256462775be9c222b1be968ebde185e15c1fc0107d495dcad6dde59b7a35910d0139740d96a474ec037ccf181f2cc
 SHA512 
ea62cf519af76324ed62863142422a4b5546927b243a9ac45c37ae0b8bfc97813b2276a1fd898bce470b091b1818190a0dc1637d167233a2e187d78e27bb8b77
 DIST mimemagic-0.3.4.gem 410112 BLAKE2B 
42838f488bce370f3ea4bf7519f94b64b4e444f04a8758ac19ea1688e003158b000de22274c53451fd471c22de9773b9024f7823ea842e59fe0321301570f0dc
 SHA512 
40b97e523fe96bba28bcc80da02d824c5a3d3be55b0bb1ae1e4eed0337ae8d8e625325adcbfcacd19a2b1ccefbd77b6c3a20af1cf00e03722959ba98659d4281
 DIST mimemagic-0.3.5.gem 410112 BLAKE2B 
19b68c246a3a5eb06a56e44c128f8321488c2d81a2d678bce5a31adb4389aca36844f16e8ff842dce9f8552a164c2e2e4547c34d8dd4835d57edd3a9afcff090
 SHA512 
3140946b3bc3dc33fcd15836c8ee69ca5471e02a063a473ea32993f633883969fec4be4382711aad950cc7e7c5031e9bfb5e0f5fda61c4cd7b4b94546490004e

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
deleted file mode 100644
index b7d599615b4..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2020-08-09 Thread Hans de Graaff
commit: e4cc4c7e57982ee444c5896bf2009fdd42be8042
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  9 07:12:41 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  9 09:47:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cc4c7e

dev-ruby/mimemagic: add 0.3.5

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

 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/mimemagic-0.3.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index cb7ee4af715..6055a9810ca 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1,3 @@
 DIST mimemagic-0.3.3.gem 402944 BLAKE2B 
422dd8bcadb2f04fcad2956339cf66a9b5c256462775be9c222b1be968ebde185e15c1fc0107d495dcad6dde59b7a35910d0139740d96a474ec037ccf181f2cc
 SHA512 
ea62cf519af76324ed62863142422a4b5546927b243a9ac45c37ae0b8bfc97813b2276a1fd898bce470b091b1818190a0dc1637d167233a2e187d78e27bb8b77
 DIST mimemagic-0.3.4.gem 410112 BLAKE2B 
42838f488bce370f3ea4bf7519f94b64b4e444f04a8758ac19ea1688e003158b000de22274c53451fd471c22de9773b9024f7823ea842e59fe0321301570f0dc
 SHA512 
40b97e523fe96bba28bcc80da02d824c5a3d3be55b0bb1ae1e4eed0337ae8d8e625325adcbfcacd19a2b1ccefbd77b6c3a20af1cf00e03722959ba98659d4281
+DIST mimemagic-0.3.5.gem 410112 BLAKE2B 
19b68c246a3a5eb06a56e44c128f8321488c2d81a2d678bce5a31adb4389aca36844f16e8ff842dce9f8552a164c2e2e4547c34d8dd4835d57edd3a9afcff090
 SHA512 
3140946b3bc3dc33fcd15836c8ee69ca5471e02a063a473ea32993f633883969fec4be4382711aad950cc7e7c5031e9bfb5e0f5fda61c4cd7b4b94546490004e

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild
new file mode 100644
index 000..013a57de414
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/minad/mimemagic;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   # Fix broken test, already fixed upstream
+   sed -i -e 's/htm html/html htm/' test/mimemagic_test.rb || die
+}



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

2020-01-30 Thread Hans de Graaff
commit: 0019784887280e8c23d0c32f716be958a0d7e3a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 30 08:32:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 30 12:02:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00197848

dev-ruby/mimemagic: add 0.3.4

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

 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/mimemagic-0.3.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 274b9fad654..cb7ee4af715 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1 +1,2 @@
 DIST mimemagic-0.3.3.gem 402944 BLAKE2B 
422dd8bcadb2f04fcad2956339cf66a9b5c256462775be9c222b1be968ebde185e15c1fc0107d495dcad6dde59b7a35910d0139740d96a474ec037ccf181f2cc
 SHA512 
ea62cf519af76324ed62863142422a4b5546927b243a9ac45c37ae0b8bfc97813b2276a1fd898bce470b091b1818190a0dc1637d167233a2e187d78e27bb8b77
+DIST mimemagic-0.3.4.gem 410112 BLAKE2B 
42838f488bce370f3ea4bf7519f94b64b4e444f04a8758ac19ea1688e003158b000de22274c53451fd471c22de9773b9024f7823ea842e59fe0321301570f0dc
 SHA512 
40b97e523fe96bba28bcc80da02d824c5a3d3be55b0bb1ae1e4eed0337ae8d8e625325adcbfcacd19a2b1ccefbd77b6c3a20af1cf00e03722959ba98659d4281

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.4.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.4.ebuild
new file mode 100644
index 000..9bcb3ae1df0
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/minad/mimemagic;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2019-11-03 Thread Hans de Graaff
commit: ed5e3f75ffce4b75cf08604f9ec3c8f493b56c64
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov  3 07:01:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov  3 07:01:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5e3f75

dev-ruby/mimemagic: cleanup

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

 dev-ruby/mimemagic/Manifest   |  1 -
 dev-ruby/mimemagic/mimemagic-0.3.2.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index e69fae3602d..274b9fad654 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1 @@
-DIST mimemagic-0.3.2.gem 366080 BLAKE2B 
a99db4fee3a41da872a95dcd31126a497ab47cf990d3c390ca1552f632d1dba5abf86378f2500b285f1cf9f78a56040ee6ee501f641de788e11fd693a655d839
 SHA512 
0d919ecf7f787c1b72ea337945089070db3647976192adeb510985542962a9efc9a2dc62c51024a9a32afbebf804c21745cc06d6d4738f570f1d2eee0b1ae181
 DIST mimemagic-0.3.3.gem 402944 BLAKE2B 
422dd8bcadb2f04fcad2956339cf66a9b5c256462775be9c222b1be968ebde185e15c1fc0107d495dcad6dde59b7a35910d0139740d96a474ec037ccf181f2cc
 SHA512 
ea62cf519af76324ed62863142422a4b5546927b243a9ac45c37ae0b8bfc97813b2276a1fd898bce470b091b1818190a0dc1637d167233a2e187d78e27bb8b77

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
deleted file mode 100644
index 0509dd0afdc..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
-   ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
-}



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

2019-02-01 Thread Hans de Graaff
commit: 306c4d729c638092e2da54ed0d9772473e70f5f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  1 08:53:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  1 10:56:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306c4d72

dev-ruby/mimemagic: add ruby26

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

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
index 3105ddf8628..b7d599615b4 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
@@ -2,7 +2,7 @@
 # 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_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2019-01-03 Thread Sergei Trofimovich
commit: 71df07d7d2a2053966f78ff9bd34d686b0c7ef57
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan  3 19:19:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  3 19:23:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71df07d7

dev-ruby/mimemagic: keyworded 0.3.2 for ppc, bug #654790

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.53, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
index cae92781843..0509dd0afdc 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/bacon )"



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

2019-01-03 Thread Sergei Trofimovich
commit: 46f7924fd1a36274b0f4075370ec1e1b520debeb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan  3 19:21:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  3 19:23:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f7924f

dev-ruby/mimemagic: keyworded 0.3.3 for ppc, bug #654790

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.53, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
index f396c7444a1..3105ddf8628 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2018-12-20 Thread Hans de Graaff
commit: 7682f1e1651dd707636b86eb4063f45fb573277e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 21 06:24:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 21 06:24:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7682f1e1

dev-ruby/mimemagic: add 0.3.3

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

 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/mimemagic-0.3.3.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 029ec154faa..e69fae3602d 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1 +1,2 @@
 DIST mimemagic-0.3.2.gem 366080 BLAKE2B 
a99db4fee3a41da872a95dcd31126a497ab47cf990d3c390ca1552f632d1dba5abf86378f2500b285f1cf9f78a56040ee6ee501f641de788e11fd693a655d839
 SHA512 
0d919ecf7f787c1b72ea337945089070db3647976192adeb510985542962a9efc9a2dc62c51024a9a32afbebf804c21745cc06d6d4738f570f1d2eee0b1ae181
+DIST mimemagic-0.3.3.gem 402944 BLAKE2B 
422dd8bcadb2f04fcad2956339cf66a9b5c256462775be9c222b1be968ebde185e15c1fc0107d495dcad6dde59b7a35910d0139740d96a474ec037ccf181f2cc
 SHA512 
ea62cf519af76324ed62863142422a4b5546927b243a9ac45c37ae0b8bfc97813b2276a1fd898bce470b091b1818190a0dc1637d167233a2e187d78e27bb8b77

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
new file mode 100644
index 000..f396c7444a1
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.3.ebuild
@@ -0,0 +1,20 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/minad/mimemagic;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2018-08-06 Thread Sergei Trofimovich
commit: e3c0bdf4f73b4a153a94f16572535b284170f4df
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug  6 08:14:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug  6 08:16:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c0bdf4

dev-ruby/mimemagic: keyworded 0.3.2 for ppc64, bug #654790

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
index afd105191c1..cae92781843 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/bacon )"



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

2018-06-12 Thread Thomas Deutschmann
commit: cdf17f39abfd0f8c27550c6c97e26c9149e4d516
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 12 11:30:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 12 11:30:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf17f39

dev-ruby/mimemagic: x86 keyworded (bug #654790)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
index 763ddea015a..afd105191c1 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/bacon )"



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

2018-02-04 Thread Hans de Graaff
commit: 00261a625458ebcc96b5b1c2059ba9bec1a9d29c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  4 14:30:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  4 15:14:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00261a62

dev-ruby/mimemagic: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
index cedf85084cd..763ddea015a 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-02-04 Thread Hans de Graaff
commit: baa1618c256ee8f8688a82f70854ed9a57596f9b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  4 14:28:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  4 15:14:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa1618c

dev-ruby/mimemagic: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/mimemagic/Manifest   |  1 -
 dev-ruby/mimemagic/mimemagic-0.3.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index f1199c15256..029ec154faa 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1 @@
-DIST mimemagic-0.3.1.gem 352768 BLAKE2B 
1bea3b40c81b20c0ece5912a3cae55d8f736a07adf27cb884af4211ba5df6f4e6c65de9b5531719936758ae436c8f8b40cdbfeaff5a370bacd4f1f67c26680c5
 SHA512 
7478f7354c36b151c2fab664677fb153c890feafa42c941e1ad00af93f52da6f1bb82516f1298142837d14f0c611b84510cc6fd878da9379535bf47bc1c6f4d7
 DIST mimemagic-0.3.2.gem 366080 BLAKE2B 
a99db4fee3a41da872a95dcd31126a497ab47cf990d3c390ca1552f632d1dba5abf86378f2500b285f1cf9f78a56040ee6ee501f641de788e11fd693a655d839
 SHA512 
0d919ecf7f787c1b72ea337945089070db3647976192adeb510985542962a9efc9a2dc62c51024a9a32afbebf804c21745cc06d6d4738f570f1d2eee0b1ae181

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
deleted file mode 100644
index 386732ad790..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
+++ /dev/null
@@ -1,24 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
-   ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
-}



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

2017-07-10 Thread Hans de Graaff
commit: c9df3ca91b0d33f271099d135c0e29b90fcc9905
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 10 05:50:00 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 10 06:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9df3ca9

dev-ruby/mimemagic: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
index 386732ad790..cedf85084cd 100644
--- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2016-08-03 Thread Hans de Graaff
commit: 43de644d6251f5ec971f1ce82d763ede87853dcc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  3 06:15:54 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  3 06:15:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43de644d

dev-ruby/mimemagic: add 0.3.2

Package-Manager: portage-2.2.28

 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/mimemagic-0.3.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 04934f8..7acbaea 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1 +1,2 @@
 DIST mimemagic-0.3.1.gem 352768 SHA256 
8fb981c19040ccc22888f17f2665ae829bc2fa0983b644c6947d4494b7d0a379 SHA512 
7478f7354c36b151c2fab664677fb153c890feafa42c941e1ad00af93f52da6f1bb82516f1298142837d14f0c611b84510cc6fd878da9379535bf47bc1c6f4d7
 WHIRLPOOL 
7620883359a71eeddbbe21cc87c83968f87345ff85fb8dcfb0f92e19da99c16921b0df8a41e39084a47d78f92c05567a13e1bde6efd780647f68033933d5e455
+DIST mimemagic-0.3.2.gem 366080 SHA256 
78b0601d780a3a0f4bb48c88e03af6dc06610a59bc0f10a877deb50d6b602b02 SHA512 
0d919ecf7f787c1b72ea337945089070db3647976192adeb510985542962a9efc9a2dc62c51024a9a32afbebf804c21745cc06d6d4738f570f1d2eee0b1ae181
 WHIRLPOOL 
237050c733e25b16e4921f9af4afe598881fa0f40448e283d49005be7f28da592a70547dffdf75fda5c0da847433b7529e1e9f768deeaf21ce4a649606db511b

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
new file mode 100644
index 000..123cebf
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/minad/mimemagic;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/bacon )"
+
+each_ruby_test() {
+   ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
+}



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

2016-03-02 Thread Manuel Rüger
commit: 1dd59e9771b8754afaf04a3664ea08c6c0cd2a4d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar  2 21:57:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar  2 21:57:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd59e97

dev-ruby/mimemagic: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/mimemagic/Manifest   |  1 -
 dev-ruby/mimemagic/mimemagic-0.3.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index ce524de..04934f8 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1,2 +1 @@
-DIST mimemagic-0.3.0.gem 354816 SHA256 
a9a1de1e5750b4e59d1126a84dd67ae55595feda835f1659e3fe686917c13480 SHA512 
ce65aedf83a281d6369f670001d865046480362bfee17ac5cce9b2775affeeb3cf50552abab0eca6300b7f80d6f6226926f464e1b0b69a09adff2a174ba609fe
 WHIRLPOOL 
78c6d18379e6b6e2f109232744be48062e224c179e6b965ed08b5a1ea8148b1b03f10cbea05a7d00c1c9df6dd14e51ea04609e3ec11797168fe3b49dd32ff59a
 DIST mimemagic-0.3.1.gem 352768 SHA256 
8fb981c19040ccc22888f17f2665ae829bc2fa0983b644c6947d4494b7d0a379 SHA512 
7478f7354c36b151c2fab664677fb153c890feafa42c941e1ad00af93f52da6f1bb82516f1298142837d14f0c611b84510cc6fd878da9379535bf47bc1c6f4d7
 WHIRLPOOL 
7620883359a71eeddbbe21cc87c83968f87345ff85fb8dcfb0f92e19da99c16921b0df8a41e39084a47d78f92c05567a13e1bde6efd780647f68033933d5e455

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.0.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.0.ebuild
deleted file mode 100644
index be44373..000
--- a/dev-ruby/mimemagic/mimemagic-0.3.0.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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
-   ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
-}



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

2016-01-04 Thread Hans de Graaff
commit: 1d038bcf9f1474e108aa30aa55c5dd54fcc58810
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  5 05:43:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  5 06:05:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d038bcf

dev-ruby/mimemagic: add 0.3.1

Package-Manager: portage-2.2.26

 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/mimemagic-0.3.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
index 10f2e91..ce524de 100644
--- a/dev-ruby/mimemagic/Manifest
+++ b/dev-ruby/mimemagic/Manifest
@@ -1 +1,2 @@
 DIST mimemagic-0.3.0.gem 354816 SHA256 
a9a1de1e5750b4e59d1126a84dd67ae55595feda835f1659e3fe686917c13480 SHA512 
ce65aedf83a281d6369f670001d865046480362bfee17ac5cce9b2775affeeb3cf50552abab0eca6300b7f80d6f6226926f464e1b0b69a09adff2a174ba609fe
 WHIRLPOOL 
78c6d18379e6b6e2f109232744be48062e224c179e6b965ed08b5a1ea8148b1b03f10cbea05a7d00c1c9df6dd14e51ea04609e3ec11797168fe3b49dd32ff59a
+DIST mimemagic-0.3.1.gem 352768 SHA256 
8fb981c19040ccc22888f17f2665ae829bc2fa0983b644c6947d4494b7d0a379 SHA512 
7478f7354c36b151c2fab664677fb153c890feafa42c941e1ad00af93f52da6f1bb82516f1298142837d14f0c611b84510cc6fd878da9379535bf47bc1c6f4d7
 WHIRLPOOL 
7620883359a71eeddbbe21cc87c83968f87345ff85fb8dcfb0f92e19da99c16921b0df8a41e39084a47d78f92c05567a13e1bde6efd780647f68033933d5e455

diff --git a/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
new file mode 100644
index 000..123cebf
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/minad/mimemagic;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/bacon )"
+
+each_ruby_test() {
+   ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
+}