From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AA92138222 for ; Wed, 4 May 2016 01:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBA121C0B9; Wed, 4 May 2016 01:02:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E94B921C0BC for ; Wed, 4 May 2016 01:02:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1E11340C33 for ; Wed, 4 May 2016 01:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692AB966 for ; Wed, 4 May 2016 01:02:18 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1462323122.2a4073bbb6da754e77332e4baddd9dbbccc89474.wizardedit@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.1.0.ebuild net-misc/spread/spread-4.3.0.ebuild X-VCS-Directories: net-misc/spread/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 2a4073bbb6da754e77332e4baddd9dbbccc89474 X-VCS-Branch: master Date: Wed, 4 May 2016 01:02:18 +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-Archives-Salt: 45be432a-f7f7-4453-9e5d-d0b2ec6e4265 X-Archives-Hash: 2a898cf9ac81921e8042d45097b7c02a commit: 2a4073bbb6da754e77332e4baddd9dbbccc89474 Author: Austin English gentoo org> AuthorDate: Wed May 4 00:52:02 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed May 4 00:52:02 2016 +0000 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..0000000 --- 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..0000000 --- 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 -}