Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/catfish: catfish-1.2.1.ebuild ChangeLog catfish-1.0.2.ebuild
Date: Sun, 24 Aug 2014 07:52:15
Message-Id: 20140824075211.0FE713C86@oystercatcher.gentoo.org
1 jer 14/08/24 07:52:11
2
3 Modified: catfish-1.2.1.ebuild ChangeLog catfish-1.0.2.ebuild
4 Log:
5 Add x11-libs/gtk+:3[introspection] dependency (bug #520732 by Paweł Stankowski).
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 dev-util/catfish/catfish-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: catfish-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- catfish-1.2.1.ebuild 23 Aug 2014 10:01:07 -0000 1.1
23 +++ catfish-1.2.1.ebuild 24 Aug 2014 07:52:11 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v 1.1 2014/08/23 10:01:07 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v 1.2 2014/08/24 07:52:11 jer Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3} )
32 @@ -15,9 +15,10 @@
33 KEYWORDS="~amd64 ~x86"
34
35 COMMON_DEPEND="
36 - dev-python/pygobject:3[${PYTHON_USEDEP}]
37 - dev-python/pexpect[${PYTHON_USEDEP}]
38 ${PYTHON_DEPS}
39 + dev-python/pexpect[${PYTHON_USEDEP}]
40 + dev-python/pygobject:3[${PYTHON_USEDEP}]
41 + x11-libs/gtk+:3[introspection]
42 "
43 RDEPEND="
44 ${COMMON_DEPEND}
45
46
47
48 1.21 dev-util/catfish/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.21&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.21&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?r1=1.20&r2=1.21
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v
57 retrieving revision 1.20
58 retrieving revision 1.21
59 diff -u -r1.20 -r1.21
60 --- ChangeLog 23 Aug 2014 10:01:07 -0000 1.20
61 +++ ChangeLog 24 Aug 2014 07:52:11 -0000 1.21
62 @@ -1,6 +1,11 @@
63 # ChangeLog for dev-util/catfish
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.20 2014/08/23 10:01:07 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.21 2014/08/24 07:52:11 jer Exp $
67 +
68 + 24 Aug 2014; Jeroen Roovers <jer@g.o> catfish-1.0.2.ebuild,
69 + catfish-1.2.1.ebuild:
70 + Add x11-libs/gtk+:3[introspection] dependency (bug #520732 by Paweł
71 + Stankowski).
72
73 *catfish-1.2.1 (23 Aug 2014)
74
75
76
77
78 1.5 dev-util/catfish/catfish-1.0.2.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.5&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.5&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?r1=1.4&r2=1.5
83
84 Index: catfish-1.0.2.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v
87 retrieving revision 1.4
88 retrieving revision 1.5
89 diff -u -r1.4 -r1.5
90 --- catfish-1.0.2.ebuild 21 Aug 2014 08:21:38 -0000 1.4
91 +++ catfish-1.0.2.ebuild 24 Aug 2014 07:52:11 -0000 1.5
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v 1.4 2014/08/21 08:21:38 jer Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v 1.5 2014/08/24 07:52:11 jer Exp $
97
98 EAPI=5
99 PYTHON_COMPAT=( python{2_7,3_3} )
100 @@ -15,9 +15,10 @@
101 KEYWORDS="amd64 x86"
102
103 COMMON_DEPEND="
104 - dev-python/pygobject:3[${PYTHON_USEDEP}]
105 - dev-python/pexpect[${PYTHON_USEDEP}]
106 ${PYTHON_DEPS}
107 + dev-python/pexpect[${PYTHON_USEDEP}]
108 + dev-python/pygobject:3[${PYTHON_USEDEP}]
109 + x11-libs/gtk+:3[introspection]
110 "
111 RDEPEND="
112 ${COMMON_DEPEND}