Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
Date: Thu, 24 Dec 2020 08:39:33
Message-Id: 1608799168.4af040dcc3df4fe3856acf2d336fbc079dd0c382.Alessandro-Barbieri@gentoo
1 commit: 4af040dcc3df4fe3856acf2d336fbc079dd0c382
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 24 03:11:48 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Dec 24 08:39:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4af040dc
7
8 app-misc/vrms-gentoo: remove live ebuild
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
17 deleted file mode 100644
18 index 6490c25c..00000000
19 --- a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="7"
26 -
27 -inherit git-r3
28 -
29 -DESCRIPTION="vrms clone for Gentoo Linux"
30 -HOMEPAGE="https://github.com/z411/vrms-gentoo"
31 -EGIT_REPO_URI="https://github.com/z411/${PN}.git"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS=""
36 -
37 -DEPEND=""
38 -RDEPEND="
39 - dev-lang/perl
40 -"
41 -
42 -src_install() {
43 - default
44 -
45 - dobin "${PN}"
46 -}