From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5906C138350 for ; Sun, 15 Mar 2020 16:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7039BE0B0F; Sun, 15 Mar 2020 16:48:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35272E0B0F for ; Sun, 15 Mar 2020 16:48:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA38E34F043 for ; Sun, 15 Mar 2020 16:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E9D313A for ; Sun, 15 Mar 2020 16:48:23 +0000 (UTC) From: "Michael Egger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Egger" Message-ID: <1584286926.202a2ff718ae199cf8652445eaa6ba7c80f3b654.MichaelEgger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portage-lostfiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/portage-lostfiles/Manifest app-portage/portage-lostfiles/metadata.xml app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild X-VCS-Directories: app-portage/portage-lostfiles/ X-VCS-Committer: MichaelEgger X-VCS-Committer-Name: Michael Egger X-VCS-Revision: 202a2ff718ae199cf8652445eaa6ba7c80f3b654 X-VCS-Branch: dev Date: Sun, 15 Mar 2020 16:48:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7c58384-c02f-4fcf-8d22-ec4147b9dbc9 X-Archives-Hash: ab4ff970adebf10ef456c53c8c54b79c commit: 202a2ff718ae199cf8652445eaa6ba7c80f3b654 Author: Michael Egger tsn at> AuthorDate: Sun Mar 15 15:42:06 2020 +0000 Commit: Michael Egger tsn at> 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 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 @@ + + + + + michael.egger@tsn.at + Michael Egger + + + A simple script to identify files not tracked by Portage package manager. + + + https://github.com/gcarq/portage-lostfiles/issues + https://github.com/gcarq/portage-lostfiles/blob/master/README.md + + 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"