Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emulation/vpcs/
Date: Tue, 11 Dec 2018 13:45:44
Message-Id: 1544535920.a205a57f267acf8e08a376cde2cebfc7d6b88929.mgorny@gentoo
1 commit: a205a57f267acf8e08a376cde2cebfc7d6b88929
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:44:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:45:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a205a57f
7
8 app-emulation/vpcs: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/638710
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-emulation/vpcs/Manifest | 1 -
14 app-emulation/vpcs/metadata.xml | 8 -------
15 app-emulation/vpcs/vpcs-0.6.ebuild | 44 --------------------------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 58 deletions(-)
18
19 diff --git a/app-emulation/vpcs/Manifest b/app-emulation/vpcs/Manifest
20 deleted file mode 100644
21 index c7f984bc5a2..00000000000
22 --- a/app-emulation/vpcs/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST vpcs-0.6-src.tbz 131820 BLAKE2B de9216360bf666eed1b94ce4101fd47fac78845bba4c882d4855eae48652c61efc549b01968faab7212cff60bafe2b1586ede51c3be33bd5419834da13fca928 SHA512 a740f264551de9e8dd95de2fbba444d9525f63c4c5473aea6cf1016c99d7866f3d0623f9f934bda7a0b565c23179647734c400ce3bb685fdab8ec6c35f25d671
26
27 diff --git a/app-emulation/vpcs/metadata.xml b/app-emulation/vpcs/metadata.xml
28 deleted file mode 100644
29 index 7012b6c468a..00000000000
30 --- a/app-emulation/vpcs/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<!-- maintainer-needed -->
37 - <upstream>
38 - <remote-id type="sourceforge">gns-3</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/app-emulation/vpcs/vpcs-0.6.ebuild b/app-emulation/vpcs/vpcs-0.6.ebuild
43 deleted file mode 100644
44 index 6187e32e943..00000000000
45 --- a/app-emulation/vpcs/vpcs-0.6.ebuild
46 +++ /dev/null
47 @@ -1,44 +0,0 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=5
52 -
53 -inherit toolchain-funcs
54 -
55 -DESCRIPTION="Simulate up to 9 PCs in place of VMware boxes in a Dynamips network"
56 -HOMEPAGE="http://vpcs.sourceforge.net"
57 -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.tbz"
58 -
59 -LICENSE="BSD-2"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~x86"
62 -IUSE=""
63 -
64 -DEPEND=""
65 -RDEPEND=""
66 -
67 -S="${S}/src/"
68 -
69 -src_prepare() {
70 - # move Makefile in place
71 - cp Makefile.linux Makefile
72 -
73 - # replace hardcoded CFLAGS with user set CFLAGS
74 - # append -fno-strict-aliasing to CFLAGS to suppress QA issues from upstream
75 - # add user $LDFLAGS in the front and remove -s that strips binary
76 - sed -e "s/-D\$(CPUTYPE)/${CFLAGS} -fno-strict-aliasing/" \
77 - -e "s/^LDFLAGS=/LDFLAGS=${LDFLAGS} /" \
78 - -e "s/-s //" \
79 - -i Makefile || die
80 -}
81 -
82 -src_compile() {
83 - emake CC=$(tc-getCC)
84 -}
85 -
86 -src_install() {
87 - #put binary in /usr/bin
88 - dobin vpcs
89 -
90 - doman ../man/vpcs.1
91 -}
92
93 diff --git a/profiles/package.mask b/profiles/package.mask
94 index 63a7f121e4f..5587f502f52 100644
95 --- a/profiles/package.mask
96 +++ b/profiles/package.mask
97 @@ -196,11 +196,6 @@ sys-apps/likwid
98 # Doesn't build for a long time (#638096). Removal in a month.
99 games-action/rafkill
100
101 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
102 -# Doesn't build for a long time (#638710), nothing requires it. Removal in a
103 -# month.
104 -app-emulation/vpcs
105 -
106 # Pacho Ramos <pacho@g.o> (11 Nov 2018)
107 # Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci
108 # instead. Removal in a month.