diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-11-04 08:43:43 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-11-04 08:43:43 +0000 |
commit | 4dacd69625c84e46f87e1bbf11437482e7c054f8 (patch) | |
tree | 13362ffa595e6253c3e8c0c7913964e5217f8936 /net-misc/wakeonlan | |
parent | small fix0rs (diff) | |
download | gentoo-2-4dacd69625c84e46f87e1bbf11437482e7c054f8.tar.gz gentoo-2-4dacd69625c84e46f87e1bbf11437482e7c054f8.tar.bz2 gentoo-2-4dacd69625c84e46f87e1bbf11437482e7c054f8.zip |
Adding new package wakeonlan
Diffstat (limited to 'net-misc/wakeonlan')
-rw-r--r-- | net-misc/wakeonlan/ChangeLog | 13 | ||||
-rw-r--r-- | net-misc/wakeonlan/files/digest-wakeonlan-0.40 | 1 | ||||
-rw-r--r-- | net-misc/wakeonlan/wakeonlan-0.40.ebuild | 14 |
3 files changed, 28 insertions, 0 deletions
diff --git a/net-misc/wakeonlan/ChangeLog b/net-misc/wakeonlan/ChangeLog new file mode 100644 index 000000000000..fddf218f7f3d --- /dev/null +++ b/net-misc/wakeonlan/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-misc/wakeonlan +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header + +*wakeonlan-0.40 (4 Nov 2002) + + 4 Nov 2002; Matt Keadle <mkeadle@gentoo.org> wakeonlan-0.40.ebuild : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-misc/wakeonlan/files/digest-wakeonlan-0.40 b/net-misc/wakeonlan/files/digest-wakeonlan-0.40 new file mode 100644 index 000000000000..db2c68eea6df --- /dev/null +++ b/net-misc/wakeonlan/files/digest-wakeonlan-0.40 @@ -0,0 +1 @@ +MD5 d045e8e4c1db580e9bc16404c711dabc wakeonlan-0.40.tar.gz 4614 diff --git a/net-misc/wakeonlan/wakeonlan-0.40.ebuild b/net-misc/wakeonlan/wakeonlan-0.40.ebuild new file mode 100644 index 000000000000..8ecfc618232a --- /dev/null +++ b/net-misc/wakeonlan/wakeonlan-0.40.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Client for Wake-On-LAN" +SRC_URI="http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/${P}.tar.gz" +HOMEPAGE="http://gsd.di.uminho.pt/jpo/software/wakeonlan/" +IUSE="" + +SLOT="0" +LICENSE="Artistic GPL-2" +KEYWORDS="x86" |