aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-24 21:07:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-24 21:07:16 +0200
commit578bab56066bb129ce9c0dc5c4f07e8fe8e1312a (patch)
tree7cc7b8a9d5678338ca976edd96aa539530db5ee6 /sys-process
parentnet-misc/yacy: minor QA, add || die, fix indentation (diff)
downloadguru-578bab56066bb129ce9c0dc5c4f07e8fe8e1312a.tar.gz
guru-578bab56066bb129ce9c0dc5c4f07e8fe8e1312a.tar.bz2
guru-578bab56066bb129ce9c0dc5c4f07e8fe8e1312a.zip
sys-process/snooze: minor QA: remove PN from metadata vars
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/snooze/snooze-0.5.ebuild4
-rw-r--r--sys-process/snooze/snooze-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/snooze/snooze-0.5.ebuild b/sys-process/snooze/snooze-0.5.ebuild
index 19a93cb6cb..c6b84b601a 100644
--- a/sys-process/snooze/snooze-0.5.ebuild
+++ b/sys-process/snooze/snooze-0.5.ebuild
@@ -4,8 +4,8 @@
EAPI=7
DESCRIPTION="Run a command at a particular time"
-HOMEPAGE="https://github.com/leahneukirchen/${PN}"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/leahneukirchen/snooze"
+SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="CC0-1.0"
diff --git a/sys-process/snooze/snooze-9999.ebuild b/sys-process/snooze/snooze-9999.ebuild
index 2046229175..e7df9d0071 100644
--- a/sys-process/snooze/snooze-9999.ebuild
+++ b/sys-process/snooze/snooze-9999.ebuild
@@ -4,10 +4,10 @@
EAPI=7
DESCRIPTION="Run a command at a particular time"
-HOMEPAGE="https://github.com/leahneukirchen/${PN}"
+HOMEPAGE="https://github.com/leahneukirchen/snooze"
inherit git-r3
-EGIT_REPO_URI="${HOMEPAGE}.git"
+EGIT_REPO_URI="https://github.com/leahneukirchen/snooze.git"
LICENSE="CC0-1.0"
SLOT="0"