From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 379A9139694 for ; Sat, 1 Apr 2017 10:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9201023400E; Sat, 1 Apr 2017 10:24:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7594323400E for ; Sat, 1 Apr 2017 10:24:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5EF7341659 for ; Sat, 1 Apr 2017 10:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C246073EC for ; Sat, 1 Apr 2017 10:24:20 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1491042195.f796629da87c0c8cbeeeeca8557fd1b3a5184af7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild X-VCS-Directories: x11-misc/xdesktopwaves/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f796629da87c0c8cbeeeeca8557fd1b3a5184af7 X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:24:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8595a2ed-ef59-4fe8-bab7-6bf335c5f267 X-Archives-Hash: 1bfc945d4e1e9582bfdd8964dfca7a11 commit: f796629da87c0c8cbeeeeca8557fd1b3a5184af7 Author: Harri Nieminen gmail com> AuthorDate: Tue Mar 28 18:28:46 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 1 10:23:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f796629d x11-misc/xdesktopwaves: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319 x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild deleted file mode 100644 index 792e0dcda2d..00000000000 --- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water" -HOMEPAGE="http://xdesktopwaves.sourceforge.net/" -LICENSE="GPL-2" -RDEPEND="x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_compile() { - tc-export CC - emake || die "failed building program" - cd xdwapi - emake || die "failed building demo" -} - -src_install() { - dobin xdesktopwaves xdwapi/xdwapidemo - doman xdesktopwaves.1 - insinto /usr/share/pixmaps - doins xdesktopwaves.xpm - make_desktop_entry xdesktopwaves - dodoc README -} - -pkg_preinst() { - elog "To see what xdesktopwaves is able to do, start it by running" - elog "'xdesktopwaves' and then run 'xdwapidemo'. You should see the" - elog "supported effects on your desktop" -}