commit: 9676f7f3c9b0fa0076fdc49f363852bde22b15ec Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Feb 23 02:51:44 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Feb 23 02:51:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9676f7f3
app-misc/vrms-gentoo: new package Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> app-misc/vrms-gentoo/metadata.xml | 17 +++++++++++++++++ app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-misc/vrms-gentoo/metadata.xml b/app-misc/vrms-gentoo/metadata.xml new file mode 100644 index 0000000..3ccef90 --- /dev/null +++ b/app-misc/vrms-gentoo/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">z411/vrms-gentoo</remote-id> + </upstream> + <longdescription lang="en">This is a clone of VRMS (Virtual Richard M. Stallman) for Gentoo Linux. It scans the computer for non-free packages, and shows a list of them, if any. +Instead of using its own list of licenses, it scans the license_group file in the local computer and compares the locally installed packages to the @FREE group. If you want it to use only the @FSF-APPROVED group you can use the --strict flag. +</longdescription> +</pkgmetadata> + + + diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild new file mode 100644 index 0000000..31090f7 --- /dev/null +++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +SRC_URI="" +EGIT_REPO_URI="https://github.com/z411/${PN}.git" +inherit git-r3 + +DESCRIPTION="vrms clone for Gentoo Linux" +HOMEPAGE="https://github.com/z411/vrms-gentoo" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" + +DEPEND="" +RDEPEND=" + dev-lang/perl +" + +src_install() { + dobin "${PN}" + dodoc README.md +}
