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 D9BC3139694 for ; Fri, 3 Mar 2017 07:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7860221C087; Fri, 3 Mar 2017 07:15:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5B10521C087 for ; Fri, 3 Mar 2017 07:15:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A0F9E34171F for ; Fri, 3 Mar 2017 07:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4E1E5ABB for ; Fri, 3 Mar 2017 07:15:26 +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: <1488524484.fc819b979872b3570c4a82e839d36dcad85ce679.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-poppler/Manifest dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild X-VCS-Directories: dev-ruby/ruby-poppler/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fc819b979872b3570c4a82e839d36dcad85ce679 X-VCS-Branch: master Date: Fri, 3 Mar 2017 07:15:26 +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: 3b3b9cbd-e42e-450c-b093-d2c0eb8672f8 X-Archives-Hash: 0d5ee9a3d569fa387c3cf883b5ede469 commit: fc819b979872b3570c4a82e839d36dcad85ce679 Author: Hans de Graaff gentoo org> AuthorDate: Fri Mar 3 07:01:24 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 3 07:01:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc819b97 dev-ruby/ruby-poppler: cleanup Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/ruby-poppler/Manifest | 1 - dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest index 895ce8a2adf..1f9af4e6166 100644 --- a/dev-ruby/ruby-poppler/Manifest +++ b/dev-ruby/ruby-poppler/Manifest @@ -1,2 +1 @@ -DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2 DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild deleted file mode 100644 index ff9e993b827..00000000000 --- a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild +++ /dev/null @@ -1,32 +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" - -inherit ruby-ng-gnome2 - -DESCRIPTION="Ruby poppler-glib bindings" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="" - -RDEPEND+=" app-text/poppler[cairo]" -DEPEND+=" app-text/poppler[cairo]" - -RUBY_PATCHES=( ${P}-type-orientation.patch ) - -ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2 - >=dev-ruby/ruby-glib2-${PV} - >=dev-ruby/ruby-gtk2-${PV}" - -all_ruby_prepare() { - # Avoid compilation of dependencies during test. - sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die - - # Avoid tests downloading a test PDF directly. - rm -f test/test_{annotation,document,page}.rb || die -} - -each_ruby_test() { - ${RUBY} test/run-test.rb || die -}