app-misc/vrms-gentoo: remove live ebuild

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-12-24 04:11:48 +01:00
parent c8bb1d1e51
commit 4af040dcc3

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit git-r3
DESCRIPTION="vrms clone for Gentoo Linux"
HOMEPAGE="https://github.com/z411/vrms-gentoo"
EGIT_REPO_URI="https://github.com/z411/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
DEPEND=""
RDEPEND="
dev-lang/perl
"
src_install() {
default
dobin "${PN}"
}