diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 20:50:16 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 20:50:16 +0000 |
commit | c16abb1b1715c53faa0e16a501306dbe58eda1dd (patch) | |
tree | 15c6a2691430f0edd2e7d745cf624f5b468bafdb /net-im/pidgin | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-c16abb1b1715c53faa0e16a501306dbe58eda1dd.tar.gz gentoo-2-c16abb1b1715c53faa0e16a501306dbe58eda1dd.tar.bz2 gentoo-2-c16abb1b1715c53faa0e16a501306dbe58eda1dd.zip |
Replace fixlocalpod with perl_delete_localpod
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.10.10.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.10.9-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index 1448d47a95a6..4713ec12cd69 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.358 2014/11/13 13:03:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.359 2014/11/16 20:50:16 dilfridge Exp $ + + 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + pidgin-2.10.9-r1.ebuild, pidgin-2.10.10.ebuild: + Replace fixlocalpod with perl_delete_localpod 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -pidgin-2.10.9.ebuild: Drop old (#508854) diff --git a/net-im/pidgin/pidgin-2.10.10.ebuild b/net-im/pidgin/pidgin-2.10.10.ebuild index f376bf90749a..f0349be4d1b0 100644 --- a/net-im/pidgin/pidgin-2.10.10.ebuild +++ b/net-im/pidgin/pidgin-2.10.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.10.ebuild,v 1.11 2014/11/10 13:51:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.10.ebuild,v 1.12 2014/11/16 20:50:16 dilfridge Exp $ EAPI=5 @@ -230,7 +230,7 @@ src_install() { popd >/dev/null done fi - use perl && fixlocalpod + use perl && perl_delete_localpod if use python || use dbus ; then python_fix_shebang "${D}" diff --git a/net-im/pidgin/pidgin-2.10.9-r1.ebuild b/net-im/pidgin/pidgin-2.10.9-r1.ebuild index 1268953f09f8..99aeda230942 100644 --- a/net-im/pidgin/pidgin-2.10.9-r1.ebuild +++ b/net-im/pidgin/pidgin-2.10.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.9-r1.ebuild,v 1.18 2014/10/22 20:40:25 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.9-r1.ebuild,v 1.19 2014/11/16 20:50:16 dilfridge Exp $ EAPI=5 @@ -231,7 +231,7 @@ src_install() { popd >/dev/null done fi - use perl && fixlocalpod + use perl && perl_delete_localpod if use python || use dbus ; then python_fix_shebang "${D}" |