monsieurp 15/03/05 16:24:03 Added: spiped-1.5.0.ebuild metadata.xml ChangeLog Log: Adding spiped-1.5.0 to Portage courtesy of Tomas Mozes <[email protected]>. Fix #542216. (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
Revision Changes Path 1.1 net-misc/spiped/spiped-1.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild?rev=1.1&content-type=text/plain Index: spiped-1.5.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/spiped-1.5.0.ebuild,v 1.1 2015/03/05 16:24:03 monsieurp Exp $ EAPI=5 DESCRIPTION="secure pipe daemon" HOMEPAGE="http://www.tarsnap.com/spiped.html" SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/openssl:*" RDEPEND="${DEPEND}" src_install() { dobin spipe/spipe dosbin spiped/spiped doman spipe/spipe.1 spiped/spiped.1 newinitd "${FILESDIR}/${PN}.initd" "${PN}" newconfd "${FILESDIR}/${PN}.confd" "${PN}" dodir etc/spiped } pkg_postinst() { elog elog "You will need to configure spiped via its" elog "configuration file located in /etc/conf.d/." elog elog "Please have a look at this file prior to starting up spiped!" elog } 1.1 net-misc/spiped/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>[email protected]</email> </maintainer> <longdescription> Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key. </longdescription> </pkgmetadata> 1.1 net-misc/spiped/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spiped/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for net-misc/ipsc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/spiped/ChangeLog,v 1.1 2015/03/05 16:24:03 monsieurp Exp $
