summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-06-21 06:20:17 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-06-21 06:20:17 +0000
commitf2a5e6425fe03d9f38e93ac870e2798ff76d5d09 (patch)
treedb579b61bc9be3549f5579d19286391ce6af4c35 /net-im
parentversion bump (bug #473964) (diff)
downloadgentoo-2-f2a5e6425fe03d9f38e93ac870e2798ff76d5d09.tar.gz
gentoo-2-f2a5e6425fe03d9f38e93ac870e2798ff76d5d09.tar.bz2
gentoo-2-f2a5e6425fe03d9f38e93ac870e2798ff76d5d09.zip
Moved compressed patch from portage tree to my dev space
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin/ChangeLog6
-rw-r--r--net-im/pidgin/files/pidgin-eds-3.6.patch.bz2bin2352 -> 0 bytes
-rw-r--r--net-im/pidgin/pidgin-2.10.7-r2.ebuild7
3 files changed, 9 insertions, 4 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog
index e97da4266a74..cbb59d307ae0 100644
--- a/net-im/pidgin/ChangeLog
+++ b/net-im/pidgin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/pidgin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.309 2013/06/20 14:07:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.310 2013/06/21 06:20:17 polynomial-c Exp $
+
+ 21 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> pidgin-2.10.7-r2.ebuild,
+ -files/pidgin-eds-3.6.patch.bz2:
+ Moved compressed patch from portage tree to my dev space.
20 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> pidgin-2.10.7-r2.ebuild:
Small fix to REQUIRED_USE.
diff --git a/net-im/pidgin/files/pidgin-eds-3.6.patch.bz2 b/net-im/pidgin/files/pidgin-eds-3.6.patch.bz2
deleted file mode 100644
index 7a9747213392..000000000000
--- a/net-im/pidgin/files/pidgin-eds-3.6.patch.bz2
+++ /dev/null
Binary files differ
diff --git a/net-im/pidgin/pidgin-2.10.7-r2.ebuild b/net-im/pidgin/pidgin-2.10.7-r2.ebuild
index aedd0532cd37..253b482ef843 100644
--- a/net-im/pidgin/pidgin-2.10.7-r2.ebuild
+++ b/net-im/pidgin/pidgin-2.10.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.2 2013/06/20 14:07:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.3 2013/06/21 06:20:17 polynomial-c Exp $
EAPI=5
@@ -10,7 +10,8 @@ inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 p
DESCRIPTION="GTK Instant Messenger client"
HOMEPAGE="http://pidgin.im/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
+ http://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -139,7 +140,7 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-2.10.0-gold.patch" \
"${FILESDIR}/${P}-fix-cap.patch" \
"${FILESDIR}/${P}-link_sasl_in_irc_plugin.patch" \
- "${FILESDIR}/${PN}-eds-3.6.patch.bz2"
+ "${WORKDIR}/${PN}-eds-3.6.patch"
epatch_user