From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-facebook/
Date: Wed, 3 May 2017 13:26:32 +0000 (UTC) [thread overview]
Message-ID: <1493817959.0d7e05645328085a0e27d1dba3645dfae1c75941.chainsaw@gentoo> (raw)
commit: 0d7e05645328085a0e27d1dba3645dfae1c75941
Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 13:25:59 2017 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed May 3 13:25:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7e0564
x11-plugins/purple-facebook: Version bump to 0.9.3-c9b74a765767 aka 20170330; ebuild by Vojtech Hrabal with some minor tweaks by me.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-plugins/purple-facebook/Manifest | 1 +
.../purple-facebook-20170330.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/x11-plugins/purple-facebook/Manifest b/x11-plugins/purple-facebook/Manifest
index 8569b6eed6d..8d1df5ca807 100644
--- a/x11-plugins/purple-facebook/Manifest
+++ b/x11-plugins/purple-facebook/Manifest
@@ -2,3 +2,4 @@ DIST purple-facebook-20160107.tar.gz 443097 SHA256 96f28491d037752eaa27191516673
DIST purple-facebook-20160118.tar.gz 443498 SHA256 620b71bba75f0b89f3c52b6ec2e5bd40c0895cadd4ab76910d04b044f88788cf SHA512 bcd07de9b014d32d32cee7f1254060b4999d3bc6bd996f37fea5f74a93a6a9f0be855ac249a62068a1425bc6adf825342c4b0e924f1dbf8e0aba7d215ec9e076 WHIRLPOOL 4789742154df54ca369b453faf409cdc7177b620b3381489613fc69ee3f418414fc611f73ba95e4c402838129b0f03b1eb21228d12abc18676301a79a51aca86
DIST purple-facebook-20160409.tar.gz 448502 SHA256 bc4420bc46295700af42c2e35adda210ab62ebb8bf9808adc2baba94205d6454 SHA512 961d570c0e29a8016028bbd6c05e1dd6f3b754414e708b4688d7b49e972882833b7acf6334a5b4378f1da1c08d174de9d65123ea5d34522f0739474da6c87c8a WHIRLPOOL f8d469b8352308fc582df069b6f79f1e5a69bb84df818788e1d549cee4649974fa6170b4d22faa3d505a15524c59bcca49a9894df1b572984cb92f533da16d36
DIST purple-facebook-20170329.tar.gz 458751 SHA256 03b46fc574fa663f6bc318f216776a22332123a33a84ab8b49290c463e713509 SHA512 cce2e3a3419f64348cc1f5d5feaec36c428435cfe959477608db65d7c1cfcf7840ce8037ba816319832bd6269929cb2c57fdc21d72241574f2dc37aa4c993ec7 WHIRLPOOL 551672f22ad73cfd42fe7f26d67948d6c0b012d4158451bc81e5f6474f63b0f812902f4c0fca5817542b3519535d2a423154e8962ba59b279f3ea70671064344
+DIST purple-facebook-20170330.tar.gz 459035 SHA256 bec38bdcc1a81172d1a1d459aa7455b146bf2dda9faa1983fcde08e674220bf3 SHA512 e665e92e25cfdb8eb12ef2e74dc75035ae558b37d504ce9330de254ede94da205b57b180fee373fa1ac16402c0291dbaab1800c8fbdfe0aa50ede5b955294261 WHIRLPOOL d65fd921617ce66309ec5155d83df7a84229970ca8a5b2d2c0395a2437850f52651d0069082919f8eccd5b4e30e8d1c5331a81e9a284c14c50d69aab8e42e68f
diff --git a/x11-plugins/purple-facebook/purple-facebook-20170330.ebuild b/x11-plugins/purple-facebook/purple-facebook-20170330.ebuild
new file mode 100644
index 00000000000..5f438b2d6b0
--- /dev/null
+++ b/x11-plugins/purple-facebook/purple-facebook-20170330.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils autotools
+
+MY_PV="0.9.3-c9b74a765767"
+S="${WORKDIR}/${PN}-${MY_PV}"
+DESCRIPTION="Facebook protocol plugin for libpurple"
+HOMEPAGE="https://github.com/dequis/purple-facebook"
+SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/json-glib
+ net-im/pidgin"
+DEPEND="${RDEPEND}"
+DOCS=( AUTHORS ChangeLog NEWS README VERSION )
+
+src_prepare() {
+ eautoreconf
+ default
+}
next reply other threads:[~2017-05-03 13:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 13:26 Tony Vroon [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-31 20:45 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-facebook/ David Seifert
2021-04-16 11:23 Sam James
2020-12-17 0:54 Sam James
2019-01-21 14:00 Tony Vroon
2017-09-11 12:50 Tony Vroon
2017-09-11 12:50 Tony Vroon
2017-06-30 12:06 Tony Vroon
2017-03-30 15:31 Tony Vroon
2016-04-11 10:32 Tony Vroon
2016-01-18 16:46 Tony Vroon
2016-01-14 10:04 Tony Vroon
2015-09-01 22:10 Tony Vroon
2015-08-11 11:15 Tony Vroon
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=1493817959.0d7e05645328085a0e27d1dba3645dfae1c75941.chainsaw@gentoo \
--to=chainsaw@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