diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-16 09:32:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-16 09:36:31 +0200 |
commit | 890e8e68b07ef95b33f78ef216d4f251b49c5da0 (patch) | |
tree | 9c54091b403654315c9e31ee5c8d6393307ba18c /x11-misc/xwinwrap | |
parent | media-video/get_flash_videos: Remove last-rited pkg (diff) | |
download | gentoo-890e8e68b07ef95b33f78ef216d4f251b49c5da0.tar.gz gentoo-890e8e68b07ef95b33f78ef216d4f251b49c5da0.tar.bz2 gentoo-890e8e68b07ef95b33f78ef216d4f251b49c5da0.zip |
x11-misc/xwinwrap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/434158
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/xwinwrap')
-rw-r--r-- | x11-misc/xwinwrap/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xwinwrap/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild | 39 |
3 files changed, 0 insertions, 45 deletions
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 @@ -<?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 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}" -} |