Merge updates from master

This commit is contained in:
Repository mirror & CI
2021-07-19 10:21:44 +00:00
8 changed files with 8 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git"
else
inherit autotools
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
fi

View File

@@ -6,7 +6,7 @@
<name>Shaoyu Tseng</name>
</maintainer>
<upstream>
<remote-id type="pypi">DAWG-Python</remote-id>
<remote-id type="github">pytries/DAWG-Python</remote-id>
<remote-id type="pypi">DAWG-Python</remote-id>
<remote-id type="github">pytries/DAWG-Python</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/harfbuzz/uharfbuzz"
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND=">=media-libs/harfbuzz-2.8.1[experimental]"
RDEPEND=">=media-libs/harfbuzz-2.8.1[experimental(-)]"
DEPEND="${RDEPEND}"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]

View File

@@ -1 +1 @@
DIST v2.11.0.tar.gz 1197626 BLAKE2B f7ce52ed2a61f8fa405852fe321d3ffafca60b206e3ba4493f15cace179a7f80a407fd32e46f932af6186cc91af5995a5a252bb9babede701f45b3ef403dbb38 SHA512 913fdbf61d1143320a455e843ef6f7223fbd5a371167745889880549e510ac2cdeaaa8256fc23508a94bd2da22003c9949a1e2a10e7f027c9f12aa113d6465c6
DIST feedreader-2.11.0.tar.gz 1197626 BLAKE2B f7ce52ed2a61f8fa405852fe321d3ffafca60b206e3ba4493f15cace179a7f80a407fd32e46f932af6186cc91af5995a5a252bb9babede701f45b3ef403dbb38 SHA512 913fdbf61d1143320a455e843ef6f7223fbd5a371167745889880549e510ac2cdeaaa8256fc23508a94bd2da22003c9949a1e2a10e7f027c9f12aa113d6465c6

View File

@@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Simple News Feed Reader for feeds aggregated by Tiny Tiny RSS or feedly"
HOMEPAGE="https://github.com/jangernert/FeedReader"
SRC_URI="https://github.com/jangernert/${MY_PN}/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/jangernert/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

View File

@@ -24,8 +24,8 @@ src_prepare() {
src_install() {
MAKEOPTS="-j1" emake DESTDIR="${D}" install
dodoc NEWS README AUTHORS
mv "${ED}/usr/share/example" "${ED}/usr/share/doc/${PF}/examples" || die
docompress -x "/usr/share/doc/${PF}/examples"
mv "${ED}/usr/share/example" "${ED}/usr/share/doc/${PF}/examples" || die
docompress -x "/usr/share/doc/${PF}/examples"
find "${D}" -name '*.la' -delete || die
find "${D}" -name '*.a' -delete || die
}

View File

@@ -5,11 +5,6 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<use>
<flag name="libi">Use libi as tree instantiation method instead of ssh</flag>
<flag name="threadsafe">Build threasafe version of lightweight MRNet and XPlat libraries</flag>
<flag name="slurm">Use slurm as libi tree instantiation method instead of ssh</flag>
</use>
<upstream>
<bugs-to>https://github.com/bsc-performance-tools/synapse/issues</bugs-to>
<remote-id type="github">bsc-performance-tools/synapse</remote-id>

View File

@@ -7,7 +7,7 @@ inherit autotools
DESCRIPTION="Userspace tools for EROFS images"
HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
SRC_URI="${HOMEPAGE}/snapshot/${P}.tar.gz"
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"