diff options
author | 2021-07-13 21:01:37 +0200 | |
---|---|---|
committer | 2021-07-13 22:55:00 +0200 | |
commit | 64404fec81b46699d4ab6958b8ca7adadc4e40f6 (patch) | |
tree | 5f207593d11e4fc16191884adc462d89a5ed404d /net-misc | |
parent | net-misc/spread: migrate to GLEP 81 (diff) | |
download | gentoo-64404fec81b46699d4ab6958b8ca7adadc4e40f6.tar.gz gentoo-64404fec81b46699d4ab6958b8ca7adadc4e40f6.tar.bz2 gentoo-64404fec81b46699d4ab6958b8ca7adadc4e40f6.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/spread/spread-4.4.1.ebuild | 38 | ||||
-rw-r--r-- | net-misc/spread/spread-5.0.1.ebuild | 38 |
2 files changed, 0 insertions, 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 f7a6437d93e7..000000000000 --- 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 b7526d4dcd16..000000000000 --- 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 -} |