diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-26 16:46:35 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-26 16:46:35 +0200 |
commit | f2be215fb991955a99bceb9ba10e5abecd2147ea (patch) | |
tree | 1a6a06fb30d548e99fb8ba5182c0a96ad49d553d /app-editors | |
parent | dev-libs/libtypec: fix revision bump (7e6af504b7ecc) (diff) | |
download | guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.gz guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.bz2 guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.zip |
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/mined/mined-2015.25.ebuild | 5 | ||||
-rw-r--r-- | app-editors/typora-bin/typora-bin-1.8.10.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/mined/mined-2015.25.ebuild b/app-editors/mined/mined-2015.25.ebuild index e48862e1c..b79bb069e 100644 --- a/app-editors/mined/mined-2015.25.ebuild +++ b/app-editors/mined/mined-2015.25.ebuild @@ -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 diff --git a/app-editors/typora-bin/typora-bin-1.8.10.ebuild b/app-editors/typora-bin/typora-bin-1.8.10.ebuild index d2684f37e..3e17e4729 100644 --- a/app-editors/typora-bin/typora-bin-1.8.10.ebuild +++ b/app-editors/typora-bin/typora-bin-1.8.10.ebuild @@ -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 |