public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-01-04 23:12 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-01-04 23:12 UTC (permalink / raw
  To: gentoo-commits

ulm         12/01/04 23:12:01

  Modified:             ChangeLog
  Added:                skey-1.1.5-r8.ebuild
  Log:
  Install static library only with USE=static-libs.
  Move all patches into patchset on Gentoo mirrors.
  Update ebuild to EAPI 4.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Jan 2011 18:17:44 -0000	1.14
+++ ChangeLog	4 Jan 2012 23:12:01 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/skey
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.14 2011/01/30 18:17:44 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.15 2012/01/04 23:12:01 ulm Exp $
+
+*skey-1.1.5-r8 (04 Jan 2012)
+
+  04 Jan 2012; Ulrich Mueller <ulm@gentoo.org> +skey-1.1.5-r8.ebuild:
+  Install static library only with USE=static-libs. Move all patches into
+  patchset on Gentoo mirrors. Update ebuild to EAPI 4.
 
   30 Jan 2011; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r7.ebuild:
   Add die statements throughout.
@@ -160,7 +166,7 @@
 *skey-1.1.5-r4 (23 Sep 2004)
 
   23 Sep 2004; Tavis Ormandy <taviso@gentoo.org> +skey-1.1.5-r4.ebuild:
-  do not include /etc/skey/skeykeys in the package, as quickpkg may package 
+  do not include /etc/skey/skeykeys in the package, as quickpkg may package
   personal files. This also fixes the etc-update issue with #64974.
 
   18 Sep 2004; Joshua Kinard <kumba@gentoo.org> skey-1.1.5-r3.ebuild:
@@ -241,6 +247,6 @@
 *skey-1.1.5 (05 Sep 2003)
 
   05 Sep 2003; Tavis Ormandy <taviso@gentoo.org> skey-1.1.5.ebuild:
-  Initial import, Thanks to Jeb Campbell <jebc@c4solutions.net> for 
+  Initial import, Thanks to Jeb Campbell <jebc@c4solutions.net> for
   submitting the ebuild in #11478
 



1.1                  sys-auth/skey/skey-1.1.5-r8.ebuild

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

Index: skey-1.1.5-r8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.1 2012/01/04 23:12:01 ulm Exp $

EAPI=4

inherit flag-o-matic eutils toolchain-funcs

DESCRIPTION="Linux Port of OpenBSD Single-key Password System"
HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey"
SRC_URI="mirror://gentoo/${P}.tar.bz2
	mirror://gentoo/skey-1.1.5-patches-1.tar.xz"

LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="static-libs"

DEPEND="dev-lang/perl
	app-arch/xz-utils"
RDEPEND="dev-lang/perl
	sys-libs/cracklib"

src_prepare() {
	EPATCH_SUFFIX=patch epatch
}

src_configure() {
	tc-export CC
	econf --sysconfdir=/etc/skey
}

src_install() {
	dobin skey skeyinit skeyinfo
	newbin skeyaudit.sh skeyaudit
	newsbin skeyprune.pl skeyprune

	dosym skey /usr/bin/otp-md4
	dosym skey /usr/bin/otp-md5
	dosym skey /usr/bin/otp-sha1

	use static-libs && dolib.a libskey.a

	doman skey.1 skeyaudit.1 skeyinfo.1 skeyinit.1 skey.3 skeyprune.8

	into /
	dolib.so libskey.so.1.1.5 libskey.so.1.1 libskey.so.1 libskey.so
	gen_usr_ldscript libskey.so

	insinto /usr/include
	doins skey.h

	keepdir /etc/skey

	# only root needs to have access to these files.
	fperms g-rx,o-rx /etc/skey

	# skeyinit and skeyinfo must be suid root so users
	# can generate their passwords.
	fperms u+s,og-r /usr/bin/skeyinit /usr/bin/skeyinfo

	dodoc README CHANGES
}

pkg_postinst() {
	# do not include /etc/skey/skeykeys in the package, as quickpkg
	# may package sensitive information.
	# This also fixes the etc-update issue with #64974.

	# skeyinit will not function if this file is not present.
	touch /etc/skey/skeykeys

	# these permissions are applied by the skey system if missing.
	chmod 0600 /etc/skey/skeykeys

	elog "For an introduction into using s/key authentication, take"
	elog "a look at the EXAMPLES section from the skey(1) manpage."
}






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-01-05 18:47 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-01-05 18:47 UTC (permalink / raw
  To: gentoo-commits

ulm         12/01/05 18:47:48

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  New patchset with skeyinfo.c and skey.3 updated from newer NetBSD version.
  Call gen_usr_ldscript only with USE=static-libs.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-auth/skey/skey-1.1.5-r8.ebuild

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

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- skey-1.1.5-r8.ebuild	4 Jan 2012 23:12:01 -0000	1.1
+++ skey-1.1.5-r8.ebuild	5 Jan 2012 18:47:48 -0000	1.2
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.1 2012/01/04 23:12:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.2 2012/01/05 18:47:48 ulm Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Linux Port of OpenBSD Single-key Password System"
 HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey"
 SRC_URI="mirror://gentoo/${P}.tar.bz2
-	mirror://gentoo/skey-1.1.5-patches-1.tar.xz"
+	mirror://gentoo/skey-1.1.5-patches-2.tar.xz"
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
@@ -31,6 +31,10 @@
 }
 
 src_install() {
+	into /
+	dolib.so libskey.so{.${PV},.${PV%.*},.${PV%%.*},}
+
+	into /usr
 	dobin skey skeyinit skeyinfo
 	newbin skeyaudit.sh skeyaudit
 	newsbin skeyprune.pl skeyprune
@@ -39,25 +43,24 @@
 	dosym skey /usr/bin/otp-md5
 	dosym skey /usr/bin/otp-sha1
 
-	use static-libs && dolib.a libskey.a
+	if use static-libs; then
+		dolib.a libskey.a
+		gen_usr_ldscript libskey.so
+	fi
 
 	doman skey.1 skeyaudit.1 skeyinfo.1 skeyinit.1 skey.3 skeyprune.8
 
-	into /
-	dolib.so libskey.so.1.1.5 libskey.so.1.1 libskey.so.1 libskey.so
-	gen_usr_ldscript libskey.so
-
 	insinto /usr/include
 	doins skey.h
 
 	keepdir /etc/skey
 
 	# only root needs to have access to these files.
-	fperms g-rx,o-rx /etc/skey
+	fperms go-rx /etc/skey
 
 	# skeyinit and skeyinfo must be suid root so users
 	# can generate their passwords.
-	fperms u+s,og-r /usr/bin/skeyinit /usr/bin/skeyinfo
+	fperms u+s,go-r /usr/bin/skeyinit /usr/bin/skeyinfo
 
 	dodoc README CHANGES
 }



1.16                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 Jan 2012 23:12:01 -0000	1.15
+++ ChangeLog	5 Jan 2012 18:47:48 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.15 2012/01/04 23:12:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.16 2012/01/05 18:47:48 ulm Exp $
+
+  05 Jan 2012; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r8.ebuild:
+  New patchset with skeyinfo.c and skey.3 updated from newer NetBSD version.
+  Call gen_usr_ldscript only with USE=static-libs.
 
 *skey-1.1.5-r8 (04 Jan 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-02-03 21:33 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 12+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-02-03 21:33 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/02/03 21:33:44

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #402041
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-auth/skey/skey-1.1.5-r8.ebuild

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

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- skey-1.1.5-r8.ebuild	5 Jan 2012 18:47:48 -0000	1.2
+++ skey-1.1.5-r8.ebuild	3 Feb 2012 21:33: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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.2 2012/01/05 18:47:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.3 2012/02/03 21:33:44 hwoarang Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.17                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 Jan 2012 18:47:48 -0000	1.16
+++ ChangeLog	3 Feb 2012 21:33:44 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.16 2012/01/05 18:47:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.17 2012/02/03 21:33:44 hwoarang Exp $
+
+  03 Feb 2012; Markos Chandras <hwoarang@gentoo.org> skey-1.1.5-r8.ebuild:
+  Stable on amd64 wrt bug #402041
 
   05 Jan 2012; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r8.ebuild:
   New patchset with skeyinfo.c and skey.3 updated from newer NetBSD version.






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-02-08  1:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08  1:35 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 01:35:44

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #402041).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-auth/skey/skey-1.1.5-r8.ebuild

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

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- skey-1.1.5-r8.ebuild	3 Feb 2012 21:33:44 -0000	1.3
+++ skey-1.1.5-r8.ebuild	8 Feb 2012 01:35:44 -0000	1.4
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.3 2012/02/03 21:33:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.4 2012/02/08 01:35:44 jer Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.18                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	3 Feb 2012 21:33:44 -0000	1.17
+++ ChangeLog	8 Feb 2012 01:35:44 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.17 2012/02/03 21:33:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.18 2012/02/08 01:35:44 jer Exp $
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> skey-1.1.5-r8.ebuild:
+  Stable for HPPA (bug #402041).
 
   03 Feb 2012; Markos Chandras <hwoarang@gentoo.org> skey-1.1.5-r8.ebuild:
   Stable on amd64 wrt bug #402041






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-02-16 18:59 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 12+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:59 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 18:59:34

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  x86 stable wrt bug #402041
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.5                  sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.4&r2=1.5

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- skey-1.1.5-r8.ebuild	8 Feb 2012 01:35:44 -0000	1.4
+++ skey-1.1.5-r8.ebuild	16 Feb 2012 18:59:34 -0000	1.5
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.4 2012/02/08 01:35:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.5 2012/02/16 18:59:34 phajdan.jr Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.19                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Feb 2012 01:35:44 -0000	1.18
+++ ChangeLog	16 Feb 2012 18:59:34 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.18 2012/02/08 01:35:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.19 2012/02/16 18:59:34 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> skey-1.1.5-r8.ebuild:
+  x86 stable wrt bug #402041
 
   08 Feb 2012; Jeroen Roovers <jer@gentoo.org> skey-1.1.5-r8.ebuild:
   Stable for HPPA (bug #402041).






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-02-16 19:45 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2012-02-16 19:45 UTC (permalink / raw
  To: gentoo-commits

maekke      12/02/16 19:45:17

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  arm stable, bug #402041
  
  (Portage version: 2.1.10.46/cvs/Linux i686)

Revision  Changes    Path
1.6                  sys-auth/skey/skey-1.1.5-r8.ebuild

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

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- skey-1.1.5-r8.ebuild	16 Feb 2012 18:59:34 -0000	1.5
+++ skey-1.1.5-r8.ebuild	16 Feb 2012 19:45:17 -0000	1.6
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.5 2012/02/16 18:59:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.6 2012/02/16 19:45:17 maekke Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.20                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	16 Feb 2012 18:59:34 -0000	1.19
+++ ChangeLog	16 Feb 2012 19:45:17 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.19 2012/02/16 18:59:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.20 2012/02/16 19:45:17 maekke Exp $
+
+  16 Feb 2012; Markus Meier <maekke@gentoo.org> skey-1.1.5-r8.ebuild:
+  arm stable, bug #402041
 
   16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> skey-1.1.5-r8.ebuild:
   x86 stable wrt bug #402041






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-02-28 20:34 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2012-02-28 20:34 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/28 20:34:26

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Marking skey-1.1.5-r8 ppc for bug 402041
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.6&r2=1.7

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- skey-1.1.5-r8.ebuild	16 Feb 2012 19:45:17 -0000	1.6
+++ skey-1.1.5-r8.ebuild	28 Feb 2012 20:34:26 -0000	1.7
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.6 2012/02/16 19:45:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.7 2012/02/28 20:34:26 ranger Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.21                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Feb 2012 19:45:17 -0000	1.20
+++ ChangeLog	28 Feb 2012 20:34:26 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.20 2012/02/16 19:45:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.21 2012/02/28 20:34:26 ranger Exp $
+
+  28 Feb 2012; Brent Baude <ranger@gentoo.org> skey-1.1.5-r8.ebuild:
+  Marking skey-1.1.5-r8 ppc for bug 402041
 
   16 Feb 2012; Markus Meier <maekke@gentoo.org> skey-1.1.5-r8.ebuild:
   arm stable, bug #402041






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-03-08 21:26 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 21:26 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/08 21:26:49

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Marking skey-1.1.5-r8 ppc64 for bug 402041
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.7&r2=1.8

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- skey-1.1.5-r8.ebuild	28 Feb 2012 20:34:26 -0000	1.7
+++ skey-1.1.5-r8.ebuild	8 Mar 2012 21:26:49 -0000	1.8
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.7 2012/02/28 20:34:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.8 2012/03/08 21:26:49 ranger Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.22                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Feb 2012 20:34:26 -0000	1.21
+++ ChangeLog	8 Mar 2012 21:26:49 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.21 2012/02/28 20:34:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.22 2012/03/08 21:26:49 ranger Exp $
+
+  08 Mar 2012; Brent Baude <ranger@gentoo.org> skey-1.1.5-r8.ebuild:
+  Marking skey-1.1.5-r8 ppc64 for bug 402041
 
   28 Feb 2012; Brent Baude <ranger@gentoo.org> skey-1.1.5-r8.ebuild:
   Marking skey-1.1.5-r8 ppc for bug 402041






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-03-25 15:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-25 15:43 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/25 15:43:49

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #402041
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.9                  sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.8&r2=1.9

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- skey-1.1.5-r8.ebuild	8 Mar 2012 21:26:49 -0000	1.8
+++ skey-1.1.5-r8.ebuild	25 Mar 2012 15:43:48 -0000	1.9
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.8 2012/03/08 21:26:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.9 2012/03/25 15:43:48 armin76 Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.23                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	8 Mar 2012 21:26:49 -0000	1.22
+++ ChangeLog	25 Mar 2012 15:43:48 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.22 2012/03/08 21:26:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.23 2012/03/25 15:43:48 armin76 Exp $
+
+  25 Mar 2012; Raúl Porcel <armin76@gentoo.org> skey-1.1.5-r8.ebuild:
+  alpha/ia64/m68k/s390/sh/sparc stable wrt #402041
 
   08 Mar 2012; Brent Baude <ranger@gentoo.org> skey-1.1.5-r8.ebuild:
   Marking skey-1.1.5-r8 ppc64 for bug 402041






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-03-25 20:44 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-03-25 20:44 UTC (permalink / raw
  To: gentoo-commits

ulm         12/03/25 20:44:17

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Fix SRC_URI.
  
  (Portage version: 2.1.10.51/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.9&r2=1.10

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- skey-1.1.5-r8.ebuild	25 Mar 2012 15:43:48 -0000	1.9
+++ skey-1.1.5-r8.ebuild	25 Mar 2012 20:44:17 -0000	1.10
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.9 2012/03/25 15:43:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.10 2012/03/25 20:44:17 ulm Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Linux Port of OpenBSD Single-key Password System"
 HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey"
 SRC_URI="mirror://gentoo/${P}.tar.bz2
-	mirror://gentoo/skey-1.1.5-patches-2.tar.xz"
+	mirror://gentoo/${P}-patches-2.tar.xz"
 
 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
 SLOT="0"



1.25                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	25 Mar 2012 19:05:55 -0000	1.24
+++ ChangeLog	25 Mar 2012 20:44:17 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.24 2012/03/25 19:05:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.25 2012/03/25 20:44:17 ulm Exp $
+
+  25 Mar 2012; Ulrich Müller <ulm@gentoo.org> skey-1.1.5-r8.ebuild:
+  Fix SRC_URI.
 
   25 Mar 2012; Ulrich Müller <ulm@gentoo.org> -skey-1.1.5-r7.ebuild,
   -files/skey-1.1.5-binary-search.patch, -files/skey-1.1.5-bind-now.patch,






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2012-11-04 20:24 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-11-04 20:24 UTC (permalink / raw
  To: gentoo-commits

ulm         12/11/04 20:24:15

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Update LICENSE, RSA-MD4 and RSA-MD5 are replaced by RSA license template.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.11                 sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.10&r2=1.11

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- skey-1.1.5-r8.ebuild	25 Mar 2012 20:44:17 -0000	1.10
+++ skey-1.1.5-r8.ebuild	4 Nov 2012 20:24:14 -0000	1.11
@@ -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/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.10 2012/03/25 20:44:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.11 2012/11/04 20:24:14 ulm Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2
 	mirror://gentoo/${P}-patches-2.tar.xz"
 
-LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
+LICENSE="BSD MIT RSA BEER-WARE"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="static-libs"



1.26                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	25 Mar 2012 20:44:17 -0000	1.25
+++ ChangeLog	4 Nov 2012 20:24:14 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.25 2012/03/25 20:44:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.26 2012/11/04 20:24:14 ulm Exp $
+
+  04 Nov 2012; Ulrich Müller <ulm@gentoo.org> skey-1.1.5-r8.ebuild:
+  Update LICENSE, RSA-MD4 and RSA-MD5 are replaced by RSA license template.
 
   25 Mar 2012; Ulrich Müller <ulm@gentoo.org> skey-1.1.5-r8.ebuild:
   Fix SRC_URI.





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog
@ 2014-01-19 20:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-19 20:08 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/19 20:08:26

  Modified:             skey-1.1.5-r8.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.12                 sys-auth/skey/skey-1.1.5-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild?r1=1.11&r2=1.12

Index: skey-1.1.5-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- skey-1.1.5-r8.ebuild	4 Nov 2012 20:24:14 -0000	1.11
+++ skey-1.1.5-r8.ebuild	19 Jan 2014 20:08:26 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.11 2012/11/04 20:24:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.12 2014/01/19 20:08:26 vapier Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD MIT RSA BEER-WARE"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



1.27                 sys-auth/skey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	4 Nov 2012 20:24:14 -0000	1.26
+++ ChangeLog	19 Jan 2014 20:08:26 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/skey
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.26 2012/11/04 20:24:14 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.27 2014/01/19 20:08:26 vapier Exp $
+
+  19 Jan 2014; Mike Frysinger <vapier@gentoo.org> skey-1.1.5-r8.ebuild:
+  Add arm64 love.
 
   04 Nov 2012; Ulrich Müller <ulm@gentoo.org> skey-1.1.5-r8.ebuild:
   Update LICENSE, RSA-MD4 and RSA-MD5 are replaced by RSA license template.
@@ -286,4 +289,3 @@
   05 Sep 2003; Tavis Ormandy <taviso@gentoo.org> skey-1.1.5.ebuild:
   Initial import, Thanks to Jeb Campbell <jebc@c4solutions.net> for
   submitting the ebuild in #11478
-





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

end of thread, other threads:[~2014-01-19 20:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 15:43 [gentoo-commits] gentoo-x86 commit in sys-auth/skey: skey-1.1.5-r8.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-19 20:08 Mike Frysinger (vapier)
2012-11-04 20:24 Ulrich Mueller (ulm)
2012-03-25 20:44 Ulrich Mueller (ulm)
2012-03-08 21:26 Brent Baude (ranger)
2012-02-28 20:34 Brent Baude (ranger)
2012-02-16 19:45 Markus Meier (maekke)
2012-02-16 18:59 PaweA Hajdan (phajdan.jr)
2012-02-08  1:35 Jeroen Roovers (jer)
2012-02-03 21:33 Markos Chandras (hwoarang)
2012-01-05 18:47 Ulrich Mueller (ulm)
2012-01-04 23:12 Ulrich Mueller (ulm)

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