summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 19:38:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 19:38:46 +0000
commitfcda69704ec06c6a48743abb03fca70be59a3198 (patch)
treec37f52bf43a2991c6b807cf88658597c4a05f834 /sys-power/nvram-wakeup
parentRemove old. (diff)
downloadgentoo-2-fcda69704ec06c6a48743abb03fca70be59a3198.tar.gz
gentoo-2-fcda69704ec06c6a48743abb03fca70be59a3198.tar.bz2
gentoo-2-fcda69704ec06c6a48743abb03fca70be59a3198.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-power/nvram-wakeup')
-rw-r--r--sys-power/nvram-wakeup/ChangeLog8
-rw-r--r--sys-power/nvram-wakeup/nvram-wakeup-0.97_p863.ebuild70
-rw-r--r--sys-power/nvram-wakeup/nvram-wakeup-0.99b.ebuild70
3 files changed, 6 insertions, 142 deletions
diff --git a/sys-power/nvram-wakeup/ChangeLog b/sys-power/nvram-wakeup/ChangeLog
index acf3d9a31802..4ce52c2df597 100644
--- a/sys-power/nvram-wakeup/ChangeLog
+++ b/sys-power/nvram-wakeup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/nvram-wakeup
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.13 2013/01/06 22:48:26 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.14 2015/04/29 19:38:46 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -nvram-wakeup-0.97_p863.ebuild,
+ -nvram-wakeup-0.99b.ebuild:
+ Remove old.
*nvram-wakeup-1.1 (06 Jan 2013)
diff --git a/sys-power/nvram-wakeup/nvram-wakeup-0.97_p863.ebuild b/sys-power/nvram-wakeup/nvram-wakeup-0.97_p863.ebuild
deleted file mode 100644
index f6d97d0efdba..000000000000
--- a/sys-power/nvram-wakeup/nvram-wakeup-0.97_p863.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-0.97_p863.ebuild,v 1.6 2012/05/24 05:48:22 vapier Exp $
-
-inherit flag-o-matic eutils
-
-MY_P=${P%_p*}
-REV=${P#*_p}
-DESCRIPTION="read and write the WakeUp time in the BIOS"
-HOMEPAGE="http://sourceforge.net/projects/nvram-wakeup"
-SRC_URI="mirror://sourceforge/nvram-wakeup/${MY_P}.tar.bz2"
-[[ -n ${REV} ]] && SRC_URI="${SRC_URI}
- http://nvram-wakeup.svn.sourceforge.net/viewvc/*checkout*/nvram-wakeup/trunk/nvram-wakeup/nvram-wakeup-mb.c?revision=${REV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="nls"
-[[ -n ${REV} ]] && RESTRICT="mirror" #168114
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${MY_P}.tar.bz2
- if [[ -n ${REV} ]] ; then
- cp "${DISTDIR}"/nvram-wakeup-mb.c?revision=${REV} "${S}"/nvram-wakeup-mb.c || die
- fi
- cd "${S}"
- use nls || epatch "${FILESDIR}"/${MY_P}-nonls.patch
- # Need to be careful with CFLAGS since this could eat your bios
- strip-flags
- sed -i \
- -e "s:= -O2 -Wall -Wstrict-prototypes -g -mcpu=i686:+=:" \
- Makefile || die "setting CFLAGS"
-}
-
-src_install() {
- emake \
- prefix="${D}"/usr \
- MANDIR="${D}"/usr/share/man \
- DOCDIR="${D}"/usr/share/doc/${PF} \
- install || die
-
- dodoc "${D}"/usr/bin/vdrshutdown
- rm -f "${D}"/usr/bin/vdrshutdown
- dodoc set_timer
-
- rm -f "${D}"/usr/sbin/time
- rm -f "${D}"/usr/share/man/man*/time.8*
-
- prepalldocs
-}
-
-pkg_postinst() {
- echo
- ewarn "WARNING:"
- ewarn "This program writes into the NVRAM (used by BIOS to store the CMOS"
- ewarn "settings). This is DANGEROUS. Do it at your own risk. Neither the"
- ewarn "author of this program (nvram-wakeup) nor anyone else can be made"
- ewarn "responsible to any damage made by this program in any way."
- ewarn "(The worst case happened to me is that on reboot the BIOS noticed the"
- ewarn "illegal contents of the nvram and set everything to default values."
- ewarn "But this doesn't mean that you can't destroy even your whole computer.)"
- echo
- ewarn " YOU HAVE BEEN WARNED, HAVE A NICE DAY"
- echo
-}
diff --git a/sys-power/nvram-wakeup/nvram-wakeup-0.99b.ebuild b/sys-power/nvram-wakeup/nvram-wakeup-0.99b.ebuild
deleted file mode 100644
index 4b66dc2fad4c..000000000000
--- a/sys-power/nvram-wakeup/nvram-wakeup-0.99b.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-0.99b.ebuild,v 1.2 2012/05/24 05:48:22 vapier Exp $
-
-inherit flag-o-matic eutils
-
-MY_P=${P%_p*}
-[[ ${PV} == *_p* ]] && REV=${P#*_p} || unset REV
-MY_P=${MY_P/e}
-DESCRIPTION="read and write the WakeUp time in the BIOS"
-HOMEPAGE="http://sourceforge.net/projects/nvram-wakeup"
-SRC_URI="mirror://sourceforge/nvram-wakeup/${MY_P}.tar.gz
- ${REV+http://nvram-wakeup.svn.sourceforge.net/viewvc/*checkout*/nvram-wakeup/trunk/nvram-wakeup/nvram-wakeup-mb.c?revision=${REV}}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-[[ -n ${REV} ]] && RESTRICT="mirror" #168114
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
- if [[ -n ${REV} ]] ; then
- cp "${DISTDIR}"/nvram-wakeup-mb.c?revision=${REV} "${S}"/nvram-wakeup-mb.c || die
- fi
- cd "${S}"
- use nls || epatch "${FILESDIR}"/${PN}-0.97-nonls.patch
- # Need to be careful with CFLAGS since this could eat your bios
- strip-flags
- sed -i \
- -e '/^CFLAGS/s:= -O2 :+= $(CPPFLAGS) :' \
- Makefile || die "setting CFLAGS"
-}
-
-src_install() {
- emake \
- prefix="${D}"/usr \
- MANDIR="${D}"/usr/share/man \
- DOCDIR="${D}"/usr/share/doc/${PF} \
- install || die
-
- dodoc "${D}"/usr/bin/vdrshutdown
- rm -f "${D}"/usr/bin/vdrshutdown
- dodoc set_timer
-
- rm -f "${D}"/usr/sbin/time
- rm -f "${D}"/usr/share/man/man*/time.8*
-
- prepalldocs
-}
-
-pkg_postinst() {
- echo
- ewarn "WARNING:"
- ewarn "This program writes into the NVRAM (used by BIOS to store the CMOS"
- ewarn "settings). This is DANGEROUS. Do it at your own risk. Neither the"
- ewarn "author of this program (nvram-wakeup) nor anyone else can be made"
- ewarn "responsible to any damage made by this program in any way."
- ewarn "(The worst case happened to me is that on reboot the BIOS noticed the"
- ewarn "illegal contents of the nvram and set everything to default values."
- ewarn "But this doesn't mean that you can't destroy even your whole computer.)"
- echo
- ewarn " YOU HAVE BEEN WARNED, HAVE A NICE DAY"
- echo
-}