mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
sinatra: unfork
This commit is contained in:
parent
65613fa755
commit
ccdc710480
3 changed files with 0 additions and 71 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST sinatra-1.2.9.gem 247296 BLAKE2B c238e09d2f361575d7af32f9f7d6db129a0ddcb7477645027ffda3aeea3684deecec0b6aa0322b503128701136f26fd309b347ffaed031da694d8fd900903462 SHA512 66d6209951e2f1ebe5016d609dd712de67e5ea8dfb4fd11abfe71aabe01877d37a39dade29a3fb9fa851d78cdfd81eea4368ac821420753ff179bc329a81657b
|
||||
DIST sinatra-2.0.3.gem 337920 BLAKE2B ede1e1b8c8b9a2b8c1e95e2ba692c7653cb010cb191db3fd9b4faf434fa0b8830f750919006f21665a96357da2610627b8928252261bea653138644125d06faa SHA512 32e9770b5e1c9d67fed1f254912679715e223fa2b34e22294a280eeb36a785070220c7f1270527fd8d6c4fbc5447883167dc1c569d4cf7301f769b51cc94edd9
|
||||
|
|
@ -1,34 +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"
|
||||
# no documentation is generable, it needs hanna, which is broken
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort"
|
||||
HOMEPAGE="http://www.sinatrarb.com/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="1.2"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "=dev-ruby/rack-1*:* >=dev-ruby/rack-1.5:*
|
||||
dev-ruby/backports
|
||||
>=dev-ruby/tilt-1.3.4:* <dev-ruby/tilt-3:*"
|
||||
ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 dev-ruby/erubis dev-ruby/builder )"
|
||||
|
||||
# haml tests are optional and not yet marked for ruby20.
|
||||
#USE_RUBY="ruby20" ruby_add_bdepend "test? ( >=dev-ruby/haml-3.0 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Remove implicit build dependency on git.
|
||||
sed -i -e '/\(s.files\|s.test_files\|s.extra_rdoc_files\)/d' sinatra.gemspec || die
|
||||
|
||||
# Use correct rack version in tests
|
||||
# sed -i -e '1igem "rack", "~> 1.5"' test/helper.rb test/integration/app.rb || die
|
||||
}
|
||||
|
|
@ -1,35 +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"
|
||||
|
||||
# no documentation is generable, it needs hanna, which is broken
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
|
||||
|
||||
inherit ruby-fakegem
|
||||
# versionator
|
||||
|
||||
DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort"
|
||||
HOMEPAGE="http://www.sinatrarb.com/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="2.0"
|
||||
#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/rack-2*:*
|
||||
=dev-ruby/rack-protection-2.0.3
|
||||
>=dev-ruby/tilt-2:* <dev-ruby/tilt-3:*"
|
||||
#ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 dev-ruby/erubis dev-ruby/builder )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Remove implicit build dependency on git.
|
||||
sed -i -e '/\(s.files\|s.test_files\|s.extra_rdoc_files\)/d' sinatra.gemspec || die
|
||||
|
||||
# Use correct rack version in tests
|
||||
# sed -i -e '1igem "rack", "~> 1.5"' test/helper.rb test/integration/app.rb || die
|
||||
}
|
||||
Loading…
Reference in a new issue