+++ /dev/null
-# ChangeLog for net-misc/etherwake
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/ChangeLog,v 1.9 2005/05/30 18:36:16 kugelfang Exp $
-
- 30 May 2005; Danny van Dyk <kugelfang@gentoo.org> etherwake-1.09.ebuild:
- Fixed deprecated usage of gcc.eclass. (BUG #92745)
-
- 01 Jul 2004; Jon Hood <squinky86@gentoo.org> etherwake-1.09.ebuild:
- change virtual/glibc to virtual/libc, add IUSE
-
- 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> etherwake-1.09.ebuild:
- Adding amd64 keyword. Closing #45588.
-
-*etherwake-1.09 (12 Mar 2004)
-
- 12 Mar 2004; Mike Frysinger <vapier@gentoo.org> :
- Version bump to close #43721. Also roll a tarball so we dont put
- plain text files onto mirrors and to make version tracking easier.
-
-*etherwake-1.08 (26 Apr 2003)
-
- 22 Dec 2003; Chuck Short <zul@gentoo.org> etherwake-1.08.ebuild:
- Added die if compile fails, closes #36501.
-
- 07 Sep 2003; <iggy@gentoo.org> etherwake-1.08.ebuild:
- changed the ebuild around a little, fixes some compile errors and bug #24270,
- thanks to kloeri for the updated ebuild
-
- 26 Apr 2003; Martin Holzer <mholzer@gentoo.org> etherwake-1.08.ebuild
- files/readme:
- Initial ebuild submitted by Alexander Holler <aholler@gentoo.de> in #20012
+++ /dev/null
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 02c9ee20009db4031c546f3c4d6d3601 ChangeLog 1282
-MD5 26efd4550db51cd9ae8bf41e9e9efe74 etherwake-1.09.ebuild 856
-MD5 3b738e9a58dc4ea9b754effd1f4f9adf files/digest-etherwake-1.09 65
-MD5 4a3712748a1463fbce64673d13fca2b5 files/readme 1389
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCm13x5mJXAu5GbtIRAgUEAJ9U13UtoEbiZvUHdcbWKc0aJZEUxACbBe/N
-U1/L/uDW0Njfc1YMEXAFCnk=
-=OEbh
------END PGP SIGNATURE-----
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/etherwake-1.09.ebuild,v 1.5 2005/05/30 18:36:16 kugelfang Exp $
-
-inherit toolchain-funcs
-
-IUSE=""
-DESCRIPTION="This program generates and transmits a Wake-On-LAN (WOL) \"Magic Packet\", used for restarting machines that have been soft-powered-down (ACPI D3-warm state)."
-HOMEPAGE="http://www.scyld.com/expert/wake-on-lan.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-#http://www.scyld.com/pub/diag/ether-wake.c
-#http://www.scyld.com/pub/diag/etherwake.8"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha ~amd64"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} -o etherwake ether-wake.c || die "Compile failed"
-}
-
-src_install() {
- dobin etherwake || die
- doman etherwake.8
-}
+++ /dev/null
-MD5 3f7edd346df779a104946ffa3ea058a7 etherwake-1.09.tar.bz2 5346
+++ /dev/null
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/files/readme,v 1.2 2004/07/18 04:09:34 dragonheart Exp $
-
- This program generates and transmits a Wake-On-LAN (WOL) "Magic Packet",
- used for restarting machines that have been soft-powered-down
- (ACPI D3-warm state). It currently generates the standard AMD Magic Packet
- format, with an optional password appended.
-
- This software may be used and distributed according to the terms
- of the GNU Public License, incorporated herein by reference.
- Contact the author for use under other terms.
-
- This source file was originally part of the network tricks package, and
- is now distributed to support the Scyld Beowulf system.
- Copyright 1999-2003 Donald Becker and Scyld Computing Corporation.
-
- The author may be reached as becker@scyld, or C/O
- Scyld Computing Corporation
- 410 Severn Ave., Suite 210
- Annapolis MD 21403
-
- Notes:
- On some systems dropping root capability allows the process to be
- dumped, traced or debugged.
- If someone traces this program, they get control of a raw socket.
- Linux handles this safely, but beware when porting this program.
-
- An alternative to needing 'root' is using a UDP broadcast socket, however
- doing so only works with adapters configured for unicast+broadcast Rx
- filter. That configuration consumes more power.
-