commit:     feab38839dca251c536c53a914531a0c63571b0a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 02:33:30 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 02:34:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feab3883

app-backup/attic: initial commit

Package-Manager: portage-2.2.24

 app-backup/attic/Manifest          |  1 +
 app-backup/attic/attic-0.16.ebuild | 33 +++++++++++++++++++++++++++++++++
 app-backup/attic/attic-9999.ebuild | 33 +++++++++++++++++++++++++++++++++
 app-backup/attic/metadata.xml      |  8 ++++++++
 4 files changed, 75 insertions(+)

diff --git a/app-backup/attic/Manifest b/app-backup/attic/Manifest
new file mode 100644
index 0000000..1f5d623
--- /dev/null
+++ b/app-backup/attic/Manifest
@@ -0,0 +1 @@
+DIST attic-0.16.tar.gz 87985 SHA256 
ce44800b08540cbe334f0a4f5da49585850c1eea1bf621c2766bbdcc98a13e09 SHA512 
16139cd93bff59414cc1ce3fd68e2dd0aed4937a20bd1003880961ad2e239a1e982fd0d4f6b791165464213b88dea6ccd8e5e59d2087809be2e1bfdfd3b3186c
 WHIRLPOOL 
e3f0963cca0ede9d5400393cb5aabf66433c87bbc0dd997e2d63991e69d380113c6a25075ecac0ab61e5807676bf2aa87e72257133df0f2ee879ccaef586e5a3

diff --git a/app-backup/attic/attic-0.16.ebuild 
b/app-backup/attic/attic-0.16.ebuild
new file mode 100644
index 0000000..b324998
--- /dev/null
+++ b/app-backup/attic/attic-0.16.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+       EGIT_REPO_URI="https://github.com/jborg/attic.git";
+       inherit git-r3
+else
+       SRC_URI="https://github.com/jborg/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Attic is a deduplicating backup program written in Python."
+HOMEPAGE="https://attic-backup.org/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+RDEPEND="
+       dev-python/msgpack[${PYTHON_USEDEP}]
+       !libressl? ( dev-libs/openssl:0 )
+       libressl? ( dev-libs/libressl )
+       dev-python/llfuse[${PYTHON_USEDEP}]"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       ${RDEPEND}"

diff --git a/app-backup/attic/attic-9999.ebuild 
b/app-backup/attic/attic-9999.ebuild
new file mode 100644
index 0000000..b324998
--- /dev/null
+++ b/app-backup/attic/attic-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+       EGIT_REPO_URI="https://github.com/jborg/attic.git";
+       inherit git-r3
+else
+       SRC_URI="https://github.com/jborg/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Attic is a deduplicating backup program written in Python."
+HOMEPAGE="https://attic-backup.org/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+RDEPEND="
+       dev-python/msgpack[${PYTHON_USEDEP}]
+       !libressl? ( dev-libs/openssl:0 )
+       libressl? ( dev-libs/libressl )
+       dev-python/llfuse[${PYTHON_USEDEP}]"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       ${RDEPEND}"

diff --git a/app-backup/attic/metadata.xml b/app-backup/attic/metadata.xml
new file mode 100644
index 0000000..1e75873
--- /dev/null
+++ b/app-backup/attic/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Anthony G. Basile</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to