Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/
Date: Wed, 06 May 2020 20:43:00
Message-Id: 1588797758.afc5a8a1615c69a60ede2576eb28c9972bf34e8a.rafaelmartins@gentoo
1 commit: afc5a8a1615c69a60ede2576eb28c9972bf34e8a
2 Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 20:41:29 2020 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 20:42:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc5a8a1
7
8 app-emulation/simplevirt: use acct-group, remove longdescription
9
10 Closes: https://bugs.gentoo.org/694812
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>
13
14 app-emulation/simplevirt/metadata.xml | 3 ---
15 ....0_p20181012.ebuild => simplevirt-0.0_p20181012-r1.ebuild} | 11 +++--------
16 2 files changed, 3 insertions(+), 11 deletions(-)
17
18 diff --git a/app-emulation/simplevirt/metadata.xml b/app-emulation/simplevirt/metadata.xml
19 index 25e89f9e595..e45e3daf442 100644
20 --- a/app-emulation/simplevirt/metadata.xml
21 +++ b/app-emulation/simplevirt/metadata.xml
22 @@ -5,9 +5,6 @@
23 <email>rafaelmartins@g.o</email>
24 <name>Rafael G. Martins</name>
25 </maintainer>
26 - <longdescription lang="en">
27 - Simple virtual machine manager for Linux (QEMU/KVM)
28 - </longdescription>
29 <upstream>
30 <maintainer status="active">
31 <email>rafael@×××××××××××××××××.br</email>
32
33 diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild b/app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
34 similarity index 93%
35 rename from app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
36 rename to app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
37 index 8f7c69b4bdd..45f5a524d28 100644
38 --- a/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
39 +++ b/app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -11,7 +11,7 @@ EGO_VENDOR=(
47 "gopkg.in/yaml.v2 v2.2.1 github.com/go-yaml/yaml"
48 )
49
50 -inherit linux-info golang-vcs-snapshot user
51 +inherit linux-info golang-vcs-snapshot
52
53 EGO_PN="github.com/rafaelmartins/simplevirt"
54 GIT_COMMIT="78d29d8fa11ce72af5f897430af7bb7d2947a32f"
55 @@ -30,6 +30,7 @@ KEYWORDS=""
56 IUSE=""
57
58 RDEPEND="
59 + acct-group/simplevirt
60 virtual/logger
61 app-emulation/qemu"
62
63 @@ -37,12 +38,6 @@ CONFIG_CHECK="~TUN ~BRIDGE"
64 ERROR_TUN="CONFIG_TUN: Universal TUN/TAP driver required to setup bridge networking"
65 ERROR_BRIDGE="CONFIG_BRIDGE: 802.1d Ethernet Bridging required to setup bridge networking"
66
67 -pkg_setup() {
68 - enewgroup simplevirt
69 -
70 - linux-info_pkg_setup
71 -}
72 -
73 src_compile() {
74 pushd src/${EGO_PN} > /dev/null || die
75 GOPATH="${S}" go install -v -ldflags "-X ${EGO_PN}.Version=${GIT_VERSION}" ./cmd/... || die