mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -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:
@@ -6,12 +6,15 @@ inherit toolchain-funcs
|
||||
DESCRIPTION="A powerful text editor with extensive Unicode and CJK support"
|
||||
HOMEPAGE="http://towo.net/mined/"
|
||||
SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%20${PV}/${P}.tar.gz?ts=gAAAAABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%2520${PV}%2Fmined-${P}.tar.gz%2Fdownload -> ${P}.tar.gz"
|
||||
|
||||
S="${S}"/src
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RESTRICT="test"
|
||||
DEPEND="${RDEPEND}"
|
||||
S=${S}/src
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
sed -in 's/OBJDIR=..\/bin\/sh/OBJDIR=bin\/sh/' mkmined
|
||||
|
||||
@@ -12,6 +12,8 @@ SRC_URI="
|
||||
arm64? ( https://typora.io/linux/typora_${PV}_arm64.deb )
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Typora-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
@@ -43,7 +45,6 @@ RDEPEND="
|
||||
${DEPEND}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
mv "${S}"/* "${ED}" || die
|
||||
|
||||
Reference in New Issue
Block a user