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 37EAB13933E for ; Tue, 13 Jul 2021 20:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88DF1E0D7C; Tue, 13 Jul 2021 20:57:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2E71BE0D7C for ; Tue, 13 Jul 2021 20:57:33 +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 44064342D12 for ; Tue, 13 Jul 2021 20:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A9AA7D5 for ; Tue, 13 Jul 2021 20:57:29 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626209700.64404fec81b46699d4ab6958b8ca7adadc4e40f6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spread/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spread/spread-4.4.1.ebuild net-misc/spread/spread-5.0.1.ebuild X-VCS-Directories: net-misc/spread/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 64404fec81b46699d4ab6958b8ca7adadc4e40f6 X-VCS-Branch: master Date: Tue, 13 Jul 2021 20:57:29 +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: de953afe-56ec-4617-a8d3-e04a8d6a6dd2 X-Archives-Hash: 0c530a38aa652ef4b2bdd76a4e631145 commit: 64404fec81b46699d4ab6958b8ca7adadc4e40f6 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Jul 13 19:01:37 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 13 20:55:00 2021 +0000 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..00000000000 --- 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..00000000000 --- 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 -}