From a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Apr 2018 20:02:04 +0100 Subject: gentoo resync : 28.04.2018 --- .../xinput_calibrator-0.7.5.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild (limited to 'x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild') diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild deleted file mode 100644 index d00be953da85..000000000000 --- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-utils flag-o-matic - -DESCRIPTION="A generic touchscreen calibration program for X.Org" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator" -SRC_URI="mirror://github/tias/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="gtk" - -DEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXrandr - x11-proto/inputproto - gtk? ( dev-cpp/gtkmm:2.4 )" -RDEPEND="${DEPEND}" - -src_configure() { - append-cxxflags -std=c++11 #566594 - - local myeconfargs=( - --with-gui=$(use gtk && echo "gtkmm" || echo "x11") - ) - autotools-utils_src_configure -} -- cgit v1.2.3