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 07E051382C5 for ; Thu, 7 Jan 2021 11:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB305E08F3; Thu, 7 Jan 2021 11:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3CBDE08C4 for ; Thu, 7 Jan 2021 11:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1EC33413AB for ; Thu, 7 Jan 2021 11:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6162C4A4 for ; Thu, 7 Jan 2021 11:33:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610019200.9eefc9d1431e67a5883c93f9a7b277d135bc7b2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wayv/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wayv/wayv-0.3-r2.ebuild X-VCS-Directories: x11-misc/wayv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9eefc9d1431e67a5883c93f9a7b277d135bc7b2d X-VCS-Branch: master Date: Thu, 7 Jan 2021 11:33:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88065742-a624-4f21-bff8-d46de4a31999 X-Archives-Hash: 44a5fefc24c753477838e710a3c07bb2 commit: 9eefc9d1431e67a5883c93f9a7b277d135bc7b2d Author: Sam James gentoo org> AuthorDate: Thu Jan 7 11:29:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 11:33:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eefc9d1 x11-misc/wayv: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> x11-misc/wayv/wayv-0.3-r2.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/x11-misc/wayv/wayv-0.3-r2.ebuild b/x11-misc/wayv/wayv-0.3-r2.ebuild deleted file mode 100644 index b7763a8fdc8..00000000000 --- a/x11-misc/wayv/wayv-0.3-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit toolchain-funcs - -DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" -HOMEPAGE="http://www.stressbunny.com/wayv" -SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXtst -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" - -src_prepare() { - sed -i -e 's| = -Wall -O2| += |g' src/Makefile* || die - tc-export CC -} - -src_install() { - default - - cd doc - default - dodoc HOWTO* -}