mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
cewl: rename httpconfig dep
This commit is contained in:
parent
5ca084c2c7
commit
5aad06a759
2 changed files with 34 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
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
|
||||
|
|
|
|||
32
app-text/cewl/cewl-4.1.ebuild
Normal file
32
app-text/cewl/cewl-4.1.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# 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"
|
||||
}
|
||||
Loading…
Reference in a new issue