# Fails to dbus activate properly for me. Help welcome figuring it out.
net-misc/gnome-remote-desktop
-# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-08-17)
-# Unmaintained both upstream and in gentoo, author retired
-# Removal in 30 days
-sys-kernel/bliss-initramfs
-
# Mike Gilbert <floppym@gentoo.org> (2019-08-13)
# Dev channel releases are only for people who
# are developers or want more experimental features
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_5,3_6} )
-inherit python-single-r1
-
-GITHUB_USER="fearedbliss"
-GITHUB_REPO="bliss-initramfs"
-GITHUB_TAG="${PV}"
-
-DESCRIPTION="Boot your system's rootfs from ZFS, LVM, RAID, or a variety of other configs."
-HOMEPAGE="https://github.com/${GITHUB_USER}/${GITHUB_REPO}"
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.tar.gz -> ${P}.tar.gz"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="strip"
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-RDEPEND="
- ${PYTHON_DEPS}
- app-arch/cpio
- virtual/udev"
-
-S="${WORKDIR}/${GITHUB_REPO}-${GITHUB_TAG}"
-
-src_install() {
- # Copy the main executable
- local executable="mkinitrd.py"
- exeinto "/opt/${PN}"
- doexe "${executable}"
-
- # Copy the libraries required by this executable
- cp -r "${S}/files" "${D}/opt/${PN}" || die
- cp -r "${S}/pkg" "${D}/opt/${PN}" || die
-
- # Copy documentation files
- dodoc README USAGE
-
- # Make a symbolic link: /sbin/bliss-initramfs
- dosym "${EPREFIX}/opt/${PN}/${executable}" "/sbin/${PN}"
-}
+++ /dev/null
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">fearedbliss/bliss-initramfs</remote-id>
- </upstream>
-</pkgmetadata>