public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2013-05-22 10:46 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 7+ messages in thread
From: Dirkjan Ochtman (djc) @ 2013-05-22 10:46 UTC (permalink / raw
  To: gentoo-commits

djc         13/05/22 10:46:06

  Modified:             ChangeLog
  Added:                easy-rsa-2.2.0-r1.ebuild
  Log:
  Don't install license files as docs (bug 470888).
  
  (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)

Revision  Changes    Path
1.7                  app-crypt/easy-rsa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 May 2013 15:26:53 -0000	1.6
+++ ChangeLog	22 May 2013 10:46:05 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.6 2013/05/21 15:26:53 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.7 2013/05/22 10:46:05 djc Exp $
+
+*easy-rsa-2.2.0-r1 (22 May 2013)
+
+  22 May 2013; Dirkjan Ochtman <djc@gentoo.org> +easy-rsa-2.2.0-r1.ebuild,
+  +files/no-licenses.patch:
+  Don't install license files as docs (bug 470888).
 
   21 May 2013; Dirkjan Ochtman <djc@gentoo.org> easy-rsa-2.2.0.ebuild:
   Clean up eclasses (fixes bug 470888).



1.1                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.1 2013/05/22 10:46:05 djc Exp $

EAPI=4

inherit eutils

DESCRIPTION="Small RSA key management package, based on OpenSSL."
HOMEPAGE="http://openvpn.net/"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND=">=dev-libs/openssl-0.9.6"
RDEPEND="${DEPEND}
		!<net-misc/openvpn-2.3"

S="${WORKDIR}/${P}_master"

src_prepare() {
	epatch "${FILESDIR}/${PN}-2.0.0-pkcs11.patch"
	epatch "${FILESDIR}/no-licenses.patch"
}

src_configure() {
	econf --docdir="${EPREFIX}/usr/share/doc/${PF}"
}

src_install() {
	emake DESTDIR="${D}" install
	doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
}





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2013-05-25 17:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-25 17:24 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/25 17:24:49

  Modified:             easy-rsa-2.2.0-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #470678).
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?r1=1.1&r2=1.2

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- easy-rsa-2.2.0-r1.ebuild	22 May 2013 10:46:05 -0000	1.1
+++ easy-rsa-2.2.0-r1.ebuild	25 May 2013 17:24:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.1 2013/05/22 10:46:05 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.2 2013/05/25 17:24:49 jer Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Small RSA key management package, based on OpenSSL."
 HOMEPAGE="http://openvpn.net/"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ppc ~x86"
 SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
 
 LICENSE="GPL-2"



1.9                  app-crypt/easy-rsa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	23 May 2013 17:15:04 -0000	1.8
+++ ChangeLog	25 May 2013 17:24:49 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.8 2013/05/23 17:15:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.9 2013/05/25 17:24:49 jer Exp $
+
+  25 May 2013; Jeroen Roovers <jer@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
+  Stable for HPPA (bug #470678).
 
   23 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0.ebuild:
   Stable for amd64, wrt bug #470678





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2013-05-25 19:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 19:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 19:06:01

  Modified:             easy-rsa-2.2.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #470678
  
  (Portage version: 2.1.12.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?r1=1.2&r2=1.3

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- easy-rsa-2.2.0-r1.ebuild	25 May 2013 17:24:49 -0000	1.2
+++ easy-rsa-2.2.0-r1.ebuild	25 May 2013 19:06:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.2 2013/05/25 17:24:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.3 2013/05/25 19:06:01 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Small RSA key management package, based on OpenSSL."
 HOMEPAGE="http://openvpn.net/"
-KEYWORDS="~amd64 ~arm hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ~x86"
 SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
 
 LICENSE="GPL-2"



1.10                 app-crypt/easy-rsa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 May 2013 17:24:49 -0000	1.9
+++ ChangeLog	25 May 2013 19:06:01 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.9 2013/05/25 17:24:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.10 2013/05/25 19:06:01 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
+  Stable for amd64, wrt bug #470678
 
   25 May 2013; Jeroen Roovers <jer@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
   Stable for HPPA (bug #470678).





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2013-05-25 19:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 19:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 19:06:24

  Modified:             easy-rsa-2.2.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #470678
  
  (Portage version: 2.1.12.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?r1=1.3&r2=1.4

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- easy-rsa-2.2.0-r1.ebuild	25 May 2013 19:06:01 -0000	1.3
+++ easy-rsa-2.2.0-r1.ebuild	25 May 2013 19:06:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.3 2013/05/25 19:06:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.4 2013/05/25 19:06:24 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Small RSA key management package, based on OpenSSL."
 HOMEPAGE="http://openvpn.net/"
-KEYWORDS="amd64 ~arm hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
 
 LICENSE="GPL-2"



1.11                 app-crypt/easy-rsa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 May 2013 19:06:01 -0000	1.10
+++ ChangeLog	25 May 2013 19:06:24 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.10 2013/05/25 19:06:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.11 2013/05/25 19:06:24 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
+  Stable for x86, wrt bug #470678
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
   Stable for amd64, wrt bug #470678





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2013-05-25 20:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 20:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 20:18:53

  Modified:             easy-rsa-2.2.0-r1.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #470678
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?r1=1.4&r2=1.5

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- easy-rsa-2.2.0-r1.ebuild	25 May 2013 19:06:24 -0000	1.4
+++ easy-rsa-2.2.0-r1.ebuild	25 May 2013 20:18:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.4 2013/05/25 19:06:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.5 2013/05/25 20:18:53 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Small RSA key management package, based on OpenSSL."
 HOMEPAGE="http://openvpn.net/"
-KEYWORDS="amd64 ~arm hppa ~ppc x86"
+KEYWORDS="amd64 arm hppa ~ppc x86"
 SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
 
 LICENSE="GPL-2"



1.12                 app-crypt/easy-rsa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 May 2013 19:06:24 -0000	1.11
+++ ChangeLog	25 May 2013 20:18:53 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.11 2013/05/25 19:06:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.12 2013/05/25 20:18:53 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
+  Stable for arm, wrt bug #470678
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
   Stable for x86, wrt bug #470678





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2013-05-26  7:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-26  7:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/26 07:21:18

  Modified:             easy-rsa-2.2.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #470678
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?r1=1.5&r2=1.6

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- easy-rsa-2.2.0-r1.ebuild	25 May 2013 20:18:53 -0000	1.5
+++ easy-rsa-2.2.0-r1.ebuild	26 May 2013 07:21:18 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.5 2013/05/25 20:18:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.6 2013/05/26 07:21:18 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Small RSA key management package, based on OpenSSL."
 HOMEPAGE="http://openvpn.net/"
-KEYWORDS="amd64 arm hppa ~ppc x86"
+KEYWORDS="amd64 arm hppa ppc x86"
 SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
 
 LICENSE="GPL-2"



1.13                 app-crypt/easy-rsa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	25 May 2013 20:18:53 -0000	1.12
+++ ChangeLog	26 May 2013 07:21:18 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.12 2013/05/25 20:18:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.13 2013/05/26 07:21:18 ago Exp $
+
+  26 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
+  Stable for ppc, wrt bug #470678
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
   Stable for arm, wrt bug #470678





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog
@ 2014-04-13 10:28 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-04-13 10:28 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/04/13 10:28:31

  Modified:             easy-rsa-2.2.0-r1.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.8                  app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild?r1=1.7&r2=1.8

Index: easy-rsa-2.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- easy-rsa-2.2.0-r1.ebuild	17 Dec 2013 10:45:29 -0000	1.7
+++ easy-rsa-2.2.0-r1.ebuild	13 Apr 2014 10:28:31 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.7 2013/12/17 10:45:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.8 2014/04/13 10:28:31 hwoarang Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Small RSA key management package, based on OpenSSL."
 HOMEPAGE="http://openvpn.net/"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86"
 SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
 
 LICENSE="GPL-2"



1.15                 app-crypt/easy-rsa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	17 Dec 2013 10:45:29 -0000	1.14
+++ ChangeLog	13 Apr 2014 10:28:31 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/easy-rsa
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.14 2013/12/17 10:45:29 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.15 2014/04/13 10:28:31 hwoarang Exp $
+
+  13 Apr 2014; Markos Chandras <hwoarang@gentoo.org> easy-rsa-2.2.0-r1.ebuild:
+  Add ~mips
 
   17 Dec 2013; Raúl Porcel <armin76@gentoo.org> easy-rsa-2.2.0.ebuild,
   easy-rsa-2.2.0-r1.ebuild:





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

end of thread, other threads:[~2014-04-13 10:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25 20:18 [gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-13 10:28 Markos Chandras (hwoarang)
2013-05-26  7:21 Agostino Sarubbo (ago)
2013-05-25 19:06 Agostino Sarubbo (ago)
2013-05-25 19:06 Agostino Sarubbo (ago)
2013-05-25 17:24 Jeroen Roovers (jer)
2013-05-22 10:46 Dirkjan Ochtman (djc)

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