mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-process/snooze: minor QA: remove PN from metadata vars
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user