public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
Date: Wed, 24 Jun 2020 20:39:19 +0000 (UTC)	[thread overview]
Message-ID: <1593031137.f6ad7d8754c7f4cf9d871d78a191d3ba6f198b64.mattst88@gentoo> (raw)

commit:     f6ad7d8754c7f4cf9d871d78a191d3ba6f198b64
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 20:36:07 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:38:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ad7d87

x11-apps/xinput_calibrator: Port to EAPI 7

And drop IUSE=gtk since it depends on gtkmm:2.4.

Closes: https://bugs.gentoo.org/421363
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...-0.7.5-r1.ebuild => xinput_calibrator-0.7.5-r2.ebuild} | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
similarity index 71%
rename from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
rename to x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
index 79564888e2c..7a3d3101534 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools-utils flag-o-matic
+EAPI=7
+inherit flag-o-matic
 
 DESCRIPTION="A generic touchscreen calibration program for X.Org"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
@@ -11,21 +11,20 @@ SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="gtk"
+IUSE=""
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXi
-	x11-libs/libXrandr
-	gtk? ( dev-cpp/gtkmm:2.4 )"
+	x11-libs/libXrandr"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
 
 src_configure() {
 	append-cxxflags -std=c++11 #566594
 
-	local myeconfargs=(
-		--with-gui=$(use gtk && echo "gtkmm" || echo "x11")
+	local myconf=(
+		--with-gui=x11
 	)
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }


             reply	other threads:[~2020-06-24 20:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-24 20:39 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03  1:57 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/ Matt Turner
2024-07-31 16:11 Matt Turner
2023-05-01 12:37 Sam James
2020-06-24 20:39 Matt Turner
2019-09-15 17:17 Michał Górny
2019-04-21  3:28 Anthony G. Basile
2018-04-27  1:39 Matt Turner
2015-12-19 10:10 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593031137.f6ad7d8754c7f4cf9d871d78a191d3ba6f198b64.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox