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: Wed, 31 Mar 2021 21:15:30
Message-Id: 1617225324.5139e0c14e17ecfcdfea848104b7a4925de6dc3c.Alessandro-Barbieri@gentoo
1 commit: 5139e0c14e17ecfcdfea848104b7a4925de6dc3c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 31 21:14:47 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Mar 31 21:15:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5139e0c1
7
8 app-misc/vrms-gentoo: bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 app-misc/vrms-gentoo/Manifest | 1 +
14 .../vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild | 27 ++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest
18 index ea07f7964..57278a32a 100644
19 --- a/app-misc/vrms-gentoo/Manifest
20 +++ b/app-misc/vrms-gentoo/Manifest
21 @@ -1 +1,2 @@
22 DIST vrms-gentoo-0_pre20181120.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
23 +DIST vrms-gentoo-0_pre20201102.tar.gz 9458 BLAKE2B a49342e5ef3afb0326c57b8c222b2874cc5f81a62da20edd68e23ea52c50cb2bdf0ef75f5c4779457a4c6ebdcbb0d5334b46cdff94ac6d50884037db13601043 SHA512 9c24eea49d5cc5e4afdfc4ea5467f4c89777499b6187e3b5495de90a87f88b78edf13c605edb98792b42cc36b7b5ba751dfb6ae3e62d92b48d9505de9af07246
24
25 diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
26 new file mode 100644
27 index 000000000..b414db9c8
28 --- /dev/null
29 +++ b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="7"
35 +
36 +COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc"
37 +
38 +SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
39 +DESCRIPTION="vrms clone for Gentoo Linux"
40 +HOMEPAGE="https://github.com/z411/vrms-gentoo"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +
46 +DEPEND=""
47 +RDEPEND="
48 + dev-lang/perl
49 +"
50 +
51 +S="${WORKDIR}/${PN}-${COMMIT}"
52 +
53 +src_install() {
54 + default
55 +
56 + dobin "${PN}"
57 +}