public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/pidgin-festival: ChangeLog pidgin-festival-2.4.ebuild
@ 2009-12-21 21:02 Peter Volkov (pva)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov (pva) @ 2009-12-21 21:02 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/21 21:02:04

  Modified:             ChangeLog
  Added:                pidgin-festival-2.4.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-accessibility/pidgin-festival/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Mar 2009 14:57:31 -0000	1.7
+++ ChangeLog	21 Dec 2009 21:02:03 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-accessibility/pidgin-festival
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.7 2009/03/07 14:57:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.8 2009/12/21 21:02:03 pva Exp $
+
+*pidgin-festival-2.4 (21 Dec 2009)
+
+  21 Dec 2009; Peter Volkov <pva@gentoo.org> +pidgin-festival-2.4.ebuild:
+  Version bump.
 
 *pidgin-festival-2.2-r1 (07 Mar 2009)
 



1.1                  app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-festival-2.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.1 2009/12/21 21:02:03 pva Exp $

EAPI=2

DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival."
HOMEPAGE="http://sourceforge.net/projects/pidgin-festival/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="app-accessibility/festival
	net-im/pidgin[gtk]
	>=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README ChangeLog || die
}






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/pidgin-festival: ChangeLog pidgin-festival-2.4.ebuild
@ 2011-03-02 19:50 Kevin McCarthy (signals)
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin McCarthy (signals) @ 2011-03-02 19:50 UTC (permalink / raw
  To: gentoo-commits

signals     11/03/02 19:50:48

  Modified:             ChangeLog pidgin-festival-2.4.ebuild
  Log:
  Slotted gtk+ depend.
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-accessibility/pidgin-festival/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Nov 2010 08:45:40 -0000	1.9
+++ ChangeLog	2 Mar 2011 19:50:48 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/pidgin-festival
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.9 2010/11/16 08:45:40 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.10 2011/03/02 19:50:48 signals Exp $
+
+  02 Mar 2011; Kevin McCarthy <signals@gentoo.org> pidgin-festival-2.4.ebuild:
+  Slotted gtk+ depend.
 
   16 Nov 2010; Peter Volkov <pva@gentoo.org> -pidgin-festival-2.2-r1.ebuild:
   Drop old.



1.2                  app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?r1=1.1&r2=1.2

Index: pidgin-festival-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pidgin-festival-2.4.ebuild	21 Dec 2009 21:02:03 -0000	1.1
+++ pidgin-festival-2.4.ebuild	2 Mar 2011 19:50:48 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.1 2009/12/21 21:02:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.2 2011/03/02 19:50:48 signals Exp $
 
 EAPI=2
 
@@ -15,7 +15,7 @@
 
 RDEPEND="app-accessibility/festival
 	net-im/pidgin[gtk]
-	>=x11-libs/gtk+-2"
+	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/pidgin-festival: ChangeLog pidgin-festival-2.4.ebuild
@ 2012-05-03  1:48 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03  1:48 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/03 01:48:59

  Modified:             ChangeLog pidgin-festival-2.4.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.11                 app-accessibility/pidgin-festival/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Mar 2011 19:50:48 -0000	1.10
+++ ChangeLog	3 May 2012 01:48:59 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/pidgin-festival
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.10 2011/03/02 19:50:48 signals Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.11 2012/05/03 01:48:59 jdhore Exp $
+
+  03 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-festival-2.4.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   02 Mar 2011; Kevin McCarthy <signals@gentoo.org> pidgin-festival-2.4.ebuild:
   Slotted gtk+ depend.



1.3                  app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild?r1=1.2&r2=1.3

Index: pidgin-festival-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pidgin-festival-2.4.ebuild	2 Mar 2011 19:50:48 -0000	1.2
+++ pidgin-festival-2.4.ebuild	3 May 2012 01:48:59 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.2 2011/03/02 19:50:48 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.3 2012/05/03 01:48:59 jdhore Exp $
 
 EAPI=2
 
@@ -17,7 +17,7 @@
 	net-im/pidgin[gtk]
 	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"






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

end of thread, other threads:[~2012-05-03  1:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 21:02 [gentoo-commits] gentoo-x86 commit in app-accessibility/pidgin-festival: ChangeLog pidgin-festival-2.4.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02 19:50 Kevin McCarthy (signals)
2012-05-03  1:48 Jeff Horelick (jdhore)

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