* [gentoo-commits] gentoo-x86 commit in app-text/acroread: ChangeLog acroread-9.4.2.ebuild acroread-9.4.1.ebuild
@ 2011-03-27 12:16 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-27 12:16 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/27 12:16:34
Modified: ChangeLog acroread-9.4.2.ebuild
acroread-9.4.1.ebuild
Log:
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Revision Changes Path
1.165 app-text/acroread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 26 Feb 2011 11:44:39 -0000 1.164
+++ ChangeLog 27 Mar 2011 12:16:34 -0000 1.165
@@ -1,6 +1,10 @@
# ChangeLog for app-text/acroread
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.164 2011/02/26 11:44:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.165 2011/03/27 12:16:34 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> acroread-9.4.1.ebuild,
+ acroread-9.4.2.ebuild:
+ Fix slot-dep on gtk+
26 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
acroread-9.4.2.ebuild:
1.4 app-text/acroread/acroread-9.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild?r1=1.3&r2=1.4
Index: acroread-9.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- acroread-9.4.2.ebuild 26 Feb 2011 11:44:39 -0000 1.3
+++ acroread-9.4.2.ebuild 27 Mar 2011 12:16:34 -0000 1.4
@@ -1,6 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild,v 1.3 2011/02/26 11:44:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild,v 1.4 2011/03/27 12:16:34 nirbheek Exp $
+
+EAPI="1"
inherit eutils gnome2-utils nsplugins
@@ -34,7 +36,7 @@
RDEPEND="media-libs/fontconfig
x86? ( =dev-libs/openssl-0.9.8* )
cups? ( net-print/cups )
- x86? ( >=x11-libs/gtk+-2.0
+ x86? ( x11-libs/gtk+:2
ldap? ( net-nds/openldap )
!minimal? ( || ( net-libs/xulrunner
www-client/mozilla-firefox
1.5 app-text/acroread/acroread-9.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild?r1=1.4&r2=1.5
Index: acroread-9.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- acroread-9.4.1.ebuild 25 Feb 2011 21:04:41 -0000 1.4
+++ acroread-9.4.1.ebuild 27 Mar 2011 12:16:34 -0000 1.5
@@ -1,6 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild,v 1.4 2011/02/25 21:04:41 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild,v 1.5 2011/03/27 12:16:34 nirbheek Exp $
+
+EAPI="1"
inherit eutils gnome2-utils nsplugins
@@ -34,7 +36,7 @@
RDEPEND="media-libs/fontconfig
x86? ( =dev-libs/openssl-0.9.8* )
cups? ( net-print/cups )
- x86? ( >=x11-libs/gtk+-2.0
+ x86? ( x11-libs/gtk+:2
ldap? ( net-nds/openldap )
!minimal? ( || ( net-libs/xulrunner
www-client/mozilla-firefox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-27 12:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27 12:16 [gentoo-commits] gentoo-x86 commit in app-text/acroread: ChangeLog acroread-9.4.2.ebuild acroread-9.4.1.ebuild Nirbheek Chauhan (nirbheek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox