diff options
author | Wolfgang Müller | 2022-02-27 17:01:43 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-02-27 17:01:43 +0100 |
commit | ec1110a434ff65ddb6043443d24b85ad85cb9efd (patch) | |
tree | 257c7500cb2fd8981d8eea8bbb615be0cfc4c915 /sys-fs/zfs_autobackup | |
parent | 3613f259488d4e68c919adfe486c78d193599373 (diff) | |
download | pramantha-ec1110a434ff65ddb6043443d24b85ad85cb9efd.tar.gz |
sys-fs/zfs_autobackup: Add 3.1.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'sys-fs/zfs_autobackup')
-rw-r--r-- | sys-fs/zfs_autobackup/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/zfs_autobackup/metadata.xml | 7 | ||||
-rw-r--r-- | sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild | 25 |
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-fs/zfs_autobackup/Manifest b/sys-fs/zfs_autobackup/Manifest new file mode 100644 index 0000000..15f1398 --- /dev/null +++ b/sys-fs/zfs_autobackup/Manifest @@ -0,0 +1,3 @@ +DIST zfs_autobackup-3.1.1.tar.gz 72357 BLAKE2B 91d9ad9f26c9f51def08b521a96d1aa8754b241a3fd26cb56690e3e45920c725473f0ef5184f0829e8baadd87ccf5fc7333e438cd5f32c86ef6122983801f58c SHA512 5114cb92ff4ea4d0738ccdd23d772119665892cd84af25847a5b540ab0859020c3e07b01c1877a67621a873263067893e59858a183b2e4e60e5c173b26955860 +EBUILD zfs_autobackup-3.1.1.ebuild 516 BLAKE2B d58156785bc67e1071185a81dd1c758ba013afafb5f4f0180b774cc39fd9b0a4d0755384b72dcf7bac823a35048e860d48f2552281c1154c3acb32264706129e SHA512 1d4da442699d9c2e14042385eeba9b4dddbd56d69a442f08c66ecaa067939f2c5b169d2ed3505cff66226ef8a79ed751261ddd17417bc4b2a230855f385644c2 +MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/sys-fs/zfs_autobackup/metadata.xml b/sys-fs/zfs_autobackup/metadata.xml new file mode 100644 index 0000000..c544433 --- /dev/null +++ b/sys-fs/zfs_autobackup/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>wolf@oriole.systems</email> + </maintainer> +</pkgmetadata> diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild new file mode 100644 index 0000000..4a895c4 --- /dev/null +++ b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9,10} ) +inherit distutils-r1 + +DESCRIPTION="Periodicly backup ZFS filesystems" +HOMEPAGE="https://github.com/psy0rz/zfs_autobackup https://pypi.org/project/zfs-autobackup/" + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="amd64 x86" + +RESTRICT="test" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND="${PYTHON_DEPS} + dev-python/colorama[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" |