commit:     854c2e1a882c46f6ef0d36d0bc06780c764f9945
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:13:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=854c2e1a

media-gfx/memethesis-cli: fix ReferenceInMetadataVar

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild | 13 +++++++------
 media-gfx/memethesis-cli/memethesis-cli-9999.ebuild  | 15 ++++++++-------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild 
b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
index 99b0204d2..743347ea6 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
@@ -3,7 +3,13 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
 EGIT_REPO_URI="https://github.com/fakefred/${PN}";
+
 case "${PV}" in
        9999)
                inherit git-r3
@@ -15,13 +21,8 @@ case "${PV}" in
                KEYWORDS="~amd64"
 esac
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
-
 DESCRIPTION="Create memes from the terminal"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/fakefred/memethesis-cli";
 LICENSE="GPL-3"
 SLOT="0"
 

diff --git a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild 
b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
index 46bab3cff..5e2ef4df6 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
@@ -1,9 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
 EGIT_REPO_URI="https://github.com/fakefred/${PN}";
+
 case "${PV}" in
        9999)
                inherit git-r3
@@ -13,13 +19,8 @@ case "${PV}" in
                KEYWORDS="~amd64"
 esac
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
-
 DESCRIPTION="Create memes from the terminal"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/fakefred/memethesis-cli";
 LICENSE="GPL-3"
 SLOT="0"
 

Reply via email to