summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-26 18:27:50 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-26 18:27:50 +0000
commit038ae37f93b0ca2e232688636838b6cc4e639da6 (patch)
tree9e69fe16b3dda34647dab7bb2217dcc34c3dc2b0 /net-misc/spread
parentfix live-ebuild (diff)
downloadhistorical-038ae37f93b0ca2e232688636838b6cc4e639da6.tar.gz
historical-038ae37f93b0ca2e232688636838b6cc4e639da6.tar.bz2
historical-038ae37f93b0ca2e232688636838b6cc4e639da6.zip
Remove old.
Package-Manager: portage-2.1.11.22/cvs/Linux x86_64
Diffstat (limited to 'net-misc/spread')
-rw-r--r--net-misc/spread/ChangeLog6
-rw-r--r--net-misc/spread/spread-4.0.0.ebuild38
2 files changed, 4 insertions, 40 deletions
diff --git a/net-misc/spread/ChangeLog b/net-misc/spread/ChangeLog
index 56083972f75d..f74f97e496dd 100644
--- a/net-misc/spread/ChangeLog
+++ b/net-misc/spread/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/spread
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v 1.10 2012/07/12 15:31:56 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v 1.11 2012/09/26 18:25:25 kensington Exp $
+
+ 26 Sep 2012; Michael Palimaka <kensington@gentoo.org> -spread-4.0.0.ebuild:
+ Remove old.
12 Jul 2012; Ian Stakenvicius <axs@gentoo.org> spread-4.0.0.ebuild,
spread-4.1.0.ebuild:
@@ -47,4 +50,3 @@
05 Jan 2006; Caleb Tennis <caleb@gentoo.org> +metadata.xml,
+spread-3.17.3.ebuild:
Initial import
-
diff --git a/net-misc/spread/spread-4.0.0.ebuild b/net-misc/spread/spread-4.0.0.ebuild
deleted file mode 100644
index dc263b7ed7b9..000000000000
--- a/net-misc/spread/spread-4.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.0.0.ebuild,v 1.7 2012/07/12 15:31:56 axs Exp $
-
-EAPI="4"
-inherit eutils
-
-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
-}