commit:     64404fec81b46699d4ab6958b8ca7adadc4e40f6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 19:01:37 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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
-}

Reply via email to