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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DB16158086 for ; Thu, 25 Nov 2021 18:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9304E2BC01E; Thu, 25 Nov 2021 18:03:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78D632BC01E for ; Thu, 25 Nov 2021 18:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2718E342ECD for ; Thu, 25 Nov 2021 18:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A47671E6 for ; Thu, 25 Nov 2021 18:03:30 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1637863384.b0f83d6f49807598bcaeee17b098f294bae12bfa.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Tidy/Manifest dev-perl/Perl-Tidy/Perl-Tidy-20190915.0.0.ebuild X-VCS-Directories: dev-perl/Perl-Tidy/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b0f83d6f49807598bcaeee17b098f294bae12bfa X-VCS-Branch: master Date: Thu, 25 Nov 2021 18:03:30 +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: d9d136a0-24e0-4bc8-b2f9-587749d7c809 X-Archives-Hash: c3f38afd82f216eae277346d5dd30245 commit: b0f83d6f49807598bcaeee17b098f294bae12bfa Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Nov 25 17:49:15 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Nov 25 18:03:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f83d6f dev-perl/Perl-Tidy: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Perl-Tidy/Manifest | 1 - dev-perl/Perl-Tidy/Perl-Tidy-20190915.0.0.ebuild | 35 ------------------------ 2 files changed, 36 deletions(-) diff --git a/dev-perl/Perl-Tidy/Manifest b/dev-perl/Perl-Tidy/Manifest index c9fe291ad221..801fc9c8211e 100644 --- a/dev-perl/Perl-Tidy/Manifest +++ b/dev-perl/Perl-Tidy/Manifest @@ -1,2 +1 @@ -DIST Perl-Tidy-20190915.tar.gz 599290 BLAKE2B b9a0b1f15e01ed6f6624c804d7833da672fd11a2779baaeb4c4d5f3d7830b2065d01d969fd23514163139bf53831fb3494d2820fe15786244e46cb0efcf722a5 SHA512 553d84bcba8cbe10c0a1e77ef9e31dfdc5957c758efa2bd556ff47a0a354f16eec922842a36c4ccdaed691ffecb6a5dad63dfee2b038f4d2c5882a7e07bad51f DIST Perl-Tidy-20210717.tar.gz 814449 BLAKE2B 7fdd3e18e8e6818665e8e75fb6671234840dba15ca7fc20778d97429cac948fb36876cc1d69452bb4a35a1da411e7d440b385efe91c6eb17c5f4939be37e410e SHA512 ccc090cb6ffbd803fbaddde3a99391bd07a97fb47d20515c3f3e58c69a1404824a5bb9aa3cbfea6b2119f7140552fde3bc2361d3ea8904a875973817446578b1 diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20190915.0.0.ebuild b/dev-perl/Perl-Tidy/Perl-Tidy-20190915.0.0.ebuild deleted file mode 100644 index e3c4dde75192..000000000000 --- a/dev-perl/Perl-Tidy/Perl-Tidy-20190915.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SHANCOCK -DIST_VERSION=20190915 -DIST_EXAMPLES=( "examples/*" ) -inherit perl-module - -DESCRIPTION="Perl script indenter and beautifier" -HOMEPAGE="http://perltidy.sourceforge.net/ https://metacpan.org/release/Perl-Tidy" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -src_install() { - perl-module_src_install - - # Compressing html is bad - docompress -x /usr/share/doc/${PF}/stylekey.html - docompress -x /usr/share/doc/${PF}/tutorial.html - docompress -x /usr/share/doc/${PF}/perltidy.html - - dodoc docs/stylekey.html - dodoc docs/tutorial.html - dodoc docs/perltidy.html -}