From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QDXkQ-0003LR-CP for garchives@archives.gentoo.org; Sat, 23 Apr 2011 07:59:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B57EC1C02D; Sat, 23 Apr 2011 07:59:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 896151C02D for ; Sat, 23 Apr 2011 07:59:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 057542AC021 for ; Sat, 23 Apr 2011 07:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6564580325 for ; Sat, 23 Apr 2011 07:59:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <6fb3a1e918f9061f47255877e4cf1653666d0f54.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-backup/time-drive/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-backup/time-drive/ChangeLog app-backup/time-drive/metadata.xml app-backup/time-drive/time-drive-0.4.0.ebuild X-VCS-Directories: app-backup/time-drive/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6fb3a1e918f9061f47255877e4cf1653666d0f54 Date: Sat, 23 Apr 2011 07:59:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a0a861f87c0f7be7a01636c46de664db commit: 6fb3a1e918f9061f47255877e4cf1653666d0f54 Author: Justin Lecher gentoo org> AuthorDate: Sat Apr 23 07:58:57 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Apr 23 07:58:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D6fb3a1e9 New addition (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- app-backup/time-drive/ChangeLog | 10 ++++++++ app-backup/time-drive/metadata.xml | 6 +++++ app-backup/time-drive/time-drive-0.4.0.ebuild | 29 +++++++++++++++++++= ++++++ 3 files changed, 45 insertions(+), 0 deletions(-) diff --git a/app-backup/time-drive/ChangeLog b/app-backup/time-drive/Chan= geLog new file mode 100644 index 0000000..6ad2a46 --- /dev/null +++ b/app-backup/time-drive/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-backup/time-drive +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*time-drive-0.4.0 (23 Apr 2011) + + 23 Apr 2011; Justin Lecher +time-drive-0.4.0.ebuild, + +metadata.xml: + New addition + diff --git a/app-backup/time-drive/metadata.xml b/app-backup/time-drive/m= etadata.xml new file mode 100644 index 0000000..e6233b5 --- /dev/null +++ b/app-backup/time-drive/metadata.xml @@ -0,0 +1,6 @@ + + + +no-herd +maintainer-wanted@gentoo.org + diff --git a/app-backup/time-drive/time-drive-0.4.0.ebuild b/app-backup/t= ime-drive/time-drive-0.4.0.ebuild new file mode 100644 index 0000000..a3d8077 --- /dev/null +++ b/app-backup/time-drive/time-drive-0.4.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +PYTHON_DEPEND=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" + +inherit distutils versionator + +MY_PV=3D"$(get_version_component_range 1-2)" + +DESCRIPTION=3D"Linux Backup, Done Right" +HOMEPAGE=3D"https://launchpad.net/time-drive" +SRC_URI=3D"http://launchpad.net/${PN}/${MY_PV}/${MY_PV}/+download/Time-D= rive-${PV}.zip" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE=3D"GPL-2" +IUSE=3D"" + +RDEPEND=3D" + app-backup/duplicity + dev-python/PyQt4" +DEPEND=3D"app-arch/unzip" + +PYTHON_MODNAME=3D"timedrive"