public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/crypto++: crypto++-5.6.1-r1.ebuild crypto++-5.6.1-r3.ebuild ChangeLog
@ 2012-11-04 19:41 Dane Smith (c1pher)
  0 siblings, 0 replies; only message in thread
From: Dane Smith (c1pher) @ 2012-11-04 19:41 UTC (permalink / raw
  To: gentoo-commits

c1pher      12/11/04 19:41:44

  Modified:             crypto++-5.6.1-r1.ebuild crypto++-5.6.1-r3.ebuild
                        ChangeLog
  Log:
  Add libtool to DEPEND wrt bug 440690.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E27104B3)

Revision  Changes    Path
1.7                  dev-libs/crypto++/crypto++-5.6.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r1.ebuild?r1=1.6&r2=1.7

Index: crypto++-5.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crypto++-5.6.1-r1.ebuild	27 Feb 2011 11:30:01 -0000	1.6
+++ crypto++-5.6.1-r1.ebuild	4 Nov 2012 19:41:44 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r1.ebuild,v 1.6 2011/02/27 11:30:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r1.ebuild,v 1.7 2012/11/04 19:41:44 c1pher Exp $
 
 EAPI="3"
 
@@ -15,7 +15,8 @@
 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	sys-devel/libtool"
 RDEPEND=""
 
 S="${WORKDIR}"



1.3                  dev-libs/crypto++/crypto++-5.6.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r3.ebuild?r1=1.2&r2=1.3

Index: crypto++-5.6.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crypto++-5.6.1-r3.ebuild	26 Jun 2012 14:49:44 -0000	1.2
+++ crypto++-5.6.1-r3.ebuild	4 Nov 2012 19:41:44 -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/dev-libs/crypto++/crypto++-5.6.1-r3.ebuild,v 1.2 2012/06/26 14:49:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.1-r3.ebuild,v 1.3 2012/11/04 19:41:44 c1pher Exp $
 
 EAPI="3"
 
@@ -15,7 +15,8 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	sys-devel/libtool"
 RDEPEND=""
 
 S="${WORKDIR}"



1.76                 dev-libs/crypto++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	26 Jun 2012 14:49:44 -0000	1.75
+++ ChangeLog	4 Nov 2012 19:41:44 -0000	1.76
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/crypto++
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.75 2012/06/26 14:49:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.76 2012/11/04 19:41:44 c1pher Exp $
+
+  04 Nov 2012; Dane Smith <c1pher@gentoo.org> crypto++-5.6.1-r1.ebuild,
+  crypto++-5.6.1-r3.ebuild:
+  Add libtool to DEPEND wrt bug 440690.
 
   26 Jun 2012; Mike Frysinger <vapier@gentoo.org>
   +files/crypto++-5.6.1-gcc-4.7.patch, crypto++-5.6.1-r3.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-04 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 19:41 [gentoo-commits] gentoo-x86 commit in dev-libs/crypto++: crypto++-5.6.1-r1.ebuild crypto++-5.6.1-r3.ebuild ChangeLog Dane Smith (c1pher)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox