public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libcaldav: ChangeLog libcaldav-0.6.2.ebuild
@ 2011-07-18  9:38 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-07-18  9:38 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/07/18 09:38:00

  Modified:             ChangeLog libcaldav-0.6.2.ebuild
  Log:
  Fixed dependencies; this needs curl[gnutls]
  
  (Portage version: 2.1.10.5/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libcaldav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	8 Nov 2010 22:32:34 -0000	1.1
+++ ChangeLog	18 Jul 2011 09:38:00 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libcaldav
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.1 2010/11/08 22:32:34 dilfridge Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.2 2011/07/18 09:38:00 dilfridge Exp $
+
+  18 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  libcaldav-0.6.2.ebuild:
+  Fixed dependencies; this needs curl[gnutls]
 
 *libcaldav-0.6.2 (08 Nov 2010)
 



1.2                  dev-libs/libcaldav/libcaldav-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?r1=1.1&r2=1.2

Index: libcaldav-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcaldav-0.6.2.ebuild	8 Nov 2010 22:32:34 -0000	1.1
+++ libcaldav-0.6.2.ebuild	18 Jul 2011 09:38:00 -0000	1.2
@@ -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/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.1 2010/11/08 22:32:34 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.2 2011/07/18 09:38:00 dilfridge Exp $
 
 EAPI=3
 
@@ -17,7 +17,7 @@
 
 RDEPEND="
 	dev-libs/glib
-	net-misc/curl
+	net-misc/curl[ssl,gnutls]
 "
 DEPEND="${RDEPEND}
 	doc? ( 	app-doc/doxygen






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libcaldav: ChangeLog libcaldav-0.6.2.ebuild
@ 2012-05-06 17:00 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-05-06 17:00 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/05/06 17:00:18

  Modified:             ChangeLog libcaldav-0.6.2.ebuild
  Log:
  Adapt to new curl useflags, bug 412433
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/libcaldav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Jul 2011 09:38:00 -0000	1.2
+++ ChangeLog	6 May 2012 17:00:17 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libcaldav
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.2 2011/07/18 09:38:00 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.3 2012/05/06 17:00:17 dilfridge Exp $
+
+  06 May 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+  libcaldav-0.6.2.ebuild:
+  Adapt to new curl useflags, bug 412433
 
   18 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   libcaldav-0.6.2.ebuild:



1.3                  dev-libs/libcaldav/libcaldav-0.6.2.ebuild

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

Index: libcaldav-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcaldav-0.6.2.ebuild	18 Jul 2011 09:38:00 -0000	1.2
+++ libcaldav-0.6.2.ebuild	6 May 2012 17:00:17 -0000	1.3
@@ -1,8 +1,8 @@
-# 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/libcaldav/libcaldav-0.6.2.ebuild,v 1.2 2011/07/18 09:38:00 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.3 2012/05/06 17:00:17 dilfridge Exp $
 
-EAPI=3
+EAPI=4
 
 inherit base
 
@@ -17,7 +17,7 @@
 
 RDEPEND="
 	dev-libs/glib
-	net-misc/curl[ssl,gnutls]
+	net-misc/curl[ssl,gnutls(+),curl_ssl_gnutls(+)]
 "
 DEPEND="${RDEPEND}
 	doc? ( 	app-doc/doxygen
@@ -25,5 +25,5 @@
 "
 
 src_configure() {
-	econf $(use_enable doc) || die
+	econf $(use_enable doc)
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libcaldav: ChangeLog libcaldav-0.6.2.ebuild
@ 2015-07-28  6:45 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2015-07-28  6:45 UTC (permalink / raw
  To: gentoo-commits

aballier    15/07/28 06:45:45

  Modified:             ChangeLog libcaldav-0.6.2.ebuild
  Log:
  add missing tl-latexextra dep when building docs, bug #528560 by tharvik@gmail.com
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  dev-libs/libcaldav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	9 Jun 2015 14:19:43 -0000	1.5
+++ ChangeLog	28 Jul 2015 06:45:45 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libcaldav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.5 2015/06/09 14:19:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.6 2015/07/28 06:45:45 aballier Exp $
+
+  28 Jul 2015; Alexis Ballier <aballier@gentoo.org> libcaldav-0.6.2.ebuild:
+  add missing tl-latexextra dep when building docs, bug #528560 by
+  tharvik@gmail.com
 
   09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Updating remote-id in metadata.xml



1.4                  dev-libs/libcaldav/libcaldav-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?r1=1.3&r2=1.4

Index: libcaldav-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcaldav-0.6.2.ebuild	6 May 2012 17:00:17 -0000	1.3
+++ libcaldav-0.6.2.ebuild	28 Jul 2015 06:45:45 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.3 2012/05/06 17:00:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.4 2015/07/28 06:45:45 aballier Exp $
 
 EAPI=4
 
@@ -20,8 +20,11 @@
 	net-misc/curl[ssl,gnutls(+),curl_ssl_gnutls(+)]
 "
 DEPEND="${RDEPEND}
-	doc? ( 	app-doc/doxygen
-		virtual/latex-base )
+	doc? (
+		app-doc/doxygen
+		virtual/latex-base
+		dev-texlive/texlive-latexextra
+	)
 "
 
 src_configure() {





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-28  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 17:00 [gentoo-commits] gentoo-x86 commit in dev-libs/libcaldav: ChangeLog libcaldav-0.6.2.ebuild Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-28  6:45 Alexis Ballier (aballier)
2011-07-18  9:38 Andreas HAttel (dilfridge)

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