public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/betterlockscreen_rapid/
Date: Thu,  1 Jul 2021 04:27:47 +0000 (UTC)	[thread overview]
Message-ID: <1625113441.5a78ed8726a8165bdab1cba27f4b2fe085672123.jian@gentoo> (raw)

commit:     5a78ed8726a8165bdab1cba27f4b2fe085672123
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Wed Jun 30 18:59:22 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Thu Jul  1 04:24:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a78ed87

x11-misc/betterlockscreen_rapid: bump to 0.0.0_pre20210701

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/betterlockscreen_rapid/Manifest           |  1 +
 ...betterlockscreen_rapid-0.0.0_pre20210701.ebuild | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/x11-misc/betterlockscreen_rapid/Manifest b/x11-misc/betterlockscreen_rapid/Manifest
index 1de719325..a9b1eb1d3 100644
--- a/x11-misc/betterlockscreen_rapid/Manifest
+++ b/x11-misc/betterlockscreen_rapid/Manifest
@@ -1,2 +1,3 @@
 DIST betterlockscreen_rapid-0.0.0_pre20201222.tar.gz 1837065 BLAKE2B 13d119c7e9514778cb65d97e55ec62861e157a4f69d74366de58250511d1f51214f525245bdee3ad7dd2fcffe6fda70f66f1e47576c3c21903b6256a67e0d5e6 SHA512 9b3f7a0783de8083b31950ed0bad73396a904d42f613edd55b4e0f03e465c5c1fae2acda70b8737ec3e1e33ea4534d15725b5f0f96a52f3a9e338032af49b169
 DIST betterlockscreen_rapid-0.0.0_pre20210606.tar.gz 1837081 BLAKE2B 4cd43fb11eedd06254e676df113f653f779d6d2bbe5b244727a6acb7ba25e5293fbfc37c3edfdbea80b984939397e09fbe3370ccda9ecf5c846b49e97bc2ef0d SHA512 c339b2bc98e67062a95d437baad5bd6683ec938e1e37b6b41b895f4e8f48b4d6fcf576b7927c231166239e2b5a454af3297bdf673f0f7249a42106cf9dd236e4
+DIST betterlockscreen_rapid-0.0.0_pre20210701.tar.gz 1837284 BLAKE2B 8d7387517abcc3c2cb35aba4e53509754c8439b2969aa4c19a550d87d9b3bc8653778866fd329dc53229b72eafd4f5cc065514b4baa01fd144926f215a61e4e3 SHA512 7a92dbbc857be2bfb192d589e2709f3ca59dc471a7c73b495362deb5cdcfa36335db86e575a76b044328c67a861b0683e4a7a981d4cab197c9214713b67e5004

diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20210701.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20210701.ebuild
new file mode 100644
index 000000000..a53436f37
--- /dev/null
+++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20210701.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_REV="542ffa373a836b918de445226478614175501118"
+
+DESCRIPTION="A rapid and good-looking screen locker"
+HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid"
+SRC_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_REV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	>=x11-misc/i3lock-color-2.13.3
+	x11-misc/i3lock-fancy-rapid
+"
+
+src_install() {
+	dobin betterlockscreen_rapid
+	einstalldocs
+	insinto /etc
+	doins betterlockscreen_rapid.conf
+}


WARNING: multiple messages have this Message-ID (diff)
From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/betterlockscreen_rapid/
Date: Thu,  1 Jul 2021 04:25:07 +0000 (UTC)	[thread overview]
Message-ID: <1625113441.5a78ed8726a8165bdab1cba27f4b2fe085672123.jian@gentoo> (raw)
Message-ID: <20210701042507.fC8fnfs7WmUCOdU4GwhjajBSkbmZ9_maWY4PynKt8H4@z> (raw)

commit:     5a78ed8726a8165bdab1cba27f4b2fe085672123
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Wed Jun 30 18:59:22 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Thu Jul  1 04:24:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a78ed87

x11-misc/betterlockscreen_rapid: bump to 0.0.0_pre20210701

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/betterlockscreen_rapid/Manifest           |  1 +
 ...betterlockscreen_rapid-0.0.0_pre20210701.ebuild | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/x11-misc/betterlockscreen_rapid/Manifest b/x11-misc/betterlockscreen_rapid/Manifest
index 1de719325..a9b1eb1d3 100644
--- a/x11-misc/betterlockscreen_rapid/Manifest
+++ b/x11-misc/betterlockscreen_rapid/Manifest
@@ -1,2 +1,3 @@
 DIST betterlockscreen_rapid-0.0.0_pre20201222.tar.gz 1837065 BLAKE2B 13d119c7e9514778cb65d97e55ec62861e157a4f69d74366de58250511d1f51214f525245bdee3ad7dd2fcffe6fda70f66f1e47576c3c21903b6256a67e0d5e6 SHA512 9b3f7a0783de8083b31950ed0bad73396a904d42f613edd55b4e0f03e465c5c1fae2acda70b8737ec3e1e33ea4534d15725b5f0f96a52f3a9e338032af49b169
 DIST betterlockscreen_rapid-0.0.0_pre20210606.tar.gz 1837081 BLAKE2B 4cd43fb11eedd06254e676df113f653f779d6d2bbe5b244727a6acb7ba25e5293fbfc37c3edfdbea80b984939397e09fbe3370ccda9ecf5c846b49e97bc2ef0d SHA512 c339b2bc98e67062a95d437baad5bd6683ec938e1e37b6b41b895f4e8f48b4d6fcf576b7927c231166239e2b5a454af3297bdf673f0f7249a42106cf9dd236e4
+DIST betterlockscreen_rapid-0.0.0_pre20210701.tar.gz 1837284 BLAKE2B 8d7387517abcc3c2cb35aba4e53509754c8439b2969aa4c19a550d87d9b3bc8653778866fd329dc53229b72eafd4f5cc065514b4baa01fd144926f215a61e4e3 SHA512 7a92dbbc857be2bfb192d589e2709f3ca59dc471a7c73b495362deb5cdcfa36335db86e575a76b044328c67a861b0683e4a7a981d4cab197c9214713b67e5004

diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20210701.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20210701.ebuild
new file mode 100644
index 000000000..a53436f37
--- /dev/null
+++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20210701.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_REV="542ffa373a836b918de445226478614175501118"
+
+DESCRIPTION="A rapid and good-looking screen locker"
+HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid"
+SRC_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_REV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	>=x11-misc/i3lock-color-2.13.3
+	x11-misc/i3lock-fancy-rapid
+"
+
+src_install() {
+	dobin betterlockscreen_rapid
+	einstalldocs
+	insinto /etc
+	doins betterlockscreen_rapid.conf
+}


             reply	other threads:[~2021-07-01  4:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  4:27 Jian Lin [this message]
2021-07-01  4:25 ` [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/betterlockscreen_rapid/ Jian Lin
  -- strict thread matches above, loose matches on Subject: below --
2021-07-09  2:13 Jian Lin
2021-07-09  2:20 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
2021-07-09  2:13 [gentoo-commits] repo/proj/guru:dev " Jian Lin
2021-07-09  2:20 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
2021-06-06  7:59 [gentoo-commits] repo/proj/guru:dev " Jian Lin
2021-06-06  8:14 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
2021-02-24 18:50 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2021-01-02 12:13 Andrew Ammerlaan
2021-01-02 12:13 Andrew Ammerlaan
2020-12-27 12:48 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan

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=1625113441.5a78ed8726a8165bdab1cba27f4b2fe085672123.jian@gentoo \
    --to=jlin.gentoo@outlook.com \
    --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