mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -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:
@@ -9,14 +9,14 @@ DESCRIPTION="Bootstrap package for dev-lang/fbc"
|
||||
HOMEPAGE="https://www.freebasic.net"
|
||||
SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz"
|
||||
|
||||
S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
|
||||
|
||||
LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/fbc-1.07.0-Pass-ltinfo-to-linker.patch )
|
||||
|
||||
S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
|
||||
|
||||
src_compile() {
|
||||
emake bootstrap-minimal \
|
||||
AR=$(tc-getAR) AS=$(tc-getAS) CC=$(tc-getCC) CFLAGS="${CFLAGS}" V=1
|
||||
|
||||
@@ -9,14 +9,14 @@ DESCRIPTION="Bootstrap package for dev-lang/fbc"
|
||||
HOMEPAGE="https://www.freebasic.net"
|
||||
SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz"
|
||||
|
||||
S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
|
||||
|
||||
LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/fbc-1.08.1-Pass-ltinfo-to-linker.patch )
|
||||
|
||||
S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
|
||||
|
||||
src_compile() {
|
||||
emake bootstrap-minimal \
|
||||
AR=$(tc-getAR) AS=$(tc-getAS) CC=$(tc-getCC) CFLAGS="${CFLAGS}" V=1
|
||||
|
||||
@@ -6,12 +6,13 @@ EAPI=8
|
||||
DESCRIPTION="GNU interpreter for the APL programming language"
|
||||
HOMEPAGE="https://www.gnu.org/software/apl/"
|
||||
SRC_URI="mirror://gnu/apl/apl-${PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/apl-${PV}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/apl-${PV}"
|
||||
|
||||
IUSE="static-libs erlang libapl python gtk3 pcre2 sqlite3 postgresql"
|
||||
|
||||
BDEPEND="dev-vcs/subversion"
|
||||
|
||||
@@ -5,9 +5,10 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="The OpenCilk concurrency platform for parallel programming"
|
||||
HOMEPAGE="https://opencilk.org/"
|
||||
|
||||
SRC_URI="https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv${PV}/OpenCilk-${PV}-LLVM-12.0.0-Ubuntu-20.04-x86_64.tar.gz"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# Since opencilk-project is a fork of LLVM 12, this lists the licenses
|
||||
# of LLVM 12, while opencilk-project states that it us under "MIT with
|
||||
# the OpenCilk Addendum", which basically states that you can
|
||||
@@ -25,8 +26,6 @@ RDEPEND="
|
||||
sys-libs/zlib
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_FLAGS_IGNORED="opt/${P}/.*"
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -5,9 +5,10 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="The OpenCilk concurrency platform for parallel programming"
|
||||
HOMEPAGE="https://opencilk.org/"
|
||||
|
||||
SRC_URI="https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv${PV}/opencilk-${PV}.0-x86_64-linux-gnu-ubuntu-22.04.tar.gz"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# Since opencilk-project is a fork of LLVM 12, this lists the licenses
|
||||
# of LLVM 12, while opencilk-project states that it us under "MIT with
|
||||
# the OpenCilk Addendum", which basically states that you can
|
||||
@@ -25,8 +26,6 @@ RDEPEND="
|
||||
sys-libs/zlib
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_FLAGS_IGNORED="opt/${P}/.*"
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -5,15 +5,18 @@ EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
MY_POSTFIX="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="The OpenCilk concurrency platform for parallel programming"
|
||||
HOMEPAGE="https://opencilk.org/"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/OpenCilk/opencilk-project/archive/refs/tags/opencilk/v${PV}.tar.gz -> ${PN}-project-${PV}.tar.gz
|
||||
https://github.com/OpenCilk/cheetah/archive/refs/tags/opencilk/v${PV}.tar.gz -> ${PN}-cheetah-${PV}.tar.gz
|
||||
https://github.com/OpenCilk/productivity-tools/archive/refs/tags/opencilk/v${PV}.tar.gz -> ${PN}-productivity-tools-${PV}.tar.gz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-project-${MY_POSTFIX}"
|
||||
|
||||
# Since opencilk-project is a fork of LLVM 12, this lists the licenses
|
||||
# of LLVM 12, while opencilk-project states that it us under "MIT with
|
||||
# the OpenCilk Addendum", which basically states that you can
|
||||
@@ -24,10 +27,9 @@ SRC_URI="
|
||||
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="debug"
|
||||
|
||||
MY_POSTFIX="${PN}-v${PV}"
|
||||
S="${WORKDIR}/${PN}-project-${MY_POSTFIX}"
|
||||
CMAKE_USE_DIR="${S}/llvm"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
@@ -5,15 +5,18 @@ EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
MY_POSTFIX="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="The OpenCilk concurrency platform for parallel programming"
|
||||
HOMEPAGE="https://opencilk.org/"
|
||||
|
||||
SRC_URI="
|
||||
https://github.com/OpenCilk/opencilk-project/archive/refs/tags/opencilk/v${PV}.tar.gz -> ${PN}-project-${PV}.tar.gz
|
||||
https://github.com/OpenCilk/cheetah/archive/refs/tags/opencilk/v${PV}.tar.gz -> ${PN}-cheetah-${PV}.tar.gz
|
||||
https://github.com/OpenCilk/productivity-tools/archive/refs/tags/opencilk/v${PV}.tar.gz -> ${PN}-productivity-tools-${PV}.tar.gz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-project-${MY_POSTFIX}"
|
||||
|
||||
# Since opencilk-project is a fork of LLVM 12, this lists the licenses
|
||||
# of LLVM 12, while opencilk-project states that it us under "MIT with
|
||||
# the OpenCilk Addendum", which basically states that you can
|
||||
@@ -24,10 +27,9 @@ SRC_URI="
|
||||
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="debug"
|
||||
|
||||
MY_POSTFIX="${PN}-v${PV}"
|
||||
S="${WORKDIR}/${PN}-project-${MY_POSTFIX}"
|
||||
CMAKE_USE_DIR="${S}/llvm"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user