public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-hangouts/
Date: Sun, 30 Jul 2017 10:26:02 +0000 (UTC)	[thread overview]
Message-ID: <1501409978.8999ec597736f140eb473c68f95ca3d7e3faa25c.soap@gentoo> (raw)

commit:     8999ec597736f140eb473c68f95ca3d7e3faa25c
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Jul 27 19:55:53 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 10:19:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8999ec59

x11-plugins/purple-hangouts: bump to 0_p20170714

Closes: https://github.com/gentoo/gentoo/pull/5226

 x11-plugins/purple-hangouts/Manifest               |  1 +
 .../purple-hangouts-0_p20170714.ebuild             | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/x11-plugins/purple-hangouts/Manifest b/x11-plugins/purple-hangouts/Manifest
index 480a61df36c..894dac86c42 100644
--- a/x11-plugins/purple-hangouts/Manifest
+++ b/x11-plugins/purple-hangouts/Manifest
@@ -1 +1,2 @@
 DIST purple-hangouts-0_p20170209.tar.gz 144521 SHA256 7ed20cde10e1f6b65127d8c0f65e24a1495a24b5efdfdce99bae80ff8b4457a1 SHA512 aa5dda98e122cfdd7917b71c6f9e9322c9e8d4bf01b57569406004a7b0f0819b8170ef553088339a08a3932ff1e467a1779ec17acacc7f83af709e0596956d4c WHIRLPOOL f5b1269af801f56ca40dec9d8c265d289ba73d9ca2d4f56de9989c91288ca9c14de71f4021f4fa94914ab83537930cc47ce1a5abe78aab352a19b3ae340a16ae
+DIST purple-hangouts-0_p20170714.tar.gz 145914 SHA256 ffee848321c7880d30807f44014aa82901199451e847f06ffb3a6c3ac17cd615 SHA512 4b14eccd2140c98c88b5fb2bed6039306454484dc23c359b7860bc55997161bc8f5bbf1cb1939041bca40e98dd30afd224508903993031ee10dfb38b088d891e WHIRLPOOL d56347c5790ad4e06e9e9000d4ce41912b20d68f23635f78c170499aad34b4b2e70e82e71d0132e3a2854db1dd5cf1d4383f731c17f567e772f7c8148edc6532

diff --git a/x11-plugins/purple-hangouts/purple-hangouts-0_p20170714.ebuild b/x11-plugins/purple-hangouts/purple-hangouts-0_p20170714.ebuild
new file mode 100644
index 00000000000..0e887cb8a85
--- /dev/null
+++ b/x11-plugins/purple-hangouts/purple-hangouts-0_p20170714.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 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="9f961b2962ae"
+	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
+}


             reply	other threads:[~2017-07-30 10:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-30 10:26 David Seifert [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-11-10 22:43 Patrice Clement
2018-07-07 12:15 Jonas Stein
2018-04-11 11:07 Ian Whyman
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=1501409978.8999ec597736f140eb473c68f95ca3d7e3faa25c.soap@gentoo \
    --to=soap@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