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/xdesktopwaves/
Date: Sat, 01 Apr 2017 10:24:30
Message-Id: 1491042195.f796629da87c0c8cbeeeeca8557fd1b3a5184af7.soap@gentoo
1 commit: f796629da87c0c8cbeeeeca8557fd1b3a5184af7
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:28:46 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f796629d
7
8 x11-misc/xdesktopwaves: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild | 45 ----------------------
14 1 file changed, 45 deletions(-)
15
16 diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild
17 deleted file mode 100644
18 index 792e0dcda2d..00000000000
19 --- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,45 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="2"
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water"
30 -HOMEPAGE="http://xdesktopwaves.sourceforge.net/"
31 -LICENSE="GPL-2"
32 -RDEPEND="x11-libs/libXext"
33 -DEPEND="${RDEPEND}
34 - x11-proto/xextproto"
35 -
36 -SLOT="0"
37 -KEYWORDS="amd64 ppc x86"
38 -IUSE=""
39 -
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${P}-gentoo.patch
44 -}
45 -
46 -src_compile() {
47 - tc-export CC
48 - emake || die "failed building program"
49 - cd xdwapi
50 - emake || die "failed building demo"
51 -}
52 -
53 -src_install() {
54 - dobin xdesktopwaves xdwapi/xdwapidemo
55 - doman xdesktopwaves.1
56 - insinto /usr/share/pixmaps
57 - doins xdesktopwaves.xpm
58 - make_desktop_entry xdesktopwaves
59 - dodoc README
60 -}
61 -
62 -pkg_preinst() {
63 - elog "To see what xdesktopwaves is able to do, start it by running"
64 - elog "'xdesktopwaves' and then run 'xdwapidemo'. You should see the"
65 - elog "supported effects on your desktop"
66 -}