summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/nvram-reboot/nvram-reboot-2004.10.03.ebuild')
-rw-r--r--sys-apps/nvram-reboot/nvram-reboot-2004.10.03.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/nvram-reboot/nvram-reboot-2004.10.03.ebuild b/sys-apps/nvram-reboot/nvram-reboot-2004.10.03.ebuild
deleted file mode 100644
index 62924ee7aa43..000000000000
--- a/sys-apps/nvram-reboot/nvram-reboot-2004.10.03.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/nvram-reboot/nvram-reboot-2004.10.03.ebuild,v 1.2 2004/10/14 06:31:17 mr_bones_ Exp $
-
-inherit mount-boot
-
-MY_P="${P/nvram-/}"
-DESCRIPTION="PowerOff Boot-Images for nvram-wakeup (not needed for GRUB)"
-HOMEPAGE="http://sourceforge.net/projects/nvram-wakeup/"
-SRC_URI="mirror://sourceforge/nvram-wakeup/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /boot/nvram-wakeup
- doins apm-poweroff.bin bzImage.2.4.20.poweroff dioden-poweroff \
- || die "doins"
- dodoc *.patch *.diff *.txt config.*
-}