public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Mon, 18 Jan 2016 16:46:44 +0000 (UTC)	[thread overview]
Message-ID: <1453135616.ad2d850b5b5c2661e016f6cb13da4ded928b46b7.chainsaw@gentoo> (raw)

commit:     ad2d850b5b5c2661e016f6cb13da4ded928b46b7
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 16:46:32 2016 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 16:46:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2d850b

x11-plugins/purple-facebook: New release with improved group message handling. Removed 2015 versions.

Package-Manager: portage-2.2.26

 x11-plugins/purple-facebook/Manifest               |  4 +--
 .../purple-facebook-20150806.ebuild                | 31 ----------------------
 .../purple-facebook-20150827.ebuild                | 31 ----------------------
 ...1225.ebuild => purple-facebook-20160118.ebuild} |  2 +-
 4 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/x11-plugins/purple-facebook/Manifest b/x11-plugins/purple-facebook/Manifest
index 3a18336..c6147f2 100644
--- a/x11-plugins/purple-facebook/Manifest
+++ b/x11-plugins/purple-facebook/Manifest
@@ -1,4 +1,2 @@
-DIST purple-facebook-20150806.tar.gz 430020 SHA256 549af9986c06dfedfd0fa0a665366e718ec53eadacd08f394a985c8ed662f6fc SHA512 7d4b1dc81461ddb56f2df150da05a3884c8be099e493c1fed86c010fd718e1f89411981514693b7bd2a3ff7792624d53631dac7bad1b62d7db9c1fa5f533f212 WHIRLPOOL 705eeb92af4cca1e778598df37ee494c11f06de019a1792d568595470e1c029fdfdb62ca6a406c04abbe18eb384599cfdeda872614ae93a43def967da7900182
-DIST purple-facebook-20150827.tar.gz 441370 SHA256 18121d9dc2c89a6db8b7bd718917597435ec86d60666bbead0c19a3b8ce6ec7a SHA512 02de013c50761d9568e241327e07c8caf57de9831cfac2fe723456ebfec51addaeaffe113c80b5b655fa9caae5c3be54180614ed2c390c0e52a7e7fe6b58c207 WHIRLPOOL 2967dc90c52464337574632f270c0508b4eac51ae218aa6df2c8b7de0aad2a676dd0acbede3940c5022eb6e1b617787211abb4bf9764a838064a2d808da50137
-DIST purple-facebook-20151225.tar.gz 441831 SHA256 34b49d164a42800bc28a2381e954934fcb04263dc4439bb82134b413d0884327 SHA512 f41f8993a6bd3317137811dab20c09dbd03d7a92dbd1f5e79daa0a2ce17c0326760f3428c526c3056d6055d41389b2695089b43d8c6b89583b97f671b615f0e2 WHIRLPOOL e6a9dd1db579069749fbe7751f007e02dd3f937d20d0dd650d85b9c8a52b77fa2b2e08c1c1e7cf2669f77c076142b89f61307d84d88e2600b60937c1d33c2780
 DIST purple-facebook-20160107.tar.gz 443097 SHA256 96f28491d037752eaa27191516673564359edd5fa681f7aa62c67cda4cf8ca54 SHA512 b4d28346ae7f5d40fd83ee7eaa76f550d07e3d25ef21db6f2fd26bbe8c8333813769e5f592d2806bfb36736993802ea3fb330564b08c817ce0e25d01fb504bc9 WHIRLPOOL 400922a6b3209afc864483c69d8df453bfb60f6110e75ad2a00b47056842b1b941b61bfb6031e0ac971e6c5c32fe80b5adfdf55a67f10ead2b513d7d8d8c4f93
+DIST purple-facebook-20160118.tar.gz 443498 SHA256 620b71bba75f0b89f3c52b6ec2e5bd40c0895cadd4ab76910d04b044f88788cf SHA512 bcd07de9b014d32d32cee7f1254060b4999d3bc6bd996f37fea5f74a93a6a9f0be855ac249a62068a1425bc6adf825342c4b0e924f1dbf8e0aba7d215ec9e076 WHIRLPOOL 4789742154df54ca369b453faf409cdc7177b620b3381489613fc69ee3f418414fc611f73ba95e4c402838129b0f03b1eb21228d12abc18676301a79a51aca86

diff --git a/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild b/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild
deleted file mode 100644
index c0b6f0e..0000000
--- a/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_PV="9e3520d6ec49"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/jgeboski/purple-facebook"
-SRC_URI="https://github.com/jgeboski/${PN}/releases/download/${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_configure() {
-	econf --with-ssl-certs
-}
-
-src_prepare() {
-	eautoreconf
-}

diff --git a/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild b/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild
deleted file mode 100644
index 368ae2c..0000000
--- a/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_PV="6a0a79182ebc"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/jgeboski/purple-facebook"
-SRC_URI="https://github.com/jgeboski/${PN}/releases/download/${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_configure() {
-	econf --with-ssl-certs
-}
-
-src_prepare() {
-	eautoreconf
-}

diff --git a/x11-plugins/purple-facebook/purple-facebook-20151225.ebuild b/x11-plugins/purple-facebook/purple-facebook-20160118.ebuild
similarity index 96%
rename from x11-plugins/purple-facebook/purple-facebook-20151225.ebuild
rename to x11-plugins/purple-facebook/purple-facebook-20160118.ebuild
index 846cb14..ef77dc0 100644
--- a/x11-plugins/purple-facebook/purple-facebook-20151225.ebuild
+++ b/x11-plugins/purple-facebook/purple-facebook-20160118.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools
 
-MY_PV="1852eb9052a0"
+MY_PV="25a255f32eee"
 S="${WORKDIR}/${PN}-${MY_PV}"
 DESCRIPTION="Facebook protocol plugin for libpurple"
 HOMEPAGE="https://github.com/jgeboski/purple-facebook"


             reply	other threads:[~2016-01-18 16:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18 16:46 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-05-03 13:26 Tony Vroon
2017-03-30 15:31 Tony Vroon
2016-04-11 10:32 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=1453135616.ad2d850b5b5c2661e016f6cb13da4ded928b46b7.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