Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwinwrap/
Date: Tue, 07 Mar 2017 09:15:08
Message-Id: 1488877975.bfa6a523da00c02c62ddd56f9b0e35377360cfbc.soap@gentoo
1 commit: bfa6a523da00c02c62ddd56f9b0e35377360cfbc
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 6 15:30:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 09:12:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa6a523
7
8 x11-misc/xwinwrap: Remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4142
12
13 x11-misc/xwinwrap/xwinwrap-0_p4.ebuild | 32 --------------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/x11-misc/xwinwrap/xwinwrap-0_p4.ebuild b/x11-misc/xwinwrap/xwinwrap-0_p4.ebuild
17 deleted file mode 100644
18 index 43f5199e022..00000000000
19 --- a/x11-misc/xwinwrap/xwinwrap-0_p4.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit toolchain-funcs vcs-snapshot
28 -
29 -DESCRIPTION="replace a desktop background with a movie or screensaver"
30 -HOMEPAGE="http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap"
31 -SRC_URI="https://bazaar.launchpad.net/~shantanu-goel/xwinwrap/devel/tarball/4 -> ${P}.tar.gz"
32 -
33 -LICENSE="HPND"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="x11-libs/libXext
39 - x11-libs/libXrender"
40 -DEPEND="${RDEPEND}"
41 -
42 -S=${WORKDIR}/${P}/${PN}/devel
43 -
44 -src_compile() {
45 - local cmd="$(tc-getCC) -Wall ${CFLAGS} ${PN}.c -o ${PN} ${LDFLAGS} \
46 - $(pkg-config --libs x11 xext xrender)"
47 - echo $cmd
48 - $cmd || die
49 -}
50 -
51 -src_install() {
52 - dobin ${PN}
53 -}