aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-24 19:55:41 +0200
committerWynn Wolf Arbor2020-05-24 19:55:41 +0200
commit00a8b2029c74ea7ecc1b4bd8c8f0de50127f1269 (patch)
treeff7b8a961d98145873ab582b7834c40e96183009 /www-apps
parentbe6ea31bad4c6a0f228750f58be1b0906e28aea0 (diff)
downloadpramantha-00a8b2029c74ea7ecc1b4bd8c8f0de50127f1269.tar.gz
www-apps/cgit: Bump to 1.2.3-r2
Fix build on musl-based systems by introducing NO_REGEX=NeedsStartEnd. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/cgit/Manifest2
-rw-r--r--www-apps/cgit/cgit-1.2.3-r2.ebuild (renamed from www-apps/cgit/cgit-1.2.3-r1.ebuild)12
2 files changed, 11 insertions, 3 deletions
diff --git a/www-apps/cgit/Manifest b/www-apps/cgit/Manifest
index 45bf05c..b727cbb 100644
--- a/www-apps/cgit/Manifest
+++ b/www-apps/cgit/Manifest
@@ -1,4 +1,4 @@
DIST cgit-1.2.3.tar.xz 90632 BLAKE2B 594a9b2ae0b449e0ef090f428f955cc02833f5f5b1e4d6dc8c737daa565d01ba6840933c0bdc53d4eb683b2f44e2fae885ddd020cfb2de38141a870a6eae2380 SHA512 58f9bb644b07be49dc51f3ef30a3d0e53699cede3c06b1d6920f3874fe846c83dd2589632aa84357b70ea2d60272448409aa1b892f405d14dd6745f5559b4504
DIST git-2.25.1.tar.xz 5875548 BLAKE2B 582da3d4ac996d7b9ce6cf505661496ab1a2cd061f058745350498121956b33d79739b567fb5fea0b4e298303261256034aa0b8da0b842feab04ae67a7d5b142 SHA512 15241143acfd8542d85d2709ac3c80dbd6e8d5234438f70c4f33cc71a2bdec3e32938df7f6351e2746d570b021d3bd0b70474ea4beec0c51d1fc45f9c287b344
-EBUILD cgit-1.2.3-r1.ebuild 1862 BLAKE2B 93f04fcd7cdc07da882f8a0d019c061b45b5b2ed3bd66e3d69a2943e73976bea07b513a2c2f4ab78d51ef03143833a7cd51f169239c46638a4d1361fb463f3c0 SHA512 c78ae50de46da4a83c0a18ae676990fcf0ae35c95aba1d789d6abca67e463e2fa12061b0fc38dec9c44b9f26d4797dae1ab85c8e4bfb57ec2e8bb398e08da184
+EBUILD cgit-1.2.3-r2.ebuild 2009 BLAKE2B 70811fed6f99552fdc7d38b9df0e4e7458ddf3075edf5caeb7b1800666b4f13f51d4bdce344671f67807675413e0afcf2cac7bd16fb73480d020a19d5ac27d26 SHA512 0dbb94f24ebe356beb71f3fdbb170913b71e5ebe22532b6df6e13d98e0dec20d630d793086d625878136312fdb163a88b3abf0532791d647232da841dd35f27a
MISC metadata.xml 1029 BLAKE2B e46976de1886fef155a1488142b4b3733c1e682a8851b4b36449e95759a050722d3147221f3cc587a984e28c2b167dacf3e29a4cc208f30bd52e0216806d2327 SHA512 bcd83dfd7789597db8ef429aebe5c34138aba888706bce5972208e6cb8e991a820691cef5268fcebf9e30ec5bf9d4ccc65d36790372282f96c09243137856fdd
diff --git a/www-apps/cgit/cgit-1.2.3-r1.ebuild b/www-apps/cgit/cgit-1.2.3-r2.ebuild
index 10d8602..a801587 100644
--- a/www-apps/cgit/cgit-1.2.3-r1.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r2.ebuild
@@ -65,13 +65,21 @@ src_prepare() {
fi
}
+src_configure() {
+ myopts=(
+ $(usex elibc_musl NO_REGEX=NeedsStartEnd '')
+ )
+
+ export MY_MAKEOPTS="${myopts[@]}"
+}
+
src_compile() {
- emake V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+ emake ${MY_MAKEOPTS} V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
use doc && emake V=1 doc-man
}
src_install() {
- emake V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" install
+ emake ${MY_MAKEOPTS} V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" install
dodoc README
use doc && doman cgitrc.5