public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/
Date: Sat,  9 Sep 2023 07:52:54 +0000 (UTC)	[thread overview]
Message-ID: <1694245905.c3803239299958c5907aa5e13b7ec5d200a9c393.sam@gentoo> (raw)

commit:     c3803239299958c5907aa5e13b7ec5d200a9c393
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 07:42:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 07:51:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3803239

dev-perl/Perl-Tidy: add 20230909.0.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Perl-Tidy/Manifest                      |  1 +
 dev-perl/Perl-Tidy/Perl-Tidy-20230909.0.0.ebuild | 32 ++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Perl-Tidy/Manifest b/dev-perl/Perl-Tidy/Manifest
index 2577876b76c5..0aa8cf476194 100644
--- a/dev-perl/Perl-Tidy/Manifest
+++ b/dev-perl/Perl-Tidy/Manifest
@@ -2,3 +2,4 @@ DIST Perl-Tidy-20210717.tar.gz 814449 BLAKE2B 7fdd3e18e8e6818665e8e75fb667123484
 DIST Perl-Tidy-20211029.tar.gz 850004 BLAKE2B 829630c87b8b37aa72d9cc495003b0d5de8fb31c65d0a458cb653756d8f2e4c0fa23447ac6174ee359ce6597c5cafe977f739d6b0bcbbde1e6e877e985fb5292 SHA512 a164a986b840be19090ed661b94179dfb1acf36ac95e30e886fc28f93fa0a418d83c99cec7ee7443b2bf276fe517018df53847b2045490cc8dfb0640d702d8ba
 DIST Perl-Tidy-20230309.tar.gz 960052 BLAKE2B 982e31ef62d9c06e7bda4d07c630f363675afd7b6c5acc0b72c5cd0c6820658dd19e1905988fc5bfa45b36caaa169fa3ec8627c0e080ea3738b50c4bfb90321d SHA512 5b29b10fe758a59e13126b4b050c2f82c82e925cc99f832c47ba6393014d42b10d963630aa98e590dda5cccfaca4810c8244cbb48ddde975a30781061414b034
 DIST Perl-Tidy-20230701.tar.gz 982458 BLAKE2B 92b13e2eabdceed052266278607d12363077024732e4cb26d83115a5029c462208062d6ce8e4ec90de91428eb989a4592fcf0ea2f8d6b33d0ac12a4745a6874a SHA512 29f8607d366644f9d08311f8bc508426a63e6fe8062d5ddbeb9f4ceb53b38a68f46b3f39c58ab0998ea3ce13998be430a7ef57130e0e3964798db9af07cf4a4c
+DIST Perl-Tidy-20230909.tar.gz 987966 BLAKE2B d8b800276fa05109600988ac893bfb998c2a5eaa4417726b4571a0bdf5bb59f4e3713a1abbb9fc09c244362d94ed8712a3cebd67c8b1f4a2da7d28cc3c94bbd4 SHA512 2981bb492668f355a708670601f915a5b234e56f3c1a987bd4b263923da8c1cbfa57da161a79cb980593b1bab37fb44b43d2cf6c49c6493e61c35682564916f6

diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20230909.0.0.ebuild b/dev-perl/Perl-Tidy/Perl-Tidy-20230909.0.0.ebuild
new file mode 100644
index 000000000000..6c27041f1fd4
--- /dev/null
+++ b/dev-perl/Perl-Tidy/Perl-Tidy-20230909.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHANCOCK
+DIST_VERSION=20230909
+DIST_EXAMPLES=( "examples/*" )
+
+inherit perl-module
+
+DESCRIPTION="Perl script indenter and beautifier"
+HOMEPAGE="https://perltidy.sourceforge.net/ https://metacpan.org/release/Perl-Tidy"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+BDEPEND="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
+}


             reply	other threads:[~2023-09-09  7:52 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-09  7:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27 11:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/ 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-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
2019-07-25  6:48 Kent Fredric
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=1694245905.c3803239299958c5907aa5e13b7ec5d200a9c393.sam@gentoo \
    --to=sam@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