mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
net-irc/srain: drop 1.2.4
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
85dbeeb3ba
commit
cb17496a7d
@ -1,2 +1 @@
|
||||
DIST srain-1.2.4.tar.gz 954684 BLAKE2B 9989715380f0fb702a8f43be77ee5cd6360f2e8ddb2d21e8f1e0741fe6aabe3869b42e9e1f36c642b8cbfb6e2419f14d4ccc682f7fd7b1dda0f3b1af5b69e59f SHA512 96d15f9d8bccc197b1bcda2c4707bdeea8e5cb33e3a8ad88ea5431b059c64e2ccb2e82897fcb1c02198420fed2c59148ff1c32f5f305cfffa88f096e41b42cb4
|
||||
DIST srain-1.4.0.tar.gz 1935950 BLAKE2B 7d3db119bcc07ccb427850530e551f643e202d3f2f276c8b347324f99474e57052368b8eed52e74ba6403a47b3bd4b7842ee007d9035bbba8e69beba8e3be9e6 SHA512 1708d1d1ec97c9f35a8702526a95bb60bf0ea50b742a76081508ef42a512e8c113ef1949c3b9f3db4585d8fb11cdb197f65fc7bc10480a533c69982c21185e55
|
||||
|
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
DOCS_BUILDER="sphinx"
|
||||
DOCS_DIR="doc"
|
||||
DOCS_AUTODOC=0
|
||||
|
||||
inherit python-any-r1 docs meson xdg
|
||||
|
||||
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
|
||||
HOMEPAGE="https://github.com/SrainApp/srain"
|
||||
SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="+man"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/libsecret
|
||||
>=dev-libs/glib-2.39.3
|
||||
>=dev-libs/libconfig-1.5
|
||||
dev-libs/openssl
|
||||
net-libs/libsoup:2.4
|
||||
>=x11-libs/gtk+-3.22.15
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="man? ( ${DOCS_DEPEND} )"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/\('doc', meson.project_name()\)/\1 + '-${PF}'/" \
|
||||
meson.build || die
|
||||
|
||||
xdg_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use man && emesonargs=( -Ddoc_builders='["man"]' )
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
docs_compile
|
||||
meson_src_compile
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user