From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/
Date: Thu, 25 Jul 2019 06:48:24 +0000 (UTC) [thread overview]
Message-ID: <1564037240.7f021e19fd9d97d3ad04646ff5326a1fcc038ae4.kentnl@gentoo> (raw)
commit: 7f021e19fd9d97d3ad04646ff5326a1fcc038ae4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 16:58:42 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 06:47:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f021e19
dev-perl/Perl-Tidy: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Perl-Tidy/Manifest | 2 --
dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild | 41 ------------------------
dev-perl/Perl-Tidy/Perl-Tidy-20170521.0.0.ebuild | 37 ---------------------
3 files changed, 80 deletions(-)
diff --git a/dev-perl/Perl-Tidy/Manifest b/dev-perl/Perl-Tidy/Manifest
index b3aa7bde39a..ffcd6b21d6e 100644
--- a/dev-perl/Perl-Tidy/Manifest
+++ b/dev-perl/Perl-Tidy/Manifest
@@ -1,3 +1 @@
-DIST Perl-Tidy-20160302.tar.gz 428484 BLAKE2B 39fa56e9882e163c3630c979ab009fcd5b653021b880fa0632ae4e29af1a765cdceb1fd43751928eb26fb0269ba7c5f724161b5de98dbdd167a42712abc78d04 SHA512 68c7cef5723df717b5b314bee2bd76f29f49194479da993764cd127ced750d5cd8193b0c6c71c19c627687385d20d3e51ea01fcd81ec69374c7edb253bcac4f1
-DIST Perl-Tidy-20170521.tar.gz 432394 BLAKE2B b791abb6213d7c8af42a1298854da81c7d03677b1fc08b101f43dcba43cb5ea68f8d8ecf290e69c057774754b3cd699caa21629d1e30fc4c8e13eeda72af7ba5 SHA512 5382162346e2eb1276d4790ed03208e52bfb82ecc2bc63facd5dd81e247872ff209a5aba7718997d426bd1aad5a3fc7434117b60f53dc2eaf9993df6ed9cb1e8
DIST Perl-Tidy-20171214.tar.gz 435256 BLAKE2B 03e7ec8e7d76e6de68a54cd474f192b24ec4eaea563dae185b1723f80ac86df7c03bafbfcdcdffc0e3a18d2b57acf3f40321637fc66a64f1d0f72988e19a7e81 SHA512 bc561146f184dd0023de44741cafdcf6882ef553ed2e0c0ec8cd9a234f45b76638b4dc7edde0abfc36e4cc1f84ef908c35dc63f776de65e2abd938d35563cc65
diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild b/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild
deleted file mode 100644
index 930f8a1622b..00000000000
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHANCOCK
-DIST_VERSION=20160302
-inherit perl-module
-
-DESCRIPTION="Perl script indenter and beautifier"
-HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="examples"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-src_install() {
- perl-module_src_install
-
- # Compressing pod is bad because perldoc can't decompress
- # bzip2 automatically, and `less` can't render perldoc
- docompress -x /usr/share/doc/${PF}/stylekey.pod
- docompress -x /usr/share/doc/${PF}/tutorial
-
- dodoc docs/stylekey.pod
-
- docinto tutorial
- dodoc docs/tutorial.pod docs/testfile.pl
-
- if use examples; then
- docompress -x /usr/share/doc/${PF}/examples
- docinto examples
- dodoc -r "${S}"/examples/*
- fi
-}
diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20170521.0.0.ebuild b/dev-perl/Perl-Tidy/Perl-Tidy-20170521.0.0.ebuild
deleted file mode 100644
index c854b45911e..00000000000
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20170521.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHANCOCK
-DIST_VERSION=20170521
-DIST_EXAMPLES=( "examples/*" )
-inherit perl-module
-
-DESCRIPTION="Perl script indenter and beautifier"
-HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-src_install() {
- perl-module_src_install
-
- # Compressing pod is bad because perldoc can't decompress
- # bzip2 automatically, and `less` can't render perldoc
- docompress -x /usr/share/doc/${PF}/stylekey.pod
- docompress -x /usr/share/doc/${PF}/tutorial
-
- docinto ''
- dodoc docs/stylekey.pod
-
- docinto tutorial
- dodoc docs/tutorial.pod docs/testfile.pl
-}
next reply other threads:[~2019-07-25 6:48 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 6:48 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-10 5:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/ Sam James
2025-04-07 15:43 Arthur Zamarin
2025-04-06 3:54 Sam James
2025-04-06 3:54 Sam James
2025-04-06 3:54 Sam James
2025-04-06 3:54 Sam James
2025-04-06 3:54 Sam James
2025-04-06 3:36 Sam James
2025-03-14 6:11 Sam James
2025-03-14 6:11 Sam James
2025-03-14 6:11 Sam James
2025-03-14 4:27 Sam James
2025-03-03 20:34 Sam James
2025-03-03 20:26 Sam James
2025-03-03 20:26 Sam James
2025-03-03 20:26 Sam James
2025-03-03 20:23 Sam James
2025-02-26 8:30 Sam James
2024-12-12 10:51 Sam James
2024-11-14 3:39 Sam James
2024-11-14 3:21 Sam James
2024-11-14 2:49 Sam James
2024-11-14 2:49 Sam James
2024-10-14 3:50 Sam James
2024-07-27 11:59 Sam James
2024-06-14 0:43 Sam James
2024-06-09 21:21 Sam James
2024-06-09 21:12 Sam James
2024-05-11 1:09 Sam James
2024-05-01 7:54 Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 13:35 Sam James
2023-11-04 10:50 Sam James
2023-11-04 10:50 Sam James
2023-11-04 10:49 Sam James
2023-09-16 9:27 Sam James
2023-09-09 7:52 Sam James
2023-08-21 3:50 Sam James
2023-08-19 7:23 Sam James
2023-08-19 7:00 Arthur Zamarin
2023-08-19 6:33 Sam James
2023-08-19 6:07 Sam James
2023-08-19 6:03 Sam James
2023-08-19 6:01 Sam James
2023-08-02 4:27 Sam James
2023-07-24 4:15 Sam James
2023-07-24 4:12 Sam James
2023-06-19 1:47 Sam James
2023-06-11 15:37 Sam James
2022-02-22 9:30 Arthur Zamarin
2022-02-19 12:17 Arthur Zamarin
2022-02-19 12:02 Arthur Zamarin
2022-02-19 9:41 Arthur Zamarin
2022-02-19 8:18 Arthur Zamarin
2022-02-19 7:23 Arthur Zamarin
2022-02-19 3:41 Sam James
2022-02-19 3:38 Sam James
2021-11-25 18:03 Andreas K. Hüttel
2021-11-25 18:03 Andreas K. Hüttel
2021-10-11 15:25 Sam James
2021-10-11 15:18 Sam James
2021-10-11 8:10 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 3:13 Sam James
2021-10-11 3:13 Sam James
2021-10-11 3:10 Sam James
2021-07-30 20:19 Andreas K. Hüttel
2021-07-30 20:19 Andreas K. Hüttel
2020-07-06 2:51 Matt Turner
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 11:39 Mart Raudsepp
2020-04-12 9:34 Sergei Trofimovich
2019-10-13 2:39 Andreas K. Hüttel
2019-09-13 23:51 Matt Turner
2018-10-16 18:47 Fabian Groffen
2018-09-01 19:01 Thomas Deutschmann
2018-08-20 4:40 Matt Turner
2018-08-04 0:54 Mikle Kolyada
2018-07-27 7:12 Sergei Trofimovich
2018-07-27 7:08 Sergei Trofimovich
2018-07-24 0:12 Mikle Kolyada
2018-07-23 6:19 Sergei Trofimovich
2018-03-28 17:27 Matt Turner
2017-12-26 8:48 Kent Fredric
2017-05-30 1:15 Kent Fredric
2017-04-17 23:16 Michael Weber
2017-02-22 21:45 Markus Meier
2016-12-04 16:43 Michael Palimaka
2016-05-24 22:38 Andreas Hüttel
2016-05-24 22:38 Andreas Hüttel
2016-03-19 22:42 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1564037240.7f021e19fd9d97d3ad04646ff5326a1fcc038ae4.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox