summaryrefslogtreecommitdiff
path: root/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
Diffstat (limited to 'x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild')
-rw-r--r--x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild31
1 files changed, 0 insertions, 31 deletions
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
-}