* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emulation/vpcs/
@ 2018-12-11 13:45 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-11 13:45 UTC (permalink / raw
To: gentoo-commits
commit: a205a57f267acf8e08a376cde2cebfc7d6b88929
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:44:09 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:45:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a205a57f
app-emulation/vpcs: Remove last-rited pkg
Closes: https://bugs.gentoo.org/638710
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-emulation/vpcs/Manifest | 1 -
app-emulation/vpcs/metadata.xml | 8 -------
app-emulation/vpcs/vpcs-0.6.ebuild | 44 --------------------------------------
profiles/package.mask | 5 -----
4 files changed, 58 deletions(-)
diff --git a/app-emulation/vpcs/Manifest b/app-emulation/vpcs/Manifest
deleted file mode 100644
index c7f984bc5a2..00000000000
--- a/app-emulation/vpcs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vpcs-0.6-src.tbz 131820 BLAKE2B de9216360bf666eed1b94ce4101fd47fac78845bba4c882d4855eae48652c61efc549b01968faab7212cff60bafe2b1586ede51c3be33bd5419834da13fca928 SHA512 a740f264551de9e8dd95de2fbba444d9525f63c4c5473aea6cf1016c99d7866f3d0623f9f934bda7a0b565c23179647734c400ce3bb685fdab8ec6c35f25d671
diff --git a/app-emulation/vpcs/metadata.xml b/app-emulation/vpcs/metadata.xml
deleted file mode 100644
index 7012b6c468a..00000000000
--- a/app-emulation/vpcs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">gns-3</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-emulation/vpcs/vpcs-0.6.ebuild b/app-emulation/vpcs/vpcs-0.6.ebuild
deleted file mode 100644
index 6187e32e943..00000000000
--- a/app-emulation/vpcs/vpcs-0.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simulate up to 9 PCs in place of VMware boxes in a Dynamips network"
-HOMEPAGE="http://vpcs.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.tbz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${S}/src/"
-
-src_prepare() {
- # move Makefile in place
- cp Makefile.linux Makefile
-
- # replace hardcoded CFLAGS with user set CFLAGS
- # append -fno-strict-aliasing to CFLAGS to suppress QA issues from upstream
- # add user $LDFLAGS in the front and remove -s that strips binary
- sed -e "s/-D\$(CPUTYPE)/${CFLAGS} -fno-strict-aliasing/" \
- -e "s/^LDFLAGS=/LDFLAGS=${LDFLAGS} /" \
- -e "s/-s //" \
- -i Makefile || die
-}
-
-src_compile() {
- emake CC=$(tc-getCC)
-}
-
-src_install() {
- #put binary in /usr/bin
- dobin vpcs
-
- doman ../man/vpcs.1
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 63a7f121e4f..5587f502f52 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -196,11 +196,6 @@ sys-apps/likwid
# Doesn't build for a long time (#638096). Removal in a month.
games-action/rafkill
-# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
-# Doesn't build for a long time (#638710), nothing requires it. Removal in a
-# month.
-app-emulation/vpcs
-
# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
# Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci
# instead. Removal in a month.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-11 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 13:45 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emulation/vpcs/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox