summaryrefslogtreecommitdiff
path: root/net-misc/spread/spread-5.0.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-18 06:58:04 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-18 06:58:04 +0000
commit070c77515d1406e762e9e344856546f0a15765b6 (patch)
treee9c59800869ff27454b82c6afa378a4fee0ef935 /net-misc/spread/spread-5.0.1-r1.ebuild
parent6330245077f9f298a785e17756a8f59a843361a5 (diff)
gentoo auto-resync : 18:11:2022 - 06:58:04
Diffstat (limited to 'net-misc/spread/spread-5.0.1-r1.ebuild')
-rw-r--r--net-misc/spread/spread-5.0.1-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/spread/spread-5.0.1-r1.ebuild b/net-misc/spread/spread-5.0.1-r1.ebuild
deleted file mode 100644
index 8eb9fd8c90b6..000000000000
--- a/net-misc/spread/spread-5.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-MY_PN="spread-src"
-
-DESCRIPTION="Distributed network messaging system"
-HOMEPAGE="http://www.spread.org"
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Spread-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- acct-group/spread
- acct-user/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
-}