public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
@ 2017-02-05 19:58 Alon Bar-Lev
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev @ 2017-02-05 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8543c8fc140fce921bc278357f6d6ec899a59cba
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 19:51:28 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 19:58:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8543c8fc

sys-power/hibernate-script: eapi bump

Package-Manager: portage-2.3.3

 sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
index f01aab2..639663a 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -22,9 +22,14 @@ IUSE="vim-syntax"
 DEPEND=""
 RDEPEND="!<media-gfx/splashutils-1.5.2"
 
-DOCS=( CHANGELOG README SCRIPTLET-API hibernate.vim )
+DOCS=(
+	CHANGELOG
+	README
+	SCRIPTLET-API
+)
 
 src_prepare() {
+	default
 	epatch "${WORKDIR}/${PV}/"*.patch
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
@ 2017-03-25 21:46 Alon Bar-Lev
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev @ 2017-03-25 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     34dff194407fa99694165745b5172daf0d05ffbb
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 21:12:51 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dff194

sys-power/hibernate-script: remove eutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
index 673655309af..fb36cefcf9a 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-inherit eutils
-
 PATCH_VERSION="5"
 
 DESCRIPTION="Hibernate script supporting multiple suspend methods"
@@ -27,10 +25,9 @@ DOCS=(
 	SCRIPTLET-API
 )
 
-src_prepare() {
-	default
-	epatch "${WORKDIR}/${PV}/"*.patch
-}
+PATCHES=(
+	"${WORKDIR}/${PV}"
+)
 
 src_install() {
 	BASE_DIR="${D}" \


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
@ 2017-06-26 22:40 Alon Bar-Lev
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev @ 2017-06-26 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ab5cddde775a60386820a5628cef5c1c5b0f33c6
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 22:39:45 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 22:40:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5cddde

sys-power/hibernate-script: fix urls

Bug: 618680

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
index fb36cefcf9a..52906f7d98f 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 PATCH_VERSION="5"
 
 DESCRIPTION="Hibernate script supporting multiple suspend methods"
-HOMEPAGE="http://www.tuxonice.net/"
-SRC_URI="http://www.tuxonice.net/downloads/all/${P}.tar.gz
+HOMEPAGE="https://github.com/NigelCunningham/Hibernate-Script"
+SRC_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${P}.tar.gz
 	mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
@ 2018-09-28  0:18 Alon Bar-Lev
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev @ 2018-09-28  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f36cd351ff60fca028dc2f389fffeaf487a20f65
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 00:15:37 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 00:18:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36cd351

sys-power/hibernate-script: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
index 52906f7d98f..d53f1555016 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PATCH_VERSION="5"
 
@@ -16,7 +16,6 @@ KEYWORDS="amd64 ppc x86"
 
 IUSE="vim-syntax"
 
-DEPEND=""
 RDEPEND="!<media-gfx/splashutils-1.5.2"
 
 DOCS=(
@@ -37,7 +36,7 @@ src_install() {
 		"${S}/install.sh" || die "Install failed"
 
 	# hibernate-ram will default to using ram.conf
-	dosym /usr/sbin/hibernate /usr/sbin/hibernate-ram
+	dosym hibernate /usr/sbin/hibernate-ram
 
 	newinitd init.d/hibernate-cleanup.sh hibernate-cleanup
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
@ 2019-01-13 19:49 Alon Bar-Lev
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev @ 2019-01-13 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d483b88fa6f5775fc9f1de0215e0a612229cd9f3
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 13 19:48:12 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 19:48:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d483b88f

sys-power/hibernate-script: update home page

Thanks: Nick Coleman
Closes: https://bugs.gentoo.org/show_bug.cgi?id=675304
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
index d53f1555016..680a7bc423f 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 PATCH_VERSION="5"
 
 DESCRIPTION="Hibernate script supporting multiple suspend methods"
-HOMEPAGE="https://github.com/NigelCunningham/Hibernate-Script"
+HOMEPAGE="https://gitlab.com/nigelcunningham/Hibernate-Script"
 SRC_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${P}.tar.gz
 	mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d956ab49c15377cd36d97532d87489955a16a2f7
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d956ab49

sys-power/hibernate-script: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-power/hibernate-script/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-power/hibernate-script/metadata.xml b/sys-power/hibernate-script/metadata.xml
index 115e9d64a669..091204ee8903 100644
--- a/sys-power/hibernate-script/metadata.xml
+++ b/sys-power/hibernate-script/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="gitlab">nigelcunningham/Hibernate-Script</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-02-22 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 19:56 [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2019-01-13 19:49 Alon Bar-Lev
2018-09-28  0:18 Alon Bar-Lev
2017-06-26 22:40 Alon Bar-Lev
2017-03-25 21:46 Alon Bar-Lev
2017-02-05 19:58 Alon Bar-Lev

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