mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
rda: 3.0 bump
This commit is contained in:
parent
b4b2b19c64
commit
dca2dd35e3
5 changed files with 83 additions and 9 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST ckeditor_rails-4.10.0.gem 989696 BLAKE2B c4993d2df3217ccb5745cfa2c75207f18a971bb834ccedbe55f7a3b14d18c13a90cf52747c22d6d165ec86a4b0b8e23efaceafb9d865696712397953cc30bed0 SHA512 45ea33485f1e198f4e9778ab5433b372d67a88ad73c4da67b4c286c57c5b351c318744f1f48231635c2475b9f73d941c9219cec3a8190403d9ee1a20d6aa3dec
|
||||
DIST ckeditor_rails-4.10.0_p20191030.tar.gz 1002435 BLAKE2B 889d738bf540a995cdf0bce898161f22ff9c08aea4d2e3d591bc90044601b26fe554fa04321fc0f756006b7373cd3c2f3d4fbc4c6ca366aeafdbb492271f9995 SHA512 e613df3365e6faa08e88bbb8de921e3d9917836bfd10f8d5f6271625b6814a6eca71205ffa73b428937ef6efdeb0e88fffc538ea7304199dd9ca52dbef3fa552
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -14,3 +14,8 @@ HOMEPAGE="https://github.com/tsechingho/ckeditor-rails"
|
|||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
all_ruby_prepare() {
|
||||
#https://github.com/tsechingho/ckeditor-rails/issues/88
|
||||
sed -i 's|when \/\^\[45\]\/|when \/\^\[456\]\/|' lib/ckeditor-rails.rb || die
|
||||
}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="vendor"
|
||||
#RUBY_FAKEGEM_GEMSPEC="ckeditor-rails.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="CKEditor is a javascript library of the WYSIWYG rich-text editor"
|
||||
HOMEPAGE="https://github.com/tsechingho/ckeditor-rails"
|
||||
|
||||
HASH_COMMIT="16b77cca464ecf78a3318df64bb23f95b297adb2"
|
||||
SRC_URI="https://github.com/tsechingho/ckeditor-rails/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
|
||||
S="${WORKDIR}"/all/ckeditor-rails-${HASH_COMMIT}
|
||||
|
|
@ -3,16 +3,15 @@ dev-ruby/coffee-rails:5.0
|
|||
|
||||
#rails 5.2
|
||||
~dev-ruby/rails-5.2.4.5
|
||||
~dev-ruby/activerecord-5.2.4.5
|
||||
~dev-ruby/actioncable-5.2.4.5
|
||||
~dev-ruby/actionmailer-5.2.4.5
|
||||
~dev-ruby/activejob-5.2.4.5
|
||||
~dev-ruby/activerecord-5.2.4.5
|
||||
~dev-ruby/activestorage-5.2.4.5
|
||||
=dev-ruby/websocket-driver-0.6*
|
||||
=dev-ruby/arel-9.0*
|
||||
=dev-ruby/websocket-extensions-0.1*
|
||||
~dev-ruby/sassc-2.2.1
|
||||
#=dev-ruby/autoprefixer-rails-9.8.6*
|
||||
dev-ruby/autoprefixer-rails:10
|
||||
~dev-ruby/nio4r-2.5.3
|
||||
~dev-ruby/marcel-0.3.3
|
||||
|
|
@ -21,12 +20,21 @@ dev-ruby/autoprefixer-rails:10
|
|||
=dev-ruby/mimemagic-0.3*
|
||||
|
||||
#rails 6.0
|
||||
~dev-ruby/railties-6.0.3.7
|
||||
~dev-ruby/actionview-6.0.3.7
|
||||
~dev-ruby/activemodel-6.0.3.7
|
||||
~dev-ruby/activesupport-6.0.3.7
|
||||
~dev-ruby/activerecord-6.0.3.7
|
||||
~app-eselect/eselect-rails-0.25
|
||||
~dev-ruby/actioncable-6.0.3.7
|
||||
~dev-ruby/actionmailbox-6.0.3.7
|
||||
~dev-ruby/actionmailer-6.0.3.7
|
||||
~dev-ruby/actionpack-6.0.3.7
|
||||
~dev-ruby/actiontext-6.0.3.7
|
||||
~dev-ruby/actionview-6.0.3.7
|
||||
~dev-ruby/activejob-6.0.3.7
|
||||
~dev-ruby/activemodel-6.0.3.7
|
||||
~dev-ruby/activerecord-6.0.3.7
|
||||
~dev-ruby/activestorage-6.0.3.7
|
||||
~dev-ruby/activesupport-6.0.3.7
|
||||
~dev-ruby/rails-6.0.3.7
|
||||
~dev-ruby/railties-6.0.3.7
|
||||
=dev-ruby/marcel-1.0*
|
||||
|
||||
#ruby24
|
||||
~dev-ruby/colorize-0.8.1
|
||||
|
|
@ -44,7 +52,7 @@ dev-ruby/openssl-cmac
|
|||
=dev-ruby/ruby_smb-2*
|
||||
|
||||
#required by <metasploit-9999
|
||||
=dev-ruby/bson-4.10* ~amd64
|
||||
=dev-ruby/bson-4.10*
|
||||
=dev-ruby/ruby-net-ldap-0.16*
|
||||
=dev-ruby/bundler-audit-0.7.0*
|
||||
~dev-ruby/network_interface-0.0.2
|
||||
|
|
|
|||
38
www-apps/rda/rda-3.0.ebuild
Normal file
38
www-apps/rda/rda-3.0.ebuild
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
|
||||
inherit ruby-single
|
||||
|
||||
DESCRIPTION="Web-based application for effective reporting writing"
|
||||
HOMEPAGE="https://www.itdefence.asia"
|
||||
|
||||
LICENSE="none"
|
||||
SLOT="3"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+mysql"
|
||||
|
||||
RDEPEND="mysql? ( virtual/mysql )
|
||||
dev-ruby/rails:6.0
|
||||
dev-ruby/activerecord:6.0[mysql?]
|
||||
dev-ruby/activerecord-session_store
|
||||
dev-ruby/bootstrap
|
||||
dev-ruby/ckeditor_rails
|
||||
dev-ruby/jquery-rails:4
|
||||
dev-ruby/jquery-ui-rails:6
|
||||
dev-ruby/mini_magick
|
||||
media-gfx/imagemagick[png,jpeg]
|
||||
dev-ruby/rake
|
||||
dev-ruby/sablon
|
||||
dev-ruby/similar_text
|
||||
dev-ruby/will_paginate
|
||||
dev-ruby/grape
|
||||
dev-ruby/rack-cors
|
||||
dev-ruby/grape-active_model_serializers
|
||||
dev-ruby/sass-rails:5.0
|
||||
dev-ruby/uglifier
|
||||
dev-ruby/coffee-rails
|
||||
"
|
||||
Loading…
Reference in a new issue