From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-987923-garchives=archives.gentoo.org@lists.gentoo.org>
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 EEA4C139083
	for <garchives@archives.gentoo.org>; Sat,  2 Dec 2017 20:51:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3A1B9E0DFF;
	Sat,  2 Dec 2017 20:51:49 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 1AF92E0DFF
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Dec 2017 20:51:49 +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 2042233C1EB
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Dec 2017 20:51:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8B2AD7E
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Dec 2017 20:51:45 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1512247904.3c93ba0a87c48b904eb9d5183baeaa8dcb63a80f.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/easystroke/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/easystroke/easystroke-0.6.0-r1.ebuild
X-VCS-Directories: x11-misc/easystroke/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 3c93ba0a87c48b904eb9d5183baeaa8dcb63a80f
X-VCS-Branch: master
Date: Sat,  2 Dec 2017 20:51:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0996b004-6609-4fab-a53c-53cb2f2a7695
X-Archives-Hash: 70f7c38080a063acb6e7dc21da5c96c5

commit:     3c93ba0a87c48b904eb9d5183baeaa8dcb63a80f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 20:51:21 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 20:51:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c93ba0a

x11-misc/easystroke: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/easystroke/easystroke-0.6.0-r1.ebuild | 62 --------------------------
 1 file changed, 62 deletions(-)

diff --git a/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild b/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild
deleted file mode 100644
index f7399bbec90..00000000000
--- a/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a gesture-recognition application for X11"
-HOMEPAGE="https://sourceforge.net/apps/trac/easystroke/"
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-cpp/gtkmm:3.0
-	dev-libs/boost:=
-	dev-libs/dbus-glib
-	dev-libs/glib:2
-	x11-base/xorg-server
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXi
-	x11-libs/libXtst
-"
-DEPEND="
-	${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-cellrendertextish.patch
-	epatch "${FILESDIR}"/${P}-desktop.patch
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-	epatch "${FILESDIR}"/${P}-reinstate-signal-handlers.patch
-	epatch "${FILESDIR}"/${P}-buttons-scroll-send.patch
-
-	tc-export CC CXX PKG_CONFIG
-
-	if ! [[ -z ${LINGUAS} ]]; then
-		strip-linguas -i po/
-
-		local es_lingua lang
-		for es_lingua in $( printf "%s\n" po/*.po ); do
-			lang=${es_lingua/po\/}
-			has ${lang/.po/} ${LINGUAS} || rm ${es_lingua}
-		done
-	fi
-}
-
-src_compile() {
-	emake \
-		AOFLAGS='' \
-		LDFLAGS="${LDFLAGS}" \
-		PREFIX=/usr
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install
-}