* [gentoo-commits] gentoo-x86 commit in x11-apps/xwd: xwd-1.0.5.ebuild ChangeLog
@ 2012-03-18 1:55 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-18 1:55 UTC (permalink / raw
To: gentoo-commits
chithanh 12/03/18 01:55:15
Modified: xwd-1.0.5.ebuild ChangeLog
Log:
Fix dependencies, bug #408629.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-apps/xwd/xwd-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild?r1=1.1&r2=1.2
Index: xwd-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xwd-1.0.5.ebuild 24 Feb 2012 15:38:38 -0000 1.1
+++ xwd-1.0.5.ebuild 18 Mar 2012 01:55:15 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.1 2012/02/24 15:38:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.2 2012/03/18 01:55:15 chithanh Exp $
EAPI=4
@@ -11,5 +11,8 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND="x11-libs/libX11"
+# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-proto/xproto"
DEPEND="${RDEPEND}"
1.45 x11-apps/xwd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 24 Feb 2012 15:38:38 -0000 1.44
+++ ChangeLog 18 Mar 2012 01:55:15 -0000 1.45
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xwd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.44 2012/02/24 15:38:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.45 2012/03/18 01:55:15 chithanh Exp $
+
+ 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xwd-1.0.5.ebuild:
+ Fix dependencies, bug #408629.
*xwd-1.0.5 (24 Feb 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xwd: xwd-1.0.5.ebuild ChangeLog
@ 2012-03-18 3:58 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-18 3:58 UTC (permalink / raw
To: gentoo-commits
chithanh 12/03/18 03:58:50
Modified: xwd-1.0.5.ebuild ChangeLog
Log:
Update dependencies as suggested by ssuominen in bug #408673.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-apps/xwd/xwd-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild?r1=1.2&r2=1.3
Index: xwd-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xwd-1.0.5.ebuild 18 Mar 2012 01:55:15 -0000 1.2
+++ xwd-1.0.5.ebuild 18 Mar 2012 03:58:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.2 2012/03/18 01:55:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.3 2012/03/18 03:58:50 chithanh Exp $
EAPI=4
@@ -12,7 +12,8 @@
IUSE=""
# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
-RDEPEND="x11-libs/libX11
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
x11-libs/libXt
+ x11-libs/libxkbfile
x11-proto/xproto"
-DEPEND="${RDEPEND}"
1.46 x11-apps/xwd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwd/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 18 Mar 2012 01:55:15 -0000 1.45
+++ ChangeLog 18 Mar 2012 03:58:50 -0000 1.46
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xwd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.45 2012/03/18 01:55:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.46 2012/03/18 03:58:50 chithanh Exp $
+
+ 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xwd-1.0.5.ebuild:
+ Update dependencies as suggested by ssuominen in bug #408673.
18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xwd-1.0.5.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-18 3:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-18 3:58 [gentoo-commits] gentoo-x86 commit in x11-apps/xwd: xwd-1.0.5.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
-- strict thread matches above, loose matches on Subject: below --
2012-03-18 1:55 Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox