Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/spiped: spiped-1.5.0.ebuild metadata.xml ChangeLog
Date: Thu, 05 Mar 2015 16:24:09
Message-Id: 20150305162403.EA177131AA@oystercatcher.gentoo.org
1 monsieurp 15/03/05 16:24:03
2
3 Added: spiped-1.5.0.ebuild metadata.xml ChangeLog
4 Log:
5 Adding spiped-1.5.0 to Portage courtesy of Tomas Mozes <hydrapolic@×××××.com>. Fix #542216.
6
7 (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 net-misc/spiped/spiped-1.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: spiped-1.5.0.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild,v 1.1 2015/03/05 16:24:03 monsieurp Exp $
20
21 EAPI=5
22
23 DESCRIPTION="secure pipe daemon"
24 HOMEPAGE="http://www.tarsnap.com/spiped.html"
25 SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE=""
31
32 DEPEND="dev-libs/openssl:*"
33 RDEPEND="${DEPEND}"
34
35 src_install() {
36 dobin spipe/spipe
37 dosbin spiped/spiped
38
39 doman spipe/spipe.1 spiped/spiped.1
40
41 newinitd "${FILESDIR}/${PN}.initd" "${PN}"
42 newconfd "${FILESDIR}/${PN}.confd" "${PN}"
43
44 dodir etc/spiped
45 }
46
47 pkg_postinst() {
48 elog
49 elog "You will need to configure spiped via its"
50 elog "configuration file located in /etc/conf.d/."
51 elog
52 elog "Please have a look at this file prior to starting up spiped!"
53 elog
54 }
55
56
57
58 1.1 net-misc/spiped/metadata.xml
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/metadata.xml?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/metadata.xml?rev=1.1&content-type=text/plain
62
63 Index: metadata.xml
64 ===================================================================
65 <?xml version="1.0" encoding="UTF-8"?>
66 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 <pkgmetadata>
68 <maintainer>
69 <email>monsieurp@g.o</email>
70 </maintainer>
71 <longdescription>
72 Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
73 encrypted and authenticated pipes between socket addresses, so that one may
74 connect to one address (e.g., a UNIX socket on localhost) and transparently
75 have a connection established to another address (e.g., a UNIX socket on a
76 different system). This is similar to 'ssh -L' functionality, but does not
77 use SSH and requires a pre-shared symmetric key.
78 </longdescription>
79 </pkgmetadata>
80
81
82
83 1.1 net-misc/spiped/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for net-misc/ipsc
91 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/ChangeLog,v 1.1 2015/03/05 16:24:03 monsieurp Exp $