summaryrefslogtreecommitdiff
path: root/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-15 11:48:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-15 11:48:08 +0100
commit04fc7f10cec12efb1240344a0090b539e24ad0f3 (patch)
tree130fb059a6b83e95af28b97b0f55c716d48924bf /x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild
parent0bec4ab1937eed98ee24e2d48f0cfec46de2fc58 (diff)
gentoo auto-resync : 15:04:2023 - 11:48:08
Diffstat (limited to 'x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild')
-rw-r--r--x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild b/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild
deleted file mode 100644
index f461413cc277..000000000000
--- a/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Hangouts Plugin for libpurple"
-HOMEPAGE="https://github.com/EionRobb/purple-hangouts"
-
-COMMIT_ID="efa7a53e2db4087a1590850423aa16b380bfbbd5"
-SRC_URI="https://github.com/EionRobb/purple-hangouts/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT_ID}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/protobuf-c:=
- net-im/pidgin
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
-
- # Does not respect CFLAGS
- sed -i Makefile -e 's/-g -ggdb//g' || die
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_install() {
- emake \
- PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- DESTDIR="${ED}" \
- install
-
- einstalldocs
-}