summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 19:52:02 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 19:52:02 -0500
commit2a4073bbb6da754e77332e4baddd9dbbccc89474 (patch)
tree481e19b44aaf62bbb2f68702c945461d3b5ff000 /net-misc
parentnet-misc/spread: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-2a4073bbb6da754e77332e4baddd9dbbccc89474.tar.gz
gentoo-2a4073bbb6da754e77332e4baddd9dbbccc89474.tar.bz2
gentoo-2a4073bbb6da754e77332e4baddd9dbbccc89474.zip
net-misc/spread: remove old versions
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/spread/spread-4.1.0.ebuild38
-rw-r--r--net-misc/spread/spread-4.3.0.ebuild37
2 files changed, 0 insertions, 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 b40b89d5e1b1..000000000000
--- 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 16128268988b..000000000000
--- 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
-}