Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/attic/
Date: Sun, 27 Dec 2015 02:28:06
Message-Id: 1451183649.feab38839dca251c536c53a914531a0c63571b0a.blueness@gentoo
1 commit: feab38839dca251c536c53a914531a0c63571b0a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 02:33:30 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 02:34:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feab3883
7
8 app-backup/attic: initial commit
9
10 Package-Manager: portage-2.2.24
11
12 app-backup/attic/Manifest | 1 +
13 app-backup/attic/attic-0.16.ebuild | 33 +++++++++++++++++++++++++++++++++
14 app-backup/attic/attic-9999.ebuild | 33 +++++++++++++++++++++++++++++++++
15 app-backup/attic/metadata.xml | 8 ++++++++
16 4 files changed, 75 insertions(+)
17
18 diff --git a/app-backup/attic/Manifest b/app-backup/attic/Manifest
19 new file mode 100644
20 index 0000000..1f5d623
21 --- /dev/null
22 +++ b/app-backup/attic/Manifest
23 @@ -0,0 +1 @@
24 +DIST attic-0.16.tar.gz 87985 SHA256 ce44800b08540cbe334f0a4f5da49585850c1eea1bf621c2766bbdcc98a13e09 SHA512 16139cd93bff59414cc1ce3fd68e2dd0aed4937a20bd1003880961ad2e239a1e982fd0d4f6b791165464213b88dea6ccd8e5e59d2087809be2e1bfdfd3b3186c WHIRLPOOL e3f0963cca0ede9d5400393cb5aabf66433c87bbc0dd997e2d63991e69d380113c6a25075ecac0ab61e5807676bf2aa87e72257133df0f2ee879ccaef586e5a3
25
26 diff --git a/app-backup/attic/attic-0.16.ebuild b/app-backup/attic/attic-0.16.ebuild
27 new file mode 100644
28 index 0000000..b324998
29 --- /dev/null
30 +++ b/app-backup/attic/attic-0.16.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +
38 +PYTHON_COMPAT=( python3_4 )
39 +
40 +inherit distutils-r1
41 +
42 +if [[ ${PV} == "9999" ]] ; then
43 + EGIT_REPO_URI="https://github.com/jborg/attic.git"
44 + inherit git-r3
45 +else
46 + SRC_URI="https://github.com/jborg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 + KEYWORDS="~amd64"
48 +fi
49 +
50 +DESCRIPTION="Attic is a deduplicating backup program written in Python."
51 +HOMEPAGE="https://attic-backup.org/"
52 +
53 +LICENSE="BSD"
54 +SLOT="0"
55 +IUSE="libressl"
56 +
57 +RDEPEND="
58 + dev-python/msgpack[${PYTHON_USEDEP}]
59 + !libressl? ( dev-libs/openssl:0 )
60 + libressl? ( dev-libs/libressl )
61 + dev-python/llfuse[${PYTHON_USEDEP}]"
62 +
63 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
64 + ${RDEPEND}"
65
66 diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild
67 new file mode 100644
68 index 0000000..b324998
69 --- /dev/null
70 +++ b/app-backup/attic/attic-9999.ebuild
71 @@ -0,0 +1,33 @@
72 +# Copyright 1999-2015 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +# $Id$
75 +
76 +EAPI="5"
77 +
78 +PYTHON_COMPAT=( python3_4 )
79 +
80 +inherit distutils-r1
81 +
82 +if [[ ${PV} == "9999" ]] ; then
83 + EGIT_REPO_URI="https://github.com/jborg/attic.git"
84 + inherit git-r3
85 +else
86 + SRC_URI="https://github.com/jborg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
87 + KEYWORDS="~amd64"
88 +fi
89 +
90 +DESCRIPTION="Attic is a deduplicating backup program written in Python."
91 +HOMEPAGE="https://attic-backup.org/"
92 +
93 +LICENSE="BSD"
94 +SLOT="0"
95 +IUSE="libressl"
96 +
97 +RDEPEND="
98 + dev-python/msgpack[${PYTHON_USEDEP}]
99 + !libressl? ( dev-libs/openssl:0 )
100 + libressl? ( dev-libs/libressl )
101 + dev-python/llfuse[${PYTHON_USEDEP}]"
102 +
103 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
104 + ${RDEPEND}"
105
106 diff --git a/app-backup/attic/metadata.xml b/app-backup/attic/metadata.xml
107 new file mode 100644
108 index 0000000..1e75873
109 --- /dev/null
110 +++ b/app-backup/attic/metadata.xml
111 @@ -0,0 +1,8 @@
112 +<?xml version="1.0" encoding="UTF-8"?>
113 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
114 +<pkgmetadata>
115 + <maintainer>
116 + <email>blueness@g.o</email>
117 + <name>Anthony G. Basile</name>
118 + </maintainer>
119 +</pkgmetadata>