public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petrus Zhao" <petrus.zy.07@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/betterlockscreen/
Date: Sat, 14 May 2022 13:46:06 +0000 (UTC)	[thread overview]
Message-ID: <1652535821.eb035335b144d050cf2438b51295d20153778034.PetrusZhao@gentoo> (raw)

commit:     eb035335b144d050cf2438b51295d20153778034
Author:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Sat May 14 13:43:41 2022 +0000
Commit:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
CommitDate: Sat May 14 13:43:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb035335

x11-misc/betterlockscreen: drop 3.2.0-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>

 x11-misc/betterlockscreen/Manifest                 |  1 -
 .../betterlockscreen-3.2.0-r1.ebuild               | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/x11-misc/betterlockscreen/Manifest b/x11-misc/betterlockscreen/Manifest
index ab137bf2e..6e310a6c2 100644
--- a/x11-misc/betterlockscreen/Manifest
+++ b/x11-misc/betterlockscreen/Manifest
@@ -1,2 +1 @@
-DIST betterlockscreen-3.2.0.tar.gz 9043 BLAKE2B c61a41e09e1842fece991e41b55dd6fbc457357157c8facaedd754cc01d8bf0e18623ce0fec43a452063f55c7da701853d6984bfdb0d4edf88f2182ffd864543 SHA512 3816e5f3214b4a956ac158193753786393c4e239d477a1cc9f2d3ec00b6cfac6e696325f7c75401667924ed6ad7256e4ea7f9e20a4604a88eb82c5d3bad34190
 DIST betterlockscreen-4.0.4.tar.gz 14532 BLAKE2B af85084956bf8831d8fb9f6999ca3fd5c07a0c7a69a11749eb2e929952d9ab4c579633e8efd58ea5ac075c3e87eb8930f7414b482c3a33cee8f131d35823e442 SHA512 244e5c3fa4aaa50f95f1a5cba1458d93290f4f2e821e94161c21ebb55f5a79aeccc773a79e77beed926f47f3c75fa6982f92b257168d70598426418a37110379

diff --git a/x11-misc/betterlockscreen/betterlockscreen-3.2.0-r1.ebuild b/x11-misc/betterlockscreen/betterlockscreen-3.2.0-r1.ebuild
deleted file mode 100644
index dc589ee40..000000000
--- a/x11-misc/betterlockscreen/betterlockscreen-3.2.0-r1.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
-
-DESCRIPTION="sweet looking lockscreen for linux system"
-HOMEPAGE="https://github.com/pavanjadhaw/betterlockscreen"
-
-inherit systemd
-
-if [[ "${PV}" == 9999 ]];then
-	inherit git-r3
-	EGIT_REPO_URI="${HOMEPAGE}"
-else
-	SRC_URI="https://github.com/pavanjadhaw/betterlockscreen/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-	media-gfx/feh
-	media-gfx/imagemagick
-	sys-devel/bc
-	x11-apps/xdpyinfo
-	x11-apps/xrandr
-	>=x11-misc/i3lock-color-2.11:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/00-fix-betterlockscreen-path-in-unit.patch" )
-
-src_install() {
-	dobin betterlockscreen
-
-	dodoc -r examples
-
-	systemd_dounit system/betterlockscreen@.service
-}
-
-pkg_postinst() {
-	elog 'Lockscreen when suspended(systemd service):'
-	elog 'systemctl enable betterlockscreen@$USER'
-	elog ''
-	elog 'How to use:'
-	elog '1. Updating image cache(required)'
-	elog 'betterlockscreen -u "/path/to/img.jpg"'
-	elog '2. Lockscreen'
-	elog 'betterlockscreen -l dim '
-}


             reply	other threads:[~2022-05-14 13:46 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14 13:46 Petrus Zhao [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 14:44 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/betterlockscreen/ Takuya Wakazono
2024-09-17 14:44 Takuya Wakazono
2024-08-05 14:33 Takuya Wakazono
2024-08-05 14:33 Takuya Wakazono
2024-02-05 10:05 Takuya Wakazono
2024-02-05 10:05 Takuya Wakazono
2022-05-14 13:46 Petrus Zhao
2021-08-23  8:52 Petrus Zhao
2021-08-11  6:39 Petrus Zhao
2021-08-11  6:34 Petrus Zhao
2021-08-11  6:23 Petrus Zhao
2021-08-09  6:21 Petrus Zhao
2021-07-19 14:41 Petrus Zhao
2021-07-19 14:36 Petrus Zhao
2021-05-30  4:49 Petrus Zhao
2021-05-25  2:19 Petrus Zhao
2021-05-16 11:31 Petrus Zhao
2021-03-28 11:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-28 11:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-27 18:15 Alessandro Barbieri
2020-03-20  7:35 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=1652535821.eb035335b144d050cf2438b51295d20153778034.PetrusZhao@gentoo \
    --to=petrus.zy.07@gmail.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