commit: 7634abcbf09f363b677884217df375ace57311a4 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon Dec 14 15:33:38 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Dec 14 15:33:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7634abcb
net-misc/wakeonlan: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild deleted file mode 100644 index 6edc22e5353..00000000000 --- a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GENTOO_DEPEND_ON_PERL_SUBSLOT=no -inherit eutils perl-module - -DESCRIPTION="Client for Wake-On-LAN" -HOMEPAGE="http://gsd.di.uminho.pt/jpo/software/wakeonlan/" -SRC_URI="http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/${P}.tar.gz" - -LICENSE="Artistic GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="virtual/perl-ExtUtils-MakeMaker" - -src_prepare() { - epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch - perl-module_src_prepare -} - -src_install() { - perl-module_src_install - dodoc examples/lab001.wol -}
