From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-939438-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9180E139694 for <garchives@archives.gentoo.org>; Sat, 18 Mar 2017 16:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3AFB21C0C6; Sat, 18 Mar 2017 16:38:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C090521C0C6 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Mar 2017 16:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B01B93414C1 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Mar 2017 16:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BBF66CA7 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Mar 2017 16:38:49 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1489854843.7d6570deafec114f60127cb985b3cb5e8067d346.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-backup/dvcs-autosync/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild X-VCS-Directories: app-backup/dvcs-autosync/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7d6570deafec114f60127cb985b3cb5e8067d346 X-VCS-Branch: master Date: Sat, 18 Mar 2017 16:38:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2997d6ff-6a7d-4a5c-86df-dd087856896d X-Archives-Hash: 801e864d22c30902f39bf9e8610e6995 commit: 7d6570deafec114f60127cb985b3cb5e8067d346 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 16:34:03 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 16:34:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7d6570de app-backup/dvcs-autosync: Bump to EAPI=6 and distutils-r1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild b/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild index a50d923..d536a9f 100644 --- a/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild +++ b/app-backup/dvcs-autosync/dvcs-autosync-9999.ebuild @@ -1,25 +1,27 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI=6 -EGIT_REPO_URI="git://gitorious.org/dvcs-autosync/dvcs-autosync.git - https://git.gitorious.org/dvcs-autosync/dvcs-autosync.git" +PYTHON_COMPAT=( python2_7 ) -inherit git-2 linux-info distutils +inherit git-r3 linux-info distutils-r1 DESCRIPTION="A personal Dropbox replacement based on Git" HOMEPAGE="http://www.mayrhofer.eu.org/dvcs-autosync" SRC_URI="" +EGIT_REPO_URI=" + git://gitorious.org/dvcs-autosync/dvcs-autosync.git + https://git.gitorious.org/dvcs-autosync/dvcs-autosync.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" -DEPEND="dev-lang/python - dev-python/pyinotify - dev-python/xmpppy" +DEPEND=" + dev-python/pyinotify[${PYTHON_USEDEP}] + dev-python/xmpppy[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" CONFIG_CHECK="INOTIFY_USER"