public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-privacy-please: ChangeLog pidgin-privacy-please-0.6.4.ebuild
@ 2010-11-17 23:30 Michael Weber (xmw)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2010-11-17 23:30 UTC (permalink / raw
  To: gentoo-commits

xmw         10/11/17 23:30:40

  Modified:             ChangeLog
  Added:                pidgin-privacy-please-0.6.4.ebuild
  Log:
  Version bump
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-plugins/pidgin-privacy-please/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	26 Oct 2010 22:58:41 -0000	1.1
+++ ChangeLog	17 Nov 2010 23:30:40 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/pidgin-privacy-please
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.1 2010/10/26 22:58:41 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.2 2010/11/17 23:30:40 xmw Exp $
+
+*pidgin-privacy-please-0.6.4 (17 Nov 2010)
+
+  17 Nov 2010; Michael Weber <xmw@gentoo.org>
+  +pidgin-privacy-please-0.6.4.ebuild:
+  Version bump (thanks to Peter Volkov on bug #345715).
 
 *pidgin-privacy-please-0.6.3 (26 Oct 2010)
 



1.1                  x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-privacy-please-0.6.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild,v 1.1 2010/11/17 23:30:40 xmw Exp $

EAPI=2

inherit autotools

DESCRIPTION="pidgin plugin to stop spammers from annoying you"
HOMEPAGE="http://code.google.com/p/pidgin-privacy-please/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="linguas_de"

RDEPEND="<net-im/pidgin-3"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"

src_prepare() {
	sed -e 's: -Wall -g3::' -i configure.ac || die
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
	dodoc AUTHORS ChangeLog NEWS README || die
}






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-privacy-please: ChangeLog pidgin-privacy-please-0.6.4.ebuild
@ 2011-03-21 19:54 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-21 19:54 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/21 19:54:19

  Modified:             ChangeLog pidgin-privacy-please-0.6.4.ebuild
  Log:
  Stable on amd64 wrt bug #353623
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-plugins/pidgin-privacy-please/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	17 Nov 2010 23:30:40 -0000	1.2
+++ ChangeLog	21 Mar 2011 19:54:19 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-privacy-please
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.2 2010/11/17 23:30:40 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.3 2011/03/21 19:54:19 angelos Exp $
+
+  21 Mar 2011; Christoph Mende <angelos@gentoo.org>
+  pidgin-privacy-please-0.6.4.ebuild:
+  Stable on amd64 wrt bug #353623
 
 *pidgin-privacy-please-0.6.4 (17 Nov 2010)
 



1.2                  x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild?r1=1.1&r2=1.2

Index: pidgin-privacy-please-0.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pidgin-privacy-please-0.6.4.ebuild	17 Nov 2010 23:30:40 -0000	1.1
+++ pidgin-privacy-please-0.6.4.ebuild	21 Mar 2011 19:54:19 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild,v 1.1 2010/11/17 23:30:40 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.4.ebuild,v 1.2 2011/03/21 19:54:19 angelos Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="linguas_de"
 
 RDEPEND="<net-im/pidgin-3"






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-privacy-please: ChangeLog pidgin-privacy-please-0.6.4.ebuild
@ 2015-03-29  4:04 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-03-29  4:04 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/03/29 04:04:11

  Modified:             ChangeLog
  Removed:              pidgin-privacy-please-0.6.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  x11-plugins/pidgin-privacy-please/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	12 Aug 2012 19:13:54 -0000	1.6
+++ ChangeLog	29 Mar 2015 04:04:11 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-privacy-please
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.6 2012/08/12 19:13:54 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.7 2015/03/29 04:04:11 mrueg Exp $
+
+  29 Mar 2015; Manuel Rüger <mrueg@gentoo.org>
+  -pidgin-privacy-please-0.6.4.ebuild:
+  Remove old.
 
   12 Aug 2012; Agostino Sarubbo <ago@gentoo.org>
   pidgin-privacy-please-0.7.1.ebuild:
@@ -34,4 +38,3 @@
   +pidgin-privacy-please-0.6.3.ebuild, +metadata.xml:
   Initial commit, fixes bug #336204 by Laurento Frittella (mrfree)
   <laurento.frittella@gmail.com>
-





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-29  4:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 23:30 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-privacy-please: ChangeLog pidgin-privacy-please-0.6.4.ebuild Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-21 19:54 Christoph Mende (angelos)
2015-03-29  4:04 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox