[gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/

2022-09-17 Thread Andreas Sturmlechner
commit: 5923c540c048fec0121419f89779d96929e05928
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 19:11:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 17 17:34:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5923c540

x11-misc/xprintidle: drop 2.0, EAPI-6--

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/xprintidle/Manifest  |  1 -
 x11-misc/xprintidle/xprintidle-2.0.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/x11-misc/xprintidle/Manifest b/x11-misc/xprintidle/Manifest
index 228dd3e632e4..dd3f58283b3f 100644
--- a/x11-misc/xprintidle/Manifest
+++ b/x11-misc/xprintidle/Manifest
@@ -1,2 +1 @@
-DIST xprintidle-2.0.tar.gz 87308 BLAKE2B 
b2ef3cd82f7208b2c2a2a2cf3fcff028c318e682b7b1e5de4982a50bb757b263044cf54edcd5452fea7fd93f435b86da3da6d0ef38dbacee761bc77399f43665
 SHA512 
cc2f62b33ef387366246ee9a195be4cde68b2d13a49a4d1299640da2d42f7042152bfdf6932e7904a7f4211b0dc22486bbd62b47fdaf9d5d3db895e296b5f2f9
 DIST xprintidle-2.1.tar.gz 92360 BLAKE2B 
9bfc08151a18200eb83b6569c2e9d79cbeb6326c39f0e8b9f5e400d0d3e28baa889ada32e3e0452197af77f90bae50d1094bae6972aeb0c3dbe81732246b6f1f
 SHA512 
12393e10a6e53491f3e803fb2e946cc5e20d9fb6198c95d53512b3418034d0f262fddafe9fa10e1aa3f335940134365dcdecb0ac00216e32a2bc4cc5be1c8ec5

diff --git a/x11-misc/xprintidle/xprintidle-2.0.ebuild 
b/x11-misc/xprintidle/xprintidle-2.0.ebuild
deleted file mode 100644
index 83b621d16fed..
--- a/x11-misc/xprintidle/xprintidle-2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Prints user's X server idle time in milliseconds"
-HOMEPAGE="https://github.com/lucianposton/xprintidle;
-SRC_URI="https://github.com/lucianposton/xprintidle/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   "
-RDEPEND="${DEPEND}"
-
-DOCS=(
-   AUTHORS
-   ChangeLog
-   NEWS
-   README
-)
-
-src_prepare() {
-   eapply_user
-
-   # Address "configure: WARNING: 'missing' script is too old or missing"
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/

2021-10-11 Thread Marek Szuba
commit: 001581365657a5be4497e9c85cdc72ca9a23f218
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Oct 11 08:32:17 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Oct 11 08:35:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00158136

x11-misc/xprintidle: keyword 2.1 for ~riscv, EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/xprintidle/xprintidle-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xprintidle/xprintidle-2.1.ebuild 
b/x11-misc/xprintidle/xprintidle-2.1.ebuild
index 6ec6053ea3a..22c3a3eccd9 100644
--- a/x11-misc/xprintidle/xprintidle-2.1.ebuild
+++ b/x11-misc/xprintidle/xprintidle-2.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Prints user's X server idle time in milliseconds"
 HOMEPAGE="https://github.com/lucianposton/xprintidle;
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/lucianposton/xprintidle/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/

2021-02-16 Thread Sergei Trofimovich
commit: fabf5d23802c078948fae134a4658a5fdf2f6423
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 16 08:18:49 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 16 08:18:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabf5d23

x11-misc/xprintidle: keyworded 2.1 for ppc64

keyworded wrt bug #769968

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/xprintidle/xprintidle-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xprintidle/xprintidle-2.1.ebuild 
b/x11-misc/xprintidle/xprintidle-2.1.ebuild
index 276895f91bf..6ec6053ea3a 100644
--- a/x11-misc/xprintidle/xprintidle-2.1.ebuild
+++ b/x11-misc/xprintidle/xprintidle-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/lucianposton/xprintidle/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/

2018-02-28 Thread Michał Górny
commit: 1aa190e4821a29d88218fa2d1571946dd973c84d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 22:04:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 22:21:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa190e4

x11-misc/xprintidle: [QA] Fix TrailingEmptyLine

 x11-misc/xprintidle/xprintidle-2.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-misc/xprintidle/xprintidle-2.1.ebuild 
b/x11-misc/xprintidle/xprintidle-2.1.ebuild
index 4b37635dfb0..276895f91bf 100644
--- a/x11-misc/xprintidle/xprintidle-2.1.ebuild
+++ b/x11-misc/xprintidle/xprintidle-2.1.ebuild
@@ -24,4 +24,3 @@ DOCS=(
ChangeLog
NEWS
 )
-



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/

2018-01-21 Thread Sebastian Pipping
commit: 6308f42df00076c5abd866127f56c2100b34dc47
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Jan 21 11:34:46 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Jan 21 12:35:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6308f42d

x11-misc/xprintidle: 2.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/xprintidle/Manifest  |  1 +
 x11-misc/xprintidle/xprintidle-2.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/x11-misc/xprintidle/Manifest b/x11-misc/xprintidle/Manifest
index 87bfeda90c8..228dd3e632e 100644
--- a/x11-misc/xprintidle/Manifest
+++ b/x11-misc/xprintidle/Manifest
@@ -1 +1,2 @@
 DIST xprintidle-2.0.tar.gz 87308 BLAKE2B 
b2ef3cd82f7208b2c2a2a2cf3fcff028c318e682b7b1e5de4982a50bb757b263044cf54edcd5452fea7fd93f435b86da3da6d0ef38dbacee761bc77399f43665
 SHA512 
cc2f62b33ef387366246ee9a195be4cde68b2d13a49a4d1299640da2d42f7042152bfdf6932e7904a7f4211b0dc22486bbd62b47fdaf9d5d3db895e296b5f2f9
+DIST xprintidle-2.1.tar.gz 92360 BLAKE2B 
9bfc08151a18200eb83b6569c2e9d79cbeb6326c39f0e8b9f5e400d0d3e28baa889ada32e3e0452197af77f90bae50d1094bae6972aeb0c3dbe81732246b6f1f
 SHA512 
12393e10a6e53491f3e803fb2e946cc5e20d9fb6198c95d53512b3418034d0f262fddafe9fa10e1aa3f335940134365dcdecb0ac00216e32a2bc4cc5be1c8ec5

diff --git a/x11-misc/xprintidle/xprintidle-2.1.ebuild 
b/x11-misc/xprintidle/xprintidle-2.1.ebuild
new file mode 100644
index 000..4b37635dfb0
--- /dev/null
+++ b/x11-misc/xprintidle/xprintidle-2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Prints user's X server idle time in milliseconds"
+HOMEPAGE="https://github.com/lucianposton/xprintidle;
+SRC_URI="https://github.com/lucianposton/xprintidle/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   "
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   AUTHORS
+   ChangeLog
+   NEWS
+)
+



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/

2017-04-22 Thread Sebastian Pipping
commit: 237ca8a7efd86c93673429b414272cda1968
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Apr 22 14:23:38 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Apr 22 14:30:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237ca8a7

x11-misc/xprintidle: 2.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/xprintidle/Manifest  |  1 +
 x11-misc/xprintidle/metadata.xml  |  7 ++
 x11-misc/xprintidle/xprintidle-2.0.ebuild | 36 +++
 3 files changed, 44 insertions(+)

diff --git a/x11-misc/xprintidle/Manifest b/x11-misc/xprintidle/Manifest
new file mode 100644
index 000..8a5c72e080d
--- /dev/null
+++ b/x11-misc/xprintidle/Manifest
@@ -0,0 +1 @@
+DIST xprintidle-2.0.tar.gz 87308 SHA256 
18acf6f247cf217b71f8893db498c8b0497bc73d4ab1c34de6cadc0933cc17aa SHA512 
cc2f62b33ef387366246ee9a195be4cde68b2d13a49a4d1299640da2d42f7042152bfdf6932e7904a7f4211b0dc22486bbd62b47fdaf9d5d3db895e296b5f2f9
 WHIRLPOOL 
08c461c73cc244b595ae4072ef7a4aa9da05dcce0b377f29b6ee07a3cfcb7336f711a418f80feaa12e8bc4f3bad1c152c30a571db6e5d79ccc14dcabca7e9e9b

diff --git a/x11-misc/xprintidle/metadata.xml b/x11-misc/xprintidle/metadata.xml
new file mode 100644
index 000..82b7b795379
--- /dev/null
+++ b/x11-misc/xprintidle/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sp...@gentoo.org
+   
+

diff --git a/x11-misc/xprintidle/xprintidle-2.0.ebuild 
b/x11-misc/xprintidle/xprintidle-2.0.ebuild
new file mode 100644
index 000..83b621d16fe
--- /dev/null
+++ b/x11-misc/xprintidle/xprintidle-2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Prints user's X server idle time in milliseconds"
+HOMEPAGE="https://github.com/lucianposton/xprintidle;
+SRC_URI="https://github.com/lucianposton/xprintidle/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   "
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   AUTHORS
+   ChangeLog
+   NEWS
+   README
+)
+
+src_prepare() {
+   eapply_user
+
+   # Address "configure: WARNING: 'missing' script is too old or missing"
+   eautoreconf
+}