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 8643E1382C5 for ; Tue, 22 Dec 2020 13:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE12DE0B35; Tue, 22 Dec 2020 13:06:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46C4AE0B29 for ; Tue, 22 Dec 2020 13:06:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 62BAF34104C for ; Tue, 22 Dec 2020 13:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 795D43A6 for ; Tue, 22 Dec 2020 13:06:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608591353.1ef7aa5d2ae42e71ef26807cb16412d9348b7772.andrewammerlaan@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/i3lock-color-2.12.5.ebuild x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild x11-misc/i3lock-color/i3lock-color-9999.ebuild X-VCS-Directories: x11-misc/i3lock-color/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1ef7aa5d2ae42e71ef26807cb16412d9348b7772 X-VCS-Branch: master Date: Tue, 22 Dec 2020 13:06:51 +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: 909bec0f-d7ee-48ed-974c-c4016b2de65a X-Archives-Hash: fd0c8b7bb598b6ba2ac3095b78758fbc commit: 1ef7aa5d2ae42e71ef26807cb16412d9348b7772 Author: Jian Lin outlook com> AuthorDate: Mon Dec 21 22:55:53 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Dec 21 22:55:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ef7aa5d x11-misc/i3lock-color: improve ebuilds improve ebuilds: - update DESCRIPTION - move S - don't use ${HOMEPAGE} in EGIT_REPO_URI Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 5 ++--- x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 5 ++--- x11-misc/i3lock-color/i3lock-color-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) 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 7246c982..4a9e1e32 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild @@ -5,9 +5,10 @@ EAPI=7 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)" -DESCRIPTION="Improved i3lock with color customization" +DESCRIPTION="The world's most popular non-default computer lockscreen" HOMEPAGE="https://github.com/Raymo111/i3lock-color" SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="i3lock-color" SLOT="0" @@ -31,8 +32,6 @@ RDEPEND=" " BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/${PN}-${MY_PV}" - src_configure() { autoreconf -fiv default diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild index 7246c982..4a9e1e32 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild @@ -5,9 +5,10 @@ EAPI=7 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)" -DESCRIPTION="Improved i3lock with color customization" +DESCRIPTION="The world's most popular non-default computer lockscreen" HOMEPAGE="https://github.com/Raymo111/i3lock-color" SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="i3lock-color" SLOT="0" @@ -31,8 +32,6 @@ RDEPEND=" " BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/${PN}-${MY_PV}" - src_configure() { autoreconf -fiv default diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild index 19077212..8d085aa9 100644 --- a/x11-misc/i3lock-color/i3lock-color-9999.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild @@ -7,7 +7,7 @@ inherit git-r3 DESCRIPTION="Improved i3lock with color customization" HOMEPAGE="https://github.com/Raymo111/i3lock-color" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git" LICENSE="i3lock-color" SLOT="0"