Gentoo Archives: gentoo-commits

From: "Amadeusz Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/muchsync/
Date: Sun, 30 Aug 2015 16:25:34
Message-Id: 1440951882.294bf2dce58fa4401201bc8f4f08379f981f34c8.aidecoe@gentoo
1 commit: 294bf2dce58fa4401201bc8f4f08379f981f34c8
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 22 14:45:51 2015 +0000
4 Commit: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 16:24:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294bf2dc
7
8 net-mail/muchsync: Add new package
9
10 Package-Manager: portage-2.2.20.1
11
12 net-mail/muchsync/Manifest | 1 +
13 net-mail/muchsync/metadata.xml | 15 +++++++++++++++
14 net-mail/muchsync/muchsync-2.ebuild | 23 +++++++++++++++++++++++
15 3 files changed, 39 insertions(+)
16
17 diff --git a/net-mail/muchsync/Manifest b/net-mail/muchsync/Manifest
18 new file mode 100644
19 index 0000000..bd18759
20 --- /dev/null
21 +++ b/net-mail/muchsync/Manifest
22 @@ -0,0 +1 @@
23 +DIST muchsync-2.tar.gz 129429 SHA256 c195bbef1c4f95da80d40ea8f3df00e3d1934f1d9238f100fd730e02d41017b7 SHA512 fcf37e67982da21fb7e6e0297b7b1f6786c991f087c53235a46856e450620b912ba5c4f7db9c7067bd1b569530efe27de205610be4bdf5ddb2b5c56453a818f9 WHIRLPOOL 01e35df7175a1cab1ee7291f4029b64cb5f368cee1efa60e801943441b9ed40e9c7c58df427a479866b7fdf5f4d8080d66902630444ca7fa929bd435a6b586d1
24
25 diff --git a/net-mail/muchsync/metadata.xml b/net-mail/muchsync/metadata.xml
26 new file mode 100644
27 index 0000000..fc4999f
28 --- /dev/null
29 +++ b/net-mail/muchsync/metadata.xml
30 @@ -0,0 +1,15 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer>
35 + <email>aidecoe@g.o</email>
36 + <name>Amadeusz Żołnowski</name>
37 + </maintainer>
38 + <longdescription lang="en">
39 + Muchsync brings notmuch to all of your computers by synchronizing your
40 + mail messages and notmuch tags across machines. The protocol is heavily
41 + pipelined to work efficiently over high-latency networks such as mobile
42 + broadband. Muchsync supports arbitrary pairwise synchronization among
43 + replicas.
44 + </longdescription>
45 +</pkgmetadata>
46
47 diff --git a/net-mail/muchsync/muchsync-2.ebuild b/net-mail/muchsync/muchsync-2.ebuild
48 new file mode 100644
49 index 0000000..c68b4c0
50 --- /dev/null
51 +++ b/net-mail/muchsync/muchsync-2.ebuild
52 @@ -0,0 +1,23 @@
53 +# Copyright 1999-2015 Gentoo Foundation
54 +# Distributed under the terms of the GNU General Public License v2
55 +# $Id$
56 +
57 +EAPI=5
58 +
59 +DESCRIPTION="Synchronizes mail messages and notmuch tags across machines"
60 +HOMEPAGE="http://www.muchsync.org/"
61 +SRC_URI="http://www.muchsync.org/src/${P}.tar.gz"
62 +
63 +LICENSE="GPL-2+"
64 +SLOT="0"
65 +KEYWORDS="~amd64"
66 +IUSE=""
67 +
68 +DEPEND="dev-db/sqlite:3
69 + dev-libs/openssl:0=
70 + <dev-libs/xapian-1.3
71 + net-mail/notmuch:=
72 + "
73 +RDEPEND="${DEPEND}
74 + net-misc/openssh
75 + "