public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/ykclient: ykclient-2.9.ebuild ChangeLog
@ 2012-12-31  2:24 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-12-31  2:24 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/12/31 02:24:11

  Modified:             ChangeLog
  Added:                ykclient-2.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.4                  sys-auth/ykclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	24 Jun 2012 10:33:59 -0000	1.3
+++ ChangeLog	31 Dec 2012 02:24:10 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/ykclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.3 2012/06/24 10:33:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.4 2012/12/31 02:24:10 flameeyes Exp $
+
+*ykclient-2.9 (31 Dec 2012)
+
+  31 Dec 2012; Diego E. Pettenò <flameeyes@gentoo.org> +ykclient-2.9.ebuild:
+  Version bump.
 
   24 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> -ykclient-2.3.ebuild:
   Remove ebuild as well.



1.1                  sys-auth/ykclient/ykclient-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?rev=1.1&content-type=text/plain

Index: ykclient-2.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild,v 1.1 2012/12/31 02:24:10 flameeyes Exp $

EAPI=5

inherit eutils

DESCRIPTION="Yubico C client library"
SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="https://github.com/Yubico/yubico-c-client"

KEYWORDS="~amd64"
SLOT="0"
LICENSE="BSD-2"
IUSE="static-libs"

RDEPEND=">=net-misc/curl-7.21.1"
DEPEND="${RDEPEND}"

# Tests require an active network connection, we don't want to run them
RESTRICT="test"

src_configure() {
	econf $(use_enable static-libs static)
}

DOCS=( AUTHORS ChangeLog NEWS README )

src_install() {
	default
	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/ykclient: ykclient-2.9.ebuild ChangeLog
@ 2013-04-22 13:55 Richard Farina (zerochaos)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina (zerochaos) @ 2013-04-22 13:55 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/04/22 13:55:05

  Modified:             ykclient-2.9.ebuild ChangeLog
  Log:
  tested on ~x86
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.2                  sys-auth/ykclient/ykclient-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?r1=1.1&r2=1.2

Index: ykclient-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ykclient-2.9.ebuild	31 Dec 2012 02:24:10 -0000	1.1
+++ ykclient-2.9.ebuild	22 Apr 2013 13:55:05 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild,v 1.1 2012/12/31 02:24:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild,v 1.2 2013/04/22 13:55:05 zerochaos Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubico-c-client"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="static-libs"



1.6                  sys-auth/ykclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Mar 2013 17:36:43 -0000	1.5
+++ ChangeLog	22 Apr 2013 13:55:05 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/ykclient
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.5 2013/03/17 17:36:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.6 2013/04/22 13:55:05 zerochaos Exp $
+
+  22 Apr 2013; Rick Farina <zerochaos@gentoo.org> ykclient-2.9.ebuild:
+  tested on ~x86
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml





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

end of thread, other threads:[~2013-04-22 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 13:55 [gentoo-commits] gentoo-x86 commit in sys-auth/ykclient: ykclient-2.9.ebuild ChangeLog Richard Farina (zerochaos)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-31  2:24 Diego Petteno (flameeyes)

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