summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-06 09:12:18 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:10:52 +0100
commit6db65813fff2fdf657579ca166824c2cdc32524f (patch)
treeb17c3cb04b057701c01caf9751791515bd69f8aa /x11-misc/easystroke
parentx11-misc/dex: Remove old (diff)
downloadgentoo-6db65813fff2fdf657579ca166824c2cdc32524f.tar.gz
gentoo-6db65813fff2fdf657579ca166824c2cdc32524f.tar.bz2
gentoo-6db65813fff2fdf657579ca166824c2cdc32524f.zip
x11-misc/easystroke: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142
Diffstat (limited to 'x11-misc/easystroke')
-rw-r--r--x11-misc/easystroke/easystroke-0.6.0.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/x11-misc/easystroke/easystroke-0.6.0.ebuild b/x11-misc/easystroke/easystroke-0.6.0.ebuild
deleted file mode 100644
index c30341ca8642..000000000000
--- a/x11-misc/easystroke/easystroke-0.6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 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"
-IUSE=""
-
-RDEPEND="
- dev-cpp/gtkmm:3.0
- dev-libs/boost
- dev-libs/dbus-glib
- dev-libs/glib:2
- 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
-
- tc-export CC CXX PKG_CONFIG
-
- 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
-}
-
-src_compile() {
- emake \
- AOFLAGS='' \
- LDFLAGS="${LDFLAGS}" \
- PREFIX=/usr
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
-}