Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spiped/
Date: Thu, 01 Oct 2015 21:00:55
Message-Id: 1443733165.f61846bdd529e18ddd7dc1278caf3bbbadda295d.monsieurp@gentoo
1 commit: f61846bdd529e18ddd7dc1278caf3bbbadda295d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 19:45:11 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 20:59:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61846bd
7
8 net-misc/spiped: Clean up old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 net-misc/spiped/spiped-1.5.0.ebuild | 38 -------------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/net-misc/spiped/spiped-1.5.0.ebuild b/net-misc/spiped/spiped-1.5.0.ebuild
17 deleted file mode 100644
18 index 9a62bf2..0000000
19 --- a/net-misc/spiped/spiped-1.5.0.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -DESCRIPTION="secure pipe daemon"
29 -HOMEPAGE="http://www.tarsnap.com/spiped.html"
30 -SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
31 -
32 -LICENSE="BSD"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND="dev-libs/openssl:*"
38 -RDEPEND="${DEPEND}"
39 -
40 -src_install() {
41 - dobin spipe/spipe
42 - dosbin spiped/spiped
43 -
44 - doman spipe/spipe.1 spiped/spiped.1
45 -
46 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
47 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
48 -
49 - dodir etc/spiped
50 -}
51 -
52 -pkg_postinst() {
53 - elog
54 - elog "You will need to configure spiped via its"
55 - elog "configuration file located in /etc/conf.d/."
56 - elog
57 - elog "Please have a look at this file prior to starting up spiped!"
58 - elog
59 -}