diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-07 11:49:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-07 11:49:51 +0000 |
commit | 18ca74f812d999a917e0ab3e93c31f02f2034915 (patch) | |
tree | 561b51cfc4800edef9cd74f99de82adba9bd5dfb /net-misc/wol | |
parent | Keyworded ~x86-fbsd, #141142 thanks to Robert Annessi (diff) | |
download | gentoo-2-18ca74f812d999a917e0ab3e93c31f02f2034915.tar.gz gentoo-2-18ca74f812d999a917e0ab3e93c31f02f2034915.tar.bz2 gentoo-2-18ca74f812d999a917e0ab3e93c31f02f2034915.zip |
x86 stable wrt #187291
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-misc/wol')
-rw-r--r-- | net-misc/wol/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wol/wol-0.7.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/wol/ChangeLog b/net-misc/wol/ChangeLog index 029439670eee..9e3ec83622a3 100644 --- a/net-misc/wol/ChangeLog +++ b/net-misc/wol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wol # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/ChangeLog,v 1.6 2007/02/22 02:55:06 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/ChangeLog,v 1.7 2007/08/07 11:49:51 armin76 Exp $ + + 07 Aug 2007; Raúl Porcel <armin76@gentoo.org> wol-0.7.1.ebuild: + x86 stable wrt #187291 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-misc/wol/wol-0.7.1.ebuild b/net-misc/wol/wol-0.7.1.ebuild index b47df3edd6d1..c93825dec27f 100644 --- a/net-misc/wol/wol-0.7.1.ebuild +++ b/net-misc/wol/wol-0.7.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/wol-0.7.1.ebuild,v 1.5 2006/12/14 21:34:56 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wol/wol-0.7.1.ebuild,v 1.6 2007/08/07 11:49:51 armin76 Exp $ DESCRIPTION="Wake On LAN client, wakes up hardware that is Magic Packet compliant." HOMEPAGE="http://ahh.sourceforge.net/wol/" SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc -ppc-macos ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc -ppc-macos x86 ~x86-fbsd" IUSE="nls" src_compile() { |