commit:     1ef7aa5d2ae42e71ef26807cb16412d9348b7772
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Mon Dec 21 22:55:53 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <jlin.gentoo <AT> 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"

Reply via email to