public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2015-12-19 10:10 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2015-12-19 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3270c13d369a8e7452630b44a0f1d1531f4742c6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 10:00:13 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 10:10:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3270c13d

x11-apps/xinput_calibrator: Fix building with latest glibmm/libsigc++ (#566594)

Package-Manager: portage-2.2.26

 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 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
index 3073dfe..b976838 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit autotools-utils
+EAPI=5
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="A generic touchscreen calibration program for X.Org"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/xinput_calibrator"
@@ -23,6 +23,8 @@ DEPEND="x11-libs/libX11
 RDEPEND="${DEPEND}"
 
 src_configure() {
+	append-cxxflags -std=c++11 #566594
+
 	local myeconfargs=(
 		--with-gui=$(use gtk && echo "gtkmm" || echo "x11")
 	)


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2018-04-27  1:39 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2018-04-27  1:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 01:34:55 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 01:34:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b3fbfe

x11-apps/xinput_calibrator: Transition deps to x11-base/xorg-proto

 ...ut_calibrator-0.7.5.ebuild => xinput_calibrator-0.7.5-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
similarity index 90%
rename from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
rename to x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
index d00be953da8..e1f2aa30966 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
@@ -13,13 +13,13 @@ SLOT="0"
 KEYWORDS="amd64 arm x86"
 IUSE="gtk"
 
-DEPEND="x11-libs/libX11
+RDEPEND="x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXi
 	x11-libs/libXrandr
-	x11-proto/inputproto
 	gtk? ( dev-cpp/gtkmm:2.4 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
 
 src_configure() {
 	append-cxxflags -std=c++11 #566594


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2019-04-21  3:28 Anthony G. Basile
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2019-04-21  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     be9b62953be84c13b7afc06d3bb0b8fe83c23258
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 03:28:43 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 03:28:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9b6295

x11-apps/xinput_calibrator: keyword ~arm64

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r1.ebuild
index e1f2aa30966..d4b7027c807 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://github/tias/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="gtk"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     24326d8f3494ebd312c9cc172a5f9ed3bf25cce9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:43 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24326d8f

x11-apps/xinput_calibrator: Inline mirror://github

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index d4b7027c807..a2641d8d82d 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
@@ -6,7 +6,7 @@ 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"
+SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2020-06-24 20:39 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2020-06-24 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a0fddd9785f8b7822a8a8c1f2f982dc9ebf2c051
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 20:33:11 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=a0fddd97

x11-apps/xinput_calibrator: Drop stable keywords

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r1.ebuild
index a2641d8d82d..79564888e2c 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="gtk"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2020-06-24 20:39 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2020-06-24 20:39 UTC (permalink / raw
  To: gentoo-commits

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[@]}"
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2023-05-01 12:37 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-05-01 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     397fc0fd53568700d9ce805a6ca8cc7bf67e53ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:02:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:35:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397fc0fd

x11-apps/xinput_calibrator: update SRC_URI to drop github.com/downloads

github.com/downloads is gone. Unforunately, the release tarball is gone.

Fixes: 24326d8f3494ebd312c9cc172a5f9ed3bf25cce9
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-apps/xinput_calibrator/Manifest                |  2 +-
 .../xinput_calibrator-0.7.5-r2.ebuild              | 26 +++++++++++++++-------
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest
index 662f25d47303..2fc8ba63914b 100644
--- a/x11-apps/xinput_calibrator/Manifest
+++ b/x11-apps/xinput_calibrator/Manifest
@@ -1 +1 @@
-DIST xinput_calibrator-0.7.5.tar.gz 355313 BLAKE2B 72c6b2f1b2cf4d5baaba27827e870adb52c4a51004a9a3f51376c5e30560b26abe6e83a94ae2e308a01dca3204a1938d888d40cad793cce50c1d9acea9f507b3 SHA512 dc022f4de6d7b57912373a571ef0598c7b9d91cdbc3f63bb2b32c6149e43f67eaf820dc0289349d527314381d5195cf8891f6bcb9847110662dd75875f76b9de
+DIST xinput_calibrator-0.7.5.gh.tar.gz 38126 BLAKE2B 700c124a560ade4636f0861b04d5ed355a7b647fe565fedf8841165c709844ee5928db1c8868c7cce13d12b17bdece4ccdcebd51a6be248142fe7249615cbf4a SHA512 71bd27d5bdde02bdf41793a72743127ee930235db40e642e2584549e224cd9d2b36ad22e1b6a764ed431ab9590bf76c57e0075bc7b81b325caffb439dc755930

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
index 7a3d3101534e..f8ce7f6cbc45 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
@@ -1,24 +1,34 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit flag-o-matic
+
+inherit autotools flag-o-matic
 
 DESCRIPTION="A generic touchscreen calibration program for X.Org"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
-SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/tias/xinput_calibrator/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXi
-	x11-libs/libXrandr"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
+	x11-libs/libXrandr
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
 
 src_configure() {
 	append-cxxflags -std=c++11 #566594


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2024-07-31 16:11 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2024-07-31 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     346b529fd364ea855d810689163c7472d0648a9c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 16:09:22 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 16:09:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346b529f

x11-apps/xinput_calibrator: Version bump to 0.8.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xinput_calibrator/Manifest                |  1 +
 x11-apps/xinput_calibrator/metadata.xml            |  2 +-
 .../xinput_calibrator-0.8.0.ebuild                 | 28 ++++++++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest
index 2fc8ba63914b..d14bd67cf4ed 100644
--- a/x11-apps/xinput_calibrator/Manifest
+++ b/x11-apps/xinput_calibrator/Manifest
@@ -1 +1,2 @@
 DIST xinput_calibrator-0.7.5.gh.tar.gz 38126 BLAKE2B 700c124a560ade4636f0861b04d5ed355a7b647fe565fedf8841165c709844ee5928db1c8868c7cce13d12b17bdece4ccdcebd51a6be248142fe7249615cbf4a SHA512 71bd27d5bdde02bdf41793a72743127ee930235db40e642e2584549e224cd9d2b36ad22e1b6a764ed431ab9590bf76c57e0075bc7b81b325caffb439dc755930
+DIST xinput_calibrator-0.8.0.tar.xz 277012 BLAKE2B dfd4d5d96d7e63349b085e399579e21259e35ace4eb7b319c9ee64c51c08021a0d67026771b229780988ea345c2881eedecdc42c232c6e16c3662d7bef6b79eb SHA512 38a06c1c181fb4e7c2a9fe6c9df47536065213bb177e74fb864b2aa62f7851c7bbc825771fc53725b6705d2c7b42ca01ae3c084b3229961aeee1c76bb86c6754

diff --git a/x11-apps/xinput_calibrator/metadata.xml b/x11-apps/xinput_calibrator/metadata.xml
index b182f5b77014..678d4bfe93a6 100644
--- a/x11-apps/xinput_calibrator/metadata.xml
+++ b/x11-apps/xinput_calibrator/metadata.xml
@@ -6,6 +6,6 @@
     <name>X11</name>
   </maintainer>
   <upstream>
-    <remote-id type="github">tias/xinput_calibrator</remote-id>
+    <remote-id type="freedesktop-gitlab">xorg/app/xinput-calibrator</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild
new file mode 100644
index 000000000000..5665d5843e7b
--- /dev/null
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="A generic touchscreen calibration program for X.Org"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator https://gitlab.freedesktop.org/xorg/app/xinput-calibrator"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	x11-libs/libX11
+	x11-libs/libXi
+	x11-libs/libXrandr
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+
+XORG_CONFIGURE_OPTIONS=(
+	--with-gui=x11
+)


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
@ 2024-09-03  1:57 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2024-09-03  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9e4597cab685deabde766f7b22b8a76e3a5b2fff
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 01:51:28 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 01:55:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4597ca

x11-apps/xinput_calibrator: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xinput_calibrator/Manifest                |  1 -
 .../xinput_calibrator-0.7.5-r2.ebuild              | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest
index d14bd67cf4ed..55f5537c9a44 100644
--- a/x11-apps/xinput_calibrator/Manifest
+++ b/x11-apps/xinput_calibrator/Manifest
@@ -1,2 +1 @@
-DIST xinput_calibrator-0.7.5.gh.tar.gz 38126 BLAKE2B 700c124a560ade4636f0861b04d5ed355a7b647fe565fedf8841165c709844ee5928db1c8868c7cce13d12b17bdece4ccdcebd51a6be248142fe7249615cbf4a SHA512 71bd27d5bdde02bdf41793a72743127ee930235db40e642e2584549e224cd9d2b36ad22e1b6a764ed431ab9590bf76c57e0075bc7b81b325caffb439dc755930
 DIST xinput_calibrator-0.8.0.tar.xz 277012 BLAKE2B dfd4d5d96d7e63349b085e399579e21259e35ace4eb7b319c9ee64c51c08021a0d67026771b229780988ea345c2881eedecdc42c232c6e16c3662d7bef6b79eb SHA512 38a06c1c181fb4e7c2a9fe6c9df47536065213bb177e74fb864b2aa62f7851c7bbc825771fc53725b6705d2c7b42ca01ae3c084b3229961aeee1c76bb86c6754

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
deleted file mode 100644
index f8ce7f6cbc45..000000000000
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="A generic touchscreen calibration program for X.Org"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
-SRC_URI="https://github.com/tias/xinput_calibrator/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXi
-	x11-libs/libXrandr
-"
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11 #566594
-
-	local myconf=(
-		--with-gui=x11
-	)
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-03  1:57 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox