public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/nvram-wakeup: ChangeLog nvram-wakeup-1.0.ebuild
@ 2009-07-13 19:17 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-07-13 19:17 UTC (permalink / raw
  To: gentoo-commits

patrick     09/07/13 19:17:56

  Modified:             ChangeLog
  Added:                nvram-wakeup-1.0.ebuild
  Log:
  Bump to 1.0. Fixes #277699
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sys-power/nvram-wakeup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	18 Jan 2009 18:16:25 -0000	1.8
+++ ChangeLog	13 Jul 2009 19:17:56 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/nvram-wakeup
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.8 2009/01/18 18:16:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.9 2009/07/13 19:17:56 patrick Exp $
+
+*nvram-wakeup-1.0 (13 Jul 2009)
+
+  13 Jul 2009; Patrick Lauer <patrick@gentoo.org> +nvram-wakeup-1.0.ebuild:
+  Bump to 1.0. Fixes #277699
 
 *nvram-wakeup-0.99b (18 Jan 2009)
 



1.1                  sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?rev=1.1&content-type=text/plain

Index: nvram-wakeup-1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v 1.1 2009/07/13 19:17:56 patrick Exp $

inherit flag-o-matic

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
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-power/nvram-wakeup: ChangeLog nvram-wakeup-1.0.ebuild
@ 2010-12-20 16:08 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-12-20 16:08 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/12/20 16:08:12

  Modified:             ChangeLog nvram-wakeup-1.0.ebuild
  Log:
  x86 stable wrt bug #347933
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.10                 sys-power/nvram-wakeup/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	13 Jul 2009 19:17:56 -0000	1.9
+++ ChangeLog	20 Dec 2010 16:08:12 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sys-power/nvram-wakeup
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.9 2009/07/13 19:17:56 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.10 2010/12/20 16:08:12 phajdan.jr Exp $
+
+  20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  nvram-wakeup-1.0.ebuild:
+  x86 stable wrt bug #347933
 
 *nvram-wakeup-1.0 (13 Jul 2009)
 



1.2                  sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?r1=1.1&r2=1.2

Index: nvram-wakeup-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvram-wakeup-1.0.ebuild	13 Jul 2009 19:17:56 -0000	1.1
+++ nvram-wakeup-1.0.ebuild	20 Dec 2010 16:08:12 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v 1.1 2009/07/13 19:17:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v 1.2 2010/12/20 16:08:12 phajdan.jr Exp $
 
 inherit flag-o-matic
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="nls"
 [[ -n ${REV} ]] && RESTRICT="mirror" #168114
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-power/nvram-wakeup: ChangeLog nvram-wakeup-1.0.ebuild
@ 2010-12-22  1:38 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-12-22  1:38 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/12/22 01:38:22

  Modified:             ChangeLog nvram-wakeup-1.0.ebuild
  Log:
  Stable on amd64 wrt bug #347933
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-power/nvram-wakeup/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Dec 2010 16:08:12 -0000	1.10
+++ ChangeLog	22 Dec 2010 01:38:22 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sys-power/nvram-wakeup
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.10 2010/12/20 16:08:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/ChangeLog,v 1.11 2010/12/22 01:38:22 hwoarang Exp $
+
+  22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> nvram-wakeup-1.0.ebuild:
+  Stable on amd64 wrt bug #347933
 
   20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   nvram-wakeup-1.0.ebuild:



1.3                  sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild?r1=1.2&r2=1.3

Index: nvram-wakeup-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nvram-wakeup-1.0.ebuild	20 Dec 2010 16:08:12 -0000	1.2
+++ nvram-wakeup-1.0.ebuild	22 Dec 2010 01:38:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v 1.2 2010/12/20 16:08:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvram-wakeup/nvram-wakeup-1.0.ebuild,v 1.3 2010/12/22 01:38:22 hwoarang Exp $
 
 inherit flag-o-matic
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 [[ -n ${REV} ]] && RESTRICT="mirror" #168114
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-22  1:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22  1:38 [gentoo-commits] gentoo-x86 commit in sys-power/nvram-wakeup: ChangeLog nvram-wakeup-1.0.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-20 16:08 PaweA Hajdan (phajdan.jr)
2009-07-13 19:17 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox