public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild
@ 2010-09-24 15:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-24 15:03 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/24 15:03:42

  Modified:             ChangeLog
  Added:                prawn-security-0.8.4-r1.ebuild
  Log:
  Add ree18 target.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/prawn-security/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	21 Aug 2010 21:06:46 -0000	1.4
+++ ChangeLog	24 Sep 2010 15:03:42 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/prawn-security
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.4 2010/08/21 21:06:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.5 2010/09/24 15:03:42 graaff Exp $
+
+*prawn-security-0.8.4-r1 (24 Sep 2010)
+
+  24 Sep 2010; Hans de Graaff <graaff@gentoo.org>
+  +prawn-security-0.8.4-r1.ebuild:
+  Add ree18 target.
 
   21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   -prawn-security-0.7.1.ebuild:



1.1                  dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: prawn-security-0.8.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.1 2010/09/24 15:03:42 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18 jruby"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README"

inherit ruby-fakegem

DESCRIPTION="Popular Password Protection & Permissions for Prawn PDFs"
HOMEPAGE="http://prawn.majesticseacreature.com/"

LICENSE="|| ( GPL-2 Ruby )"
SLOT="0"
KEYWORDS="~amd64"
IUSE="examples"

ruby_add_bdepend "dev-ruby/test-spec dev-ruby/mocha"

ruby_add_rdepend ">=dev-ruby/prawn-core-${PV}"

all_ruby_install() {
	all_fakegem_install

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild
@ 2010-12-14  9:10 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2010-12-14  9:10 UTC (permalink / raw
  To: gentoo-commits

graaff      10/12/14 09:10:54

  Modified:             ChangeLog prawn-security-0.8.4-r1.ebuild
  Log:
  Test dependencies are only needed with USE=test.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/prawn-security/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Sep 2010 15:03:42 -0000	1.5
+++ ChangeLog	14 Dec 2010 09:10:53 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/prawn-security
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.5 2010/09/24 15:03:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.6 2010/12/14 09:10:53 graaff Exp $
+
+  14 Dec 2010; Hans de Graaff <graaff@gentoo.org>
+  prawn-security-0.8.4-r1.ebuild:
+  Test dependencies are only needed with USE=test.
 
 *prawn-security-0.8.4-r1 (24 Sep 2010)
 



1.2                  dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?r1=1.1&r2=1.2

Index: prawn-security-0.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prawn-security-0.8.4-r1.ebuild	24 Sep 2010 15:03:42 -0000	1.1
+++ prawn-security-0.8.4-r1.ebuild	14 Dec 2010 09:10:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.1 2010/09/24 15:03:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.2 2010/12/14 09:10:53 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64"
 IUSE="examples"
 
-ruby_add_bdepend "dev-ruby/test-spec dev-ruby/mocha"
+ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )"
 
 ruby_add_rdepend ">=dev-ruby/prawn-core-${PV}"
 






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild
@ 2012-07-09  0:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-07-09  0:49 UTC (permalink / raw
  To: gentoo-commits

jer         12/07/09 00:49:28

  Modified:             ChangeLog prawn-security-0.8.4-r1.ebuild
  Log:
  Marked ~hppa (bug #417513).
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/prawn-security/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	12 May 2012 04:15:50 -0000	1.8
+++ ChangeLog	9 Jul 2012 00:49:28 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/prawn-security
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.8 2012/05/12 04:15:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.9 2012/07/09 00:49:28 jer Exp $
+
+  09 Jul 2012; Jeroen Roovers <jer@gentoo.org> prawn-security-0.8.4-r1.ebuild:
+  Marked ~hppa (bug #417513).
 
   12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org>
   prawn-security-0.8.4-r1.ebuild:



1.4                  dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?r1=1.3&r2=1.4

Index: prawn-security-0.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- prawn-security-0.8.4-r1.ebuild	12 May 2012 04:15:50 -0000	1.3
+++ prawn-security-0.8.4-r1.ebuild	9 Jul 2012 00:49:28 -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/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.3 2012/05/12 04:15:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.4 2012/07/09 00:49:28 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -15,7 +15,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="examples"
 
 ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild
@ 2012-07-11 14:48 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-07-11 14:48 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/07/11 14:48:02

  Modified:             ChangeLog prawn-security-0.8.4-r1.ebuild
  Log:
  x86 keyworded, see bug 417513
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.10                 dev-ruby/prawn-security/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Jul 2012 00:49:28 -0000	1.9
+++ ChangeLog	11 Jul 2012 14:48:02 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/prawn-security
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.9 2012/07/09 00:49:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.10 2012/07/11 14:48:02 nativemad Exp $
+
+  11 Jul 2012; Andreas Schuerch <nativemad@gentoo.org>
+  prawn-security-0.8.4-r1.ebuild:
+  x86 keyworded, see bug 417513
 
   09 Jul 2012; Jeroen Roovers <jer@gentoo.org> prawn-security-0.8.4-r1.ebuild:
   Marked ~hppa (bug #417513).



1.5                  dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?r1=1.4&r2=1.5

Index: prawn-security-0.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- prawn-security-0.8.4-r1.ebuild	9 Jul 2012 00:49:28 -0000	1.4
+++ prawn-security-0.8.4-r1.ebuild	11 Jul 2012 14:48:02 -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/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.4 2012/07/09 00:49:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.5 2012/07/11 14:48:02 nativemad Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -15,7 +15,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="examples"
 
 ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild
@ 2012-09-27  9:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-27  9:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/09/27 09:18:08

  Modified:             ChangeLog prawn-security-0.8.4-r1.ebuild
  Log:
  Keyword ~ppc/~ppc64 wrt #417513
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ruby/prawn-security/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Jul 2012 14:48:02 -0000	1.10
+++ ChangeLog	27 Sep 2012 09:18:07 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/prawn-security
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.10 2012/07/11 14:48:02 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.11 2012/09/27 09:18:07 ssuominen Exp $
+
+  27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
+  prawn-security-0.8.4-r1.ebuild:
+  Keyword ~ppc/~ppc64 wrt #417513
 
   11 Jul 2012; Andreas Schuerch <nativemad@gentoo.org>
   prawn-security-0.8.4-r1.ebuild:



1.6                  dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?r1=1.5&r2=1.6

Index: prawn-security-0.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- prawn-security-0.8.4-r1.ebuild	11 Jul 2012 14:48:02 -0000	1.5
+++ prawn-security-0.8.4-r1.ebuild	27 Sep 2012 09:18:07 -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/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.5 2012/07/11 14:48:02 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.6 2012/09/27 09:18:07 ssuominen Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -15,7 +15,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="examples"
 
 ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )"





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild
@ 2012-10-28 18:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 18:24 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/28 18:24:16

  Modified:             ChangeLog prawn-security-0.8.4-r1.ebuild
  Log:
  Add ~alpha/~ia64/~sparc wrt #417513
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/prawn-security/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	27 Sep 2012 09:18:07 -0000	1.11
+++ ChangeLog	28 Oct 2012 18:24:15 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/prawn-security
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.11 2012/09/27 09:18:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.12 2012/10/28 18:24:15 armin76 Exp $
+
+  28 Oct 2012; Raúl Porcel <armin76@gentoo.org>
+  prawn-security-0.8.4-r1.ebuild:
+  Add ~alpha/~ia64/~sparc wrt #417513
 
   27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
   prawn-security-0.8.4-r1.ebuild:



1.7                  dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild?r1=1.6&r2=1.7

Index: prawn-security-0.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- prawn-security-0.8.4-r1.ebuild	27 Sep 2012 09:18:07 -0000	1.6
+++ prawn-security-0.8.4-r1.ebuild	28 Oct 2012 18:24:15 -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/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.6 2012/09/27 09:18:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.7 2012/10/28 18:24:15 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -15,7 +15,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"
 
 ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )"





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

end of thread, other threads:[~2012-10-28 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 15:03 [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-14  9:10 Hans de Graaff (graaff)
2012-07-09  0:49 Jeroen Roovers (jer)
2012-07-11 14:48 Andreas Schuerch (nativemad)
2012-09-27  9:18 Samuli Suominen (ssuominen)
2012-10-28 18:24 Raul Porcel (armin76)

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