summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2015-08-22 15:45:51 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2015-08-30 17:24:42 +0100
commit294bf2dce58fa4401201bc8f4f08379f981f34c8 (patch)
tree2417cfd4081b6dd548dcbcc596d160297fb2d825 /net-mail/muchsync/muchsync-2.ebuild
parentmedia-sound/kmidimon: add patch fixing build failure with kde-base/kdelibs-4.... (diff)
downloadgentoo-294bf2dce58fa4401201bc8f4f08379f981f34c8.tar.gz
gentoo-294bf2dce58fa4401201bc8f4f08379f981f34c8.tar.bz2
gentoo-294bf2dce58fa4401201bc8f4f08379f981f34c8.zip
net-mail/muchsync: Add new package
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-mail/muchsync/muchsync-2.ebuild')
-rw-r--r--net-mail/muchsync/muchsync-2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-mail/muchsync/muchsync-2.ebuild b/net-mail/muchsync/muchsync-2.ebuild
new file mode 100644
index 000000000000..c68b4c0b75de
--- /dev/null
+++ b/net-mail/muchsync/muchsync-2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Synchronizes mail messages and notmuch tags across machines"
+HOMEPAGE="http://www.muchsync.org/"
+SRC_URI="http://www.muchsync.org/src/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-db/sqlite:3
+ dev-libs/openssl:0=
+ <dev-libs/xapian-1.3
+ net-mail/notmuch:=
+ "
+RDEPEND="${DEPEND}
+ net-misc/openssh
+ "