public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/openct: openct-0.6.20-r4.ebuild openct-0.6.20-r3.ebuild ChangeLog
@ 2014-11-06  5:36 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2014-11-06  5:36 UTC (permalink / raw
  To: gentoo-commits

vapier      14/11/06 05:36:49

  Modified:             openct-0.6.20-r4.ebuild openct-0.6.20-r3.ebuild
                        ChangeLog
  Log:
  Require libltdl:0 specifically, and allow older libtool for stable ebuilds #528294 by Pacho Ramos.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.2                  dev-libs/openct/openct-0.6.20-r4.ebuild

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

Index: openct-0.6.20-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openct-0.6.20-r4.ebuild	5 Nov 2014 16:12:11 -0000	1.1
+++ openct-0.6.20-r4.ebuild	6 Nov 2014 05:36:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r4.ebuild,v 1.1 2014/11/05 16:12:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r4.ebuild,v 1.2 2014/11/06 05:36:49 vapier Exp $
 
 EAPI=5
 
@@ -16,9 +16,10 @@
 SLOT="0"
 IUSE="doc pcsc-lite usb debug +udev"
 
+# Drop the libtool dep once libltdl goes stable.
 RDEPEND="pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1 )
 	usb? ( virtual/libusb:0 )
-	dev-libs/libltdl"
+	|| ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )"
 
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )"



1.14                 dev-libs/openct/openct-0.6.20-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?r1=1.13&r2=1.14

Index: openct-0.6.20-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- openct-0.6.20-r3.ebuild	8 Aug 2014 08:00:56 -0000	1.13
+++ openct-0.6.20-r3.ebuild	6 Nov 2014 05:36:49 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v 1.13 2014/08/08 08:00:56 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v 1.14 2014/11/06 05:36:49 vapier Exp $
 
 EAPI=5
 
@@ -16,10 +16,10 @@
 SLOT="0"
 IUSE="doc pcsc-lite usb debug +udev"
 
-# libtool is required at runtime for libltdl
+# Drop the libtool dep once libltdl goes stable.
 RDEPEND="pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1 )
 	usb? ( virtual/libusb:0 )
-	sys-devel/libtool"
+	|| ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )"
 
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )"



1.114                dev-libs/openct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	5 Nov 2014 16:12:11 -0000	1.113
+++ ChangeLog	6 Nov 2014 05:36:49 -0000	1.114
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/openct
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.113 2014/11/05 16:12:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.114 2014/11/06 05:36:49 vapier Exp $
+
+  06 Nov 2014; Mike Frysinger <vapier@gentoo.org> openct-0.6.20-r3.ebuild,
+  openct-0.6.20-r4.ebuild:
+  Require libltdl:0 specifically, and allow older libtool for stable ebuilds
+  #528294 by Pacho Ramos.
 
 *openct-0.6.20-r4 (05 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/openct: openct-0.6.20-r4.ebuild openct-0.6.20-r3.ebuild ChangeLog
@ 2015-04-02 18:21 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-04-02 18:21 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/04/02 18:21:41

  Modified:             openct-0.6.20-r4.ebuild openct-0.6.20-r3.ebuild
                        ChangeLog
  Log:
  fix SRC_URI
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-libs/openct/openct-0.6.20-r4.ebuild

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

Index: openct-0.6.20-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openct-0.6.20-r4.ebuild	6 Nov 2014 05:36:49 -0000	1.2
+++ openct-0.6.20-r4.ebuild	2 Apr 2015 18:21:41 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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/openct/openct-0.6.20-r4.ebuild,v 1.2 2014/11/06 05:36:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r4.ebuild,v 1.3 2015/04/02 18:21:41 mr_bones_ Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="library for accessing smart card terminals"
 HOMEPAGE="https://github.com/OpenSC/openct/wiki"
 
-SRC_URI="sourceforge://opensc/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/opensc/${PN}/${P}.tar.gz"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 
 LICENSE="LGPL-2.1"



1.15                 dev-libs/openct/openct-0.6.20-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?r1=1.14&r2=1.15

Index: openct-0.6.20-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- openct-0.6.20-r3.ebuild	6 Nov 2014 05:36:49 -0000	1.14
+++ openct-0.6.20-r3.ebuild	2 Apr 2015 18:21:41 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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/openct/openct-0.6.20-r3.ebuild,v 1.14 2014/11/06 05:36:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v 1.15 2015/04/02 18:21:41 mr_bones_ Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION="library for accessing smart card terminals"
 HOMEPAGE="https://github.com/OpenSC/openct/wiki"
 
-SRC_URI="sourceforge://opensc/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/opensc/${PN}/${P}.tar.gz"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 
 LICENSE="LGPL-2.1"



1.115                dev-libs/openct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	6 Nov 2014 05:36:49 -0000	1.114
+++ ChangeLog	2 Apr 2015 18:21:41 -0000	1.115
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/openct
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.114 2014/11/06 05:36:49 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.115 2015/04/02 18:21:41 mr_bones_ Exp $
+
+  02 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> openct-0.6.20-r3.ebuild,
+  openct-0.6.20-r4.ebuild:
+  fix SRC_URI
 
   06 Nov 2014; Mike Frysinger <vapier@gentoo.org> openct-0.6.20-r3.ebuild,
   openct-0.6.20-r4.ebuild:





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

end of thread, other threads:[~2015-04-02 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06  5:36 [gentoo-commits] gentoo-x86 commit in dev-libs/openct: openct-0.6.20-r4.ebuild openct-0.6.20-r3.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-02 18:21 Michael Sterrett (mr_bones_)

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