mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -7,6 +7,8 @@ DESCRIPTION="Manager for the Ledger hardware wallet"
|
||||
HOMEPAGE="https://www.ledger.com/"
|
||||
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage -> ${P}.AppImage"
|
||||
|
||||
S="${DISTDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -18,7 +20,6 @@ RDEPEND="${DEPEND}
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${DISTDIR}"
|
||||
|
||||
src_install() {
|
||||
newbin ${P}.AppImage ledger-live
|
||||
|
||||
@@ -7,6 +7,8 @@ DESCRIPTION="Manager for the Ledger hardware wallet"
|
||||
HOMEPAGE="https://www.ledger.com/"
|
||||
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -15,7 +17,6 @@ RESTRICT="strip"
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
cp "${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage" ledger-live || die
|
||||
|
||||
@@ -7,6 +7,8 @@ DESCRIPTION="Manager for the Ledger hardware wallet"
|
||||
HOMEPAGE="https://www.ledger.com/"
|
||||
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -15,7 +17,6 @@ RESTRICT="strip"
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
cp "${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage" ledger-live || die
|
||||
|
||||
@@ -7,6 +7,8 @@ DESCRIPTION="Manager for the Ledger hardware wallet"
|
||||
HOMEPAGE="https://www.ledger.com/"
|
||||
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -15,7 +17,6 @@ RESTRICT="strip"
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
cp "${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage" ledger-live || die
|
||||
|
||||
@@ -7,6 +7,8 @@ DESCRIPTION="Manager for the Ledger hardware wallet"
|
||||
HOMEPAGE="https://www.ledger.com/"
|
||||
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -15,7 +17,6 @@ RESTRICT="strip"
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
cp "${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage" ledger-live || die
|
||||
|
||||
Reference in New Issue
Block a user