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 D3B121382C5 for ; Mon, 22 Jan 2018 19:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA13AE0977; Mon, 22 Jan 2018 19:26:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD7D7E0977 for ; Mon, 22 Jan 2018 19:26:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07445335C3E for ; Mon, 22 Jan 2018 19:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58ED519B for ; Mon, 22 Jan 2018 19:26:43 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1516649167.d0fb9158ee2b700566035fa2f4edf4dcad6f032f.graaff@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/Manifest dev-ruby/pdf-inspector/pdf-inspector-1.1.0-r1.ebuild X-VCS-Directories: dev-ruby/pdf-inspector/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d0fb9158ee2b700566035fa2f4edf4dcad6f032f X-VCS-Branch: master Date: Mon, 22 Jan 2018 19:26:43 +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: 65ba7524-016a-45fb-ab7c-6640ef8bba13 X-Archives-Hash: c02f982ad5829757b013120607751f71 commit: d0fb9158ee2b700566035fa2f4edf4dcad6f032f Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 22 19:06:10 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 22 19:26:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fb9158 dev-ruby/pdf-inspector: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/pdf-inspector/Manifest | 1 - .../pdf-inspector/pdf-inspector-1.1.0-r1.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ruby/pdf-inspector/Manifest b/dev-ruby/pdf-inspector/Manifest index bca2749228f..8f650ca806f 100644 --- a/dev-ruby/pdf-inspector/Manifest +++ b/dev-ruby/pdf-inspector/Manifest @@ -1,2 +1 @@ -DIST pdf-inspector-1.1.0.gem 25600 BLAKE2B b7ffe20df96098c8be00021a067e228a432b4109e35557ed7535a26229f47666912a50d70a8b0631bb05fbc6b03c608829044df353b2c15cc68e44b4da44ac1e SHA512 71c8af4275421f952711bcc945c52adb6d19b153606fc067325951092cec58998e56373819aa55fa8c0e1cc4736204e3e11f03c3bc3ec121f5eb4e1327a48779 DIST pdf-inspector-1.3.0.gem 30720 BLAKE2B b3c6b2a4085ebfcf64901a8a0edb8fe762b00db648c74c37ca3ca80b645ab65b006eaf875e1cee109f6a7d30f97617053d0f7c548360281d21acf316f496eb7a SHA512 7c89f8656908d70495fd03e3ab2faf9b133d34c607ea63978731088d8b954d29e1e6e907b1e0d81bfbc35ecfa394badbd0e2c996ff94d6bbc7e78f4d7082d115 diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.1.0-r1.ebuild b/dev-ruby/pdf-inspector/pdf-inspector-1.1.0-r1.ebuild deleted file mode 100644 index 6dff48b225d..00000000000 --- a/dev-ruby/pdf-inspector/pdf-inspector-1.1.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"