public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-01-14 12:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-14 12:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/01/14 12:53:45

  Modified:             ChangeLog
  Added:                eselect-pinentry-0.4.ebuild
  Log:
  Version bump to use eselect-lib-bin-symlink library.
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.15                 app-admin/eselect-pinentry/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	28 Nov 2012 07:34:35 -0000	1.14
+++ ChangeLog	14 Jan 2013 12:53:45 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/eselect-pinentry
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.14 2012/11/28 07:34:35 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.15 2013/01/14 12:53:45 ssuominen Exp $
+
+*eselect-pinentry-0.4 (14 Jan 2013)
+
+  14 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +files/pinentry.eselect-0.4, +eselect-pinentry-0.4.ebuild:
+  Version bump to use eselect-lib-bin-symlink library.
 
   28 Nov 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Add to crypto herd.



1.1                  app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.1&content-type=text/plain

Index: eselect-pinentry-0.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.1 2013/01/14 12:53:45 ssuominen Exp $

EAPI=5

DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND="app-admin/eselect-lib-bin-symlink"

S=${FILESDIR}

src_install() {
	insinto /usr/share/eselect/modules
	newins pinentry.eselect-${PV} pinentry.eselect
}





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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-01-14 12:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-14 12:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/01/14 12:57:39

  Modified:             ChangeLog
  Removed:              eselect-pinentry-0.4.ebuild
  Log:
  Revert whole thing, eselect-pinentry-0.4 and 9999 are currently broken
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.16                 app-admin/eselect-pinentry/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Jan 2013 12:53:45 -0000	1.15
+++ ChangeLog	14 Jan 2013 12:57:39 -0000	1.16
@@ -1,12 +1,6 @@
 # ChangeLog for app-admin/eselect-pinentry
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.15 2013/01/14 12:53:45 ssuominen Exp $
-
-*eselect-pinentry-0.4 (14 Jan 2013)
-
-  14 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
-  +files/pinentry.eselect-0.4, +eselect-pinentry-0.4.ebuild:
-  Version bump to use eselect-lib-bin-symlink library.
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.16 2013/01/14 12:57:39 ssuominen Exp $
 
   28 Nov 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Add to crypto herd.





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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-01-14 13:21 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-14 13:21 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/01/14 13:21:45

  Modified:             ChangeLog
  Added:                eselect-pinentry-0.4.ebuild
  Log:
  Version bump to use shared code from eselect-lib-bin-symlink by mgorny.
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.17                 app-admin/eselect-pinentry/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 Jan 2013 12:57:39 -0000	1.16
+++ ChangeLog	14 Jan 2013 13:21:45 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/eselect-pinentry
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.16 2013/01/14 12:57:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.17 2013/01/14 13:21:45 ssuominen Exp $
+
+*eselect-pinentry-0.4 (14 Jan 2013)
+
+  14 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +files/pinentry.eselect-0.4, +eselect-pinentry-0.4.ebuild:
+  Version bump to use shared code from eselect-lib-bin-symlink by mgorny.
 
   28 Nov 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Add to crypto herd.



1.4                  app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?r1=1.3&r2=1.4






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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-06-03 12:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-03 12:04 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/03 12:04:46

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

Revision  Changes    Path
1.19                 app-admin/eselect-pinentry/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Feb 2013 02:52:11 -0000	1.18
+++ ChangeLog	3 Jun 2013 12:04:46 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-pinentry
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.18 2013/02/19 02:52:11 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.19 2013/06/03 12:04:46 jer Exp $
+
+  03 Jun 2013; Jeroen Roovers <jer@gentoo.org> eselect-pinentry-0.4.ebuild:
+  Stable for HPPA (bug #470286).
 
   19 Feb 2013; Zac Medico <zmedico@gentoo.org> eselect-pinentry-0.4.ebuild:
   Add ~arm-linux keyword.



1.6                  app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?r1=1.5&r2=1.6

Index: eselect-pinentry-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eselect-pinentry-0.4.ebuild	19 Feb 2013 02:52:11 -0000	1.5
+++ eselect-pinentry-0.4.ebuild	3 Jun 2013 12:04:46 -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-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.5 2013/02/19 02:52:11 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.6 2013/06/03 12:04:46 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1"





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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-06-04 17:04 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 7+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-06-04 17:04 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/06/04 17:04:47

  Modified:             ChangeLog eselect-pinentry-0.4.ebuild
  Log:
  Stable for amd64 wrt bug #470286
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.20                 app-admin/eselect-pinentry/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 Jun 2013 12:04:46 -0000	1.19
+++ ChangeLog	4 Jun 2013 17:04:47 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-pinentry
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.19 2013/06/03 12:04:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.20 2013/06/04 17:04:47 nimiux Exp $
+
+  04 Jun 2013; Chema Alonso <nimiux@gentoo.org> eselect-pinentry-0.4.ebuild:
+  Stable for amd64 wrt bug #470286
 
   03 Jun 2013; Jeroen Roovers <jer@gentoo.org> eselect-pinentry-0.4.ebuild:
   Stable for HPPA (bug #470286).



1.7                  app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?r1=1.6&r2=1.7

Index: eselect-pinentry-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eselect-pinentry-0.4.ebuild	3 Jun 2013 12:04:46 -0000	1.6
+++ eselect-pinentry-0.4.ebuild	4 Jun 2013 17:04:47 -0000	1.7
@@ -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-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.6 2013/06/03 12:04:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.7 2013/06/04 17:04:47 nimiux Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1"





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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-06-09  9:33 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2013-06-09  9:33 UTC (permalink / raw
  To: gentoo-commits

maekke      13/06/09 09:33:49

  Modified:             ChangeLog eselect-pinentry-0.4.ebuild
  Log:
  arm stable, bug #470286
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.21                 app-admin/eselect-pinentry/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 Jun 2013 17:04:47 -0000	1.20
+++ ChangeLog	9 Jun 2013 09:33:49 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-pinentry
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.20 2013/06/04 17:04:47 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.21 2013/06/09 09:33:49 maekke Exp $
+
+  09 Jun 2013; Markus Meier <maekke@gentoo.org> eselect-pinentry-0.4.ebuild:
+  arm stable, bug #470286
 
   04 Jun 2013; Chema Alonso <nimiux@gentoo.org> eselect-pinentry-0.4.ebuild:
   Stable for amd64 wrt bug #470286



1.8                  app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?r1=1.7&r2=1.8

Index: eselect-pinentry-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eselect-pinentry-0.4.ebuild	4 Jun 2013 17:04:47 -0000	1.7
+++ eselect-pinentry-0.4.ebuild	9 Jun 2013 09:33:49 -0000	1.8
@@ -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-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.7 2013/06/04 17:04:47 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.8 2013/06/09 09:33:49 maekke Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1"





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

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild
@ 2013-12-05 12:39 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Haubenwallner (haubi) @ 2013-12-05 12:39 UTC (permalink / raw
  To: gentoo-commits

haubi       13/12/05 12:39:37

  Modified:             ChangeLog eselect-pinentry-0.4.ebuild
  Log:
  add ~ppc-aix keyword
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)

Revision  Changes    Path
1.30                 app-admin/eselect-pinentry/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	7 Jul 2013 10:21:36 -0000	1.29
+++ ChangeLog	5 Dec 2013 12:39:37 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/eselect-pinentry
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.29 2013/07/07 10:21:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.30 2013/12/05 12:39:37 haubi Exp $
+
+  05 Dec 2013; Michael Haubenwallner <haubi@gentoo.org>
+  eselect-pinentry-0.4.ebuild:
+  add ~ppc-aix keyword
 
   07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> eselect-pinentry-0.4.ebuild:
   Stable for x86, wrt bug #470286



1.17                 app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild?r1=1.16&r2=1.17

Index: eselect-pinentry-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- eselect-pinentry-0.4.ebuild	7 Jul 2013 10:21:36 -0000	1.16
+++ eselect-pinentry-0.4.ebuild	5 Dec 2013 12:39:37 -0000	1.17
@@ -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-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.16 2013/07/07 10:21:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.17 2013/12/05 12:39:37 haubi Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1"





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

end of thread, other threads:[~2013-12-05 12:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09  9:33 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-pinentry: ChangeLog eselect-pinentry-0.4.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-05 12:39 Michael Haubenwallner (haubi)
2013-06-04 17:04 JosA MarAa Alonso (nimiux)
2013-06-03 12:04 Jeroen Roovers (jer)
2013-01-14 13:21 Samuli Suominen (ssuominen)
2013-01-14 12:57 Samuli Suominen (ssuominen)
2013-01-14 12:53 Samuli Suominen (ssuominen)

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