public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-01-28  0:04 Andreas K. Hüttel
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2019-01-28  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a140ecec2a86f406e2bc98b3431bf5142b4c933e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 28 00:04:43 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 28 00:04:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a140ecec

sys-process/supervise-scripts: EAPI bump

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../supervise-scripts-4.0-r1.ebuild                | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
new file mode 100644
index 00000000000..0d19d3c970c
--- /dev/null
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Starting and stopping daemontools managed services"
+HOMEPAGE="http://untroubled.org/supervise-scripts/"
+SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="virtual/daemontools"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	echo "/usr/bin" > conf-bin
+	echo "/usr/share/man" > conf-man
+	default
+}
+
+src_install() {
+	emake PREFIX="${D}" install
+	use doc && dodoc *.html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-03-06 21:13 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2019-03-06 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ba6919037cb3f9a6c42f6a32613a1ddcb67523db
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Mar  6 17:51:44 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 21:13:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba691903

sys-process/supervise-scripts: stable 4.0-r1 for sparc, bug #679104

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
index 0d19d3c970c..8f635627b9e 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-03-07 21:50 Thomas Deutschmann
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2019-03-07 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     783f12cd0e4ac9747cc8c665ca5d0bb117adc781
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 21:44:59 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 21:50:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783f12cd

sys-process/supervise-scripts: x86 stable (bug #679104)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
index 8f635627b9e..81196f403fc 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-03-10 14:50 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-03-10 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d94b2d942359a9d7a9ed73577e99466ab5ab84a5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 14:49:00 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 14:50:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94b2d94

sys-process/supervise-scripts: ppc stable wrt bug #679104

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
index 4bba2592d21..8ee51eed091 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-03-10 14:50 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-03-10 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fdabc6e01f39362b9d9b9e72ec515df476f90914
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 14:48:22 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 14:50:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdabc6e0

sys-process/supervise-scripts: amd64 stable wrt bug #679104

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
index 81196f403fc..eb5fcede905 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ppc sparc x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-03-10 14:50 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-03-10 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     735f76bbe85697333d43487b85cc075e3a6f42b3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 14:48:41 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 14:50:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735f76bb

sys-process/supervise-scripts: alpha stable wrt bug #679104

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
index eb5fcede905..4bba2592d21 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~ppc sparc x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2019-03-10 14:50 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-03-10 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0bd21e54afab625e36dc4a9c751ac74cb647979d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 14:49:47 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 14:50:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd21e54

sys-process/supervise-scripts: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../supervise-scripts/supervise-scripts-4.0.ebuild | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild
deleted file mode 100644
index c63c589d804..00000000000
--- a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="Starting and stopping daemontools managed services"
-HOMEPAGE="http://untroubled.org/supervise-scripts/"
-SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="doc"
-
-RDEPEND="virtual/daemontools"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	echo "/usr/bin" > conf-bin
-	echo "/usr/share/man" > conf-man
-}
-
-src_install() {
-	emake PREFIX="${D}" install || die "Install failed"
-	use doc && dohtml *.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2023-02-17 20:07 Mike Gilbert
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Gilbert @ 2023-02-17 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     29d19c7c3dca617c0429b9caf1384776e35c3d81
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Tue Jan 31 14:51:16 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:07:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d19c7c

sys-process/supervise-scripts: remove daemontools from DEPEND

- daemontools are not needed for installation, only in runtime
- update EAPI 7 -> 8

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29357
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../supervise-scripts-4.0-r2.ebuild                | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
new file mode 100644
index 000000000000..637c5babfaaf
--- /dev/null
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Starting and stopping daemontools managed services"
+HOMEPAGE="http://untroubled.org/supervise-scripts/"
+SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="virtual/daemontools"
+
+src_prepare() {
+	echo "/usr/bin" > conf-bin
+	echo "/usr/share/man" > conf-man
+	default
+}
+
+src_install() {
+	emake PREFIX="${D}" install
+	use doc && dodoc *.html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2023-02-18  4:19 Mike Gilbert
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Gilbert @ 2023-02-18  4:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b33359baba6ee34af2380735113510a94785a42b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 04:15:22 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 04:19:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33359ba

sys-process/supervise-scripts: drop to maintainer-needed

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-process/supervise-scripts/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-process/supervise-scripts/metadata.xml b/sys-process/supervise-scripts/metadata.xml
index 73dda144f9ac..115e9d64a669 100644
--- a/sys-process/supervise-scripts/metadata.xml
+++ b/sys-process/supervise-scripts/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>base-system@gentoo.org</email>
-	<name>Gentoo Base System</name>
-</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2023-04-04 19:43 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-04-04 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1b09ae35659c001528ca6e01c68688549871ad40
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 19:43:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 19:43:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b09ae35

sys-process/supervise-scripts: Stabilize 4.0-r2 amd64, #903787

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
index 637c5babfaaf..067ff70175f9 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2023-04-04 23:17 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-04-04 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f96cde24e40aa527645408595d545be1e8391c12
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 23:16:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 23:16:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96cde24

sys-process/supervise-scripts: Stabilize 4.0-r2 ppc, #903787

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
index 067ff70175f9..5bbfb76b2b1d 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2023-04-04 23:21 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-04-04 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     46855c00464b0a02b36e418fadf8bf7423df53aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 23:20:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 23:20:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46855c00

sys-process/supervise-scripts: Stabilize 4.0-r2 x86, #903787

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
index 5bbfb76b2b1d..7f049594bfad 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2023-04-05 12:41 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-04-05 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     589c04d7e59760d9898b8b7c2cdbb3e14a6e7bd6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 12:41:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 12:41:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589c04d7

sys-process/supervise-scripts: Stabilize 4.0-r2 sparc, #903787

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
index 7f049594bfad..a15ee29c4a8b 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc sparc x86"
 IUSE="doc"
 
 RDEPEND="virtual/daemontools"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
@ 2024-09-18 17:38 Petr Vaněk
  0 siblings, 0 replies; 14+ messages in thread
From: Petr Vaněk @ 2024-09-18 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ef8f2e411aac5a47b932cfeec4ea5639e20231ce
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 17:36:09 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 17:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8f2e41

sys-process/supervise-scripts: drop 4.0-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 .../supervise-scripts-4.0-r1.ebuild                | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
deleted file mode 100644
index 6f566c19862b..000000000000
--- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Starting and stopping daemontools managed services"
-HOMEPAGE="http://untroubled.org/supervise-scripts/"
-SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
-IUSE="doc"
-
-RDEPEND="virtual/daemontools"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	echo "/usr/bin" > conf-bin
-	echo "/usr/share/man" > conf-man
-	default
-}
-
-src_install() {
-	emake PREFIX="${D}" install
-	use doc && dodoc *.html
-}


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

end of thread, other threads:[~2024-09-18 17:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-28  0:04 [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2019-03-06 21:13 Sergei Trofimovich
2019-03-07 21:50 Thomas Deutschmann
2019-03-10 14:50 Mikle Kolyada
2019-03-10 14:50 Mikle Kolyada
2019-03-10 14:50 Mikle Kolyada
2019-03-10 14:50 Mikle Kolyada
2023-02-17 20:07 Mike Gilbert
2023-02-18  4:19 Mike Gilbert
2023-04-04 19:43 Arthur Zamarin
2023-04-04 23:17 Sam James
2023-04-04 23:21 Sam James
2023-04-05 12:41 Arthur Zamarin
2024-09-18 17:38 Petr Vaněk

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