From: Michał Górny Date: Tue, 16 Apr 2019 07:32:38 +0000 (+0200) Subject: x11-misc/xwinwrap: Remove last-rited pkg X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=890e8e68b07ef95b33f78ef216d4f251b49c5da0;p=gentoo.git x11-misc/xwinwrap: Remove last-rited pkg Closes: https://bugs.gentoo.org/434158 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index a01183bde24c..8e1d20504000 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -631,13 +631,6 @@ net-analyzer/netsniff-ng dev-vcs/bzr-fastimport dev-vcs/git-bzr-ng -# Michał Górny (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 (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 index 70ea13becb1a..000000000000 --- a/x11-misc/xwinwrap/Manifest +++ /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 index 6f49eba8f496..000000000000 --- a/x11-misc/xwinwrap/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild b/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild deleted file mode 100644 index 2118202409f1..000000000000 --- a/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild +++ /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}" -}