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.ebuild
@ 2010-06-06  7:12 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-06  7:12 UTC (permalink / raw
  To: gentoo-commits

graaff      10/06/06 07:12:50

  Modified:             ChangeLog
  Added:                prawn-security-0.8.4.ebuild
  Log:
  Version bump for prawn 0.8.4.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Jan 2010 19:13:43 -0000	1.2
+++ ChangeLog	6 Jun 2010 07:12:50 -0000	1.3
@@ -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.2 2010/01/28 19:13:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.3 2010/06/06 07:12:50 graaff Exp $
+
+*prawn-security-0.8.4 (06 Jun 2010)
+
+  06 Jun 2010; Hans de Graaff <graaff@gentoo.org>
+  +prawn-security-0.8.4.ebuild:
+  Version bump for prawn 0.8.4.
 
   28 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   prawn-security-0.7.1.ebuild:



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

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

Index: prawn-security-0.8.4.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.ebuild,v 1.1 2010/06/06 07:12:50 graaff Exp $

EAPI=2
USE_RUBY="ruby18 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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4.ebuild
@ 2011-09-21  6:32 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-09-21  6:32 UTC (permalink / raw
  To: gentoo-commits

graaff      11/09/21 06:32:24

  Modified:             ChangeLog
  Removed:              prawn-security-0.8.4.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	14 Dec 2010 09:10:53 -0000	1.6
+++ ChangeLog	21 Sep 2011 06:32:23 -0000	1.7
@@ -1,6 +1,9 @@
 # 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.6 2010/12/14 09:10:53 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/ChangeLog,v 1.7 2011/09/21 06:32:23 graaff Exp $
+
+  21 Sep 2011; Hans de Graaff <graaff@gentoo.org> -prawn-security-0.8.4.ebuild:
+  Remove old version.
 
   14 Dec 2010; Hans de Graaff <graaff@gentoo.org>
   prawn-security-0.8.4-r1.ebuild:






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

end of thread, other threads:[~2011-09-21  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  7:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-security: ChangeLog prawn-security-0.8.4.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-21  6:32 Hans de Graaff (graaff)

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