From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EC37138334 for ; Tue, 12 Feb 2019 06:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B61E9E0821; Tue, 12 Feb 2019 06:57:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70DFCE0821 for ; Tue, 12 Feb 2019 06:57:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DA81335CD9 for ; Tue, 12 Feb 2019 06:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996224E3 for ; Tue, 12 Feb 2019 06:57:03 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1549954533.e7c128de3c6dbf8454cb48fb204382133a88696a.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spread/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spread/Manifest net-misc/spread/metadata.xml net-misc/spread/spread-5.0.1.ebuild X-VCS-Directories: net-misc/spread/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: e7c128de3c6dbf8454cb48fb204382133a88696a X-VCS-Branch: master Date: Tue, 12 Feb 2019 06:57:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d3cc32a-73e4-4d3f-8e86-9d74891a1c2c X-Archives-Hash: f3e592b0803147ab02ed7f1b3c852e6e commit: e7c128de3c6dbf8454cb48fb204382133a88696a Author: Joshua Kinard gentoo org> AuthorDate: Tue Feb 12 06:53:35 2019 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Tue Feb 12 06:55:33 2019 +0000 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 @@ - + + kumba@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 00000000000..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 +}