jer         14/08/24 07:52:11

  Modified:             catfish-1.2.1.ebuild ChangeLog catfish-1.0.2.ebuild
  Log:
  Add x11-libs/gtk+:3[introspection] dependency (bug #520732 by Paweł 
Stankowski).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  dev-util/catfish/catfish-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?r1=1.1&r2=1.2

Index: catfish-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- catfish-1.2.1.ebuild        23 Aug 2014 10:01:07 -0000      1.1
+++ catfish-1.2.1.ebuild        24 Aug 2014 07:52:11 -0000      1.2
@@ -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/dev-util/catfish/catfish-1.2.1.ebuild,v 1.1 
2014/08/23 10:01:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v 1.2 
2014/08/24 07:52:11 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -15,9 +15,10 @@
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
        ${PYTHON_DEPS}
+       dev-python/pexpect[${PYTHON_USEDEP}]
+       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       x11-libs/gtk+:3[introspection]
 "
 RDEPEND="
        ${COMMON_DEPEND}



1.21                 dev-util/catfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   23 Aug 2014 10:01:07 -0000      1.20
+++ ChangeLog   24 Aug 2014 07:52:11 -0000      1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/catfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.20 
2014/08/23 10:01:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.21 
2014/08/24 07:52:11 jer Exp $
+
+  24 Aug 2014; Jeroen Roovers <[email protected]> catfish-1.0.2.ebuild,
+  catfish-1.2.1.ebuild:
+  Add x11-libs/gtk+:3[introspection] dependency (bug #520732 by Paweł
+  Stankowski).
 
 *catfish-1.2.1 (23 Aug 2014)
 



1.5                  dev-util/catfish/catfish-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?r1=1.4&r2=1.5

Index: catfish-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- catfish-1.0.2.ebuild        21 Aug 2014 08:21:38 -0000      1.4
+++ catfish-1.0.2.ebuild        24 Aug 2014 07:52:11 -0000      1.5
@@ -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/dev-util/catfish/catfish-1.0.2.ebuild,v 1.4 
2014/08/21 08:21:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v 1.5 
2014/08/24 07:52:11 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -15,9 +15,10 @@
 KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
        ${PYTHON_DEPS}
+       dev-python/pexpect[${PYTHON_USEDEP}]
+       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       x11-libs/gtk+:3[introspection]
 "
 RDEPEND="
        ${COMMON_DEPEND}




Reply via email to