public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx: terminatorx-3.82.ebuild terminatorx-3.81.ebuild ChangeLog
@ 2008-01-13 13:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-13 13:38 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/13 13:38:13

  Modified:             terminatorx-3.82.ebuild terminatorx-3.81.ebuild
                        ChangeLog
  Log:
  add xinputproto missing dep, bug #205592
  (Portage version: 2.1.4)

Revision  Changes    Path
1.9                  media-sound/terminatorx/terminatorx-3.82.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?r1=1.8&r2=1.9

Index: terminatorx-3.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- terminatorx-3.82.ebuild	22 Jul 2007 08:20:41 -0000	1.8
+++ terminatorx-3.82.ebuild	13 Jan 2008 13:38:12 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.8 2007/07/22 08:20:41 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.9 2008/01/13 13:38:12 aballier Exp $
 
 inherit gnome2 eutils
 
@@ -32,6 +32,7 @@
 	media-libs/liblrdf"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
+	x11-proto/inputproto
 	x11-proto/xf86dgaproto"
 
 src_unpack() {



1.19                 media-sound/terminatorx/terminatorx-3.81.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild?r1=1.18&r2=1.19

Index: terminatorx-3.81.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- terminatorx-3.81.ebuild	22 Jul 2007 08:20:41 -0000	1.18
+++ terminatorx-3.81.ebuild	13 Jan 2008 13:38:12 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.18 2007/07/22 08:20:41 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.19 2008/01/13 13:38:12 aballier Exp $
 
 inherit gnome2
 
@@ -31,6 +31,7 @@
 	media-libs/liblrdf"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
+	x11-proto/inputproto
 	x11-proto/xf86dgaproto"
 
 src_unpack() {



1.25                 media-sound/terminatorx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	22 Jul 2007 08:20:41 -0000	1.24
+++ ChangeLog	13 Jan 2008 13:38:12 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/terminatorx
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.24 2007/07/22 08:20:41 drac Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.25 2008/01/13 13:38:12 aballier Exp $
+
+  13 Jan 2008; Alexis Ballier <aballier@gentoo.org> terminatorx-3.81.ebuild,
+  terminatorx-3.82.ebuild:
+  add xinputproto missing dep, bug #205592
 
   22 Jul 2007; Samuli Suominen <drac@gentoo.org> terminatorx-3.81.ebuild,
   terminatorx-3.82.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx: terminatorx-3.82.ebuild terminatorx-3.81.ebuild ChangeLog
@ 2008-04-10 18:37 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-04-10 18:37 UTC (permalink / raw
  To: gentoo-commits

aballier    08/04/10 18:37:44

  Modified:             terminatorx-3.82.ebuild terminatorx-3.81.ebuild
                        ChangeLog
  Log:
  add missing pkgconfig dep, thanks to Patrick, bug #216931
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.11                 media-sound/terminatorx/terminatorx-3.82.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?r1=1.10&r2=1.11

Index: terminatorx-3.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- terminatorx-3.82.ebuild	29 Feb 2008 20:02:02 -0000	1.10
+++ terminatorx-3.82.ebuild	10 Apr 2008 18:37:44 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.10 2008/02/29 20:02:02 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.11 2008/04/10 18:37:44 aballier Exp $
 
 inherit gnome2 eutils
 
@@ -31,6 +31,7 @@
 	app-text/scrollkeeper
 	media-libs/liblrdf"
 DEPEND="${RDEPEND}
+	dev-util/pkgconfig
 	x11-proto/xproto
 	x11-proto/inputproto
 	x11-proto/xf86dgaproto"



1.20                 media-sound/terminatorx/terminatorx-3.81.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild?r1=1.19&r2=1.20

Index: terminatorx-3.81.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- terminatorx-3.81.ebuild	13 Jan 2008 13:38:12 -0000	1.19
+++ terminatorx-3.81.ebuild	10 Apr 2008 18:37:44 -0000	1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.19 2008/01/13 13:38:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.20 2008/04/10 18:37:44 aballier Exp $
 
 inherit gnome2
 
@@ -30,6 +30,7 @@
 	app-text/scrollkeeper
 	media-libs/liblrdf"
 DEPEND="${RDEPEND}
+	dev-util/pkgconfig
 	x11-proto/xproto
 	x11-proto/inputproto
 	x11-proto/xf86dgaproto"



1.27                 media-sound/terminatorx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/terminatorx/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	29 Feb 2008 20:02:02 -0000	1.26
+++ ChangeLog	10 Apr 2008 18:37:44 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/terminatorx
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.26 2008/02/29 20:02:02 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.27 2008/04/10 18:37:44 aballier Exp $
+
+  10 Apr 2008; Alexis Ballier <aballier@gentoo.org> terminatorx-3.81.ebuild,
+  terminatorx-3.82.ebuild:
+  add missing pkgconfig dep, thanks to Patrick, bug #216931
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ChangeLog:
   Remove icon extension from desktop entry to match Icon Theme Specification.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-04-10 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-10 18:37 [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx: terminatorx-3.82.ebuild terminatorx-3.81.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-13 13:38 Alexis Ballier (aballier)

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