mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/mimemagic: drop 0.3.10-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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 <arthurzam@gentoo.org> (2024-05-31)
|
||||
# EAPI=6, maintainer-needed, incorrect LICENSE, fails to compile with
|
||||
|
||||
Reference in New Issue
Block a user