diff --git a/net-p2p/bittorrent-sync/Manifest b/net-p2p/bittorrent-sync/Manifest new file mode 100644 index 0000000..bae186d --- /dev/null +++ b/net-p2p/bittorrent-sync/Manifest @@ -0,0 +1,3 @@ +DIST btsync_i386-1.1.70.tar.gz 1367784 SHA256 25161852b8eaddf50ae385771f79bac47818467bc5cabc539a64d985e8af4dc6 SHA512 ac18a91a2d9549388541c2c7dabcae1e8b04534115d3c7e5d93b3fe984c801ebdeed931d63d59e7e7e767587fe42d2bb80e6833127b4cf475d30130314f5c864 WHIRLPOOL a5b12b32a521b7f730b8e9cd1505ac4b7ccd56f0d5f91a1988192b32a539a48380d040d6485327153051708c4d5919d517202d90aaf3c8033bdb730b72981314 +DIST btsync_x64-1.1.70.tar.gz 1449204 SHA256 7197ac1a23ff593b1cc6ef124cb2555376aac4637f368483ed2e0d5230b3dec2 SHA512 768f960935cacd1ccc655e9182ada0ddf61d4b8fd0dc8a5386182a46014e6bd11f1743a78884f17b9d3b04d6668bb98c56bce8019c902a216ed26d65a60492c7 WHIRLPOOL 6261713d643ef0eb9816837975a0d0af534819cf978de8370b088c93bd86770f3053c0976e27aee32fc00b0ecf1a9a01cf083e95c1325dcd632896a6e6b5bf2c +EBUILD bittorrent-sync-1.1.70.ebuild 701 SHA256 95aaf86f88fab35b03133f17599c4e0b618285608d985be6377a8ed6429f0255 SHA512 773205459a387f31117921a4ef0bd3b2fd4411f5f0299f0c3126776bddf40c10df4ecdbbc02a808f7ae648c798ba196a2650bbdbebacb198720d10d931603dff WHIRLPOOL 44cbb9165621d60800887f41025f42dcc1443b6e4645094608ccea5d204b952e26809b3427c65f8a3d8ea6945d0a1325850287e133e11b5c5dad4d8e1480b2d5 diff --git a/net-p2p/bittorrent-sync/bittorrent-sync-1.1.70.ebuild b/net-p2p/bittorrent-sync/bittorrent-sync-1.1.70.ebuild new file mode 100644 index 0000000..e1bebc1 --- /dev/null +++ b/net-p2p/bittorrent-sync/bittorrent-sync-1.1.70.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Automatically sync files via secure, distributed technology." +HOMEPAGE="http://labs.bittorrent.com/experiments/sync.html" +SRC_URI=" + amd64? ( http://syncapp.bittorrent.com/${PV}/btsync_x64-${PV}.tar.gz ) + x86? ( http://syncapp.bittorrent.com/${PV}/btsync_i386-${PV}.tar.gz )" + +LICENSE="bittorrent-sync" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +QA_PREBUILT="opt/bin/btsync" + +src_install() { + exeinto /opt/bin + doexe btsync + newconfd "${FILESDIR}/btsync.confd" btsync + newinitd "${FILESDIR}/btsync.initd" btsync +}