commit:     202a2ff718ae199cf8652445eaa6ba7c80f3b654
Author:     Michael Egger <michael.egger <AT> tsn <DOT> at>
AuthorDate: Sun Mar 15 15:42:06 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 15 15:42:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=202a2ff7

app-portage/portage-lostfiles: new package

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Michael Egger <michael.egger <AT> tsn.at>

 app-portage/portage-lostfiles/Manifest                   |  1 +
 app-portage/portage-lostfiles/metadata.xml               | 15 +++++++++++++++
 .../portage-lostfiles/portage-lostfiles-0.2.0.ebuild     | 16 ++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/app-portage/portage-lostfiles/Manifest 
b/app-portage/portage-lostfiles/Manifest
new file mode 100644
index 0000000..8f85493
--- /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 0000000..4bebf85
--- /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.eg...@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 0000000..e8893c1
--- /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"

Reply via email to