From e3d514a66fdde4c7b11f1c1a29f0691878830a2c Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Jun 2022 09:38:23 +0200 Subject: sys-fs/zfs_autobackup: add 3.1.2, drop 3.1.1 --- sys-fs/zfs_autobackup/Manifest | 4 ++-- sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild | 25 ----------------------- sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild | 25 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild create mode 100644 sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild (limited to 'sys-fs') diff --git a/sys-fs/zfs_autobackup/Manifest b/sys-fs/zfs_autobackup/Manifest index 15f1398..91ce78a 100644 --- a/sys-fs/zfs_autobackup/Manifest +++ b/sys-fs/zfs_autobackup/Manifest @@ -1,3 +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 +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 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.ebuild deleted file mode 100644 index 4a895c4..0000000 --- a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.1.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.2.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.ebuild new file mode 100644 index 0000000..4a895c4 --- /dev/null +++ b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.2.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