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

2024-02-05 Thread David Roman
commit: da22545eeb393eeb55658e2479be1f6ffcc6ab3f
Author: Takuya Wakazono  gmail  com>
AuthorDate: Mon Feb  5 10:03:30 2024 +
Commit: David Roman  gmail  com>
CommitDate: Mon Feb  5 10:04:20 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da22545e

x11-misc/i3lock-color: add 2.13.5

Closes: https://bugs.gentoo.org/860849
Signed-off-by: Takuya Wakazono  gmail.com>

 x11-misc/i3lock-color/Manifest |  1 +
 .../files/i3lock-color-2.13.5-cleanup-cflags.patch | 11 +
 .../i3lock-color-2.13.5-disable-automagic.patch| 35 +
 x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild   | 57 ++
 4 files changed, 104 insertions(+)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index b183388992..617ffa4eaf 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
 DIST i3lock-color-2.13.4.tar.gz 215078 BLAKE2B 
fa0e0ed664a50f4d0bb67196d8643df5f9592c94cfd56a3bee2a018dac38e4f27a585ed34cb400a522cdca2b1ace3f79774f5259ffce5bf39383b7e2592f72cd
 SHA512 
67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02
+DIST i3lock-color-2.13.5.tar.gz 485084 BLAKE2B 
b55a25f746077808be262e77c5c29c6a07aa6ab34a0dc47df4f6518a9f1133f2b2787982d2dfc0c1e933c184534f1435258cb7e4c07d11dd3bfccb68dd0ff581
 SHA512 
db52b8800a63a9fc85ffb644b140488588427d717b075a3f0d318486cb0177858ed7a2f148bb904e56539bbf679b0fd40eaf0df895b1f578498dfb70219eb9b8

diff --git 
a/x11-misc/i3lock-color/files/i3lock-color-2.13.5-cleanup-cflags.patch 
b/x11-misc/i3lock-color/files/i3lock-color-2.13.5-cleanup-cflags.patch
new file mode 100644
index 00..ed63d9efa4
--- /dev/null
+++ b/x11-misc/i3lock-color/files/i3lock-color-2.13.5-cleanup-cflags.patch
@@ -0,0 +1,11 @@
+Prevent passing -O2 to CFLAGS.
+--- a/configure.ac
 b/configure.ac
+@@ -118,7 +118,6 @@
+ AM_PROG_AR
+ 
+ AX_FLAGS_WARN_ALL
+-AX_APPEND_FLAG([-O2], [AM_CFLAGS])
+ AX_APPEND_FLAG([-funroll-loops], [AM_CFLAGS])
+ AX_APPEND_FLAG([-pthread], [AM_CFLAGS])
+ AX_CHECK_COMPILE_FLAG([-Wunused-value], [AX_APPEND_FLAG([-Wunused-value], 
[AM_CFLAGS])])

diff --git 
a/x11-misc/i3lock-color/files/i3lock-color-2.13.5-disable-automagic.patch 
b/x11-misc/i3lock-color/files/i3lock-color-2.13.5-disable-automagic.patch
new file mode 100644
index 00..64093df4dc
--- /dev/null
+++ b/x11-misc/i3lock-color/files/i3lock-color-2.13.5-disable-automagic.patch
@@ -0,0 +1,35 @@
+Disable automagic shell completion files installation.
+--- a/Makefile.am
 b/Makefile.am
+@@ -13,31 +13,6 @@
+ pamd_files = pam/i3lock
+ pamd_DATA = $(pamd_files)
+ 
+-if ENABLE_BASH_COMPLETION
+-bashcompletiondir = $(BASH_COMPLETION_DIR)
+-dist_bashcompletion_DATA = i3lock-bash
+-endif
+-
+-if ENABLE_ZSH_COMPLETION
+-zshcompletiondir = $(ZSH_COMPLETION_DIR)
+-dist_zshcompletion_DATA = i3lock-zsh
+-endif
+-
+-install-data-hook:
+-if ENABLE_BASH_COMPLETION
+-  test -f "${BASH_COMPLETION_DIR}/i3lock-bash" && mv -f 
"${BASH_COMPLETION_DIR}/i3lock-bash" "${BASH_COMPLETION_DIR}/i3lock" || true
+-endif
+-if ENABLE_ZSH_COMPLETION
+-  test -f "${ZSH_COMPLETION_DIR}/i3lock-zsh" && mv -f 
"${ZSH_COMPLETION_DIR}/i3lock-zsh" "${ZSH_COMPLETION_DIR}/_i3lock" || true
+-endif
+-
+-uninstall-hook:
+-if ENABLE_BASH_COMPLETION
+-  rm -f ${BASH_COMPLETION_DIR}/i3lock
+-endif
+-if ENABLE_ZSH_COMPLETION
+-  rm -f ${ZSH_COMPLETION_DIR}/_i3lock
+-endif
+ 
+ 
+ AM_CPPFLAGS = \

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
new file mode 100644
index 00..a74dd1525d
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools shell-completion
+
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
+
+DESCRIPTION="The world's most popular non-default computer lockscreen"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color;
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPEND="
+   dev-libs/libev
+   media-libs/fontconfig
+   media-libs/libjpeg-turbo:=
+   sys-libs/pam
+   x11-libs/cairo[X]
+   x11-libs/libxcb:=
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm
+"
+RDEPEND="
+   ${DEPEND}
+   !!x11-misc/i3lock
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(

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

2024-02-05 Thread David Roman
commit: 0377e07fe4cb22c332991e33689c3fa554b7a302
Author: Takuya Wakazono  gmail  com>
AuthorDate: Mon Feb  5 10:04:06 2024 +
Commit: David Roman  gmail  com>
CommitDate: Mon Feb  5 10:04:20 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0377e07f

x11-misc/i3lock-color: drop 2.13.2, 2.13.4, 

Signed-off-by: Takuya Wakazono  gmail.com>

 x11-misc/i3lock-color/Manifest   |  2 -
 x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild | 44 -
 x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild | 44 -
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 49 
 4 files changed, 139 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 617ffa4eaf..ff510f412a 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,3 +1 @@
-DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
-DIST i3lock-color-2.13.4.tar.gz 215078 BLAKE2B 
fa0e0ed664a50f4d0bb67196d8643df5f9592c94cfd56a3bee2a018dac38e4f27a585ed34cb400a522cdca2b1ace3f79774f5259ffce5bf39383b7e2592f72cd
 SHA512 
67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02
 DIST i3lock-color-2.13.5.tar.gz 485084 BLAKE2B 
b55a25f746077808be262e77c5c29c6a07aa6ab34a0dc47df4f6518a9f1133f2b2787982d2dfc0c1e933c184534f1435258cb7e4c07d11dd3bfccb68dd0ff581
 SHA512 
db52b8800a63a9fc85ffb644b140488588427d717b075a3f0d318486cb0177858ed7a2f148bb904e56539bbf679b0fd40eaf0df895b1f578498dfb70219eb9b8

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
deleted file mode 100644
index f477fa936d..00
--- a/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
-
-DESCRIPTION="The world's most popular non-default computer lockscreen"
-HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
-   sys-libs/pam
-   x11-libs/cairo[X]
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-xrm
-"
-RDEPEND="
-   ${DEPEND}
-   !!x11-misc/i3lock
-"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   autoreconf -fiv
-   default
-}
-
-pkg_postinst() {
-   elog "Running i3lock-color:"
-   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
-   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
-}

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild
deleted file mode 100644
index f477fa936d..00
--- a/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
-
-DESCRIPTION="The world's most popular non-default computer lockscreen"
-HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
-   sys-libs/pam
-   x11-libs/cairo[X]
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-xrm
-"
-RDEPEND="
-   ${DEPEND}
-   !!x11-misc/i3lock
-"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   autoreconf -fiv
-   default
-}
-
-pkg_postinst() {
-   elog "Running i3lock-color:"
-   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
-   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
-}

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
deleted file mode 100644
index b4cc8893de..00
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ /dev/null

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

2021-06-08 Thread Theo Anderson
commit: 71db3ae57b943b84e8812f4d050607891a1e7995
Author: Petrus Zhao  gmail  com>
AuthorDate: Tue Jun  8 07:54:18 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 07:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71db3ae5

x11-misc/i3lock-color: version budmp to 2.13.4, drop old

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest  | 2 +-
 .../{i3lock-color-2.13.3.ebuild => i3lock-color-2.13.4.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 92c2f5084..b18338899 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,2 @@
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
-DIST i3lock-color-2.13.3.tar.gz 214870 BLAKE2B 
ea9b408b4c2f07fff2299da6ff5035c5a81a2a9c813eb41711b884eb081072983c33e5ce4baa9c098626db7bda911ccc2320500452d82dc2a9b16e824ad1
 SHA512 
f1da0be33f2c08001f11d2dd3f60a99b1beb550cfb0a248d23bbde506e927ecec9e92060336ca31e260489985bf6e193bcdfff3dc2ba01491d20cab6b30513ac
+DIST i3lock-color-2.13.4.tar.gz 215078 BLAKE2B 
fa0e0ed664a50f4d0bb67196d8643df5f9592c94cfd56a3bee2a018dac38e4f27a585ed34cb400a522cdca2b1ace3f79774f5259ffce5bf39383b7e2592f72cd
 SHA512 
67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild
similarity index 100%
rename from x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
rename to x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild



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

2021-05-30 Thread Andrew Ammerlaan
commit: 0eff45502d6b9a8f42fb5f77800e1cb63f7ff70e
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun May 30 03:41:32 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun May 30 03:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0eff4550

x11-misc/i3lock-color: version bump to 2.13.3, drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest | 2 +-
 .../{i3lock-color-2.13.1.ebuild => i3lock-color-2.13.3.ebuild} | 7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 46d2ddd2e..92c2f5084 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,2 @@
-DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
+DIST i3lock-color-2.13.3.tar.gz 214870 BLAKE2B 
ea9b408b4c2f07fff2299da6ff5035c5a81a2a9c813eb41711b884eb081072983c33e5ce4baa9c098626db7bda911ccc2320500452d82dc2a9b16e824ad1
 SHA512 
f1da0be33f2c08001f11d2dd3f60a99b1beb550cfb0a248d23bbde506e927ecec9e92060336ca31e260489985bf6e193bcdfff3dc2ba01491d20cab6b30513ac

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
similarity index 85%
rename from x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
rename to x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
index b1fb55f6b..f477fa936 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
@@ -32,13 +32,6 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
-src_prepare() {
-   default
-   sed -e 's/^#auth include system-auth/auth include system-auth/' \
-   -e 's/^auth include login/#auth include login/' \
-   -i pam/i3lock || die
-}
-
 src_configure() {
autoreconf -fiv
default



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

2021-02-16 Thread Theo Anderson
commit: 45f9a8aef32ae3216cc0315efa9e2951b9c73380
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 11:36:47 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45f9a8ae

x11-misc/i3lock-color: drop old 2.12.5

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/Manifest   |  1 -
 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 9e9f93ad..46d2ddd2 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,3 +1,2 @@
-DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
 DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
deleted file mode 100644
index c5aaad27..
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
-
-DESCRIPTION="The world's most popular non-default computer lockscreen"
-HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
-   sys-libs/pam
-   x11-libs/cairo
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-xrm
-"
-RDEPEND="
-   ${DEPEND}
-   !!x11-misc/i3lock
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   sed -e 's/^#auth include system-auth/auth include system-auth/' \
-   -e 's/^auth include login/#auth include login/' \
-   -i pam/i3lock || die
-}
-
-src_configure() {
-   autoreconf -fiv
-   default
-}
-
-pkg_postinst() {
-   elog "Running i3lock-color:"
-   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
-   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
-}



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

2021-02-16 Thread Theo Anderson
commit: e10581d5fe7e14594aa21abe83fcb3b5ea295482
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 11:42:58 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e10581d5

x11-misc/i3lock-color: add myself to metadata file

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

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

diff --git a/x11-misc/i3lock-color/metadata.xml 
b/x11-misc/i3lock-color/metadata.xml
index fa7fff03..4731ac87 100644
--- a/x11-misc/i3lock-color/metadata.xml
+++ b/x11-misc/i3lock-color/metadata.xml
@@ -5,6 +5,10 @@
 petrus.zy...@gmail.com
 Petrus Zhao
   
+  
+jlin.gen...@outlook.com
+Jian Lin
+  
   
 Raymo111/i3lock-color
   



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

2021-02-16 Thread Theo Anderson
commit: d46ddec08c55af91187891457c19b4279f57fdda
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 11:35:56 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d46ddec0

x11-misc/i3lock-color: bump to 2.13.2

Closes: https://github.com/gentoo/guru/issues/33
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/Manifest   |  1 +
 x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 1bc2b76b..9e9f93ad 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
 DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
+DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
new file mode 100644
index ..0f6ebde7
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
+
+DESCRIPTION="The world's most popular non-default computer lockscreen"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color;
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
+   x11-libs/cairo
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm
+"
+RDEPEND="
+   ${DEPEND}
+   !!x11-misc/i3lock
+"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   autoreconf -fiv
+   default
+}
+
+pkg_postinst() {
+   elog "Running i3lock-color:"
+   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
+   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
+}



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

2021-01-06 Thread Andrew Ammerlaan
commit: 6099a40bf08b5a45ef40d9e376140d5437512f8f
Author: Jian Lin  outlook  com>
AuthorDate: Tue Jan  5 20:39:55 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan  5 20:40:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6099a40b

x11-misc/i3lock-color: update DESCRIPTION

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

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

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 964f0a80..a1534480 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit git-r3
 
-DESCRIPTION="Improved i3lock with color customization"
+DESCRIPTION="The world's most popular non-default computer lockscreen"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git;
 



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

2021-01-04 Thread Andrew Ammerlaan
commit: 2eeca23766978d885d594ea07cbe1b9b8265295a
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Jan  4 01:49:55 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan  4 01:49:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2eeca237

x11-misc/i3lock-color: depend x11-libs/libxkbcommon[X]

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index b610776c..c5aaad27 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -21,7 +21,7 @@ DEPEND="
sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
-   x11-libs/libxkbcommon
+   x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index bf848908..964f0a80 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -19,7 +19,7 @@ DEPEND="
sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
-   x11-libs/libxkbcommon
+   x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm



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

2021-01-03 Thread Michał Górny
commit: b8b671a3dead31220802c7866ebae5b76c1af6fb
Author: Jian Lin  outlook  com>
AuthorDate: Sat Jan  2 18:59:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  2 19:00:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8b671a3

x11-misc/i3lock-color: sort dependencies

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 0fcf0615..b610776c 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -21,10 +21,10 @@ DEPEND="
sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
+   x11-libs/libxkbcommon
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
-   x11-libs/libxkbcommon
 "
 RDEPEND="
${DEPEND}

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 013635df..c5aaad27 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -21,10 +21,10 @@ DEPEND="
sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
-   x11-libs/libxkbcommon[X]
 "
 RDEPEND="
${DEPEND}

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index a422466f..bf848908 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,10 +19,10 @@ DEPEND="
sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
+   x11-libs/libxkbcommon
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
-   x11-libs/libxkbcommon
 "
 RDEPEND="
${DEPEND}



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

2021-01-02 Thread Andrew Ammerlaan
commit: 6d8c83dd0196771c122c35454a23029564a446d2
Author: Jian Lin  outlook  com>
AuthorDate: Fri Jan  1 18:34:37 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jan  1 18:58:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d8c83dd

x11-misc/i3lock-color: add KEYWORDS

add KEYWORDS according to juippis's suggestion.
https://github.com/gentoo/guru/issues/10#issuecomment-654632609

Suggested-by: Joonas Niilola  gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 4 ++--
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 60d19c29..0fcf0615 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 DEPEND="
dev-libs/libev

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 1dd87e0c..013635df 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 DEPEND="
dev-libs/libev



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

2021-01-01 Thread Andrew Ammerlaan
commit: b34caab5c5004a3ffa7841b84389bed83554e416
Author: Jian Lin  outlook  com>
AuthorDate: Wed Dec 30 20:24:50 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Dec 30 20:24:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b34caab5

x11-misc/i3lock-color: fix pam/i3lock

use settings for Gentoo instead of Debian

Closes: https://bugs.gentoo.org/761202
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 7 +++
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 7 +++
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 7 +++
 3 files changed, 21 insertions(+)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index c24add2d..60d19c29 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -32,6 +32,13 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
+src_prepare() {
+   default
+   sed -e 's/^#auth include system-auth/auth include system-auth/' \
+   -e 's/^auth include login/#auth include login/' \
+   -i pam/i3lock || die
+}
+
 src_configure() {
autoreconf -fiv
default

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index b7cf1638..1dd87e0c 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -32,6 +32,13 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
+src_prepare() {
+   default
+   sed -e 's/^#auth include system-auth/auth include system-auth/' \
+   -e 's/^auth include login/#auth include login/' \
+   -i pam/i3lock || die
+}
+
 src_configure() {
autoreconf -fiv
default

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 02b234b5..a422466f 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -30,6 +30,13 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
+src_prepare() {
+   default
+   sed -e 's/^#auth include system-auth/auth include system-auth/' \
+   -e 's/^auth include login/#auth include login/' \
+   -i pam/i3lock || die
+}
+
 src_configure() {
autoreconf -fiv
default



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

2020-12-25 Thread Haelwenn Monnier
commit: 24b14364eaf9564c000ff88fafa489d1dca794b6
Author: Jian Lin  outlook  com>
AuthorDate: Thu Dec 24 21:54:55 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Dec 24 21:54:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24b14364

x11-misc/i3lock-color: fix license

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 98cc2cb3..c24add2d 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 29daf268..b7cf1638 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 2b065105..02b234b5 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git;
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 
 DEPEND="



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

2020-12-23 Thread Andrew Ammerlaan
commit: e7b88bffd58718332014108f7cdd513041e32e8a
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Dec 23 09:25:40 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Dec 23 09:25:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7b88bff

x11-misc/i3lock-color: depend x11-libs/libxkbcommon[X]

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

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

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 4a9e1e32..0a70af4c 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -24,7 +24,7 @@ DEPEND="
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
-   x11-libs/libxkbcommon
+   x11-libs/libxkbcommon[X]
 "
 RDEPEND="
${DEPEND}



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

2020-12-22 Thread Andrew Ammerlaan
commit: 1ef7aa5d2ae42e71ef26807cb16412d9348b7772
Author: Jian Lin  outlook  com>
AuthorDate: Mon Dec 21 22:55:53 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Dec 21 22:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ef7aa5d

x11-misc/i3lock-color: improve ebuilds

improve ebuilds:
- update DESCRIPTION
- move S
- don't use ${HOMEPAGE} in EGIT_REPO_URI

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 5 ++---
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 5 ++---
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 7246c982..4a9e1e32 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -5,9 +5,10 @@ EAPI=7
 
 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
-DESCRIPTION="Improved i3lock with color customization"
+DESCRIPTION="The world's most popular non-default computer lockscreen"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="i3lock-color"
 SLOT="0"
@@ -31,8 +32,6 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 src_configure() {
autoreconf -fiv
default

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 7246c982..4a9e1e32 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -5,9 +5,10 @@ EAPI=7
 
 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
-DESCRIPTION="Improved i3lock with color customization"
+DESCRIPTION="The world's most popular non-default computer lockscreen"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="i3lock-color"
 SLOT="0"
@@ -31,8 +32,6 @@ RDEPEND="
 "
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 src_configure() {
autoreconf -fiv
default

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 19077212..8d085aa9 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -7,7 +7,7 @@ inherit git-r3
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git;
 
 LICENSE="i3lock-color"
 SLOT="0"



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

2020-12-21 Thread Andrew Ammerlaan
commit: 1c1c53d12e42994df93beefc9e2629ef13e56ba7
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 10:59:30 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Dec 21 10:59:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c1c53d1

x11-misc/i3lock-color: rdepend strongblock x11-misc/i3lock

Closes: https://bugs.gentoo.org/760947
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 8 
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 8 
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 8 
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index e94012c8..7246c982 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -13,7 +13,7 @@ LICENSE="i3lock-color"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
+DEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
@@ -25,9 +25,9 @@ RDEPEND="
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
 "
-DEPEND="
-   ${RDEPEND}
-   !x11-misc/i3lock
+RDEPEND="
+   ${DEPEND}
+   !!x11-misc/i3lock
 "
 BDEPEND="virtual/pkgconfig"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index e94012c8..7246c982 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="i3lock-color"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
+DEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
@@ -25,9 +25,9 @@ RDEPEND="
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
 "
-DEPEND="
-   ${RDEPEND}
-   !x11-misc/i3lock
+RDEPEND="
+   ${DEPEND}
+   !!x11-misc/i3lock
 "
 BDEPEND="virtual/pkgconfig"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index a8c8adc1..19077212 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="${HOMEPAGE}"
 LICENSE="i3lock-color"
 SLOT="0"
 
-RDEPEND="
+DEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
@@ -24,9 +24,9 @@ RDEPEND="
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
 "
-DEPEND="
-   ${RDEPEND}
-   !x11-misc/i3lock
+RDEPEND="
+   ${DEPEND}
+   !!x11-misc/i3lock
 "
 BDEPEND="virtual/pkgconfig"
 



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

2020-12-21 Thread Andrew Ammerlaan
commit: 9e2ffacbda40645997d7b4682e76cd64e992096e
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 04:51:24 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Dec 21 04:51:24 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e2ffacb

x11-misc/i3lock-color: bump to 2.13.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

 x11-misc/i3lock-color/Manifest|  1 +
 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild  | 15 +++
 ...ock-color-2.12.5.ebuild => i3lock-color-2.13.1.ebuild} | 15 +++
 x11-misc/i3lock-color/i3lock-color-.ebuild| 12 +---
 4 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index b8c0b82c..1bc2b76b 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1,2 @@
 DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
+DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 6f206c71..e94012c8 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -3,28 +3,27 @@
 
 EAPI=7
 
-MY_PV="${PV//.5/.c.5}"
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64"
-
 LICENSE="i3lock-color"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
 "
 DEPEND="
${RDEPEND}
@@ -36,7 +35,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_configure() {
autoreconf -fiv
-   econf
+   default
 }
 
 pkg_postinst() {

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
similarity index 95%
copy from x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
copy to x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 6f206c71..e94012c8 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -3,28 +3,27 @@
 
 EAPI=7
 
-MY_PV="${PV//.5/.c.5}"
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64"
-
 LICENSE="i3lock-color"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
 "
 DEPEND="
${RDEPEND}
@@ -36,7 +35,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_configure() {
autoreconf -fiv
-   econf
+   default
 }
 
 pkg_postinst() {

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 272639c1..a8c8adc1 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -7,24 +7,22 @@ inherit git-r3
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-
 EGIT_REPO_URI="${HOMEPAGE}"
-KEYWORDS=""
 
 LICENSE="i3lock-color"
 SLOT="0"
 
 RDEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   

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

2020-12-21 Thread Andrew Ammerlaan
commit: c1071081a92dde14ebe431f3c41fcac3cf035289
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 04:40:20 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Dec 21 04:40:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1071081

x11-misc/i3lock-color: fix file collisions with x11-misc/i3lock

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 6 --
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 152923c0..6f206c71 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -26,8 +26,10 @@ RDEPEND="
media-libs/fontconfig:=
media-libs/libjpeg-turbo
 "
-
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   !x11-misc/i3lock
+"
 BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}-${MY_PV}"

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 072ee1e5..272639c1 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -26,11 +26,11 @@ RDEPEND="
media-libs/fontconfig:=
media-libs/libjpeg-turbo
 "
-
 DEPEND="
${RDEPEND}
-   virtual/pkgconfig
+   !x11-misc/i3lock
 "
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
autoreconf -fiv



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

2020-09-06 Thread Andrew Ammerlaan
commit: 11a7e82209fdf95cd008bcb8dd1eb3ac2ae11cfc
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun Sep  6 02:11:47 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Sep  6 02:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11a7e822

x11-misc/i3lock-color: version bump new 2.12.5

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 6767dcc..b8c0b82 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1 @@
-DIST i3lock-color-2.12.5.tar.gz 208433 BLAKE2B 
c799e853783765766f49cbfccd2b568d22999a5ef18b1dbb8f1ab63d3c71c146a78d4807594039e9cff4350633d513af7533709d41917ed5dc424e72529b8467
 SHA512 
c59e6561a1d1ffd0abd5ff56c295d71b6cc8439c7d5697cfed4d2f06a87aa0aa102cee5d55363de1d91c501eee102547d0ebef4bb4bd316ef31370eec062ddbb
+DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89



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

2020-07-23 Thread Andrew Ammerlaan
commit: 59248dae611c883a21780cab9645a58eb958d15e
Author: Petrus Zhao  gmail  com>
AuthorDate: Thu Jul 23 04:52:20 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Jul 23 04:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59248dae

x11-misc/i3lock-color: verson bump to 2.12.5, drop old

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest   | 2 +-
 .../{i3lock-color-2.12_rc4.ebuild => i3lock-color-2.12.5.ebuild} | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 776d94c..6767dcc 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1 @@
-DIST i3lock-color-2.12_rc4.tar.gz 208175 BLAKE2B 
b5d9596eb6e96b4e9016b4bb4e4e6f2cd9c6563053246f6ba8dc3ccefbb1a0df36c2e3a8d34fb9e68439cf380d096084acc6aa3f5c3f155bcfa608f202fb4053
 SHA512 
93447f1a7225ab5af4bc476e81009937036efe017ef85fa2a5ae2e2ec59a5dbec6658ccd9f1dc3e45810915d4c8faa90d636e1c771f982f6424274e6e78e09e4
+DIST i3lock-color-2.12.5.tar.gz 208433 BLAKE2B 
c799e853783765766f49cbfccd2b568d22999a5ef18b1dbb8f1ab63d3c71c146a78d4807594039e9cff4350633d513af7533709d41917ed5dc424e72529b8467
 SHA512 
c59e6561a1d1ffd0abd5ff56c295d71b6cc8439c7d5697cfed4d2f06a87aa0aa102cee5d55363de1d91c501eee102547d0ebef4bb4bd316ef31370eec062ddbb

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
similarity index 93%
rename from x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
rename to x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 8b8e4f0..152923c 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-MY_PV="${PV//_rc4/.c.4}"
+MY_PV="${PV//.5/.c.5}"
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
@@ -25,7 +25,6 @@ RDEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
-   !x11-misc/i3lock
 "
 
 DEPEND="${RDEPEND}"
@@ -34,7 +33,7 @@ BDEPEND="virtual/pkgconfig"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_configure() {
-   autoreconf -fiv || die
+   autoreconf -fiv
econf
 }
 



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

2020-06-17 Thread Andrew Ammerlaan
commit: 5f66264250ee787f2323edd854ca76ea221cf266
Author: Petrus Zhao  gmail  com>
AuthorDate: Wed Jun 17 04:40:16 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 17 04:41:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f662642

x11-misc/i3lock-color: block x11-misc/i3lock

Closes: https://bugs.gentoo.org/728496
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

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

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
index 3e3eefd..8b8e4f0 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-libs/libev
media-libs/fontconfig:=
media-libs/libjpeg-turbo
+   !x11-misc/i3lock
 "
 
 DEPEND="${RDEPEND}"
@@ -33,7 +34,7 @@ BDEPEND="virtual/pkgconfig"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_configure() {
-   autoreconf -fiv
+   autoreconf -fiv || die
econf
 }
 



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

2020-06-13 Thread Andrew Ammerlaan
commit: 66b3df59c18306cfaa8fc17f9355f77a196f835b
Author: Petrus Zhao  gmail  com>
AuthorDate: Sat Jun 13 05:42:54 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jun 13 05:42:54 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66b3df59

x11-misc/i3lock-color: move virtual/pkgconfig to BDEPEND

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
index 9966570..3e3eefd 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
@@ -27,10 +27,8 @@ RDEPEND="
media-libs/libjpeg-turbo
 "
 
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2020-05-22 Thread Andrew Ammerlaan
commit: c8bee276da7df85a5ff63a5a6acf1e251aa43f62
Author: Petrus Zhao  gmail  com>
AuthorDate: Fri May 22 06:40:32 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri May 22 06:40:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8bee276

x11-misc/i3lock-color: 2.12_rc4 version bump, drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest  | 2 +-
 .../{i3lock-color-2.12_rc2.ebuild => i3lock-color-2.12_rc4.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index c6c6ccb..776d94c 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1 @@
-DIST i3lock-color-2.12_rc2.tar.gz 207936 BLAKE2B 
f86224a471733eec0b4db0c501277153ebcb89f9f0cf124591d7af46f8cfeb10cd21b0ff6da1ba2fa3930e820abab03d02338d1d255f88fcf0b64b8b04f12d7b
 SHA512 
75bac65ad054fbe6021bdb2307eea283beb7f861efba8a4aaf8c082c8ce08c17d2088f5e6e7ca016234c4c280bc776c83d02b6788ab984980e4ca6cc851e80cc
+DIST i3lock-color-2.12_rc4.tar.gz 208175 BLAKE2B 
b5d9596eb6e96b4e9016b4bb4e4e6f2cd9c6563053246f6ba8dc3ccefbb1a0df36c2e3a8d34fb9e68439cf380d096084acc6aa3f5c3f155bcfa608f202fb4053
 SHA512 
93447f1a7225ab5af4bc476e81009937036efe017ef85fa2a5ae2e2ec59a5dbec6658ccd9f1dc3e45810915d4c8faa90d636e1c771f982f6424274e6e78e09e4

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_rc2.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
similarity index 97%
rename from x11-misc/i3lock-color/i3lock-color-2.12_rc2.ebuild
rename to x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
index 9fa9f5b..9966570 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12_rc2.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-MY_PV="${PV//_rc2/.c.2}"
+MY_PV="${PV//_rc4/.c.4}"
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;



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

2020-04-19 Thread Haelwenn Monnier
commit: 361aff2e21d7837c37f049624a05f42e2ebab2d8
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun Apr 19 08:31:58 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Apr 19 08:33:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=361aff2e

x11-misc/i3lock-color: version bump to 2.12_rc2

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

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

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 628803c..5e6fb29 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1,2 @@
 DIST i3lock-color-2.12_p1.tar.gz 206795 BLAKE2B 
e2f6c9054dc7a2dafba7aab868bc8dff0bad8c38192bcc85124af6e24c464d7753e586de4e43120ee0b1f1591f8e2d7a74f37ee5a84e84dbbc4fdc946cd5bb88
 SHA512 
906d90b9a8c8e17d0841a1e822ae1842e046fa2943c888257d2db80da7706e2861bb1305f332bc5d95bcd8f396a47921c5f6b20c26752323cdd6bb3ab37c6f76
+DIST i3lock-color-2.12_rc2.tar.gz 207936 BLAKE2B 
f86224a471733eec0b4db0c501277153ebcb89f9f0cf124591d7af46f8cfeb10cd21b0ff6da1ba2fa3930e820abab03d02338d1d255f88fcf0b64b8b04f12d7b
 SHA512 
75bac65ad054fbe6021bdb2307eea283beb7f861efba8a4aaf8c082c8ce08c17d2088f5e6e7ca016234c4c280bc776c83d02b6788ab984980e4ca6cc851e80cc

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_rc2.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12_rc2.ebuild
new file mode 100644
index 000..9fa9f5b
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.12_rc2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV//_rc2/.c.2}"
+
+DESCRIPTION="Improved i3lock with color customization"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color;
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="i3lock-color"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/cairo
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm
+   x11-libs/libxkbcommon
+   sys-libs/pam
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() {
+   autoreconf -fiv
+   econf
+}
+
+pkg_postinst() {
+   elog "Running i3lock-color:"
+   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
+   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
+}



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

2020-04-19 Thread Haelwenn Monnier
commit: b556fd10cc453ce225d1124128eb384e1d7b7002
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun Apr 19 08:33:42 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Apr 19 08:33:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b556fd10

x11-misc/i3lock-color: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

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

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 5e6fb29..c6c6ccb 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1 @@
-DIST i3lock-color-2.12_p1.tar.gz 206795 BLAKE2B 
e2f6c9054dc7a2dafba7aab868bc8dff0bad8c38192bcc85124af6e24c464d7753e586de4e43120ee0b1f1591f8e2d7a74f37ee5a84e84dbbc4fdc946cd5bb88
 SHA512 
906d90b9a8c8e17d0841a1e822ae1842e046fa2943c888257d2db80da7706e2861bb1305f332bc5d95bcd8f396a47921c5f6b20c26752323cdd6bb3ab37c6f76
 DIST i3lock-color-2.12_rc2.tar.gz 207936 BLAKE2B 
f86224a471733eec0b4db0c501277153ebcb89f9f0cf124591d7af46f8cfeb10cd21b0ff6da1ba2fa3930e820abab03d02338d1d255f88fcf0b64b8b04f12d7b
 SHA512 
75bac65ad054fbe6021bdb2307eea283beb7f861efba8a4aaf8c082c8ce08c17d2088f5e6e7ca016234c4c280bc776c83d02b6788ab984980e4ca6cc851e80cc

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild
deleted file mode 100644
index be56488..000
--- a/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV//_p1/.c.1}"
-
-DESCRIPTION="Improved i3lock with color customization"
-HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64"
-
-LICENSE="i3lock-color"
-SLOT="0"
-
-RDEPEND="
-   x11-libs/cairo
-   x11-libs/libxcb
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-xrm
-   x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
-"
-
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_configure() {
-   autoreconf -fiv
-   econf
-}
-
-pkg_postinst() {
-   elog "Running i3lock-color:"
-   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
-   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
-}



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

2020-03-17 Thread Andrew Ammerlaan
commit: fc6d5050286ceddecfc67cb38474b8b2413f472c
Author: Petrus Zhao  gmail  com>
AuthorDate: Tue Mar 17 06:27:53 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Mar 17 06:27:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc6d5050

x11-misc/i3lock-color: new package

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest|  1 +
 x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild | 46 +++
 x11-misc/i3lock-color/i3lock-color-.ebuild| 44 ++
 x11-misc/i3lock-color/metadata.xml| 11 ++
 4 files changed, 102 insertions(+)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
new file mode 100644
index 000..628803c
--- /dev/null
+++ b/x11-misc/i3lock-color/Manifest
@@ -0,0 +1 @@
+DIST i3lock-color-2.12_p1.tar.gz 206795 BLAKE2B 
e2f6c9054dc7a2dafba7aab868bc8dff0bad8c38192bcc85124af6e24c464d7753e586de4e43120ee0b1f1591f8e2d7a74f37ee5a84e84dbbc4fdc946cd5bb88
 SHA512 
906d90b9a8c8e17d0841a1e822ae1842e046fa2943c888257d2db80da7706e2861bb1305f332bc5d95bcd8f396a47921c5f6b20c26752323cdd6bb3ab37c6f76

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild
new file mode 100644
index 000..be56488
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV//_p1/.c.1}"
+
+DESCRIPTION="Improved i3lock with color customization"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color;
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="i3lock-color"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/cairo
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm
+   x11-libs/libxkbcommon
+   sys-libs/pam
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() {
+   autoreconf -fiv
+   econf
+}
+
+pkg_postinst() {
+   elog "Running i3lock-color:"
+   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
+   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
+}

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
new file mode 100644
index 000..072ee1e
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Improved i3lock with color customization"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color;
+
+EGIT_REPO_URI="${HOMEPAGE}"
+KEYWORDS=""
+
+LICENSE="i3lock-color"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/cairo
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm
+   x11-libs/libxkbcommon
+   sys-libs/pam
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   autoreconf -fiv
+   econf
+}
+
+pkg_postinst() {
+   elog "Running i3lock-color:"
+   elog "Simply invoke the 'i3lock' command. To get out of it, enter your 
password and press enter."
+   elog "More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
+}

diff --git a/x11-misc/i3lock-color/metadata.xml 
b/x11-misc/i3lock-color/metadata.xml
new file mode 100644
index 000..fa7fff0
--- /dev/null
+++ b/x11-misc/i3lock-color/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+petrus.zy...@gmail.com
+Petrus Zhao
+  
+  
+Raymo111/i3lock-color
+  
+