From 6b0c3016c097f84aaf959fdf5dbfd55d41c9f496 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 21 Jul 2022 19:30:35 +0200 Subject: sys-fs/zfs_autobackup: add 3.1.3, drop 3.1.2 --- sys-fs/zfs_autobackup/Manifest | 4 ++-- sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild | 25 ----------------------- sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild | 25 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild create mode 100644 sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild (limited to 'sys-fs/zfs_autobackup') diff --git a/sys-fs/zfs_autobackup/Manifest b/sys-fs/zfs_autobackup/Manifest index 91ce78a..afcbc4e 100644 --- a/sys-fs/zfs_autobackup/Manifest +++ b/sys-fs/zfs_autobackup/Manifest @@ -1,3 +1,3 @@ -DIST zfs_autobackup-3.1.2.tar.gz 73505 BLAKE2B 5962ea17a4c5ae3988740286aa1734392e0154fbb3f7023204763e06d0cfdfe7c29d3721039145a978ea5677e71321e5c4dd332305451780c6451cdfded2d059 SHA512 e87412ebb3e8a7b3fd4944e44a0724e09f285134e4ae48836f4df4eb37ef1b7855c94f7014534fe885b8967c3b87a0824bd4b713a4eb33411a1bc2f1a1cc8512 -EBUILD zfs_autobackup-3.1.2.ebuild 516 BLAKE2B d58156785bc67e1071185a81dd1c758ba013afafb5f4f0180b774cc39fd9b0a4d0755384b72dcf7bac823a35048e860d48f2552281c1154c3acb32264706129e SHA512 1d4da442699d9c2e14042385eeba9b4dddbd56d69a442f08c66ecaa067939f2c5b169d2ed3505cff66226ef8a79ed751261ddd17417bc4b2a230855f385644c2 +DIST zfs_autobackup-3.1.3.tar.gz 73967 BLAKE2B bb6d5ddbf8a3742a7bef0f05c35e5993fc6c84db13924a4546629aced500e7dba81fa053ccc09d2b5996efd98bae6358711e30243a0136f58624f833a715fbd5 SHA512 5e6a9ef5122f975b51809df187b309c247cc66e699abbbd9269cde4c18cdaedf09e911bde012378f311e7e030d2afb35a769d8bef81d75535e32e90559b30529 +EBUILD zfs_autobackup-3.1.3.ebuild 516 BLAKE2B d58156785bc67e1071185a81dd1c758ba013afafb5f4f0180b774cc39fd9b0a4d0755384b72dcf7bac823a35048e860d48f2552281c1154c3acb32264706129e SHA512 1d4da442699d9c2e14042385eeba9b4dddbd56d69a442f08c66ecaa067939f2c5b169d2ed3505cff66226ef8a79ed751261ddd17417bc4b2a230855f385644c2 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild deleted file mode 100644 index 4a895c4..0000000 --- a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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}" diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild new file mode 100644 index 0000000..4a895c4 --- /dev/null +++ b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.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}" -- cgit v1.2.3-2-gb3c3