public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan (nirbheek)" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: wmfishtime-1.24-r1.ebuild wmfishtime-1.24-r2.ebuild ChangeLog
Date: Mon, 28 Mar 2011 14:41:50 +0000 (UTC)	[thread overview]
Message-ID: <20110328144150.62DDB20054@flycatcher.gentoo.org> (raw)

nirbheek    11/03/28 14:41:50

  Modified:             wmfishtime-1.24-r1.ebuild wmfishtime-1.24-r2.ebuild
                        ChangeLog
  Log:
  Fix slot-dep on gtk+
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?r1=1.6&r2=1.7

Index: wmfishtime-1.24-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wmfishtime-1.24-r1.ebuild	15 Jan 2008 12:50:06 -0000	1.6
+++ wmfishtime-1.24-r1.ebuild	28 Mar 2011 14:41:50 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.6 2008/01/15 12:50:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.7 2011/03/28 14:41:50 nirbheek Exp $
+
+EAPI="1"
 
 inherit eutils toolchain-funcs
 
@@ -13,7 +15,7 @@
 KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
 	x11-libs/libX11"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"



1.3                  x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?r1=1.2&r2=1.3

Index: wmfishtime-1.24-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmfishtime-1.24-r2.ebuild	11 Aug 2010 10:41:58 -0000	1.2
+++ wmfishtime-1.24-r2.ebuild	28 Mar 2011 14:41:50 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.2 2010/08/11 10:41:58 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.3 2011/03/28 14:41:50 nirbheek Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
 	x11-libs/libX11"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"



1.24                 x11-plugins/wmfishtime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	11 Aug 2010 10:41:58 -0000	1.23
+++ ChangeLog	28 Mar 2011 14:41:50 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmfishtime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.23 2010/08/11 10:41:58 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.24 2011/03/28 14:41:50 nirbheek Exp $
+
+  28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  wmfishtime-1.24-r1.ebuild, wmfishtime-1.24-r2.ebuild:
+  Fix slot-dep on gtk+
 
   11 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
   wmfishtime-1.24-r2.ebuild:






             reply	other threads:[~2011-03-28 14:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 14:41 Nirbheek Chauhan (nirbheek) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-07 19:41 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: wmfishtime-1.24-r1.ebuild wmfishtime-1.24-r2.ebuild ChangeLog Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110328144150.62DDB20054@flycatcher.gentoo.org \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox