public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/pdf-inspector: pdf-inspector-1.1.0-r1.ebuild pdf-inspector-1.1.0.ebuild ChangeLog
@ 2014-08-06  1:57 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-08-06  1:57 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/06 01:57:46

  Modified:             pdf-inspector-1.1.0.ebuild ChangeLog
  Added:                pdf-inspector-1.1.0-r1.ebuild
  Log:
  Add ruby21 target. Rekeywording in bug #519170
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/pdf-inspector/pdf-inspector-1.1.0.ebuild

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

Index: pdf-inspector-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdf-inspector-1.1.0.ebuild	6 May 2014 22:14:49 -0000	1.3
+++ pdf-inspector-1.1.0.ebuild	6 Aug 2014 01:57:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.1.0.ebuild,v 1.3 2014/05/06 22:14:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.1.0.ebuild,v 1.4 2014/08/06 01:57:46 mrueg Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION=" A tool for analyzing PDF output"
+DESCRIPTION="A tool for analyzing PDF output"
 HOMEPAGE="https://github.com/prawnpdf/pdf-inspector"
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"



1.12                 dev-ruby/pdf-inspector/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 May 2014 22:14:49 -0000	1.11
+++ ChangeLog	6 Aug 2014 01:57:46 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/pdf-inspector
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/ChangeLog,v 1.11 2014/05/06 22:14:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/ChangeLog,v 1.12 2014/08/06 01:57:46 mrueg Exp $
+
+*pdf-inspector-1.1.0-r1 (06 Aug 2014)
+
+  06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> +pdf-inspector-1.1.0-r1.ebuild,
+  pdf-inspector-1.1.0.ebuild:
+  Add ruby21 target. Rekeywording in bug #519170
 
   06 May 2014; Manuel Rüger <mrueg@gentoo.org> pdf-inspector-1.1.0.ebuild:
   Remove ruby18, add ruby20 target.



1.1                  dev-ruby/pdf-inspector/pdf-inspector-1.1.0-r1.ebuild

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

Index: pdf-inspector-1.1.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.1.0-r1.ebuild,v 1.1 2014/08/06 01:57:45 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"

inherit ruby-fakegem

DESCRIPTION="A tool for analyzing PDF output"
HOMEPAGE="https://github.com/prawnpdf/pdf-inspector"

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

ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-06  1:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06  1:57 [gentoo-commits] gentoo-x86 commit in dev-ruby/pdf-inspector: pdf-inspector-1.1.0-r1.ebuild pdf-inspector-1.1.0.ebuild ChangeLog Manuel Rueger (mrueg)

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