diff options
author | 2020-03-15 16:42:06 +0100 | |
---|---|---|
committer | 2020-03-15 16:42:06 +0100 | |
commit | 202a2ff718ae199cf8652445eaa6ba7c80f3b654 (patch) | |
tree | 1a69f155c8f48d2156bc2cb1065f63e388cc3e8d /app-portage | |
parent | dev-python/black: RESTRICT is already added by distutils_enable_tests (diff) | |
download | guru-202a2ff718ae199cf8652445eaa6ba7c80f3b654.tar.gz guru-202a2ff718ae199cf8652445eaa6ba7c80f3b654.tar.bz2 guru-202a2ff718ae199cf8652445eaa6ba7c80f3b654.zip |
app-portage/portage-lostfiles: new package
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Michael Egger <michael.egger@tsn.at>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-lostfiles/Manifest | 1 | ||||
-rw-r--r-- | app-portage/portage-lostfiles/metadata.xml | 15 | ||||
-rw-r--r-- | app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild | 16 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-portage/portage-lostfiles/Manifest b/app-portage/portage-lostfiles/Manifest new file mode 100644 index 000000000..8f8549347 --- /dev/null +++ b/app-portage/portage-lostfiles/Manifest @@ -0,0 +1 @@ +DIST portage-lostfiles-0.2.0.tar.gz 10591 BLAKE2B d8f4d68e3b0f35fb7fef9845f7e43af15ed83cef6d703c16a9845e30dab392113e49df048a36275d7cd209efa9416aae94d9e4d11b1a6dfa95ac5643074f5e10 SHA512 795ad2601153dc113af6888a0380c88c929af5cf6ee7f8859d99943776b26c28b53383f8276929ab9e3f748c84309717d898b362561791f764432280921dad74 diff --git a/app-portage/portage-lostfiles/metadata.xml b/app-portage/portage-lostfiles/metadata.xml new file mode 100644 index 000000000..4bebf85cc --- /dev/null +++ b/app-portage/portage-lostfiles/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>michael.egger@tsn.at</email> + <name>Michael Egger</name> + </maintainer> + <longdescription> + A simple script to identify files not tracked by Portage package manager. + </longdescription> + <upstream> + <bugs-to>https://github.com/gcarq/portage-lostfiles/issues</bugs-to> + <doc>https://github.com/gcarq/portage-lostfiles/blob/master/README.md</doc> + </upstream> +</pkgmetadata> diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild new file mode 100644 index 000000000..e8893c17d --- /dev/null +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-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="A simple script to identify files not tracked by Portage package manager" +HOMEPAGE="https://github.com/gcarq/portage-lostfiles" +SRC_URI="https://github.com/gcarq/portage-lostfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" |