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/XS-Parse-Sublike/
Date: Sun, 24 Sep 2023 21:59:50 +0000 (UTC)	[thread overview]
Message-ID: <1695592771.3520adfad8c62818dd4c096eac54cddf6d313091.sam@gentoo> (raw)

commit:     3520adfad8c62818dd4c096eac54cddf6d313091
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 21:46:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 21:59:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3520adfa

dev-perl/XS-Parse-Sublike: new package, add 0.200.0

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

 dev-perl/XS-Parse-Sublike/Manifest                  |  1 +
 .../XS-Parse-Sublike-0.200.0.ebuild                 | 21 +++++++++++++++++++++
 dev-perl/XS-Parse-Sublike/metadata.xml              | 14 ++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/XS-Parse-Sublike/Manifest b/dev-perl/XS-Parse-Sublike/Manifest
new file mode 100644
index 000000000000..b54bdfbaf9ff
--- /dev/null
+++ b/dev-perl/XS-Parse-Sublike/Manifest
@@ -0,0 +1 @@
+DIST XS-Parse-Sublike-0.20.tar.gz 56026 BLAKE2B 3025ecfc0c4556ef0b11ed697c88f12d150c5b60b7ed723aa12edeea6ff4a1756c905f4a7189f5a2c4e2b64f5b20cf60c8541bdf8e0f2f62514d1cc133094606 SHA512 b579cabb8ae6c0bda960463558b5839fa2a259b938c543e4418021f603e0510e8c2c36ff453790246396d9c3c9c612741c6ed63630c5bedbf5b3ff32f0643b68

diff --git a/dev-perl/XS-Parse-Sublike/XS-Parse-Sublike-0.200.0.ebuild b/dev-perl/XS-Parse-Sublike/XS-Parse-Sublike-0.200.0.ebuild
new file mode 100644
index 000000000000..cf7130411bb9
--- /dev/null
+++ b/dev-perl/XS-Parse-Sublike/XS-Parse-Sublike-0.200.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.20
+inherit perl-module
+
+DESCRIPTION="XS functions to assist in parsing sub-like syntax"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	>=dev-perl/Module-Build-0.400.400
+	test? (
+		virtual/perl-Scalar-List-Utils
+		dev-perl/Test2-Suite
+	)
+"

diff --git a/dev-perl/XS-Parse-Sublike/metadata.xml b/dev-perl/XS-Parse-Sublike/metadata.xml
new file mode 100644
index 000000000000..9f0308782ea3
--- /dev/null
+++ b/dev-perl/XS-Parse-Sublike/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">XS-Parse-Sublike</remote-id>
+		<remote-id type="cpan-module">Sublike::Extended</remote-id>
+		<remote-id type="cpan-module">XS::Parse::Sublike</remote-id>
+		<remote-id type="cpan-module">XS::Parse::Sublike::Builder</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-09-24 21:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-24 21:59 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-25  4:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Parse-Sublike/ Arthur Zamarin
2023-10-29  3:34 Sam James
2023-12-02  9:24 Arthur Zamarin
2024-05-26 21:39 Andreas K. Hüttel
2024-07-09  2:56 Sam James
2024-09-23 17:30 Arthur Zamarin
2024-09-23 17:30 Arthur Zamarin
2024-10-14  3:50 Sam James
2024-10-17  3:40 Sam James
2024-10-24 10:23 Sam James
2024-11-14  3:49 Sam James
2024-12-01 22:36 Jakov Smolić
2025-01-22  5:54 Sam James
2025-02-09  6:34 Sam James
2025-03-03 20:23 Sam James
2025-03-03 20:30 Sam James

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=1695592771.3520adfad8c62818dd4c096eac54cddf6d313091.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