From 6b72077a167556167760a0c12dc77c9c7844a49f Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Mon, 21 Dec 2020 22:40:25 +1300 Subject: [PATCH] net-im/srain: remove references to live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- net-im/srain/srain-1.1.1.ebuild | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild index 68e4cac670..6acec6d0be 100644 --- a/net-im/srain/srain-1.1.1.ebuild +++ b/net-im/srain/srain-1.1.1.ebuild @@ -3,36 +3,27 @@ EAPI=7 -inherit eutils xdg +inherit xdg DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" HOMEPAGE="https://github.com/SrainApp/srain" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/SrainApp/${PN}.git" - KEYWORDS="" -else - MY_PV="${PV/_rc/rc}" - MY_P="${PN}-${MY_PV}" - SRC_URI="https://github.com/SrainApp/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" - S="${WORKDIR}/${MY_P}" -fi +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="debug" -DEPEND=" - dev-libs/libconfig - net-libs/libsoup -" -RDEPEND="${DEPEND} +RDEPEND=" >=x11-libs/gtk+-3.22.0 x11-libs/libnotify " +DEPEND=" + ${RDEPEND} + dev-libs/libconfig + net-libs/libsoup +" -src_configure(){ +src_configure() { econf $(use_enable debug) }