public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.0.ebuild ChangeLog
Date: Mon, 17 Mar 2008 20:01:43 +0000	[thread overview]
Message-ID: <E1JbLWh-0006eZ-OD@stork.gentoo.org> (raw)

graaff      08/03/17 20:01:43

  Modified:             mail-notification-5.0.ebuild ChangeLog
  Log:
  Add missing build-time dependency on scrollkeeper
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  mail-client/mail-notification/mail-notification-5.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.0.ebuild?r1=1.4&r2=1.5

Index: mail-notification-5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mail-notification-5.0.ebuild	16 Mar 2008 08:54:29 -0000	1.4
+++ mail-notification-5.0.ebuild	17 Mar 2008 20:01:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.0.ebuild,v 1.4 2008/03/16 08:54:29 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.0.ebuild,v 1.5 2008/03/17 20:01:43 graaff Exp $
 
 inherit autotools eutils gnome2 multilib flag-o-matic versionator
 
@@ -24,7 +24,7 @@
 # it's pointless making it optional. gnome-keyring is required for
 # several specific access methods, and thus linked to those USE flags
 # instead of adding a keyring USE flag.
-DEPEND=">=x11-libs/gtk+-2.10
+RDEPEND=">=x11-libs/gtk+-2.10
 	>=dev-libs/glib-2.10
 	>=dev-util/gob-2.0.13
 	>=gnome-base/gnome-panel-2.6
@@ -45,6 +45,9 @@
 	evo? ( >=mail-client/evolution-2.12 )
 	sylpheed? ( virtual/sylpheed )"
 
+DEPEND="${RDEPEND}
+	app-text/scrollkeeper"
+
 DOCS="README NEWS AUTHORS TODO"
 
 pkg_setup() {



1.59                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	16 Mar 2008 08:54:29 -0000	1.58
+++ ChangeLog	17 Mar 2008 20:01:43 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.58 2008/03/16 08:54:29 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.59 2008/03/17 20:01:43 graaff Exp $
+
+  17 Mar 2008; Hans de Graaff <graaff@gentoo.org>
+  mail-notification-5.0.ebuild:
+  Add missing build dependency on scrollkeeper; found by armin76 in #213465.
 
   16 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
   mail-notification-5.0.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-17 20:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-17 20:01 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-19  4:04 [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.0.ebuild ChangeLog Jeroen Roovers (jer)
2008-03-18 14:48 Raul Porcel (armin76)
2008-03-17 20:14 Hans de Graaff (graaff)
2008-03-16  8:54 Christian Faulhammer (opfer)
2008-03-15 12:56 Gysbert Wassenaar (nixnut)
2008-03-15  7:14 Hans de Graaff (graaff)

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=E1JbLWh-0006eZ-OD@stork.gentoo.org \
    --to=graaff@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