x11-misc/xwinwrap: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 16 Apr 2019 07:32:38 +0000 (09:32 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 16 Apr 2019 07:36:31 +0000 (09:36 +0200)
Closes: https://bugs.gentoo.org/434158
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
x11-misc/xwinwrap/Manifest [deleted file]
x11-misc/xwinwrap/metadata.xml [deleted file]
x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild [deleted file]

index a01183bde24c00ff80e3f65c0d299d2987b7fbd8..8e1d20504000a373954c36a967cdd5739b14c3fb 100644 (file)
@@ -631,13 +631,6 @@ net-analyzer/netsniff-ng
 dev-vcs/bzr-fastimport
 dev-vcs/git-bzr-ng
 
-# Michał Górny <mgorny@gentoo.org> (17 Mar 2019)
-# Added in 2012, started to fail at digest verification shortly
-# afterwards and not mirrored by Gentoo.  Not touched by maintainer
-# since.
-# Removal in 30 days.  Bug #434158.
-x11-misc/xwinwrap
-
 # Matt Turner <mattst88@gentoo.org> (16 Mar 2019)
 # Previously packaged drivers, now removed from Gentoo.
 # Keep this mask in place so users are aware, but can also easily unmask them
diff --git a/x11-misc/xwinwrap/Manifest b/x11-misc/xwinwrap/Manifest
deleted file mode 100644 (file)
index 70ea13b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST xwinwrap-0_p4.tar.gz 4905 BLAKE2B 38ef0a61e7a90ec2bad798b6ec2cff6d22082d001c2cb8cc39cec905d0acf9c6cd2f01c852d60dc72b45ae8c98b961db2963e033f08a0cc98270e6b0a95b24c5 SHA512 c209e1e0be366e63180f1e58844e7870d83786e912edd2e21912c6d404b44e9186a5f91be6f12ccb78c96c5bac23df02cc6d3d8fdb54743be3ef2586604bd853
diff --git a/x11-misc/xwinwrap/metadata.xml b/x11-misc/xwinwrap/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild b/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild
deleted file mode 100644 (file)
index 2118202..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="replace a desktop background with a movie or screensaver"
-HOMEPAGE="http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap"
-SRC_URI="https://bazaar.launchpad.net/~shantanu-goel/xwinwrap/devel/tarball/4 -> ${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       x11-libs/libXext
-       x11-libs/libXrender"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}/${PN}/devel"
-
-src_unpack() {
-       default
-       mv * ./"${P}" || die
-}
-
-src_compile() {
-       local cmd="$(tc-getCC) -Wall ${CFLAGS} ${PN}.c -o ${PN} ${LDFLAGS} \
-                $(pkg-config --libs x11 xext xrender)"
-       ebegin $cmd
-       $cmd || die
-       eend $?
-}
-
-src_install() {
-       dobin "${PN}"
-}