public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/v86d/, profiles/arch/amd64/, profiles/
@ 2017-08-14  8:03 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-08-14  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     30c31bfe86f048a443baa523e9f487c38d950f24
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:56:21 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 08:02:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c31bfe

sys-apps/v86d: Remove last-rited pkg, #606154

 profiles/arch/amd64/package.use.force |  4 ---
 profiles/package.mask                 |  5 ----
 sys-apps/v86d/Manifest                |  1 -
 sys-apps/v86d/metadata.xml            |  8 -----
 sys-apps/v86d/v86d-0.1.10.ebuild      | 56 -----------------------------------
 5 files changed, 74 deletions(-)

diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force
index c7f7a63babf..9c37bc7b959 100644
--- a/profiles/arch/amd64/package.use.force
+++ b/profiles/arch/amd64/package.use.force
@@ -31,7 +31,3 @@ media-gfx/iscan-plugin-gt-f500 minimal
 # <blubb@gentoo.org> (23 Oct 2006)
 # upstream forces sse2 on regardless of what the use flag is
 dev-libs/openssl cpu_flags_x86_sse2
-
-# Santiago M. Mola <coldwind@gentoo.org> (17 Sep 2008)
-# x86emu is the only backend available for amd64 (bug #224987)
-sys-apps/v86d x86emu

diff --git a/profiles/package.mask b/profiles/package.mask
index f93a7806d79..4d4350191b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -358,11 +358,6 @@ dev-libs/qcodeedit
 app-misc/flasm
 
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Upstream is dead, lots of unresolved bug reports (#606154), it needs a
-# real maintainer taking care about fixing this. Removal in a month.
-sys-apps/v86d
-
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
 # minicom. Removal in 2 months.
 net-dialup/gtkterm

diff --git a/sys-apps/v86d/Manifest b/sys-apps/v86d/Manifest
deleted file mode 100644
index 43007ca865f..00000000000
--- a/sys-apps/v86d/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST v86d-0.1.10.tar.bz2 69819 SHA256 634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c SHA512 db30156ac07a69e16e60c123a0b7fdc85ce3a3a826021230ae3af073428634b3d4c3a9be37971bb77d80e3b543494d258c86e41d81261821bcde2afe018aa392 WHIRLPOOL ea6d0b8ec5b3855e50c05b2303683389567ad184fb8f2079192ab2749b836958a0900ae57bebfc7bde47c776a74081fd792dee4454fee994c40c93f346965085

diff --git a/sys-apps/v86d/metadata.xml b/sys-apps/v86d/metadata.xml
deleted file mode 100644
index 28c4b8e9348..00000000000
--- a/sys-apps/v86d/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 -->
-<use>
-	<flag name="x86emu">Use x86emu for Video BIOS calls</flag>
-</use>
-</pkgmetadata>

diff --git a/sys-apps/v86d/v86d-0.1.10.ebuild b/sys-apps/v86d/v86d-0.1.10.ebuild
deleted file mode 100644
index 8cd85d8d217..00000000000
--- a/sys-apps/v86d/v86d-0.1.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils flag-o-matic linux-info multilib
-
-DESCRIPTION="A daemon to run x86 code in an emulated environment"
-HOMEPAGE="https://dev.gentoo.org/~spock/projects/uvesafb/"
-SRC_URI="https://dev.gentoo.org/~spock/projects/uvesafb/archive/${P/_/-}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug x86emu"
-
-DEPEND="dev-libs/klibc"
-RDEPEND=""
-
-S="${WORKDIR}/${P//_*/}"
-
-pkg_setup() {
-	linux-info_pkg_setup
-}
-
-src_prepare() {
-	if [ -z "$(grep V86D ${ROOT}/usr/$(get_libdir)/klibc/include/linux/connector.h)" ]; then
-		eerror "You need to compile klibc against a kernel tree patched with uvesafb"
-		eerror "prior to merging this package."
-		die "Kernel not patched with uvesafb."
-	fi
-}
-
-src_configure() {
-	./configure --with-klibc $(use_with debug) $(use_with x86emu) || die
-}
-
-src_compile() {
-	# Disable stack protector, as it does not work with klibc (bug #346397).
-	filter-flags -fstack-protector -fstack-protector-all
-	emake KDIR="${KV_DIR}" || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-
-	dodoc README ChangeLog
-
-	insinto /usr/share/${PN}
-	doins misc/initramfs
-}
-
-pkg_postinst() {
-	elog "If you wish to place v86d into an initramfs image, you might want to use"
-	elog "'/usr/share/${PN}/initramfs' in your kernel's CONFIG_INITRAMFS_SOURCE."
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-14  8:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  8:03 [gentoo-commits] repo/gentoo:master commit in: sys-apps/v86d/, profiles/arch/amd64/, profiles/ 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