First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 82727
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Crypto team <crypto@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Fernando Tarín Morales <icemanf@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
wepdecrypt-0.5.ebuild ebuild for wepdecrypt text/plain Fernando Tarín Morales 2005-02-20 13:08 0000 654 bytes Details
wepdecrypt-0.5.ebuild wepdecrypt-0.5.ebuild text/plain Federico Moro 2005-03-27 12:55 0000 655 bytes Details
wepdecrypt-0.5.ebuild Ebuild for wepdecrypt 0.5 (man installation added) text/plain Fernando Tarín Morales 2005-03-27 13:26 0000 680 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 82727 depends on: Show dependency tree
Bug 82727 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-02-20 13:07 0000
Ebuild for wepdecrypt http://wepdecrypt.sourceforge.net

------- Comment #1 From Fernando Tarín Morales 2005-02-20 13:08:51 0000 -------
Created an attachment (id=51714) [edit]
ebuild for wepdecrypt

------- Comment #2 From Fernando Tarín Morales 2005-02-21 02:39:26 0000 -------
(From update of attachment 51714 [edit])
># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>MY_P="WepDecrypt-${PV}"
>DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
>HOMEPAGE="http://wepdecrypt.sourceforge.net/"
>SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~amd64"
>IUSE=""
>
>DEPEND="sys-libs/zlib
>	virtual/libpcap
>	dev-libs/openssl"
>
>S=${WORKDIR}/WepDecrypt
>
>src_compile() {
>	local myconf
>	econf || die
>	emake || die
>}
>
>src_install() {
>       dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>       insinto /etc
>       doins conf/wepdecrypt.conf
>       doman doc/wepdecrypt.1.gz
>	dodoc CHANGELOG README
>}

------- Comment #3 From Fernando Tarín Morales 2005-02-21 02:40:49 0000 -------
(From update of attachment 51714 [edit])
># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>MY_P="WepDecrypt-${PV}"
>DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
>HOMEPAGE="http://wepdecrypt.sourceforge.net/"
>SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~amd64"
>IUSE=""
>
>DEPEND="sys-libs/zlib
>	virtual/libpcap
>	dev-libs/openssl"
>
>S=${WORKDIR}/WepDecrypt
>
>src_compile() {
>	local myconf
>	econf || die
>	emake || die
>}
>
>src_install() {
>        dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>        insinto /etc
>        doins conf/wepdecrypt.conf
	doman doc/wepdecrypt.1.gz
>	dodoc CHANGELOG README
>}

------- Comment #4 From Fernando Tarín Morales 2005-02-21 02:45:07 0000 -------
(From update of attachment 51714 [edit])
># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>MY_P="WepDecrypt-${PV}"
>DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
>HOMEPAGE="http://wepdecrypt.sourceforge.net/"
>SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~amd64"
>IUSE=""
>
>DEPEND="sys-libs/zlib
>	virtual/libpcap
>	dev-libs/openssl"
>
>S=${WORKDIR}/WepDecrypt
>
>src_compile() {
>	local myconf
>	econf || die
>	emake || die
>}
>
>src_install() {
>        dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>        insinto /etc
>        doins conf/wepdecrypt.conf

>	emake || die
>}
>
>src_install() {
>       dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>       insinto /etc
>       doins conf/wepdecrypt.conf	
>	doman conf/wepdecrypter.1.gz
>	dodoc CHANGELOG README
>}

------- Comment #5 From Federico Moro 2005-03-27 12:55:57 0000 -------
Created an attachment (id=54618) [edit]
wepdecrypt-0.5.ebuild

Ebuild for wepdecrypt 0.5

------- Comment #6 From Fernando Tarín Morales 2005-03-27 13:26:07 0000 -------
Created an attachment (id=54620) [edit]
added install of manpage

------- Comment #7 From Christoph Brill (egore) 2005-06-09 10:08:19 0000 -------
The author provides an ebuild himself.

http://wepdecrypt.sourceforge.net/wepdecrypt-0.6.ebuild

------- Comment #8 From Daniel Black 2005-06-21 05:43:35 0000 -------
added finally  - thankyou. 

First Last Prev Next    No search results available      Search page      Enter new bug