diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /x11-misc/xwinwrap | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'x11-misc/xwinwrap')
-rw-r--r-- | x11-misc/xwinwrap/Manifest | 3 | ||||
-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, 47 deletions
diff --git a/x11-misc/xwinwrap/Manifest b/x11-misc/xwinwrap/Manifest deleted file mode 100644 index d0a06f542859..000000000000 --- a/x11-misc/xwinwrap/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST xwinwrap-0_p4.tar.gz 4905 BLAKE2B 38ef0a61e7a90ec2bad798b6ec2cff6d22082d001c2cb8cc39cec905d0acf9c6cd2f01c852d60dc72b45ae8c98b961db2963e033f08a0cc98270e6b0a95b24c5 SHA512 c209e1e0be366e63180f1e58844e7870d83786e912edd2e21912c6d404b44e9186a5f91be6f12ccb78c96c5bac23df02cc6d3d8fdb54743be3ef2586604bd853 -EBUILD xwinwrap-0_p4-r1.ebuild 779 BLAKE2B 1f3c45e78e7db21d04a1add122e1a0656a92428b615023d8c912bf12c84438a95a827796307adb379d690c3e5f98c8c9a1e21942a3e9fa6ca7fa15a47a4c49c8 SHA512 098e10ee32191ad09007e581de99cc77c50b01e302b8479ac9d06ca1743f8859aebc626cf618b3acbcce494bc6fad4a29990e6b57fdf7c382e6619ba4fd377ff -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 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}" -} |