mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
updated onesixtyone to not put dict.txt with the docs
This commit is contained in:
parent
a7a92a38fa
commit
ae9513fccf
2 changed files with 24 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST onesixtyone-0.3.2.tar.gz 7325 RMD160 2b6a4e6c15f198843da0e50dd8722b5d94c655e6 SHA1 347e24efa91385a7fb8283986b3e7521aa1fb059 SHA256 450806718f72a75ea108e3675ca7856f15c518fcf517df68483c486c39910d02
|
||||
EBUILD onesixtyone-0.3.2-r1.ebuild 590 RMD160 6a645a72abe1be144a3fb7c45ca874c4e1768488 SHA1 eb7d5c74b86ffad19f52363141f40fec074f79ba SHA256 9b48903f311ef303b7179cdf29e26cad20dced5938eaa883c5a9ea2b999e462a
|
||||
EBUILD onesixtyone-0.3.2.ebuild 531 RMD160 4b19fd70a03f737556d78d8a3f81c35ca34f5093 SHA1 f0ca1db8e0a37d34cf079e5525f8b4c62118ba9a SHA256 15b0ec2287709942fa1be7895057c04910290c4d2d1f602d6827f6393e51dab5
|
||||
|
|
|
|||
23
net-analyzer/onesixtyone/onesixtyone-0.3.2-r1.ebuild
Normal file
23
net-analyzer/onesixtyone/onesixtyone-0.3.2-r1.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
|
||||
|
||||
DESCRIPTION="An efficient SNMP scanner"
|
||||
HOMEPAGE="http://www.phreedom.org/solar/onesixtyone/"
|
||||
SRC_URI="http://www.phreedom.org/solar/${PN}/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
DEPEND=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~ppc"
|
||||
IUSE=""
|
||||
RESTRICT="nomirror"
|
||||
|
||||
|
||||
src_install() {
|
||||
dobin onesixtyone
|
||||
dodoc ChangeLog INSTALL README
|
||||
dodir /usr/share/${PN}/
|
||||
insinto /usr/share/${PN}/
|
||||
doins dict.txt
|
||||
}
|
||||
Loading…
Reference in a new issue