add rotator ebuild

This commit is contained in:
Fredrik Eriksson 2020-12-17 11:23:23 +01:00
parent 7930b14d36
commit 2e5b58ed14
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST rotator-0.1.0.tar.gz 4945 BLAKE2B bcff967bf502ffea0c640ba1eefe72821502c930e0a95562c39f504a1d5f9a45f21da55b915aa94bed500654584bf9ad7a3a84c390b7befbe1319cd9b1a0b200 SHA512 bc0d02b0470aa711f13b82490563c67c512de73e9b270ffb7beed863e0ad7cd5d7ebac92ca53f175fefd3b44198d1ce2de4f30d60f031112403dce30de990d6e
EBUILD rotator-0.1.0.ebuild 447 BLAKE2B 8210c9e0d627f9123e5e863d98b3675e536a822eef1efb6d7d464615cb3a0282617075fb92c233cd6224f80d973026c4345940f66e3b2a41627095a96fd6f5a7 SHA512 c5692842c125d136d528491dacb480107333dfaac3c3e3f32680765043708cd9bf2f9596c22d7d715031af7c09983b3a3d49de25b4f62e34f76ec3d5f5f3330d

View File

@ -0,0 +1,24 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Tool for rotating backup files"
HOMEPAGE="https://gitea.fulh.ax/feffe/rotator"
SRC_URI="https://gitea.fulh.ax/feffe/rotator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/rotator"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND=""
RDEPEND=""
BDEPEND=""