summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <stefan.strogin@gmail.com>2018-12-06 12:22:21 +0200
committerAaron Bauman <bman@gentoo.org>2019-02-26 23:50:10 -0500
commit32752ebf7c855e0b5a7d0172f5854f4659b83f56 (patch)
tree0f41106d39fc73e84c2ebe9cbb19046c0366786c /x11-plugins/purple-hangouts/purple-hangouts-0_p20180328.ebuild
parentx11-plugins/purple-hangouts: compile units separately (diff)
downloadgentoo-32752ebf7c855e0b5a7d0172f5854f4659b83f56.tar.gz
gentoo-32752ebf7c855e0b5a7d0172f5854f4659b83f56.tar.bz2
gentoo-32752ebf7c855e0b5a7d0172f5854f4659b83f56.zip
x11-plugins/purple-hangouts: drop old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-plugins/purple-hangouts/purple-hangouts-0_p20180328.ebuild')
-rw-r--r--x11-plugins/purple-hangouts/purple-hangouts-0_p20180328.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/x11-plugins/purple-hangouts/purple-hangouts-0_p20180328.ebuild b/x11-plugins/purple-hangouts/purple-hangouts-0_p20180328.ebuild
deleted file mode 100644
index 2f251ace4492..000000000000
--- a/x11-plugins/purple-hangouts/purple-hangouts-0_p20180328.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Hangouts Plugin for libpurple"
-HOMEPAGE="https://bitbucket.org/EionRobb/purple-hangouts"
-
-if [[ ${PV} == 9999 ]]; then
- inherit mercurial
- EHG_REPO_URI="https://bitbucket.org/EionRobb/purple-hangouts"
-else
- COMMIT_ID="0e137e6bf9e9"
- SRC_URI="https://bitbucket.org/EionRobb/purple-hangouts/get/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/EionRobb-${PN}-${COMMIT_ID}"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/protobuf-c:=
- net-im/pidgin
- sys-libs/zlib"
-
-DEPEND="${RDEPEND}
- 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
-}