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

2024-04-07 Thread Marek Szuba
commit: 90fcce3361d1dca99f2cb9a4d895d9686b00e1c5
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Apr  7 15:23:52 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Apr  7 18:26:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fcce33

x11-misc/i3lock: add 2.15

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

 x11-misc/i3lock/Manifest   |  1 +
 x11-misc/i3lock/i3lock-2.15.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index d497d592cb07..963a57ad07c0 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1 +1,2 @@
 DIST i3lock-2.14.1.tar.xz 28756 BLAKE2B 
b38a3fafeebb5f8cebb643baeb875922659b556a5f919c2a837923e45e8f91a5f3ce297a424414ec9f05255e5888b91723617d837e5ffdbdf81aded42edc34cb
 SHA512 
63b6bd73f66654fe52639434f7d3da64006144ec2ed685ba8683186730d4cc2c10d5aa66174f965030030243f59afaf6def3ff732f710ae441410218f84d6deb
+DIST i3lock-2.15.tar.xz 29100 BLAKE2B 
e84622e34a54681e162a3012c21fea4cc8b93a66e466647d65cc85f1a874d2be4d9988d54db74165b3dd1eccca1ca257a74b64ddbce08d681c9fc1c78701ee88
 SHA512 
6079f5233c0820c6e38f3cd8f3732d585e95e7d670408e4fb18ab580a2e1face8f3d6ea13eaaeedc8671f74def917183667e736b35306bf7c630d40625b41ac2

diff --git a/x11-misc/i3lock/i3lock-2.15.ebuild 
b/x11-misc/i3lock/i3lock-2.15.ebuild
new file mode 100644
index ..512d70eb36e7
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.15.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/libev
+   sys-libs/pam
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:g' pam/${PN} || die
+}



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

2022-12-21 Thread Marek Szuba
commit: e33bfdf162cef2afbf9db76453706b7970e7c459
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Dec 21 11:30:53 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 21 11:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33bfdf1

x11-misc/i3lock: add missing dependency on x11-libs/xcb-util-image

Closes: https://bugs.gentoo.org/887621
Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/i3lock/{i3lock-2.14.1-r1.ebuild => i3lock-2.14.1-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/i3lock/i3lock-2.14.1-r1.ebuild 
b/x11-misc/i3lock/i3lock-2.14.1-r2.ebuild
similarity index 95%
rename from x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
rename to x11-misc/i3lock/i3lock-2.14.1-r2.ebuild
index dbfbae8d42c9..ce0e41df1a3b 100644
--- a/x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.14.1-r2.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/xcb-util
+   x11-libs/xcb-util-image
x11-libs/xcb-util-xrm"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"



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

2022-11-10 Thread Marek Szuba
commit: 2b0642b7eb8341f26e5358c6ec9c68b2ef437ea9
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Nov 10 22:22:09 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Nov 10 22:39:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0642b7

x11-misc/i3lock: drop USE dependency on x11-libs/libxcb[xkb]

i3lock may or may not get a new version soon so let's just get this
done. Direct-to-stable commit because as stated in the bug, the USE flag
at hand has been a no-op for more than two years.

Closes: https://bugs.gentoo.org/875983
Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/i3lock/{i3lock-2.14.1.ebuild => i3lock-2.14.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.14.1.ebuild 
b/x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
similarity index 96%
rename from x11-misc/i3lock/i3lock-2.14.1.ebuild
rename to x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
index 782393b85057..dbfbae8d42c9 100644
--- a/x11-misc/i3lock/i3lock-2.14.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
dev-libs/libev
sys-libs/pam
x11-libs/cairo[X,xcb(+)]
-   x11-libs/libxcb[xkb]
+   x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-xrm"



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

2022-09-25 Thread Marek Szuba
commit: 433041b351280e52c64f15863e37baae83c68bf4
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 26 00:59:34 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Sep 26 01:01:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433041b3

x11-misc/i3lock: drop 2.14

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

 x11-misc/i3lock/Manifest   |  1 -
 x11-misc/i3lock/i3lock-2.14.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 0f8105b71e02..d497d592cb07 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1 @@
 DIST i3lock-2.14.1.tar.xz 28756 BLAKE2B 
b38a3fafeebb5f8cebb643baeb875922659b556a5f919c2a837923e45e8f91a5f3ce297a424414ec9f05255e5888b91723617d837e5ffdbdf81aded42edc34cb
 SHA512 
63b6bd73f66654fe52639434f7d3da64006144ec2ed685ba8683186730d4cc2c10d5aa66174f965030030243f59afaf6def3ff732f710ae441410218f84d6deb
-DIST i3lock-2.14.tar.xz 28648 BLAKE2B 
ef315c4d1175a692b8ea2ac1a6a9cefdaa642fc28cfcc28cbf0c637f9d0cf0ea47738447cf0d90c3c2f869819c178a416aabc44dbfe93ab938e48da2a0143d0a
 SHA512 
85f755333739e61a8ac90447410c48cf54345740bb6c6977efa88500e2b66dfd7fe3338e4fe38f817773219e5994ef6375010fdb3cf711e2ad42045874e39e20

diff --git a/x11-misc/i3lock/i3lock-2.14.ebuild 
b/x11-misc/i3lock/i3lock-2.14.ebuild
deleted file mode 100644
index 4bd709873c4b..
--- a/x11-misc/i3lock/i3lock-2.14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="dev-libs/libev
-   sys-libs/pam
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libxcb[xkb]
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-xrm"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   sed -i -e 's:login:system-auth:g' pam/${PN} || die
-}



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

2022-07-22 Thread Sam James
commit: 970235c993b1f1e9697c908cb269c19973701217
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 23 02:49:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 23 02:49:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970235c9

x11-misc/i3lock: Stabilize 2.14.1 amd64, #860141

Signed-off-by: Sam James  gentoo.org>

 x11-misc/i3lock/i3lock-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.14.1.ebuild 
b/x11-misc/i3lock/i3lock-2.14.1.ebuild
index c0165985e401..782393b85057 100644
--- a/x11-misc/i3lock/i3lock-2.14.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.14.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-libs/libev



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

2022-06-30 Thread Marek Szuba
commit: 034e4c8ea6c1542fc4dc6bc8070d241d62351b8d
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Jun 30 08:18:09 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Jun 30 09:01:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034e4c8e

x11-misc/i3lock: drop 2.13

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

 x11-misc/i3lock/Manifest   |  1 -
 x11-misc/i3lock/i3lock-2.13.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 32786bdeef09..0f8105b71e02 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,3 +1,2 @@
-DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 
4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88
 SHA512 
3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
 DIST i3lock-2.14.1.tar.xz 28756 BLAKE2B 
b38a3fafeebb5f8cebb643baeb875922659b556a5f919c2a837923e45e8f91a5f3ce297a424414ec9f05255e5888b91723617d837e5ffdbdf81aded42edc34cb
 SHA512 
63b6bd73f66654fe52639434f7d3da64006144ec2ed685ba8683186730d4cc2c10d5aa66174f965030030243f59afaf6def3ff732f710ae441410218f84d6deb
 DIST i3lock-2.14.tar.xz 28648 BLAKE2B 
ef315c4d1175a692b8ea2ac1a6a9cefdaa642fc28cfcc28cbf0c637f9d0cf0ea47738447cf0d90c3c2f869819c178a416aabc44dbfe93ab938e48da2a0143d0a
 SHA512 
85f755333739e61a8ac90447410c48cf54345740bb6c6977efa88500e2b66dfd7fe3338e4fe38f817773219e5994ef6375010fdb3cf711e2ad42045874e39e20

diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild 
b/x11-misc/i3lock/i3lock-2.13.ebuild
deleted file mode 100644
index 21a4ca54e6bf..
--- a/x11-misc/i3lock/i3lock-2.13.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-libs/libev
-   sys-libs/pam
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libxcb[xkb]
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-xrm"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   sed -i -e 's:login:system-auth:g' pam/${PN} || die
-}
-
-src_configure() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2022-06-30 Thread Agostino Sarubbo
commit: 7b588173b6c76a69d388c324012a49f51b09dbcb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 30 07:01:27 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 30 07:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b588173

x11-misc/i3lock: amd64 stable wrt bug #855035

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/i3lock/i3lock-2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.14.ebuild 
b/x11-misc/i3lock/i3lock-2.14.ebuild
index 9194c4c246b4..4bd709873c4b 100644
--- a/x11-misc/i3lock/i3lock-2.14.ebuild
+++ b/x11-misc/i3lock/i3lock-2.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="dev-libs/libev
sys-libs/pam



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

2022-06-29 Thread Sam James
commit: d3a100f58e09032385e624bd1ab80acd0313c253
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 29 11:57:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 29 11:57:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a100f5

x11-misc/i3lock: Stabilize 2.14 x86, #855035

Signed-off-by: Sam James  gentoo.org>

 x11-misc/i3lock/i3lock-2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.14.ebuild 
b/x11-misc/i3lock/i3lock-2.14.ebuild
index 29d754d62271..9194c4c246b4 100644
--- a/x11-misc/i3lock/i3lock-2.14.ebuild
+++ b/x11-misc/i3lock/i3lock-2.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="dev-libs/libev
sys-libs/pam



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

2022-06-22 Thread Jakov Smolić
commit: b4a20fe48d16cbbcb9d434b2b62317a4028b33e6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun 22 13:03:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun 22 13:09:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a20fe4

x11-misc/i3lock: add 2.14.1

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-misc/i3lock/Manifest |  1 +
 x11-misc/i3lock/i3lock-2.14.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index d9ea93d622f9..32786bdeef09 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 
4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88
 SHA512 
3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
+DIST i3lock-2.14.1.tar.xz 28756 BLAKE2B 
b38a3fafeebb5f8cebb643baeb875922659b556a5f919c2a837923e45e8f91a5f3ce297a424414ec9f05255e5888b91723617d837e5ffdbdf81aded42edc34cb
 SHA512 
63b6bd73f66654fe52639434f7d3da64006144ec2ed685ba8683186730d4cc2c10d5aa66174f965030030243f59afaf6def3ff732f710ae441410218f84d6deb
 DIST i3lock-2.14.tar.xz 28648 BLAKE2B 
ef315c4d1175a692b8ea2ac1a6a9cefdaa642fc28cfcc28cbf0c637f9d0cf0ea47738447cf0d90c3c2f869819c178a416aabc44dbfe93ab938e48da2a0143d0a
 SHA512 
85f755333739e61a8ac90447410c48cf54345740bb6c6977efa88500e2b66dfd7fe3338e4fe38f817773219e5994ef6375010fdb3cf711e2ad42045874e39e20

diff --git a/x11-misc/i3lock/i3lock-2.14.1.ebuild 
b/x11-misc/i3lock/i3lock-2.14.1.ebuild
new file mode 100644
index ..ac578fdbe9af
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.14.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/libev
+   sys-libs/pam
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb[xkb]
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-xrm"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:g' pam/${PN} || die
+}



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

2022-05-28 Thread Marek Szuba
commit: 0d1ba3f496ba4a7ed4837e4a585ada5f230aa739
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat May 28 22:56:26 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat May 28 23:55:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1ba3f4

x11-misc/i3lock: add 2.14

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

 x11-misc/i3lock/Manifest   |  1 +
 x11-misc/i3lock/i3lock-2.14.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 7d62c540ae72..d9ea93d622f9 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1 +1,2 @@
 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 
4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88
 SHA512 
3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
+DIST i3lock-2.14.tar.xz 28648 BLAKE2B 
ef315c4d1175a692b8ea2ac1a6a9cefdaa642fc28cfcc28cbf0c637f9d0cf0ea47738447cf0d90c3c2f869819c178a416aabc44dbfe93ab938e48da2a0143d0a
 SHA512 
85f755333739e61a8ac90447410c48cf54345740bb6c6977efa88500e2b66dfd7fe3338e4fe38f817773219e5994ef6375010fdb3cf711e2ad42045874e39e20

diff --git a/x11-misc/i3lock/i3lock-2.14.ebuild 
b/x11-misc/i3lock/i3lock-2.14.ebuild
new file mode 100644
index ..29d754d62271
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.14.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="dev-libs/libev
+   sys-libs/pam
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb[xkb]
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-xrm"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:g' pam/${PN} || die
+}



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

2022-05-28 Thread Marek Szuba
commit: d404b9be615e9132eae6f2683c281992d2d1b3d4
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat May 28 22:48:23 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat May 28 23:55:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d404b9be

x11-misc/i3lock: add github upstream metadata

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

 x11-misc/i3lock/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/i3lock/metadata.xml b/x11-misc/i3lock/metadata.xml
index 249bd3e01081..808603e364cb 100644
--- a/x11-misc/i3lock/metadata.xml
+++ b/x11-misc/i3lock/metadata.xml
@@ -9,4 +9,7 @@
mare...@gentoo.org
Marek Szuba

+   
+   i3/i3lock
+   
 



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

2021-09-27 Thread Marek Szuba
commit: 7f38fd7ca21ad141fe55cddb71002d6936894b47
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 27 22:56:40 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Sep 27 22:57:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f38fd7c

x11-misc/i3lock: keyword 2.13 for ~riscv

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

 x11-misc/i3lock/i3lock-2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild 
b/x11-misc/i3lock/i3lock-2.13.ebuild
index 8770aa432d5..21a4ca54e6b 100644
--- a/x11-misc/i3lock/i3lock-2.13.ebuild
+++ b/x11-misc/i3lock/i3lock-2.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-libs/libev



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

2021-08-27 Thread Jakov Smolić
commit: 66c4f8fa9957fab29453fd12ffe4709491fb7cf7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug 27 23:00:46 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug 27 23:00:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c4f8fa

x11-misc/i3lock: Update my e-mail address

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-misc/i3lock/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock/metadata.xml b/x11-misc/i3lock/metadata.xml
index 0799e01923f..482b18c51bf 100644
--- a/x11-misc/i3lock/metadata.xml
+++ b/x11-misc/i3lock/metadata.xml
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jakov.smo...@sartura.hr
-   Jakov Smolic
+   
+   jsmo...@gentoo.org
+   Jakov Smolić


mare...@gentoo.org



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

2021-01-07 Thread David Seifert
commit: db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Jan  7 10:13:54 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jan  7 10:13:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6b3fdb

x11-misc/i3lock: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 x11-misc/i3lock/Manifest  |  1 -
 x11-misc/i3lock/i3lock-2.10-r1.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index a585615a99b..7d62c540ae7 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1 @@
-DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 
4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88
 SHA512 
3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d

diff --git a/x11-misc/i3lock/i3lock-2.10-r1.ebuild 
b/x11-misc/i3lock/i3lock-2.10-r1.ebuild
deleted file mode 100644
index e3f2050116b..000
--- a/x11-misc/i3lock/i3lock-2.10-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   dev-libs/libev
-   sys-libs/pam
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:login:system-auth:' ${PN}.pam || die
-
-   tc-export CC
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2021-01-03 Thread Sam James
commit: a6bfb67abb591874ed01e0f91fdcee56138012b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  3 09:09:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  3 09:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bfb67a

x11-misc/i3lock: Stabilize 2.13 amd64, #762610

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild 
b/x11-misc/i3lock/i3lock-2.13.ebuild
index 2ece4ee1a04..8b3235cceee 100644
--- a/x11-misc/i3lock/i3lock-2.13.ebuild
+++ b/x11-misc/i3lock/i3lock-2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
dev-libs/libev



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

2020-11-30 Thread Marek Szuba
commit: 2a21f2d64c89ca3752f9df95f6fbcec4f295f8bd
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov 29 18:14:16 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 11:24:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a21f2d6

x11-misc/i3lock: update to 2.13

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/i3lock/Manifest   |  1 +
 x11-misc/i3lock/i3lock-2.13.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 488e459ee41..62882d57348 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,3 +1,4 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
 DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 
9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962
 SHA512 
8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
 DIST i3lock-2.12.tar.bz2 147521 BLAKE2B 
38ae5b4d6a92f918bc432e425301e8d04f9cc3bf8569e5f4e443dafed5aba19abf6604bfa102bc00ea5db87052583f1e9927a4f8e55906545b501829d95081e7
 SHA512 
84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad
+DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 
4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88
 SHA512 
3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d

diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild 
b/x11-misc/i3lock/i3lock-2.13.ebuild
new file mode 100644
index 000..e91228a0d97
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.13.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/i3lock/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-libs/libev
+   sys-libs/pam
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb[xkb]
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-xrm"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:g' pam/${PN} || die
+}
+
+src_configure() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/files/, x11-misc/i3lock/

2020-11-30 Thread Marek Szuba
commit: 2ae2ad8502d3879bb14594a49a4e9c2e648dab8b
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov 29 18:19:13 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 11:24:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae2ad85

x11-misc/i3lock: cleanup old versions

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/i3lock/Manifest   |  2 -
 x11-misc/i3lock/files/i3lock-2.11-version.patch| 12 --
 x11-misc/i3lock/files/i3lock-2.12-fno-common.patch | 11 -
 x11-misc/i3lock/i3lock-2.11.1-r1.ebuild| 48 --
 x11-misc/i3lock/i3lock-2.12-r1.ebuild  | 45 
 x11-misc/i3lock/i3lock-2.12-r2.ebuild  | 47 -
 6 files changed, 165 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 62882d57348..a585615a99b 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,4 +1,2 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
-DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 
9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962
 SHA512 
8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
-DIST i3lock-2.12.tar.bz2 147521 BLAKE2B 
38ae5b4d6a92f918bc432e425301e8d04f9cc3bf8569e5f4e443dafed5aba19abf6604bfa102bc00ea5db87052583f1e9927a4f8e55906545b501829d95081e7
 SHA512 
84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad
 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 
4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88
 SHA512 
3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d

diff --git a/x11-misc/i3lock/files/i3lock-2.11-version.patch 
b/x11-misc/i3lock/files/i3lock-2.11-version.patch
deleted file mode 100644
index df133cb91cd..000
--- a/x11-misc/i3lock/files/i3lock-2.11-version.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -2,7 +2,7 @@
- # Run autoreconf -fi to generate a configure script from this file.
- 
- AC_PREREQ([2.69])
--AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
-+AC_INIT([i3lock], [2.11], [https://github.com/i3/i3lock/issues])
- # For AX_EXTEND_SRCDIR
- AX_ENABLE_BUILDDIR
- AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
-

diff --git a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch 
b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
deleted file mode 100644
index 09003b16591..000
--- a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/unlock_indicator.c
-+++ b/unlock_indicator.c
-@@ -35,7 +35,7 @@
- 
- /* The current position in the input buffer. Useful to determine if any
-  * characters of the password have already been entered or not. */
--int input_position;
-+extern int input_position;
- 
- /* The lock window. */
- extern xcb_window_t win;

diff --git a/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild 
b/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
deleted file mode 100644
index 5d706ccac8b..000
--- a/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   dev-libs/libev
-   sys-libs/pam
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.11-version.patch
-)
-
-src_prepare() {
-   default
-
-   echo ${PV} > I3LOCK_VERSION
-
-   sed -i -e 's:login:system-auth:' pam/${PN} || die
-
-   eautoreconf
-
-   tc-export CC
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}

diff --git a/x11-misc/i3lock/i3lock-2.12-r1.ebuild 
b/x11-misc/i3lock/i3lock-2.12-r1.ebuild
deleted file mode 100644
index c2510a4767e..000
--- a/x11-misc/i3lock/i3lock-2.12-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 

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

2020-11-30 Thread Marek Szuba
commit: 8df3e969e27701332d7e686fab0588e34cc45a6d
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 30 11:30:10 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 11:30:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df3e969

x11-misc/i3lock: replace proxy-maint as second maintainer

As discussed with Jakov by e-mail.

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

 x11-misc/i3lock/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock/metadata.xml b/x11-misc/i3lock/metadata.xml
index 9654d1c22bc..d6036a612f2 100644
--- a/x11-misc/i3lock/metadata.xml
+++ b/x11-misc/i3lock/metadata.xml
@@ -5,8 +5,8 @@
jakov.smo...@sartura.hr
Jakov Smolic

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   mare...@gentoo.org
+   Marek Szuba

 



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

2020-11-30 Thread Marek Szuba
commit: a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 30 11:33:46 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 11:33:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b3be1e

x11-misc/i3lock: use PN in SRC_URI

For consistency with 2.10-r1.
While at it, have the GitHub PR close itself once this has been pushed.

Closes: https://github.com/gentoo/gentoo/pull/18449
Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/i3lock/i3lock-2.13.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild 
b/x11-misc/i3lock/i3lock-2.13.ebuild
index e91228a0d97..2ece4ee1a04 100644
--- a/x11-misc/i3lock/i3lock-2.13.ebuild
+++ b/x11-misc/i3lock/i3lock-2.13.ebuild
@@ -2,11 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
 HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/i3lock/${P}.tar.bz2;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"



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

2020-11-30 Thread Marek Szuba
commit: 59473a6bfd4d853d6dc142ec93a4bbf3b2e974ca
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov 29 18:20:47 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 11:24:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59473a6b

x11-misc/i3lock: new maintainer

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Marek Szuba  gentoo.org>

 x11-misc/i3lock/metadata.xml | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3lock/metadata.xml b/x11-misc/i3lock/metadata.xml
index 2ba8e9e851e..9654d1c22bc 100644
--- a/x11-misc/i3lock/metadata.xml
+++ b/x11-misc/i3lock/metadata.xml
@@ -1,8 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   jakov.smo...@sartura.hr
+   Jakov Smolic
+   

-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
+   proxy-ma...@gentoo.org
+   Proxy Maintainers

 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/, x11-misc/i3lock/files/

2020-01-25 Thread Jeroen Roovers
commit: 09411e9512455df329ebd9fee8d1fd1b709d124e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 25 10:35:25 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 25 10:48:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09411e95

x11-misc/i3lock: Fix compiling with -fno-common

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/706286
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/files/i3lock-2.12-fno-common.patch | 11 +
 x11-misc/i3lock/i3lock-2.12-r2.ebuild  | 47 ++
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch 
b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
new file mode 100644
index 000..09003b16591
--- /dev/null
+++ b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/unlock_indicator.c
 b/unlock_indicator.c
+@@ -35,7 +35,7 @@
+ 
+ /* The current position in the input buffer. Useful to determine if any
+  * characters of the password have already been entered or not. */
+-int input_position;
++extern int input_position;
+ 
+ /* The lock window. */
+ extern xcb_window_t win;

diff --git a/x11-misc/i3lock/i3lock-2.12-r2.ebuild 
b/x11-misc/i3lock/i3lock-2.12-r2.ebuild
new file mode 100644
index 000..07a68eb55c2
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.12-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   sys-libs/pam
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.12-fno-common.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:g' pam/${PN} || die
+}
+
+src_configure() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2020-01-14 Thread Matt Turner
commit: 9f842be761f05c87c55942920738449d7659a915
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 14 22:41:24 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 14 22:47:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f842be7

x11-misc/i3lock: Update x11-libs/cairo dependency

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/i3lock/{i3lock-2.10.ebuild => i3lock-2.10-r1.ebuild} | 2 +-
 x11-misc/i3lock/{i3lock-2.11.1.ebuild => i3lock-2.11.1-r1.ebuild} | 2 +-
 x11-misc/i3lock/{i3lock-2.12.ebuild => i3lock-2.12-r1.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10-r1.ebuild
similarity index 96%
rename from x11-misc/i3lock/i3lock-2.10.ebuild
rename to x11-misc/i3lock/i3lock-2.10-r1.ebuild
index 327b500143e..7d7b4a6ef2d 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]
dev-libs/libev
sys-libs/pam
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libxcb[xkb]
x11-libs/xcb-util
 "

diff --git a/x11-misc/i3lock/i3lock-2.11.1.ebuild 
b/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
similarity index 96%
rename from x11-misc/i3lock/i3lock-2.11.1.ebuild
rename to x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
index 855ba37b6d0..494b93dbda3 100644
--- a/x11-misc/i3lock/i3lock-2.11.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
@@ -16,7 +16,7 @@ RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]
dev-libs/libev
sys-libs/pam
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libxcb[xkb]
x11-libs/xcb-util
x11-libs/xcb-util-xrm

diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild 
b/x11-misc/i3lock/i3lock-2.12-r1.ebuild
similarity index 96%
rename from x11-misc/i3lock/i3lock-2.12.ebuild
rename to x11-misc/i3lock/i3lock-2.12-r1.ebuild
index bc33c7d2ef9..abd8afdc45a 100644
--- a/x11-misc/i3lock/i3lock-2.12.ebuild
+++ b/x11-misc/i3lock/i3lock-2.12-r1.ebuild
@@ -16,7 +16,7 @@ RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]
dev-libs/libev
sys-libs/pam
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libxcb[xkb]
x11-libs/xcb-util
x11-libs/xcb-util-xrm



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

2019-12-26 Thread Georgy Yakovlev
commit: 37a8d7f32fa715a7596a7aff62f588d47d238e3f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 26 12:19:13 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 12:56:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a8d7f3

x11-misc/i3lock: keyword 2.12 on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/i3lock/i3lock-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild 
b/x11-misc/i3lock/i3lock-2.12.ebuild
index e1d59ce65c9..bc33c7d2ef9 100644
--- a/x11-misc/i3lock/i3lock-2.12.ebuild
+++ b/x11-misc/i3lock/i3lock-2.12.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]



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

2019-10-12 Thread Mikle Kolyada
commit: d36a84f55fa67d24cd18030e1846a921a473d33a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 12 20:44:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 12 20:44:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36a84f5

x11-misc/i3lock: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-misc/i3lock/i3lock-2.10.ebuild   | 4 ++--
 x11-misc/i3lock/i3lock-2.11.1.ebuild | 4 ++--
 x11-misc/i3lock/i3lock-2.12.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index 9579fdae970..327b500143e 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]
dev-libs/libev
-   virtual/pam
+   sys-libs/pam
x11-libs/cairo[xcb]
x11-libs/libxcb[xkb]
x11-libs/xcb-util

diff --git a/x11-misc/i3lock/i3lock-2.11.1.ebuild 
b/x11-misc/i3lock/i3lock-2.11.1.ebuild
index 2df68dac048..855ba37b6d0 100644
--- a/x11-misc/i3lock/i3lock-2.11.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]
dev-libs/libev
-   virtual/pam
+   sys-libs/pam
x11-libs/cairo[xcb]
x11-libs/libxcb[xkb]
x11-libs/xcb-util

diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild 
b/x11-misc/i3lock/i3lock-2.12.ebuild
index 68246549d68..e1d59ce65c9 100644
--- a/x11-misc/i3lock/i3lock-2.12.ebuild
+++ b/x11-misc/i3lock/i3lock-2.12.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 RDEPEND="
>=x11-libs/libxkbcommon-0.5.0[X]
dev-libs/libev
-   virtual/pam
+   sys-libs/pam
x11-libs/cairo[xcb]
x11-libs/libxcb[xkb]
x11-libs/xcb-util



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

2019-07-23 Thread Jeroen Roovers
commit: 74e224840f10865d03fb8ab15151213a948a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 23 09:43:49 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 23 10:03:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e22484

x11-misc/i3lock: Version 2.12

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/Manifest   |  1 +
 x11-misc/i3lock/i3lock-2.12.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 9c867ab280c..488e459ee41 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
 DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 
9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962
 SHA512 
8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
+DIST i3lock-2.12.tar.bz2 147521 BLAKE2B 
38ae5b4d6a92f918bc432e425301e8d04f9cc3bf8569e5f4e443dafed5aba19abf6604bfa102bc00ea5db87052583f1e9927a4f8e55906545b501829d95081e7
 SHA512 
84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad

diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild 
b/x11-misc/i3lock/i3lock-2.12.ebuild
new file mode 100644
index 000..68246549d68
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.12.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   virtual/pam
+   x11-libs/cairo[xcb]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+
+src_prepare() {
+   default
+
+   echo ${PV} > I3LOCK_VERSION
+
+   sed -i -e 's:login:system-auth:' pam/${PN} || die
+
+   eautoreconf
+
+   tc-export CC
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2018-10-20 Thread Jeroen Roovers
commit: 14d6bf423280410ae59c7fe874b5612247cbff88
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 20 10:56:13 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 20 11:14:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d6bf42

x11-misc/i3lock: Old.

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/Manifest   |  1 -
 x11-misc/i3lock/i3lock-2.11.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index c83c03780f9..9c867ab280c 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,3 +1,2 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
 DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 
9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962
 SHA512 
8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
-DIST i3lock-2.11.tar.bz2 145308 BLAKE2B 
adacff63670237b945b54ba9709725013f8cfb5bdaf48e6c2cfbc0b035161e44f30393443f9326e3d0635407d1451267d9be8898582a76b3f989660ddcda2440
 SHA512 
c00741a66fdb5477a4b7e993d173f98fe95f0254fa74c50f83ddf8078a477d26a9fab126fbe31b509df2dbd35ed5ec64b95475621b8babf6f6c0f6db38160c8a

diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild 
b/x11-misc/i3lock/i3lock-2.11.ebuild
deleted file mode 100644
index ae7fa086d7b..000
--- a/x11-misc/i3lock/i3lock-2.11.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   dev-libs/libev
-   virtual/pam
-   x11-libs/cairo[xcb]
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.11-version.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i -e 's:login:system-auth:' pam/${PN} || die
-
-   eautoreconf
-
-   tc-export CC
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2018-10-20 Thread Jeroen Roovers
commit: 8bc90e6048153572a9ee3c34da81744085f84e33
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 20 10:55:49 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 20 11:14:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc90e60

x11-misc/i3lock: Version 2.11.1

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/Manifest | 1 +
 x11-misc/i3lock/{i3lock-2.11.ebuild => i3lock-2.11.1.ebuild} | 0
 x11-misc/i3lock/i3lock-2.11.ebuild   | 2 --
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 8f83a848385..c83c03780f9 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
+DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 
9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962
 SHA512 
8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
 DIST i3lock-2.11.tar.bz2 145308 BLAKE2B 
adacff63670237b945b54ba9709725013f8cfb5bdaf48e6c2cfbc0b035161e44f30393443f9326e3d0635407d1451267d9be8898582a76b3f989660ddcda2440
 SHA512 
c00741a66fdb5477a4b7e993d173f98fe95f0254fa74c50f83ddf8078a477d26a9fab126fbe31b509df2dbd35ed5ec64b95475621b8babf6f6c0f6db38160c8a

diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild 
b/x11-misc/i3lock/i3lock-2.11.1.ebuild
similarity index 100%
copy from x11-misc/i3lock/i3lock-2.11.ebuild
copy to x11-misc/i3lock/i3lock-2.11.1.ebuild

diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild 
b/x11-misc/i3lock/i3lock-2.11.ebuild
index 2df68dac048..ae7fa086d7b 100644
--- a/x11-misc/i3lock/i3lock-2.11.ebuild
+++ b/x11-misc/i3lock/i3lock-2.11.ebuild
@@ -33,8 +33,6 @@ PATCHES=(
 src_prepare() {
default
 
-   echo ${PV} > I3LOCK_VERSION
-
sed -i -e 's:login:system-auth:' pam/${PN} || die
 
eautoreconf



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

2018-10-12 Thread Jeroen Roovers
commit: 0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 12 09:16:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 12 09:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab6ff00

x11-misc/i3lock: Depend on x11-libs/xcb-util-xrm

Fixes: https://bugs.gentoo.org/668396
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/i3lock-2.11.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild 
b/x11-misc/i3lock/i3lock-2.11.ebuild
index 23ee3e54a4a..2df68dac048 100644
--- a/x11-misc/i3lock/i3lock-2.11.ebuild
+++ b/x11-misc/i3lock/i3lock-2.11.ebuild
@@ -19,6 +19,7 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/libxcb[xkb]
x11-libs/xcb-util
+   x11-libs/xcb-util-xrm
 "
 DEPEND="
${RDEPEND}



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

2018-10-11 Thread Johannes Huber
commit: ba33d868a4661b550d0146ec679191d2d48d5ca7
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Oct 11 19:14:42 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Oct 11 19:14:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba33d868

x11-misc/i3lock: Fix src_prepare

Signed-off-by: Johannes Huber  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-misc/i3lock/i3lock-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild 
b/x11-misc/i3lock/i3lock-2.11.ebuild
index 54d9140d574..23ee3e54a4a 100644
--- a/x11-misc/i3lock/i3lock-2.11.ebuild
+++ b/x11-misc/i3lock/i3lock-2.11.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
 
echo ${PV} > I3LOCK_VERSION
 
-   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+   sed -i -e 's:login:system-auth:' pam/${PN} || die
 
eautoreconf
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/files/, x11-misc/i3lock/

2018-10-11 Thread Jeroen Roovers
commit: 52d5b5ba3a2b02abd3014b5108d5d4619e1f6b16
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 11 12:49:06 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 11 12:49:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d5b5ba

x11-misc/i3lock: Version 2.11

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/Manifest|  1 +
 x11-misc/i3lock/files/i3lock-2.11-version.patch | 12 +++
 x11-misc/i3lock/i3lock-2.11.ebuild  | 47 +
 3 files changed, 60 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index dc4ef9355f9..8f83a848385 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1 +1,2 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
+DIST i3lock-2.11.tar.bz2 145308 BLAKE2B 
adacff63670237b945b54ba9709725013f8cfb5bdaf48e6c2cfbc0b035161e44f30393443f9326e3d0635407d1451267d9be8898582a76b3f989660ddcda2440
 SHA512 
c00741a66fdb5477a4b7e993d173f98fe95f0254fa74c50f83ddf8078a477d26a9fab126fbe31b509df2dbd35ed5ec64b95475621b8babf6f6c0f6db38160c8a

diff --git a/x11-misc/i3lock/files/i3lock-2.11-version.patch 
b/x11-misc/i3lock/files/i3lock-2.11-version.patch
new file mode 100644
index 000..df133cb91cd
--- /dev/null
+++ b/x11-misc/i3lock/files/i3lock-2.11-version.patch
@@ -0,0 +1,12 @@
+--- a/configure.ac
 b/configure.ac
+@@ -2,7 +2,7 @@
+ # Run autoreconf -fi to generate a configure script from this file.
+ 
+ AC_PREREQ([2.69])
+-AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
++AC_INIT([i3lock], [2.11], [https://github.com/i3/i3lock/issues])
+ # For AX_EXTEND_SRCDIR
+ AX_ENABLE_BUILDDIR
+ AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
+

diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild 
b/x11-misc/i3lock/i3lock-2.11.ebuild
new file mode 100644
index 000..54d9140d574
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.11.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   virtual/pam
+   x11-libs/cairo[xcb]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.11-version.patch
+)
+
+src_prepare() {
+   default
+
+   echo ${PV} > I3LOCK_VERSION
+
+   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+
+   eautoreconf
+
+   tc-export CC
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2018-06-26 Thread Johannes Huber
commit: 667e5aee0f98e3fa432cfb778039185de22c4e13
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jun 26 06:51:44 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jun 26 06:51:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667e5aee

x11-misc/i3lock: Remove 2.8

Uses deprecated EAPI 5 and overshadowed by 2.10.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/i3lock/Manifest  |  1 -
 x11-misc/i3lock/i3lock-2.8.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 3dbeed0882f..dc4ef9355f9 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
-DIST i3lock-2.8.tar.bz2 19884 BLAKE2B 
67d04d91cae22f14210cbdbcce1a2aecd3eae0d649c8182f044c1c6bec5c8e63ab4cca647fcd3c2ab61c600a83157ce0818b566b59a632b509390f9b4d069a80
 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f

diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild 
b/x11-misc/i3lock/i3lock-2.8.ebuild
deleted file mode 100644
index 1b0619ea015..000
--- a/x11-misc/i3lock/i3lock-2.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/pam
-   dev-libs/libev
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/cairo[xcb]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-DOCS=( CHANGELOG README.md )
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_prepare() {
-   sed -i -e 's:login:system-auth:' ${PN}.pam || die
-   epatch_user
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2018-06-26 Thread Johannes Huber
commit: 3a74d2be92287086a3b3b2c65aead6efb6e4de34
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jun 26 06:53:16 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jun 26 06:53:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a74d2be

x11-misc/i3lock: Fix metadata indentation

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/i3lock/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/metadata.xml b/x11-misc/i3lock/metadata.xml
index e945e130766..2ba8e9e851e 100644
--- a/x11-misc/i3lock/metadata.xml
+++ b/x11-misc/i3lock/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
desktop-m...@gentoo.org
Gentoo Desktop Miscellaneous Project




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

2018-06-23 Thread Mikle Kolyada
commit: 4d1091e16a62807d7f9dee9303feb6a6f506a8a4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 23 18:34:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 23 18:34:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1091e1

x11-misc/i3lock: amd64 stable wrt bug #658816

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/i3lock/i3lock-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index 7cc7504d524..a5cd251837b 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2018-06-23 Thread Johannes Huber
commit: cb4678e2c73f148091f215f46f413742daea24ee
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jun 23 09:54:10 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jun 23 09:54:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4678e2

x11-misc/i3lock: Remove 2.9.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/i3lock/Manifest|  1 -
 x11-misc/i3lock/i3lock-2.9.1.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index d4b63b12b42..3dbeed0882f 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,3 +1,2 @@
 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
 DIST i3lock-2.8.tar.bz2 19884 BLAKE2B 
67d04d91cae22f14210cbdbcce1a2aecd3eae0d649c8182f044c1c6bec5c8e63ab4cca647fcd3c2ab61c600a83157ce0818b566b59a632b509390f9b4d069a80
 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
-DIST i3lock-2.9.1.tar.bz2 20959 BLAKE2B 
05f35e3cd8fa45dfcb7021d3df19eda85ec3ebc4be9fc5b0900d88569d078bc4a773e6de155f76c13a45c9c914e47171c5ba000e6ed3cbb3b50cd4e847b78aaf
 SHA512 
9b1bfac67a97880e61f8655a9256662ceec51850005298f13247ab570c03715718db84b1afefa979fb9a53a011fa20958f38d05f5378becf7803ece3e804faaf

diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild 
b/x11-misc/i3lock/i3lock-2.9.1.ebuild
deleted file mode 100644
index ee3f80478d4..000
--- a/x11-misc/i3lock/i3lock-2.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="https://i3wm.org/i3lock/;
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   dev-libs/libev
-   virtual/pam
-   x11-libs/cairo[xcb]
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:login:system-auth:' ${PN}.pam || die
-
-   tc-export CC
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2018-06-04 Thread Mart Raudsepp
commit: d12982e2e9b6fca2c8940251199643f57dd5
Author: Alex Bennée  linaro  org>
AuthorDate: Fri Jun  1 09:16:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  4 18:57:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12982e2

x11-misc/i3lock: add ~arm64 keyword

 x11-misc/i3lock/i3lock-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index 0b51ebc8e52..7cc7504d524 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2018-03-26 Thread Aaron Bauman
commit: ac2c14d9117ecf32681bae7827bbdb15ea3598fd
Author: Francesco Turco  fastmail  fm>
AuthorDate: Fri Jan 26 18:49:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2c14d9

x11-misc/i3lock: use HTTPS instead of HTTP

Closes: https://github.com/gentoo/gentoo/pull/6973

 x11-misc/i3lock/i3lock-2.10.ebuild  | 4 ++--
 x11-misc/i3lock/i3lock-2.8.ebuild   | 6 +++---
 x11-misc/i3lock/i3lock-2.9.1.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index 7101cc230c3..0b51ebc8e52 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild 
b/x11-misc/i3lock/i3lock-2.8.ebuild
index 206ce7020ee..1b0619ea015 100644
--- a/x11-misc/i3lock/i3lock-2.8.ebuild
+++ b/x11-misc/i3lock/i3lock-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild 
b/x11-misc/i3lock/i3lock-2.9.1.ebuild
index f99aa982024..ee3f80478d4 100644
--- a/x11-misc/i3lock/i3lock-2.9.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"



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

2018-01-06 Thread Markus Meier
commit: bbbd846285bda54567b7b27734e806aa7b84cb70
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jan  6 21:49:01 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jan  6 21:49:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbd8462

x11-misc/i3lock: add ~arm, bug #577962

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index f99aa982024..7101cc230c3 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-11-25 Thread Jeroen Roovers
commit: 6cd89a387ac11c1dcbc758a1d07011fd4236f709
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 25 08:22:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 25 08:22:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd89a38

x11-misc/i3lock: Version bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/i3lock/Manifest   |  5 +++--
 x11-misc/i3lock/i3lock-2.10.ebuild | 42 ++
 2 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 6e1c87b3ad0..d4b63b12b42 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1,3 @@
-DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01
-DIST i3lock-2.9.1.tar.bz2 20959 SHA256 
106a1616d4e8dda8f7bdd95b142c25a5d42f69894279006598d22dad8982c790 SHA512 
9b1bfac67a97880e61f8655a9256662ceec51850005298f13247ab570c03715718db84b1afefa979fb9a53a011fa20958f38d05f5378becf7803ece3e804faaf
 WHIRLPOOL 
4a63967a242b78a65bc165ef120393c1df7407daaeb03bb0ad7e96628f5a2c8d0d68ed0dba450ff57b383d470fc683ef44d3eefcd0a9a7c359817356dde0a30b
+DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 
1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c
 SHA512 
ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
+DIST i3lock-2.8.tar.bz2 19884 BLAKE2B 
67d04d91cae22f14210cbdbcce1a2aecd3eae0d649c8182f044c1c6bec5c8e63ab4cca647fcd3c2ab61c600a83157ce0818b566b59a632b509390f9b4d069a80
 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
+DIST i3lock-2.9.1.tar.bz2 20959 BLAKE2B 
05f35e3cd8fa45dfcb7021d3df19eda85ec3ebc4be9fc5b0900d88569d078bc4a773e6de155f76c13a45c9c914e47171c5ba000e6ed3cbb3b50cd4e847b78aaf
 SHA512 
9b1bfac67a97880e61f8655a9256662ceec51850005298f13247ab570c03715718db84b1afefa979fb9a53a011fa20958f38d05f5378becf7803ece3e804faaf

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
new file mode 100644
index 000..f99aa982024
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="http://i3wm.org/i3lock/;
+SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   virtual/pam
+   x11-libs/cairo[xcb]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+
+   tc-export CC
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2017-06-27 Thread Jeroen Roovers
commit: e33171531aa911be1358d15b694d753e86def885
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jun 27 07:52:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jun 27 07:52:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3317153

x11-misc/i3lock: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/i3lock/Manifest  |  1 -
 x11-misc/i3lock/i3lock-2.9.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index f60f152a8c9..6e1c87b3ad0 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,3 +1,2 @@
 DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01
 DIST i3lock-2.9.1.tar.bz2 20959 SHA256 
106a1616d4e8dda8f7bdd95b142c25a5d42f69894279006598d22dad8982c790 SHA512 
9b1bfac67a97880e61f8655a9256662ceec51850005298f13247ab570c03715718db84b1afefa979fb9a53a011fa20958f38d05f5378becf7803ece3e804faaf
 WHIRLPOOL 
4a63967a242b78a65bc165ef120393c1df7407daaeb03bb0ad7e96628f5a2c8d0d68ed0dba450ff57b383d470fc683ef44d3eefcd0a9a7c359817356dde0a30b
-DIST i3lock-2.9.tar.bz2 21103 SHA256 
8ada0af0f8c03551ba4af138b80d4c853d8c1a88b1c96bddb85c9fcfad2da84d SHA512 
5e35899f07505231119f6eee5ccd1e02f328560422283228b02b1c649e7e7c094345bb7b0f877b2ea783fc8f3041728f0811e9294acdf57b65a907ff14af3317
 WHIRLPOOL 
5b49243519fc81093a973e4b07d21035ef076284eecd072bbcff4ed16fcca15a4d09356aaad74c5d41575d53ade9128b21d0f45f10420358fb6e6a4d07753943

diff --git a/x11-misc/i3lock/i3lock-2.9.ebuild 
b/x11-misc/i3lock/i3lock-2.9.ebuild
deleted file mode 100644
index f99aa982024..000
--- a/x11-misc/i3lock/i3lock-2.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   dev-libs/libev
-   virtual/pam
-   x11-libs/cairo[xcb]
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-DOCS=( CHANGELOG README.md )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:login:system-auth:' ${PN}.pam || die
-
-   tc-export CC
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2017-06-27 Thread Jeroen Roovers
commit: 5859e733ddca65a031c6ffca6bc958fef5028126
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jun 27 07:51:27 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jun 27 07:51:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5859e733

x11-misc/i3lock: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/i3lock/Manifest|  1 +
 x11-misc/i3lock/i3lock-2.9.1.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index b7ac12ae1d6..f60f152a8c9 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01
+DIST i3lock-2.9.1.tar.bz2 20959 SHA256 
106a1616d4e8dda8f7bdd95b142c25a5d42f69894279006598d22dad8982c790 SHA512 
9b1bfac67a97880e61f8655a9256662ceec51850005298f13247ab570c03715718db84b1afefa979fb9a53a011fa20958f38d05f5378becf7803ece3e804faaf
 WHIRLPOOL 
4a63967a242b78a65bc165ef120393c1df7407daaeb03bb0ad7e96628f5a2c8d0d68ed0dba450ff57b383d470fc683ef44d3eefcd0a9a7c359817356dde0a30b
 DIST i3lock-2.9.tar.bz2 21103 SHA256 
8ada0af0f8c03551ba4af138b80d4c853d8c1a88b1c96bddb85c9fcfad2da84d SHA512 
5e35899f07505231119f6eee5ccd1e02f328560422283228b02b1c649e7e7c094345bb7b0f877b2ea783fc8f3041728f0811e9294acdf57b65a907ff14af3317
 WHIRLPOOL 
5b49243519fc81093a973e4b07d21035ef076284eecd072bbcff4ed16fcca15a4d09356aaad74c5d41575d53ade9128b21d0f45f10420358fb6e6a4d07753943

diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild 
b/x11-misc/i3lock/i3lock-2.9.1.ebuild
new file mode 100644
index 000..f99aa982024
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.9.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="http://i3wm.org/i3lock/;
+SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   virtual/pam
+   x11-libs/cairo[xcb]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+
+   tc-export CC
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2017-06-20 Thread Pacho Ramos
commit: 27c40bf5ebc9381f19988d96b909ab25d5e46048
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 20 12:43:00 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 20 12:53:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c40bf5

x11-misc/i3lock: Cleanup metadata due to retirement

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/i3lock/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/i3lock/metadata.xml b/x11-misc/i3lock/metadata.xml
index 246bd66899d..e945e130766 100644
--- a/x11-misc/i3lock/metadata.xml
+++ b/x11-misc/i3lock/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   xarthis...@gentoo.org
-   Kacper Kowalik
-   
 
desktop-m...@gentoo.org
Gentoo Desktop Miscellaneous Project



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

2017-06-04 Thread Jeroen Roovers
commit: 077224ae662f4481c3351de01198849ac9f7e980
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:32:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:32:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077224ae

x11-misc/i3lock: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/i3lock/Manifest  |  1 +
 x11-misc/i3lock/i3lock-2.9.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index f1e592867b0..b7ac12ae1d6 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1 +1,2 @@
 DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01
+DIST i3lock-2.9.tar.bz2 21103 SHA256 
8ada0af0f8c03551ba4af138b80d4c853d8c1a88b1c96bddb85c9fcfad2da84d SHA512 
5e35899f07505231119f6eee5ccd1e02f328560422283228b02b1c649e7e7c094345bb7b0f877b2ea783fc8f3041728f0811e9294acdf57b65a907ff14af3317
 WHIRLPOOL 
5b49243519fc81093a973e4b07d21035ef076284eecd072bbcff4ed16fcca15a4d09356aaad74c5d41575d53ade9128b21d0f45f10420358fb6e6a4d07753943

diff --git a/x11-misc/i3lock/i3lock-2.9.ebuild 
b/x11-misc/i3lock/i3lock-2.9.ebuild
new file mode 100644
index 000..f99aa982024
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.9.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="http://i3wm.org/i3lock/;
+SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   virtual/pam
+   x11-libs/cairo[xcb]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+
+   tc-export CC
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2016-06-12 Thread Jeroen Roovers
commit: c98fad8a6a7621bc6765907d6d885eb1c961573b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun 12 10:14:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun 12 10:16:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98fad8a

x11-misc/i3lock: Old.

Package-Manager: portage-2.3.0_rc1

 x11-misc/i3lock/Manifest  |  1 -
 x11-misc/i3lock/i3lock-2.5.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 6ff6640..5b7491e 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,4 +1,3 @@
-DIST i3lock-2.5.tar.bz2 16135 SHA256 
ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77 SHA512 
8e49c25b0efe3836a8daa4dae61354ecb57374a8de8f10b8b5f262d7c1f6070d60e3ac25112be6079a56baa83f73c3c2a85d48ab27c8559df8aef358ffdab2a7
 WHIRLPOOL 
3adf11ecd931f1d266a56ac7d3135317d6c12c03478ae65221e985b1b8991ddac3066221d711b3f77b2ae812f1a1c74790876ced9c1f3910feae70815392c573
 DIST i3lock-2.6.tar.bz2 17972 SHA256 
c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a SHA512 
ccaf336b4abd65df24ba37613ba46e129d6e4c42cb8c0a05cc8d9cc0815f0f9f03613230b1cdbb5d16d6903a57a04f2c6b0fc168881ae03000aa170716fedf4a
 WHIRLPOOL 
7ce2dfc29e3366075597097d53c09373677019d0c6f8e872a157a8e7f32b44daf0ccd19fe56c69ca8ae43f60a2d87eed4c8e2e5716cc8ec24c82f5a0cda8a2a5
 DIST i3lock-2.7.tar.bz2 19490 SHA256 
6882183ed0eca439e3ad1ae3e9d48b4d0a0b6f075e3850b46bf84aec97538fe2 SHA512 
7945d142d239fe7f8985c1000e22db0532456939e65ee855f12e364092808d0cc09cc818b1189e32d88c872ce00033c41c8ebefe62349630872815adaf8b3899
 WHIRLPOOL 
088fe683f723a6adfb6f60efb4a8f62870b96adf3a96606e9cba642f21ecf42f1fdc0b8346dd4a84a5f65bc6f5e2d1f256e80a0ba736dc4fe276a697c347c983
 DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01

diff --git a/x11-misc/i3lock/i3lock-2.5.ebuild 
b/x11-misc/i3lock/i3lock-2.5.ebuild
deleted file mode 100644
index 2b503ed..000
--- a/x11-misc/i3lock/i3lock-2.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/pam
-   dev-libs/libev
-   >=x11-libs/libxkbcommon-0.3.1
-   x11-libs/libxkbfile
-   x11-libs/xcb-util
-   x11-libs/libX11
-   x11-libs/cairo[xcb]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-DOCS=( CHANGELOG README )
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_prepare() {
-   sed -i -e 's:login:system-auth:' ${PN}.pam || die
-}
-
-src_install() {
-   default
-   doman ${PN}.1
-}



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

2016-06-12 Thread Jeroen Roovers
commit: 6519dfd099be25d2aebdfdff3f7acf9a9cd62076
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun 12 10:14:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun 12 10:16:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6519dfd0

x11-misc/i3lock: Version bump.

Package-Manager: portage-2.3.0_rc1

 x11-misc/i3lock/Manifest  |  1 +
 x11-misc/i3lock/i3lock-2.8.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 4e45bb6..6ff6640 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,3 +1,4 @@
 DIST i3lock-2.5.tar.bz2 16135 SHA256 
ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77 SHA512 
8e49c25b0efe3836a8daa4dae61354ecb57374a8de8f10b8b5f262d7c1f6070d60e3ac25112be6079a56baa83f73c3c2a85d48ab27c8559df8aef358ffdab2a7
 WHIRLPOOL 
3adf11ecd931f1d266a56ac7d3135317d6c12c03478ae65221e985b1b8991ddac3066221d711b3f77b2ae812f1a1c74790876ced9c1f3910feae70815392c573
 DIST i3lock-2.6.tar.bz2 17972 SHA256 
c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a SHA512 
ccaf336b4abd65df24ba37613ba46e129d6e4c42cb8c0a05cc8d9cc0815f0f9f03613230b1cdbb5d16d6903a57a04f2c6b0fc168881ae03000aa170716fedf4a
 WHIRLPOOL 
7ce2dfc29e3366075597097d53c09373677019d0c6f8e872a157a8e7f32b44daf0ccd19fe56c69ca8ae43f60a2d87eed4c8e2e5716cc8ec24c82f5a0cda8a2a5
 DIST i3lock-2.7.tar.bz2 19490 SHA256 
6882183ed0eca439e3ad1ae3e9d48b4d0a0b6f075e3850b46bf84aec97538fe2 SHA512 
7945d142d239fe7f8985c1000e22db0532456939e65ee855f12e364092808d0cc09cc818b1189e32d88c872ce00033c41c8ebefe62349630872815adaf8b3899
 WHIRLPOOL 
088fe683f723a6adfb6f60efb4a8f62870b96adf3a96606e9cba642f21ecf42f1fdc0b8346dd4a84a5f65bc6f5e2d1f256e80a0ba736dc4fe276a697c347c983
+DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01

diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild 
b/x11-misc/i3lock/i3lock-2.8.ebuild
new file mode 100644
index 000..f7b7bfe
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="http://i3wm.org/i3lock/;
+SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/pam
+   dev-libs/libev
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/cairo[xcb]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+DOCS=( CHANGELOG README.md )
+
+pkg_setup() {
+   tc-export CC
+}
+
+src_prepare() {
+   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+   epatch_user
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2015-08-09 Thread Mikle Kolyada
commit: 1cc226439d00f1d30349f5d5b6ebdf477a49163e
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug  9 17:50:41 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug  9 17:51:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc22643

x11-misc/i3lock: x86 stable wrt bug #537276

Package-Manager: portage-2.2.20

 x11-misc/i3lock/i3lock-2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock/i3lock-2.6.ebuild 
b/x11-misc/i3lock/i3lock-2.6.ebuild
index 1178723..18ae7d7 100644
--- a/x11-misc/i3lock/i3lock-2.6.ebuild
+++ b/x11-misc/i3lock/i3lock-2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI=http://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND=virtual/pam