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 B8372138351 for ; Sun, 19 Apr 2020 09:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F54E096D; Sun, 19 Apr 2020 09:48:42 +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 AA75CE096D for ; Sun, 19 Apr 2020 09:48:41 +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 02E5734F041 for ; Sun, 19 Apr 2020 09:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D221E1 for ; Sun, 19 Apr 2020 09:48:39 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1587285236.b556fd10cc453ce225d1124128eb384e1d7b7002.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3lock-color/Manifest x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild X-VCS-Directories: x11-misc/i3lock-color/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: b556fd10cc453ce225d1124128eb384e1d7b7002 X-VCS-Branch: master Date: Sun, 19 Apr 2020 09:48:39 +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: 3968ba57-71d1-4ba1-9902-aaa6be8f57cf X-Archives-Hash: 74199f7909601b64c06297b407ac1821 commit: b556fd10cc453ce225d1124128eb384e1d7b7002 Author: Petrus Zhao gmail com> AuthorDate: Sun Apr 19 08:33:42 2020 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Apr 19 08:33:56 2020 +0000 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..0000000 --- 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" -}