public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler (polynomial-c)" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/irssi-otr: irssi-otr-0.2.ebuild ChangeLog irssi-otr-0.3.ebuild
Date: Tue, 20 Apr 2010 19:05:34 +0000 (UTC)	[thread overview]
Message-ID: <20100420190534.76A712C04B@corvid.gentoo.org> (raw)

polynomial-c    10/04/20 19:05:34

  Modified:             irssi-otr-0.2.ebuild ChangeLog irssi-otr-0.3.ebuild
  Log:
  RDEPEND was incomplete. Fixed with kind permission from armin76.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-irc/irssi-otr/irssi-otr-0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild?r1=1.5&r2=1.6

Index: irssi-otr-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- irssi-otr-0.2.ebuild	21 Oct 2009 15:40:56 -0000	1.5
+++ irssi-otr-0.2.ebuild	20 Apr 2010 19:05:34 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild,v 1.5 2009/10/21 15:40:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild,v 1.6 2010/04/20 19:05:34 polynomial-c Exp $
 
 inherit cmake-utils eutils
 
@@ -19,13 +19,15 @@
 IUSE="debug"
 
 RDEPEND="net-libs/libotr
+	dev-libs/glib
+	dev-libs/libgcrypt
+	dev-libs/libgpg-error
 	|| (
 		net-irc/irssi
 		net-irc/irssi-svn
 	)"
 
 DEPEND="${RDEPEND}
-	dev-libs/glib
 	>=dev-util/cmake-2.4.7
 	dev-util/pkgconfig
 	dev-lang/python"



1.7                  net-irc/irssi-otr/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 Oct 2009 15:40:56 -0000	1.6
+++ ChangeLog	20 Apr 2010 19:05:34 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/irssi-otr
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v 1.6 2009/10/21 15:40:56 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v 1.7 2010/04/20 19:05:34 polynomial-c Exp $
+
+  20 Apr 2010; Lars Wendler <polynomial-c@gentoo.org> irssi-otr-0.2.ebuild,
+  irssi-otr-0.3.ebuild:
+  RDEPEND was incomplete. Fixed with kind permission from armin76.
 
   21 Oct 2009; Markus Meier <maekke@gentoo.org> irssi-otr-0.2.ebuild:
   x86 stable, bug #286871



1.2                  net-irc/irssi-otr/irssi-otr-0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild?r1=1.1&r2=1.2

Index: irssi-otr-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- irssi-otr-0.3.ebuild	22 Feb 2009 10:41:19 -0000	1.1
+++ irssi-otr-0.3.ebuild	20 Apr 2010 19:05:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild,v 1.1 2009/02/22 10:41:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild,v 1.2 2010/04/20 19:05:34 polynomial-c Exp $
 
 inherit cmake-utils eutils
 
@@ -19,13 +19,15 @@
 IUSE="debug"
 
 RDEPEND="net-libs/libotr
+	dev-libs/glib
+	dev-libs/libgcrypt
+	dev-libs/libgpg-error
 	|| (
 		net-irc/irssi
 		net-irc/irssi-svn
 	)"
 
 DEPEND="${RDEPEND}
-	dev-libs/glib
 	>=dev-util/cmake-2.4.7
 	dev-util/pkgconfig
 	dev-lang/python"






             reply	other threads:[~2010-04-20 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20 19:05 Lars Wendler (polynomial-c) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03  6:27 [gentoo-commits] gentoo-x86 commit in net-irc/irssi-otr: irssi-otr-0.2.ebuild ChangeLog irssi-otr-0.3.ebuild Jeff Horelick (jdhore)

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=20100420190534.76A712C04B@corvid.gentoo.org \
    --to=polynomial-c@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