From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-hangouts/
Date: Sat, 10 Nov 2018 22:43:06 +0000 (UTC) [thread overview]
Message-ID: <1541889758.eb54fb089547f48334299d2ffb55d806a8246204.monsieurp@gentoo> (raw)
commit: eb54fb089547f48334299d2ffb55d806a8246204
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Thu Nov 1 20:52:55 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 22:42:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb54fb08
x11-plugins/purple-hangouts: add live ebuild.
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../purple-hangouts/purple-hangouts-9999.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/x11-plugins/purple-hangouts/purple-hangouts-9999.ebuild b/x11-plugins/purple-hangouts/purple-hangouts-9999.ebuild
new file mode 100644
index 00000000000..2a8db6f38b1
--- /dev/null
+++ b/x11-plugins/purple-hangouts/purple-hangouts-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs mercurial
+
+DESCRIPTION="Hangouts Plugin for libpurple"
+HOMEPAGE="https://bitbucket.org/EionRobb/purple-hangouts"
+EHG_REPO_URI="https://bitbucket.org/EionRobb/purple-hangouts"
+
+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
+}
next reply other threads:[~2018-11-10 22:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-10 22:43 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-27 5:21 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-hangouts/ Stefan Strogin
2020-08-09 10:33 Stefan Strogin
2020-08-09 10:33 Stefan Strogin
2020-08-09 10:30 Stefan Strogin
2020-08-09 10:30 Stefan Strogin
2019-05-06 23:42 Stefan Strogin
2019-02-27 4:50 Aaron Bauman
2019-02-27 4:50 Aaron Bauman
2018-12-04 22:33 Michał Górny
2018-12-04 22:33 Michał Górny
2018-12-04 22:33 Michał Górny
2018-11-10 22:43 Patrice Clement
2018-11-10 22:43 Patrice Clement
2018-11-10 22:43 Patrice Clement
2018-07-07 12:15 Jonas Stein
2018-04-11 11:07 Ian Whyman
2017-07-30 10:26 David Seifert
2017-02-15 11:20 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1541889758.eb54fb089547f48334299d2ffb55d806a8246204.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox