[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/, net-misc/spread/files/

2022-11-17 Thread Joshua Kinard
commit: 29160e2124424bd4d64c2122ba18cbc67ae575b9
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri Nov 18 05:26:10 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri Nov 18 05:54:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29160e21

net-misc/spread: remove last rited package

Closes: https://bugs.gentoo.org/838109
Closes: https://bugs.gentoo.org/725156
Signed-off-by: Joshua Kinard  gentoo.org>

 net-misc/spread/Manifest   |  2 --
 net-misc/spread/files/spread.init.d| 24 
 net-misc/spread/metadata.xml   |  8 
 net-misc/spread/spread-4.4.1-r1.ebuild | 32 
 net-misc/spread/spread-5.0.1-r1.ebuild | 32 
 5 files changed, 98 deletions(-)

diff --git a/net-misc/spread/Manifest b/net-misc/spread/Manifest
deleted file mode 100644
index 5f2ba1e68a36..
--- a/net-misc/spread/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST spread-src-4.4.1.tar.gz 760038 BLAKE2B 
250e6347695f5f6e8047bf527c92baa3cfb6c44ce88ea08ff6ab066b937fab29531743133e73e155a5cc07109b1942efe46fd1d3b74202264a2e8ef0f518a0ad
 SHA512 
19f3fe897e4a4bd68dffc7d28d7b99826bbcbb5c2f44eb18127ed486063594bfd788c03c8c338b9b329302659325fa84a9cbfee3f202a9970afb1a560bb6f496
-DIST spread-src-5.0.1.tar.gz 803058 BLAKE2B 
b115675cb8ad89bfda7921d7ede0d168bfa833297a13cf5bba866505813fc255d3585b4a02e51409acda73597803ac691b0b6d329b189405004fce5505af7f1c
 SHA512 
f57dbabb6e4d343434fe1c48bb8868cf601e22c599a520521a23c6dfa215b1d835fb2a7dc3b7cf124352060d12566c5f64114544428cc5a95e7899208379b115

diff --git a/net-misc/spread/files/spread.init.d 
b/net-misc/spread/files/spread.init.d
deleted file mode 100644
index c041444e65a9..
--- a/net-misc/spread/files/spread.init.d
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need net
-}
-
-mkdir_spreadirs() {
-   [ -d /var/run/spread ] || mkdir -p /var/run/spread
-}
-
-start() {
-   ebegin "Starting Spread Daemon"
-   mkdir_spreadirs
-   start-stop-daemon --start --quiet --background --make-pidfile --pidfile 
/var/run/spread.pid --exec /usr/sbin/spread &
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping Spread"
-   start-stop-daemon --stop --pidfile /var/run/spread.pid
-   eend $?
-}

diff --git a/net-misc/spread/metadata.xml b/net-misc/spread/metadata.xml
deleted file mode 100644
index f460837e12d5..
--- a/net-misc/spread/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   ku...@gentoo.org
-   Joshua Kinard
-   
-

diff --git a/net-misc/spread/spread-4.4.1-r1.ebuild 
b/net-misc/spread/spread-4.4.1-r1.ebuild
deleted file mode 100644
index 260f3192f7a5..
--- a/net-misc/spread/spread-4.4.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Spread-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   acct-group/spread
-   acct-user/spread
-"
-
-src_prepare() {
-   default
-
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-}

diff --git a/net-misc/spread/spread-5.0.1-r1.ebuild 
b/net-misc/spread/spread-5.0.1-r1.ebuild
deleted file mode 100644
index 8eb9fd8c90b6..
--- a/net-misc/spread/spread-5.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Spread-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   acct-group/spread
-   acct-user/spread
-"
-
-src_prepare() {
-   default
-
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2022-01-28 Thread Joshua Kinard
commit: bc89a86892be99ae590327884d5936cd10029de3
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jan 29 01:54:27 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jan 29 01:54:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc89a868

net-misc/spread: Minor ebuild updates.

  - Update copyright year
  - EAPI 8
  - Compile-tested

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 net-misc/spread/spread-4.4.1-r1.ebuild | 4 ++--
 net-misc/spread/spread-5.0.1-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/spread/spread-4.4.1-r1.ebuild 
b/net-misc/spread/spread-4.4.1-r1.ebuild
index 70da45c67ba2..260f3192f7a5 100644
--- a/net-misc/spread/spread-4.4.1-r1.ebuild
+++ b/net-misc/spread/spread-4.4.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="8"
 
 MY_PN="spread-src"
 

diff --git a/net-misc/spread/spread-5.0.1-r1.ebuild 
b/net-misc/spread/spread-5.0.1-r1.ebuild
index 85b0f141896f..8eb9fd8c90b6 100644
--- a/net-misc/spread/spread-5.0.1-r1.ebuild
+++ b/net-misc/spread/spread-5.0.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="8"
 
 MY_PN="spread-src"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2021-07-13 Thread Conrad Kostecki
commit: 64404fec81b46699d4ab6958b8ca7adadc4e40f6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 13 19:01:37 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 13 20:55:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64404fec

net-misc/spread: drop old version

Closes: https://bugs.gentoo.org/781434
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/spread/spread-4.4.1.ebuild | 38 -
 net-misc/spread/spread-5.0.1.ebuild | 38 -
 2 files changed, 76 deletions(-)

diff --git a/net-misc/spread/spread-4.4.1.ebuild 
b/net-misc/spread/spread-4.4.1.ebuild
deleted file mode 100644
index f7a6437d93e..000
--- a/net-misc/spread/spread-4.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit user
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Spread-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   enewuser spread
-   enewgroup spread
-}
-
-src_prepare() {
-   default
-
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-}

diff --git a/net-misc/spread/spread-5.0.1.ebuild 
b/net-misc/spread/spread-5.0.1.ebuild
deleted file mode 100644
index b7526d4dcd1..000
--- a/net-misc/spread/spread-5.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit user
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Spread-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   enewuser spread
-   enewgroup spread
-}
-
-src_prepare() {
-   default
-
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2021-07-13 Thread Conrad Kostecki
commit: f5fb502e3018a92fdea1a4a019cf05669bb650a5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 13 19:00:56 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 13 20:54:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fb502e

net-misc/spread: migrate to GLEP 81

Bug: https://bugs.gentoo.org/781434
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/spread/spread-4.4.1-r1.ebuild | 32 
 net-misc/spread/spread-5.0.1-r1.ebuild | 32 
 2 files changed, 64 insertions(+)

diff --git a/net-misc/spread/spread-4.4.1-r1.ebuild 
b/net-misc/spread/spread-4.4.1-r1.ebuild
new file mode 100644
index 000..70da45c67ba
--- /dev/null
+++ b/net-misc/spread/spread-4.4.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org";
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Spread-1.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+   acct-group/spread
+   acct-user/spread
+"
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+}

diff --git a/net-misc/spread/spread-5.0.1-r1.ebuild 
b/net-misc/spread/spread-5.0.1-r1.ebuild
new file mode 100644
index 000..85b0f141896
--- /dev/null
+++ b/net-misc/spread/spread-5.0.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org";
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Spread-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   acct-group/spread
+   acct-user/spread
+"
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2019-02-17 Thread Joshua Kinard
commit: 99adfc695e36052281eb5ddd1d324ccd9bd93f96
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Feb 18 04:04:44 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Feb 18 04:04:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99adfc69

net-misc/spread: Remove older ebuilds, mark new stable

Removed 4.1.0-r1 and 4.3.0-r1.
Marked 4.4.1 stable for x86 and amd64.
Resolves Bugs #535616 and #635660.

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.61, Repoman-2.3.12

 net-misc/spread/Manifest   |  2 --
 net-misc/spread/spread-4.1.0-r1.ebuild | 39 --
 net-misc/spread/spread-4.3.0-r1.ebuild | 38 -
 net-misc/spread/spread-4.4.1.ebuild|  2 +-
 4 files changed, 1 insertion(+), 80 deletions(-)

diff --git a/net-misc/spread/Manifest b/net-misc/spread/Manifest
index a0fa39f6445..5f2ba1e68a3 100644
--- a/net-misc/spread/Manifest
+++ b/net-misc/spread/Manifest
@@ -1,4 +1,2 @@
-DIST spread-src-4.1.0.tar.gz 641060 BLAKE2B 
a1f8f0c943385cd23301faf9f00553a922919fa50113789ce1c8a028d83645bc7fb32fd7e6e21f6073bfc32476c7dd28b885435285f9ac8bab0b3ea6e2949779
 SHA512 
6db3cf9760d483685bd23d32760f52b9af667fcf98341fad198b0831cc41cc839998dee59dee04426bf4db15700656fe90f4f457e2a3c6e449eb51b07fc18a6d
-DIST spread-src-4.3.0.tar.gz 745113 BLAKE2B 
06fc28a0535fcf61e4dae8cb45ad0f5b4ba70cf12835966bebb27a635736764fdd33d24e6e7fe1433240fb9f6c6e9338631108a93cf9e21b2c58691f09c4e156
 SHA512 
7eb87e896a623accfe3f36c44ba55f8258d078ff9cdc141509456af4a069802f087edaeafcd356791337dbfb4d4f67b808a482ea54ac58aef8fb980cdbc6fea6
 DIST spread-src-4.4.1.tar.gz 760038 BLAKE2B 
250e6347695f5f6e8047bf527c92baa3cfb6c44ce88ea08ff6ab066b937fab29531743133e73e155a5cc07109b1942efe46fd1d3b74202264a2e8ef0f518a0ad
 SHA512 
19f3fe897e4a4bd68dffc7d28d7b99826bbcbb5c2f44eb18127ed486063594bfd788c03c8c338b9b329302659325fa84a9cbfee3f202a9970afb1a560bb6f496
 DIST spread-src-5.0.1.tar.gz 803058 BLAKE2B 
b115675cb8ad89bfda7921d7ede0d168bfa833297a13cf5bba866505813fc255d3585b4a02e51409acda73597803ac691b0b6d329b189405004fce5505af7f1c
 SHA512 
f57dbabb6e4d343434fe1c48bb8868cf601e22c599a520521a23c6dfa215b1d835fb2a7dc3b7cf124352060d12566c5f64114544428cc5a95e7899208379b115

diff --git a/net-misc/spread/spread-4.1.0-r1.ebuild 
b/net-misc/spread/spread-4.1.0-r1.ebuild
deleted file mode 100644
index 06e268e108b..000
--- a/net-misc/spread/spread-4.1.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit user
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Spread-1.0 GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   enewuser spread
-   enewgroup spread
-}
-
-src_prepare() {
-   default
-
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-   dodir /var/run/spread
-}

diff --git a/net-misc/spread/spread-4.3.0-r1.ebuild 
b/net-misc/spread/spread-4.3.0-r1.ebuild
deleted file mode 100644
index 06bbce63e1c..000
--- a/net-misc/spread/spread-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit user
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Spread-1.0 GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   enewuser spread
-   enewgroup spread
-}
-
-src_prepare() {
-   default
-
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-}

diff --git a/net-misc/spread/spread-4.4.1.ebuild 
b/net-misc/spread/spread-4.4.1.ebuild
index b7526d4dcd1..f7a6437d93e 100644
--- a/net-misc/spread/spread-4.4.1.ebuild
+++ b/net-misc/spread/spread-4.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="Spread-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2019-02-12 Thread Joshua Kinard
commit: 7d9edaec4b3b7e5e28cfbca16b1099ddd47c0d05
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Feb 12 08:23:42 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Feb 12 08:23:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9edaec

net-misc/spread: Add ebuild for 4.4.1

Add an ebuild for spread-4.4.1.  Also solves the compile error
identified in Bug #535616, but is a more viable candidate for
stabilization so 5.x can soak longer.

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.60, Repoman-2.3.12

 net-misc/spread/Manifest|  1 +
 net-misc/spread/spread-4.4.1.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/net-misc/spread/Manifest b/net-misc/spread/Manifest
index f5b0b17aba8..a0fa39f6445 100644
--- a/net-misc/spread/Manifest
+++ b/net-misc/spread/Manifest
@@ -1,3 +1,4 @@
 DIST spread-src-4.1.0.tar.gz 641060 BLAKE2B 
a1f8f0c943385cd23301faf9f00553a922919fa50113789ce1c8a028d83645bc7fb32fd7e6e21f6073bfc32476c7dd28b885435285f9ac8bab0b3ea6e2949779
 SHA512 
6db3cf9760d483685bd23d32760f52b9af667fcf98341fad198b0831cc41cc839998dee59dee04426bf4db15700656fe90f4f457e2a3c6e449eb51b07fc18a6d
 DIST spread-src-4.3.0.tar.gz 745113 BLAKE2B 
06fc28a0535fcf61e4dae8cb45ad0f5b4ba70cf12835966bebb27a635736764fdd33d24e6e7fe1433240fb9f6c6e9338631108a93cf9e21b2c58691f09c4e156
 SHA512 
7eb87e896a623accfe3f36c44ba55f8258d078ff9cdc141509456af4a069802f087edaeafcd356791337dbfb4d4f67b808a482ea54ac58aef8fb980cdbc6fea6
+DIST spread-src-4.4.1.tar.gz 760038 BLAKE2B 
250e6347695f5f6e8047bf527c92baa3cfb6c44ce88ea08ff6ab066b937fab29531743133e73e155a5cc07109b1942efe46fd1d3b74202264a2e8ef0f518a0ad
 SHA512 
19f3fe897e4a4bd68dffc7d28d7b99826bbcbb5c2f44eb18127ed486063594bfd788c03c8c338b9b329302659325fa84a9cbfee3f202a9970afb1a560bb6f496
 DIST spread-src-5.0.1.tar.gz 803058 BLAKE2B 
b115675cb8ad89bfda7921d7ede0d168bfa833297a13cf5bba866505813fc255d3585b4a02e51409acda73597803ac691b0b6d329b189405004fce5505af7f1c
 SHA512 
f57dbabb6e4d343434fe1c48bb8868cf601e22c599a520521a23c6dfa215b1d835fb2a7dc3b7cf124352060d12566c5f64114544428cc5a95e7899208379b115

diff --git a/net-misc/spread/spread-4.4.1.ebuild 
b/net-misc/spread/spread-4.4.1.ebuild
new file mode 100644
index 000..b7526d4dcd1
--- /dev/null
+++ b/net-misc/spread/spread-4.4.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit user
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org";
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Spread-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+   enewuser spread
+   enewgroup spread
+}
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2019-02-11 Thread Joshua Kinard
commit: e7c128de3c6dbf8454cb48fb204382133a88696a
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Feb 12 06:53:35 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Feb 12 06:55:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c128de

net-misc/spread: Add ebuild for 5.0.1

Add an ebuild for spread-5.0.1.  Appears to resolve Bug #535616.

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.60, Repoman-2.3.12

 net-misc/spread/Manifest|  1 +
 net-misc/spread/metadata.xml|  5 -
 net-misc/spread/spread-5.0.1.ebuild | 38 +
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/net-misc/spread/Manifest b/net-misc/spread/Manifest
index 73e0f24b48e..f5b0b17aba8 100644
--- a/net-misc/spread/Manifest
+++ b/net-misc/spread/Manifest
@@ -1,2 +1,3 @@
 DIST spread-src-4.1.0.tar.gz 641060 BLAKE2B 
a1f8f0c943385cd23301faf9f00553a922919fa50113789ce1c8a028d83645bc7fb32fd7e6e21f6073bfc32476c7dd28b885435285f9ac8bab0b3ea6e2949779
 SHA512 
6db3cf9760d483685bd23d32760f52b9af667fcf98341fad198b0831cc41cc839998dee59dee04426bf4db15700656fe90f4f457e2a3c6e449eb51b07fc18a6d
 DIST spread-src-4.3.0.tar.gz 745113 BLAKE2B 
06fc28a0535fcf61e4dae8cb45ad0f5b4ba70cf12835966bebb27a635736764fdd33d24e6e7fe1433240fb9f6c6e9338631108a93cf9e21b2c58691f09c4e156
 SHA512 
7eb87e896a623accfe3f36c44ba55f8258d078ff9cdc141509456af4a069802f087edaeafcd356791337dbfb4d4f67b808a482ea54ac58aef8fb980cdbc6fea6
+DIST spread-src-5.0.1.tar.gz 803058 BLAKE2B 
b115675cb8ad89bfda7921d7ede0d168bfa833297a13cf5bba866505813fc255d3585b4a02e51409acda73597803ac691b0b6d329b189405004fce5505af7f1c
 SHA512 
f57dbabb6e4d343434fe1c48bb8868cf601e22c599a520521a23c6dfa215b1d835fb2a7dc3b7cf124352060d12566c5f64114544428cc5a95e7899208379b115

diff --git a/net-misc/spread/metadata.xml b/net-misc/spread/metadata.xml
index 6f49eba8f49..269a11fe643 100644
--- a/net-misc/spread/metadata.xml
+++ b/net-misc/spread/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
 

diff --git a/net-misc/spread/spread-5.0.1.ebuild 
b/net-misc/spread/spread-5.0.1.ebuild
new file mode 100644
index 000..b7526d4dcd1
--- /dev/null
+++ b/net-misc/spread/spread-5.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit user
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org";
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Spread-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+   enewuser spread
+   enewgroup spread
+}
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/

2016-05-03 Thread Austin English
commit: 2a4073bbb6da754e77332e4baddd9dbbccc89474
Author: Austin English  gentoo  org>
AuthorDate: Wed May  4 00:52:02 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed May  4 00:52:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4073bb

net-misc/spread: remove old versions

Package-Manager: portage-2.2.26

 net-misc/spread/spread-4.1.0.ebuild | 38 -
 net-misc/spread/spread-4.3.0.ebuild | 37 
 2 files changed, 75 deletions(-)

diff --git a/net-misc/spread/spread-4.1.0.ebuild 
b/net-misc/spread/spread-4.1.0.ebuild
deleted file mode 100644
index b40b89d..000
--- a/net-misc/spread/spread-4.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-inherit eutils user
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Spread-1.0 GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   enewuser spread
-   enewgroup spread
-}
-
-src_prepare() {
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-   dodir /var/run/spread
-}

diff --git a/net-misc/spread/spread-4.3.0.ebuild 
b/net-misc/spread/spread-4.3.0.ebuild
deleted file mode 100644
index 1612826..000
--- a/net-misc/spread/spread-4.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-inherit eutils user
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org";
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Spread-1.0 GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   enewuser spread
-   enewgroup spread
-}
-
-src_prepare() {
-   # don't strip binaries
-   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
-}
-
-src_install() {
-   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
-   newinitd "${FILESDIR}"/spread.init.d spread
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/spread/files/, net-misc/spread/

2016-05-03 Thread Austin English
commit: b372beb51de84f4f5268c717c52e6aea6722bf37
Author: Austin English  gentoo  org>
AuthorDate: Wed May  4 00:51:44 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed May  4 00:51:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b372beb5

net-misc/spread: use #!/sbin/openrc-run instead of #!/sbin/runscript

Gentoo-Bug: https://bugs.gentoo.org/573846

Package-Manager: portage-2.2.26

 net-misc/spread/files/spread.init.d|  5 ++---
 net-misc/spread/spread-4.1.0-r1.ebuild | 40 ++
 net-misc/spread/spread-4.3.0-r1.ebuild | 39 +
 3 files changed, 81 insertions(+), 3 deletions(-)

diff --git a/net-misc/spread/files/spread.init.d 
b/net-misc/spread/files/spread.init.d
index b62ec6e..9d55184 100644
--- a/net-misc/spread/files/spread.init.d
+++ b/net-misc/spread/files/spread.init.d
@@ -1,8 +1,7 @@
-#!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-# $Id$
 
 depend() {
need net

diff --git a/net-misc/spread/spread-4.1.0-r1.ebuild 
b/net-misc/spread/spread-4.1.0-r1.ebuild
new file mode 100644
index 000..67438ab
--- /dev/null
+++ b/net-misc/spread/spread-4.1.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+inherit user
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org";
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Spread-1.0 GPL-2"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+   enewuser spread
+   enewgroup spread
+}
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+   dodir /var/run/spread
+}

diff --git a/net-misc/spread/spread-4.3.0-r1.ebuild 
b/net-misc/spread/spread-4.3.0-r1.ebuild
new file mode 100644
index 000..57978f7
--- /dev/null
+++ b/net-misc/spread/spread-4.3.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+inherit user
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org";
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Spread-1.0 GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+   enewuser spread
+   enewgroup spread
+}
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+}