aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2021-04-27 15:50:11 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2021-04-27 15:50:11 +0200
commite2f81f9502f38f9c254baf8d971c7b4e86fc5199 (patch)
treec8530fc67ef37da6bd36c07257b810ba115224b1 /net-im
parentnet-im/srain: Version bump 1.2.1. (diff)
downloadguru-e2f81f9502f38f9c254baf8d971c7b4e86fc5199.tar.gz
guru-e2f81f9502f38f9c254baf8d971c7b4e86fc5199.tar.bz2
guru-e2f81f9502f38f9c254baf8d971c7b4e86fc5199.zip
net-im/srain: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/srain/Manifest1
-rw-r--r--net-im/srain/srain-1.1.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest
index af5610edf..3339c7b3c 100644
--- a/net-im/srain/Manifest
+++ b/net-im/srain/Manifest
@@ -1,3 +1,2 @@
-DIST srain-1.1.1.tar.gz 941824 BLAKE2B 96b53e7e05f42514bc429cc30938f3a104d65f48ffbc08f0ec176e8bff6fc346cc6dabbcd8cfaa9db41af205a4079400f4b24ea1ad7ef4cb787b34eedd6d6cf5 SHA512 1cd8604b79d03a054b6b785529feef9479836f5fdc406101f3e67bfcb6a400ab8dae2b1ac317fd92b491e60faae069c3a61f4997ae15b6c9b2373b20e8ab7ac0
DIST srain-1.1.3.tar.gz 944319 BLAKE2B 74beb34a8e10716392aaaf07586c399f7a66601015c7761c116a3dcf822d6f9c69d3bc3e40b1b5ed780aed24ce1b2fa8496f2c8f4a77484acce294edfb653d00 SHA512 ad1c47bb249dae27cea3d4a044bbd10c034f2bb44fbec34053eeb878405caf9cf6236a03a7ff922f4eb4c189e5ccab4a307c208569bf0fdeb654a9de03a6d4fe
DIST srain-1.2.1.tar.gz 954668 BLAKE2B 20beb88761a387a041659ea11f852655daab9fdcd4b1d2f2b080bfa4dd9c19a61c12ebba9a581a10355d9249a6063dcdfea486dccb625622e68b57a4445afae7 SHA512 594cb65827ba3f4cf99820640103bdd1d67577df31e1fcb27f98722e243bcbab68420aff0c3f26cc7d0c149a4a8c256fc386709b8ff86d6b617c170f00c076f3
diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild
deleted file mode 100644
index eb3b3c464..000000000
--- a/net-im/srain/srain-1.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs 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="debug"
-
-RDEPEND="
- >=x11-libs/gtk+-3.22.0
- x11-libs/libnotify
-"
-DEPEND="
- ${RDEPEND}
- app-crypt/libsecret
- dev-libs/libconfig
- net-libs/libsoup
-"
-
-src_configure() {
- econf $(use_enable debug)
-}
-
-src_compile() {
- tc-export CC
- default
-}