mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
cewl: 5.4.6 bump
This commit is contained in:
parent
b8885d01e1
commit
896fc9dbe1
4 changed files with 3 additions and 47 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST cewl-5.4.4.1.tar.gz 14326 BLAKE2B 4977dde7671825397bf92065c408ac029bdd57225f08f56f144e688730c2111e9c3aa25b96dfdc4cc8f2c2045bcf2fddf184efe7666b940fdf9a1c233dd92e68 SHA512 d18f59e453287cec87908c8ce1b4ba0c54b12127c60c6acf35c5c109d004f0b5517ecd39bc0c0d105e728930330e0a5c1cb2b50214b9b8d048d777590a4db18b
|
||||
DIST cewl-5.4.4.2.tar.gz 14540 BLAKE2B 5c519822ff899d637c5e3e24feb1f7f6ed638a91e35071c3ef01c55440173d9cfbe811a9c31378a70d414a32af8913975c88b212a0e0793a42a5da8683bd17a2 SHA512 1ae15c1ee5fe02af2feb3cc3bdf4566f332ab295f51bc8f4e065bedd71ca6fa452227ddfad365577f469d1273e3d14c38b2edd46c34d6883a9e1601e2b114a35
|
||||
DIST cewl-5.4.6.tar.gz 14831 BLAKE2B 956f870e74749452c8893c98f8ea532c592ff9534e4c877c22360f192a641007af20a4d79748b18c447c7f4cc24358a92f345cd14f2497dcbefb7f4bd8e48392 SHA512 841aa0cce1cf8993c39d9c799b14f23d44e0dfe8933c932eaa76332b3f912f6af5398c0d320fd825c8979b3df9da05f04df7ebdb187ece6a374822113cf681e4
|
||||
|
|
|
|||
|
|
@ -1,45 +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"
|
||||
inherit ruby-ng
|
||||
|
||||
DESCRIPTION="A custom word list generator"
|
||||
HOMEPAGE="http://www.digininja.org/projects/cewl.php"
|
||||
SRC_URI="https://github.com/digininja/CeWL/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "dev-ruby/bundler"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/nokogiri
|
||||
dev-ruby/spider
|
||||
dev-ruby/mini_exiftool
|
||||
dev-ruby/rubyzip
|
||||
dev-ruby/mime-types:*"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i "s|require './cewl_lib'|require 'cewl_lib'|g" CeWL-${PV}/cewl.rb
|
||||
sed -i "s|require 'mime'|require 'mime/types'|g" CeWL-${PV}/cewl_lib.rb
|
||||
}
|
||||
|
||||
each_ruby_install() {
|
||||
doruby CeWL-${PV}/cewl_lib.rb CeWL-${PV}/fab.rb
|
||||
}
|
||||
|
||||
all_ruby_install() {
|
||||
dodoc CeWL-${PV}/README
|
||||
newbin CeWL-${PV}/cewl.rb cewl
|
||||
}
|
||||
|
||||
each_ruby_prepare() {
|
||||
if [ -f Gemfile ]; then
|
||||
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
|
||||
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
|
||||
fi
|
||||
}
|
||||
1
app-text/cewl/cewl-5.4.6.ebuild
Symbolic link
1
app-text/cewl/cewl-5.4.6.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./cewl-9999.ebuild
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 ruby24 ruby25"
|
||||
USE_RUBY="ruby24 ruby25"
|
||||
inherit ruby-ng
|
||||
|
||||
DESCRIPTION="A custom word list generator"
|
||||
|
|
|
|||
Loading…
Reference in a new issue