commit: 890e8e68b07ef95b33f78ef216d4f251b49c5da0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 16 07:32:38 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 16 07:36:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890e8e68
x11-misc/xwinwrap: Remove last-rited pkg Closes: https://bugs.gentoo.org/434158 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 7 ------ x11-misc/xwinwrap/Manifest | 1 - x11-misc/xwinwrap/metadata.xml | 5 ---- x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild | 39 ------------------------------- 4 files changed, 52 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a01183bde24..8e1d2050400 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 <[email protected]> (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 <[email protected]> (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 70ea13becb1..00000000000 --- 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 6f49eba8f49..00000000000 --- a/x11-misc/xwinwrap/metadata.xml +++ /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 index 2118202409f..00000000000 --- 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}" -}
