mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
cewl: bump, clean ebuild, patches. Issue #177
This commit is contained in:
parent
ac1f905a47
commit
1b9d020e2b
5 changed files with 41 additions and 68 deletions
|
|
@ -1,5 +1,2 @@
|
|||
AUX cewl 104 RMD160 b94c61a0e3530b59769e3e8431177105d000c70f SHA1 432f31ace114b2fc7570007421fbdc197785854f SHA256 3a34d1f7dc1267a7b5b956accc09c98d4c4e285b3cdd59ccef058fbd34f9771a
|
||||
DIST cewl_3.0.tar.bz2 7804 RMD160 c4653034901757f060f18a8957f1ab1676febe02 SHA1 3e2af0e41a94c9984a319f33b9792e45ac4f49bf SHA256 9f7c1e522551a268aea286eb39b0535b1be852efe17a42f468a27fe855c752c3
|
||||
DIST cewl_4.1.tar.bz2 8776 RMD160 848599c61c9040ef50247a2b79fe8b7ee6a53df3 SHA1 bf9b45d812b7eaeb8d64bcfc8d40316c241f190b SHA256 7a358cce985885deb4e205a1e5cf31ec5f9cc0d0fb92f522187a3bea2b4533ed
|
||||
EBUILD cewl-3.0.ebuild 595 RMD160 1f982a635e59faf7f13de73beeb8becdbc076fd0 SHA1 486b1708eca44a6fb8d7cac43ad0f28a0f0db5ec SHA256 4df0ac1971cb77790772ecd026bfbc09a0be94848f6bac35f91e724df1f10e25
|
||||
EBUILD cewl-4.1.ebuild 637 RMD160 1be3a45f30c6814c6fe46e3d2fa6ee17f1640d50 SHA1 e803a1aada2c0f5bba51025d0298a1bfaf8fcacf SHA256 083f81aafad1b518cd9c66082d0fbc4949e381073ee17d1741420f6e172b3044
|
||||
DIST cewl_5.0.tar.bz2 11865 SHA256 9a3b843916f871056a7fa84b96997f7ed374f28726e0775a67e4b525931b7030 SHA512 72415e18a62fe6b2c646c71c367f6283224fcf376b7cae87069da771a4a1c27053407e2756f5d6a5452db283dc657662f00d97833e946c20d3ceaf72172c8195 WHIRLPOOL 388d633f6842fb082b916bb28a83a795ad9643b4d59d2276b7076834ade04fcbbdcff91593f304a841b3182fcb2e458ab60773ed4e8dd3486d35f42228730444
|
||||
EBUILD cewl-5.0.ebuild 885 SHA256 56d1faeaf32d8cf8bd0ad6723f83c51fff2450a6ebe3a25754b711f4a275a258 SHA512 4d71bc4638e7e8589ab069dd5a798bc66efc8f89d7cc6b994f9a719e0240c3f1f17f70636031cf8df004b06711be2815d978fe9b301cd267671a031312414fc4 WHIRLPOOL be1aa2524e34fdabf7eccc5fb87f152c01f9c0e47f687851a0bf317f4dcec48efcea14f3e49c44973e6bc6022c2dc36363f01cb27228a0186ead8c95b489919d
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit ruby
|
||||
|
||||
DESCRIPTION="a custom word list generator"
|
||||
HOMEPAGE="http://www.digininja.org/projects/cewl.php"
|
||||
SRC_URI="http://www.digininja.org/files/${PN}_${PV}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-ruby/hpricot
|
||||
dev-ruby/httpconfig
|
||||
dev-ruby/spider
|
||||
dev-ruby/mime-types
|
||||
dev-ruby/rubyzip
|
||||
dev-ruby/mini_exiftool"
|
||||
|
||||
S="${WORKDIR}"/$PN
|
||||
|
||||
src_install() {
|
||||
ruby_einstall "$@"
|
||||
dobin "$FILESDIR"/$PN || die "install failed"
|
||||
}
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit ruby
|
||||
|
||||
USE_RUBY="ruby18 ruby19"
|
||||
|
||||
DESCRIPTION="a custom word list generator"
|
||||
HOMEPAGE="http://www.digininja.org/projects/cewl.php"
|
||||
SRC_URI="http://www.digininja.org/files/${PN}_${PV}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-ruby/hpricot
|
||||
dev-ruby/http_configuration
|
||||
dev-ruby/spider
|
||||
dev-ruby/mime-types
|
||||
dev-ruby/rubyzip
|
||||
dev-ruby/mini_exiftool"
|
||||
|
||||
S="${WORKDIR}"/$PN
|
||||
|
||||
src_install() {
|
||||
ruby_einstall "$@"
|
||||
dobin "$FILESDIR"/$PN || die "install failed"
|
||||
}
|
||||
39
app-text/cewl/cewl-5.0.ebuild
Normal file
39
app-text/cewl/cewl-5.0.ebuild
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby18 ruby19"
|
||||
inherit ruby-ng
|
||||
|
||||
DESCRIPTION="A custom word list generator"
|
||||
HOMEPAGE="http://www.digininja.org/projects/cewl.php"
|
||||
SRC_URI="http://www.digininja.org/files/${PN}_${PV}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-ruby/hpricot
|
||||
dev-ruby/http_configuration
|
||||
dev-ruby/spider
|
||||
dev-ruby/mime-types
|
||||
dev-ruby/rubyzip
|
||||
dev-ruby/mini_exiftool"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i "s|require './cewl_lib'|require 'cewl_lib'|g" cewl/cewl.rb
|
||||
sed -i 's|require "zip"|require "zip/zip"|g' cewl/cewl_lib.rb
|
||||
sed -i "s|require 'mime'|require 'mime/types'|g" cewl/cewl_lib.rb
|
||||
}
|
||||
|
||||
each_ruby_install() {
|
||||
doruby cewl/cewl_lib.rb cewl/fab.rb
|
||||
}
|
||||
|
||||
all_ruby_install() {
|
||||
dodoc cewl/README
|
||||
newbin cewl/cewl.rb cewl
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
siteruby=$(ruby -r rbconfig -e 'print Config::CONFIG["sitedir"]')
|
||||
ruby "$siteruby"/cewl.rb $@
|
||||
Loading…
Reference in a new issue