public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-color/
Date: Mon, 21 Dec 2020 05:31:52 +0000 (UTC)	[thread overview]
Message-ID: <1608526284.9e2ffacbda40645997d7b4682e76cd64e992096e.telans@gentoo> (raw)

commit:     9e2ffacbda40645997d7b4682e76cd64e992096e
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 04:51:24 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 21 04:51:24 2020 +0000
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 <telans <AT> 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-9999.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-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
index 272639c1..a8c8adc1 100644
--- a/x11-misc/i3lock-color/i3lock-color-9999.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-9999.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:=
-	media-libs/libjpeg-turbo
 "
 DEPEND="
 	${RDEPEND}
@@ -34,7 +32,7 @@ BDEPEND="virtual/pkgconfig"
 
 src_configure() {
 	autoreconf -fiv
-	econf
+	default
 }
 
 pkg_postinst() {


             reply	other threads:[~2020-12-21  5:31 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-21  5:31 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-05 14:33 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-color/ Takuya Wakazono
2024-02-05 10:05 Takuya Wakazono
2021-06-08  7:54 Petrus Zhao
2021-05-30  4:49 Petrus Zhao
2021-04-18 15:53 Andrew Ammerlaan
2021-02-16 11:43 Jian Lin
2021-02-16 11:43 Jian Lin
2021-02-16 11:43 Jian Lin
2021-01-05 20:41 Jian Lin
2021-01-04  1:50 Theo Anderson
2021-01-02 19:00 Jian Lin
2021-01-01 18:58 Jian Lin
2020-12-30 20:25 Jian Lin
2020-12-24 21:55 Jian Lin
2020-12-23 10:13 Theo Anderson
2020-12-21 22:56 Jian Lin
2020-12-21 11:00 Theo Anderson
2020-12-21  5:31 Theo Anderson
2020-09-06  2:12 Petrus Zhao
2020-07-23  4:53 Petrus Zhao
2020-06-17  4:41 Petrus Zhao
2020-06-13  5:46 Petrus Zhao
2020-05-22  6:41 Petrus Zhao
2020-04-19  8:34 Petrus Zhao
2020-04-19  8:34 Petrus Zhao
2020-03-17  6:32 Petrus Zhao

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1608526284.9e2ffacbda40645997d7b4682e76cd64e992096e.telans@gentoo \
    --to=telans@posteo.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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