diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:14:29 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:14:29 +0000 |
commit | 10c124079ed8e48c9aa25966b7c50bcbe662e749 (patch) | |
tree | 421dedc8e64ae3118526673efe10483a2f9e165d /x11-plugins/pidgin-encryption | |
parent | Cleanup old. (diff) | |
download | gentoo-2-10c124079ed8e48c9aa25966b7c50bcbe662e749.tar.gz gentoo-2-10c124079ed8e48c9aa25966b7c50bcbe662e749.tar.bz2 gentoo-2-10c124079ed8e48c9aa25966b7c50bcbe662e749.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/pidgin-encryption')
3 files changed, 6 insertions, 55 deletions
diff --git a/x11-plugins/pidgin-encryption/ChangeLog b/x11-plugins/pidgin-encryption/ChangeLog index 664ea212c0f5..e90e011d65ed 100644 --- a/x11-plugins/pidgin-encryption/ChangeLog +++ b/x11-plugins/pidgin-encryption/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-encryption -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.25 2012/05/05 05:11:58 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.26 2014/03/09 01:14:29 mrueg Exp $ + + 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> + -files/pidgin-encryption-3.0-crash.patch, -pidgin-encryption-3.0-r1.ebuild: + Cleanup old. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-encryption-3.0-r1.ebuild, pidgin-encryption-3.1.ebuild: @@ -101,4 +105,3 @@ 09 May 2007; Olivier Crête <tester@gentoo.org> +metadata.xml, +pidgin-encryption-3.0.ebuild: New name of x11-plugins/gaim-encryption and new version - diff --git a/x11-plugins/pidgin-encryption/files/pidgin-encryption-3.0-crash.patch b/x11-plugins/pidgin-encryption/files/pidgin-encryption-3.0-crash.patch deleted file mode 100644 index 92c852736512..000000000000 --- a/x11-plugins/pidgin-encryption/files/pidgin-encryption-3.0-crash.patch +++ /dev/null @@ -1,14 +0,0 @@ -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525501 -https://bugs.gentoo.org/show_bug.cgi?id=292321 - ---- pidgin-encryption-3.0.orig/state_ui.c 2007-05-07 02:15:27.000000000 +0200 -+++ pidgin-encryption-3.0.new/state_ui.c 2009-04-26 17:08:02.000000000 +0200 -@@ -268,6 +268,8 @@ - static GtkIMHtmlSmiley * create_smiley_if_absent(GtkIMHtml *imhtml) { - GtkIMHtmlSmiley * smiley; - const char* category = gtk_imhtml_get_protocol_name(imhtml); -+ -+ if (!category) return NULL; - - /* make sure that the category we're about to use to add (based on the protocol name) */ - /* already exists. If it doesn't, just use the default category so it isn't created. */ diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild b/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild deleted file mode 100644 index 419bfaa1f93f..000000000000 --- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.8 2012/05/05 05:11:58 jdhore Exp $ - -EAPI="2" - -inherit flag-o-matic eutils - -DESCRIPTION="Pidgin IM Encryption PlugIn" -HOMEPAGE="http://pidgin-encrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/gaim-encryption/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="net-im/pidgin - x11-libs/gtk+:2 - >=dev-libs/nss-3.11" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}-crash.patch" -} - -src_configure() { - strip-flags - replace-flags -O? -O2 - econf $(use_enable nls) -} - -src_install() { - make install DESTDIR="${D}" || die "Install failed" - dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST -} |