From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B015713835A for ; Tue, 23 Feb 2021 10:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC6CCE085B; Tue, 23 Feb 2021 10:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C49AFE085B for ; Tue, 23 Feb 2021 10:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D90A4340EFF for ; Tue, 23 Feb 2021 10:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 648824F3 for ; Tue, 23 Feb 2021 10:48:36 +0000 (UTC) From: "Jian Lin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jian Lin" Message-ID: <1614077240.c80b111d8bd97e2c433b7041f224bb8d132f7ad6.jian@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/betterlockscreen_rapid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild X-VCS-Directories: x11-misc/betterlockscreen_rapid/ X-VCS-Committer: jian X-VCS-Committer-Name: Jian Lin X-VCS-Revision: c80b111d8bd97e2c433b7041f224bb8d132f7ad6 X-VCS-Branch: dev Date: Tue, 23 Feb 2021 10:48:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1836bdf2-f1ed-4e90-b497-0a3c83decb34 X-Archives-Hash: d9cea9562cd7144d4621190fc5f1f36f commit: c80b111d8bd97e2c433b7041f224bb8d132f7ad6 Author: Jian Lin outlook com> AuthorDate: Tue Feb 23 10:47:20 2021 +0000 Commit: Jian Lin outlook com> CommitDate: Tue Feb 23 10:47:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c80b111d x11-misc/betterlockscreen_rapid: drop live ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> .../betterlockscreen_rapid-9999.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild deleted file mode 100644 index b5adc476..00000000 --- a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 - -DESCRIPTION="A rapid and good-looking screen locker" -HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid" -EGIT_REPO_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid.git" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - x11-misc/i3lock-color - x11-misc/i3lock-fancy-rapid -" - -src_install() { - dobin betterlockscreen_rapid - einstalldocs - insinto /etc - doins betterlockscreen_rapid.conf -}