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 EF25D13835A for ; Fri, 9 Oct 2020 07:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DC7E0843; Fri, 9 Oct 2020 07:53:55 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9574E0843 for ; Fri, 9 Oct 2020 07:53:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DED88340DF8 for ; Fri, 9 Oct 2020 07:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B90439D for ; Fri, 9 Oct 2020 07:53:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602229808.f6a29ee7397259ffef8c27d60729041cdf3a3a6e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/pygments_rb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pygments_rb/Manifest dev-ruby/pygments_rb/metadata.xml dev-ruby/pygments_rb/pygments_rb-1.2.1-r1.ebuild profiles/package.mask X-VCS-Directories: dev-ruby/pygments_rb/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f6a29ee7397259ffef8c27d60729041cdf3a3a6e X-VCS-Branch: master Date: Fri, 9 Oct 2020 07:53:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be047e51-4de7-4a75-92b7-1d39b2ad07f1 X-Archives-Hash: 3dd24f4eb53becbb3839adaa4ae13b68 commit: f6a29ee7397259ffef8c27d60729041cdf3a3a6e Author: Michał Górny gentoo org> AuthorDate: Fri Oct 9 07:50:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 9 07:50:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a29ee7 dev-ruby/pygments_rb: Remove last-rited pkg Closes: https://bugs.gentoo.org/735306 Signed-off-by: Michał Górny gentoo.org> dev-ruby/pygments_rb/Manifest | 1 - dev-ruby/pygments_rb/metadata.xml | 11 ---- dev-ruby/pygments_rb/pygments_rb-1.2.1-r1.ebuild | 64 ------------------------ profiles/package.mask | 1 - 4 files changed, 77 deletions(-) diff --git a/dev-ruby/pygments_rb/Manifest b/dev-ruby/pygments_rb/Manifest deleted file mode 100644 index 3b91e511cee..00000000000 --- a/dev-ruby/pygments_rb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygments.rb-1.2.1.gem 1176064 BLAKE2B 7a6651606a433a9f15853ee06c3fe9a02d266f9441a08cc92c0db4ba679a97a2a25aaa4e96a621fbda0553e9b0c995ce53c6f828793f4937de12b3089f12963c SHA512 f0fc63ec028169872e28e2181c6a10c8a3f5e7f07074ba9f43475a0b5aa403a03d7045abb03433b600ef3d74c460556355b4ee64be598d3b93ddb1e0bb306259 diff --git a/dev-ruby/pygments_rb/metadata.xml b/dev-ruby/pygments_rb/metadata.xml deleted file mode 100644 index 29c1a796cb3..00000000000 --- a/dev-ruby/pygments_rb/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - tmm1/pygments.rb - - diff --git a/dev-ruby/pygments_rb/pygments_rb-1.2.1-r1.ebuild b/dev-ruby/pygments_rb/pygments_rb-1.2.1-r1.ebuild deleted file mode 100644 index c8555134648..00000000000 --- a/dev-ruby/pygments_rb/pygments_rb-1.2.1-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" -PYTHON_COMPAT=( python2_7 ) - -RUBY_FAKEGEM_NAME="pygments.rb" -MY_P="${RUBY_FAKEGEM_NAME}-${PV}" - -RUBY_FAKEGEM_RECIPE_TEST="rake" -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${RUBY_FAKEGEM_NAME}.gemspec" - -inherit ruby-fakegem python-single-r1 - -DESCRIPTION="Pygments syntax highlighting in ruby" -HOMEPAGE="https://github.com/tmm1/pygments.rb" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="" -REQUIRED_USE+=" ${PYTHON_REQUIRED_USE}" - -RUBY_S="${MY_P}" - -RDEPEND+=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=dev-python/pygments-2.2.0[${PYTHON_MULTI_USEDEP}] - dev-python/simplejson[${PYTHON_MULTI_USEDEP}] - ')" -DEPEND+=" test? ( ${RDEPEND} )" - -ruby_add_rdepend ">=dev-ruby/multi_json-1.0.0" -ruby_add_bdepend "dev-ruby/rake-compiler" - -pkg_setup() { - ruby-ng_pkg_setup - python-single-r1_pkg_setup -} - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/d' Rakefile || die - sed -i -e '/s.files/d' pygments.rb.gemspec || die - python_fix_shebang lib/pygments/mentos.py - # we are loosing a "custom github lexer here", no idea what it is, - # but if we need it, it should go into dev-python/pygments - rm -r vendor lexers || die "removing bundled libs failed" -} - -each_ruby_compile() { - # regenerate the lexer cache, based on the system pygments pkg - ${RUBY} cache-lexers.rb || die "regenerating lexer cache failed" -} - -each_ruby_install() { - each_fakegem_install - ruby_fakegem_doins lexers -} diff --git a/profiles/package.mask b/profiles/package.mask index edf7320153c..be6d1bce3fc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -503,7 +503,6 @@ app-text/silvercity dev-libs/qrosspython dev-python/SchemaObject dev-python/oauth -dev-ruby/pygments_rb dev-vcs/gitstats games-strategy/0ad