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 --- x11-apps/xinput_calibrator/Manifest | 2 +- .../xinput_calibrator-0.7.5-r1.ebuild | 31 ++++++++++++++++++++++ .../xinput_calibrator-0.7.5.ebuild | 31 ---------------------- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild delete mode 100644 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild (limited to 'x11-apps/xinput_calibrator') diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest index 9806a82bbc5b..2e1561514ded 100644 --- a/x11-apps/xinput_calibrator/Manifest +++ b/x11-apps/xinput_calibrator/Manifest @@ -1,3 +1,3 @@ DIST xinput_calibrator-0.7.5.tar.gz 355313 BLAKE2B 72c6b2f1b2cf4d5baaba27827e870adb52c4a51004a9a3f51376c5e30560b26abe6e83a94ae2e308a01dca3204a1938d888d40cad793cce50c1d9acea9f507b3 SHA512 dc022f4de6d7b57912373a571ef0598c7b9d91cdbc3f63bb2b32c6149e43f67eaf820dc0289349d527314381d5195cf8891f6bcb9847110662dd75875f76b9de -EBUILD xinput_calibrator-0.7.5.ebuild 716 BLAKE2B 6a97121ec00fa5ba4178751d07aab56c1322a643a223e874d530c87557cf302dc406aef85b5be0b5b71c142cc0ea13861f46c0485c90fc70bdc2f1db2d187714 SHA512 2bb012789d39ce0430dfb50371fdc6bc8a7146e62277d4f358f11fb9f2408bfa8a5592bbae6dc2be5dac6455cc1dbc7faccf6b154886707b27e689b13cb650a4 +EBUILD xinput_calibrator-0.7.5-r1.ebuild 716 BLAKE2B 83bbbaea25f741bd3bd6963f3d45e3c887d029e776a9c263d7c409ca320f58fca62872170892dbad91d04cc58142d8ec64a85da6742379b942c6004c4dea718a SHA512 2fc90d932ebbf92c926e756513f004d18fc311c5bb7f8ebe90276c8ee52341842dfa2aeccd56087581f9601300577d4c82c3de27997d623e1798a106d83df798 MISC metadata.xml 234 BLAKE2B b45f6795dbd73dfcee2a68f93ec5460509b15a69401467bc8f4af9505eeb04a2aa35a2b144eb88781df4abd4e15d2b88fc728daf033c6d646762170ffb00b1a7 SHA512 fabcd59aeede4ac93d66552746edacc44fd565551aafaca67185aff7f8e6a4c0fa21f3d54e4fccd7def948ec57b90489631bd779fb992cd9322132b0a3aa503b diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild new file mode 100644 index 000000000000..e1f2aa309667 --- /dev/null +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild @@ -0,0 +1,31 @@ +# 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" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXrandr + gtk? ( dev-cpp/gtkmm:2.4 )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_configure() { + append-cxxflags -std=c++11 #566594 + + local myeconfargs=( + --with-gui=$(use gtk && echo "gtkmm" || echo "x11") + ) + autotools-utils_src_configure +} 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