From a698348b77705bca4a3054e7e8334ebf68d0a891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 18 Jan 2021 13:44:17 +0100 Subject: [PATCH] net-im/srain: removal - unmaintained in ::src_prepare-overlay; available in ::guru MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- net-im/srain/Manifest | 1 - net-im/srain/metadata.xml | 7 ---- net-im/srain/srain-1.0.2.ebuild | 62 --------------------------------- net-im/srain/srain-9999.ebuild | 62 --------------------------------- 4 files changed, 132 deletions(-) delete mode 100644 net-im/srain/Manifest delete mode 100644 net-im/srain/metadata.xml delete mode 100644 net-im/srain/srain-1.0.2.ebuild delete mode 100644 net-im/srain/srain-9999.ebuild diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest deleted file mode 100644 index 1e7f2db..0000000 --- a/net-im/srain/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST srain-1.0.2.tar.gz 939068 BLAKE2B 429ec9b7a5a1d292b564fa66a7271062dadad486875d81eb5432deadad8fd3eed0a78b3ce633cea990902814abb01a958ec5c9e811f558de0af8b2d65b2c614c SHA512 6fe895ecd30cb456beb82bff8e147d734b60c8c8e70304602e6193c2f035871ec14421f2b50cf88e851ef7b92ac2b4ccbf03f23153e6949299849b299ebf3db3 diff --git a/net-im/srain/metadata.xml b/net-im/srain/metadata.xml deleted file mode 100644 index 9d4f777..0000000 --- a/net-im/srain/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - SrainApp/srain - - diff --git a/net-im/srain/srain-1.0.2.ebuild b/net-im/srain/srain-1.0.2.ebuild deleted file mode 100644 index bc942b4..0000000 --- a/net-im/srain/srain-1.0.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="Modern IRC client written in GTK" -HOMEPAGE="https://srain.im/" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/SrainApp/${PN}.git" -else - SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -RESTRICT="mirror" -LICENSE="GPL-3" -SLOT="0" -IUSE="debug" - -RDEPEND=" - >=dev-libs/glib-2.38:2 - >=x11-libs/gtk+-3.20.0:3 - net-libs/glib-networking - app-crypt/libsecret - net-libs/libsoup - x11-libs/libnotify -" -DEPEND=" - ${RDEPEND} - >=sys-devel/gettext-0.19.8 - dev-libs/libconfig -" - -DOCS=( - README.rst -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure(){ - local myconf=( - $(use_enable debug) - ) - econf "${myconf[@]}" -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} diff --git a/net-im/srain/srain-9999.ebuild b/net-im/srain/srain-9999.ebuild deleted file mode 100644 index bc942b4..0000000 --- a/net-im/srain/srain-9999.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="Modern IRC client written in GTK" -HOMEPAGE="https://srain.im/" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/SrainApp/${PN}.git" -else - SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -RESTRICT="mirror" -LICENSE="GPL-3" -SLOT="0" -IUSE="debug" - -RDEPEND=" - >=dev-libs/glib-2.38:2 - >=x11-libs/gtk+-3.20.0:3 - net-libs/glib-networking - app-crypt/libsecret - net-libs/libsoup - x11-libs/libnotify -" -DEPEND=" - ${RDEPEND} - >=sys-devel/gettext-0.19.8 - dev-libs/libconfig -" - -DOCS=( - README.rst -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure(){ - local myconf=( - $(use_enable debug) - ) - econf "${myconf[@]}" -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}