summaryrefslogtreecommitdiff
path: root/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild')
-rw-r--r--x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
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}"
-}