From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01DF1139085 for ; Sun, 22 Jan 2017 01:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35FEB234104; Sun, 22 Jan 2017 01:42:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10DAE234104 for ; Sun, 22 Jan 2017 01:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBAE634166A for ; Sun, 22 Jan 2017 01:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A6082BF1 for ; Sun, 22 Jan 2017 01:42:15 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1485049253.c816fb6e43cefe755f2fa5d26b61965087c12046.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pdf-inspector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild X-VCS-Directories: dev-ruby/pdf-inspector/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c816fb6e43cefe755f2fa5d26b61965087c12046 X-VCS-Branch: master Date: Sun, 22 Jan 2017 01:42:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b83f965-f0b1-4d70-bd46-f6d898db2141 X-Archives-Hash: 9831535b59d98483412efe4d825673a3 commit: c816fb6e43cefe755f2fa5d26b61965087c12046 Author: Manuel Rüger gentoo org> AuthorDate: Sun Jan 22 01:40:53 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Jan 22 01:40:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c816fb6e dev-ruby/pdf-inspector: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords Package-Manager: portage-2.3.3 .../pdf-inspector/pdf-inspector-1.2.1-r1.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild new file mode 100644 index 00000000..62e16a1 --- /dev/null +++ b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" + +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="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"