Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-05-23 16:38:30 +00:00
14 changed files with 161 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
DIST mkdocs-material-4.6.3.tar.gz 1701136 BLAKE2B b3e68c0c751c37e7910fad9ffff9daa222706b48cd63bfb28a18b9ae96840691eb28b0948fb02810af4ed9e54407ec9e67478371bf31ce7c044d52596d65aea3 SHA512 11f02b8c89ec25bc38825a7614ca7a276a28c270f23dcbd991c69fced03810e65d45a74f0c3cc0d8e686985499f23c4d0f0e57e063f5b97b3870809b748dd544
DIST mkdocs-material-5.0.0_rc2.tar.gz 1852974 BLAKE2B 0cd56bd11df50a6628b6fddc3758037218ca1b5d9484b8ffe9d67d40c4ebda51bdb96edc10f08c87fb936b3a852616004994bad2e000b00936e62e25ce3e7e81 SHA512 29e1d8dcc972302302fdd5b91f0c7bc191420ff1c2ea117fd7b45a346623f587771469d04cbf25600e360d6d9c41ca060147269cdfe6c30c0ef9fd5915a70692
DIST mkdocs-material-5.2.0.tar.gz 2296350 BLAKE2B f9c65c0d4c164b175ab27c1371fbb774461a6012a8039f3033aa5fba182dc1134957ce6867ebff8dccf67ba0cc80911599f3e78d701c78aaa8d4033004549076 SHA512 d56aca8863b5d2cd813c7b8f46ddfefd0310609f412f978a80d9e691b492af0b93a3eae062fcb04c756b643fe28fa5be1ba1f00a1cbbf305d4ef467c7ed64eb4
DIST mkdocs-material-5.2.1.tar.gz 2296423 BLAKE2B a199c4e256b024b74ebb4a9135720264067620abaf97eed28ca4abcb7db58a04b4ae962f1600cd16f47b1b6d952597ea467ea2feb5ce33fc9d85ed92bf8ebc34 SHA512 ed43bb99b491efe84bbb464b1dab07bc92481017c292f867af8949044d165bd472a1ca58374ca686b56f71221b1b9c8d1d847b683da5ed6a38f3225020df708b

View File

@@ -32,6 +32,8 @@ test? (
dev-python/quantities
dev-python/matplotlib
dev-python/numpy
app-text/texlive
dev-texlive/texlive-latexextra
)
"
@@ -45,8 +47,7 @@ distutils-r1_src_prepare
python_install_all() {
if use examples ; then
docinto examples
dodoc -r examples/.
dodoc -r examples
fi
distutils-r1_python_install_all
@@ -54,6 +55,7 @@ distutils-r1_python_install_all
pkg_postinst() {
elog "Optional dependencies:"
optfeature "compiling generated files" app-text/texlive dev-texlive/texlive-latexextra
optfeature "matplotlib support" dev-python/matplotlib
optfeature "numpy support" dev-python/numpy
optfeature "quantities support" dev-python/quantities

View File

@@ -1 +1 @@
DIST codespell-1.16.0.tar.gz 136752 BLAKE2B 8abe6ac0fc162263cdfbcbfc4868786e41f9d95e32658a042f062d12f22248ace1cb7f1213c1436314d88973d683fb8c4c1fce86cd08bd6af72b7b5eae1f0086 SHA512 8ac1f05dba47ebebdaecff212a36af4d888585d91efe9bb75bb4e3148a39528222a088936dc265f9ad5d87319b786863d2c07a170a13a061c31ee6c6ee10bbe8
DIST codespell-1.17.1.tar.gz 164357 BLAKE2B 75ed98c694498b5445b8083c8c8a98f39b552b379111721b4a99d2b497804f47c3e06f97acb4115820459122391a75f47d4a97c1253b29136308712fb57cb5ff SHA512 5c8be2c11d44a85bc2f1eac980b6ba875f99ffefbdcf6387c798b77d030f9c6ada68e80de8192fd4bab0fe8038b1b5769c72a8ee7f9da9521b9798e6527347d3

View File

@@ -0,0 +1 @@
DIST legendary-0.0.14.tar.gz 65153 BLAKE2B 94c3e05c36a2d472c49030bfabe2d4469880e8ee07fedc28472f69e825428f448d0b7f4c701958c34f91c00d1482bc73739ab6ce92aad6e1ae6cbde50e76541e SHA512 455b0f1d0dc61d21e3927c324afe9dc6caf36fc003d5934a83dc06b7970f8b8ff5fa884d875a0511a1e8bf86199eda4027daa94428c52bf63dfff791ceda2ddb

View File

@@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
HOMEPAGE="https://github.com/derrod/legendary"
SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
<dev-python/requests-3.0[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<longdescription lang="en">
Legendary is an open-source game launcher that can download and install
games from the Epic Games platform on Linux and Windows. It's name is a
tongue-in-cheek play on tiers of item rarity in many MMORPGs.
</longdescription>
<upstream>
<remote-id type="github">derrod/legendary</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,5 @@
DIST github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20200309091041-899ef71e80d2.mod 32 BLAKE2B bb6ee50a0e4b439bb0c8ea35961567768bcae1957e6e7d9d4b78f4a91bcecaf8c9d5624de322eb45ef748105368e1fe38034a708101dca295168e6adf79f9193 SHA512 c167f2bd42e1fd473d58dc74fdcfcaf12a53133995a513fef5e08841ced5f9de07ec911f617d49501a235e8349b07b6625f4f80464fa439beb28586951227e50
DIST github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20200309091041-899ef71e80d2.zip 18709 BLAKE2B 8577068c5d92982672aadf4a0281fa934989199c8946046c09c75d33fa297a4a680624aea37437f7835486c1efdc0e27475986e45e65164bd0e28b712a746d94 SHA512 74f64f361670ece0d94d6485e951f2e9fd46b7bfea92cae5d1958007d56033e358f1f83bd390008552cf12a6977c44f5f3b75cd7efbfb61efe6fc5d9528bab60
DIST github.com%2Fpborman%2Fgetopt%2F@v%2Fv0.0.0-20190409184431-ee0cd42419d3.mod 33 BLAKE2B 00f9f8e688d302c27f668e5d5f943b1cc058e090d7e2d32e70d56a9782f7cb3c62a4dc399d3cf97321a07702d3fdf170dec82175b8f0af3865fa3e261d982772 SHA512 20529318383fec61da3ad57a44f1b1d21011b6db36d5f04ba7ef7008a722724a09bda8d706166620ca3e346cd42c295b1c698d650d5549bef8173546288702d7
DIST github.com%2Fpborman%2Fgetopt%2F@v%2Fv0.0.0-20190409184431-ee0cd42419d3.zip 81903 BLAKE2B 884525ed9223c8c2257a9211386023342e11c31ae47ff5379f9b4da27b79f76e8b7224b6306da99372c31eae19b7c471318c3dc771da75d07ee47d3861958420 SHA512 92238084eec7c35c43aa23c5b49eb47e47fa7de69ddcd2030d425f1c679e6b1acdadd8fc9d68c9001082e913bb179e44774dd6d3f5177c0ec17a10e4f01ac3ab
DIST go-sendxmpp-0_pre20200423.tar.bz2 34808 BLAKE2B 04756049f73c36421fa540f25994a305f3c193ab4f2bfb87ac9e27524ac527a2e71391c7aa11a323518b51c664683264b0e0bfc5ce80ed1c243bddc2681a8c9a SHA512 545774f827ff0f8d0ecc583aad9298a173511888a0c285d28d7d5c59764a319fdbe8c34aee36b900de290a3de78cdefc8dd3a12a37c54f8d6079b302a3dd6b9b

View File

@@ -0,0 +1,46 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit go-module
EGO_PN="salsa.debian.org/mdosch/go-sendxmpp"
# NOTE: Keep EGO_SUM in sync with go.sum.
EGO_SUM=(
"github.com/mattn/go-xmpp v0.0.0-20200309091041-899ef71e80d2 h1:F544zRtDc/pMpFNHN46oeXV2jIAG4DoMH+6zlVSn0Q8="
"github.com/mattn/go-xmpp v0.0.0-20200309091041-899ef71e80d2/go.mod h1:Cs5mF0OsrRRmhkyOod//ldNPOwJsrBvJ+1WRspv0xoc="
"github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3 h1:YtFkrqsMEj7YqpIhRteVxJxCeC3jJBieuLr0d4C4rSA="
"github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o="
)
go-module_set_globals
MY_COMMIT="cbac6dbe8d983d792c8a683c68535bb499896098"
DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
HOMEPAGE="https://salsa.debian.org/mdosch/go-sendxmpp"
SRC_URI="
https://salsa.debian.org/mdosch/${PN}/-/archive/${MY_COMMIT}/${PN}-${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2
${EGO_SUM_SRC_URI}
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_compile() {
default
go build || die
}
src_install() {
default
dobin go-sendxmpp
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<upstream>
<bugs-to>https://salsa.debian.org/mdosch/go-sendxmpp/-/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1 @@
DIST selfoss-2.18.zip 2881068 BLAKE2B aaf45ed5fa005cbfba0954a50412b37ec26e17de4308e9604a942861d63ade64149a048936871526f8b45a948555e6d5335152cc18c8664f9668d2e61350b4eb SHA512 6966458f4ef803ac87df7a2650aed73d6d99922f84d21f64950964b752535d3a1ddd8c585ce2ca5a3f58fb9f2de76fa7a0932ce2eb62faa753ed2398b6ebb748

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">SSilence/selfoss</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,42 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit webapp
DESCRIPTION="The multipurpose rss reader, live stream, mashup, aggregation web application"
HOMEPAGE="https://selfoss.aditu.de/"
SRC_URI="https://github.com/SSilence/${PN}/releases/download/${PV}/${P}.zip"
LICENSE="GPL-3"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-lang/php-5.4.0[curl,gd]
virtual/httpd-php
|| (
dev-db/mysql
dev-db/postgresql
dev-db/sqlite
)
"
S=${WORKDIR}
pkg_setup() {
webapp_pkg_setup
}
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
webapp_serverowned -R "${MY_HTDOCSDIR}"/data
webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
webapp_src_install
}