mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-misc/spread: remove old versions
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user