mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
ckeditor-5.1.1.ebuild
This commit is contained in:
parent
854107c55b
commit
8bb20e0313
3 changed files with 21 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST ckeditor-5.1.0.gem 4228096 BLAKE2B 46ac5a35d3577e2aa401fd57404479de3d1c3047fcd26edcdcd9eb46833a8cd27d63f52014f99411448b5297b02b4f098618d40f14630b2eca6ee3120887aa7e SHA512 85c5e87cff34db547b8cb4e62045dcf6cb015355236bfbc01167caea0322a86d238118314412cdd4a8dd48ff6c1d51ffeca36932acc096e87d9132d6fa27dbdb
|
||||
DIST ckeditor-5.1.1.gem 442368 BLAKE2B 6997a5bfc0642399834c4952a39e3f6e9d430a9cf327b66f5ecf432471eda5c2a8babfe31dfa18343158503a5ebf114b0c89bae4ad0f71e345cf63462cd0fd79 SHA512 d241ba34aa78b9552171be8554b05d9f12ba2fa6fa113cbeefc73d3635c9712b22d5dc8fb47d3cd986341b5df5d246515da5cb7a751f61ff4ebfc8a8a678b790
|
||||
|
|
|
|||
18
dev-ruby/ckeditor/ckeditor-5.1.1.ebuild
Normal file
18
dev-ruby/ckeditor/ckeditor-5.1.1.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ckeditor 4.x integration gem for rails"
|
||||
HOMEPAGE="https://github.com/galetahub/ckeditor"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "dev-ruby/orm_adapter"
|
||||
|
|
@ -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
|
||||
|
|
@ -10,6 +10,6 @@ inherit ruby-fakegem
|
|||
DESCRIPTION="Provides a single point of entry for using basic features of ruby ORMs"
|
||||
HOMEPAGE="https://github.com/ianwhite/orm_adapter"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue