public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Translator/
Date: Fri,  3 May 2024 04:45:48 +0000 (UTC)	[thread overview]
Message-ID: <1714711506.5d101778ccd758ec2b3449fcc9a8ee7e066814b3.dilfridge@gentoo> (raw)

commit:     5d101778ccd758ec2b3449fcc9a8ee7e066814b3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 04:45:06 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May  3 04:45:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d101778

dev-perl/SQL-Translator: add 1.650.0

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/SQL-Translator/Manifest                   |  1 +
 .../SQL-Translator/SQL-Translator-1.650.0.ebuild   | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/SQL-Translator/Manifest b/dev-perl/SQL-Translator/Manifest
index 71e5af3dae94..0b8ce0cbd8b4 100644
--- a/dev-perl/SQL-Translator/Manifest
+++ b/dev-perl/SQL-Translator/Manifest
@@ -1 +1,2 @@
 DIST SQL-Translator-1.63.tar.gz 419418 BLAKE2B 37ce62082a33dc6f29551fe2f9c3b516ae7b70168ccc868be942d5c24e6858f472cba8378e99f7aad7fcfb04df24e13bc43f6faf4bebc39bcffca1da4889fbff SHA512 e1809cbe110238f8fd1f2e35a1107d833b9c94754c331fccae60c89eb3ce38448b18f03b2497f13ffb7a9bcd1419c63a728e24654b92b04dd2d23b5a82a6a66e
+DIST SQL-Translator-1.65.tar.gz 405476 BLAKE2B 4c2872c168d742232be985340ac9bee0d248fac92cc98847703ebf928f88ad55ff40234e85e55147e05f93cb017bc0c1cbda940ab67937fbebf04fe18a46355d SHA512 f321edfb8a8c8ee2f5030b1dfed1c070b3e684790fe0193a6a164db304b242f1ca7680caef9359dbefc20bed3768c7d40880cf94bfe114c5e3f9e6c57a758d6f

diff --git a/dev-perl/SQL-Translator/SQL-Translator-1.650.0.ebuild b/dev-perl/SQL-Translator/SQL-Translator-1.650.0.ebuild
new file mode 100644
index 000000000000..38dca3ff693b
--- /dev/null
+++ b/dev-perl/SQL-Translator/SQL-Translator-1.650.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VEESH
+DIST_VERSION=1.65
+inherit perl-module
+
+DESCRIPTION="Manipulate structured data definitions (SQL and more)"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="
+	dev-perl/Carp-Clan
+	>=dev-perl/DBI-1.540.0
+	virtual/perl-Digest-SHA
+	>=dev-perl/File-ShareDir-1.0.0
+	>=dev-perl/Moo-1.0.3
+	>=dev-perl/Package-Variant-1.1.1
+	>=dev-perl/Parse-RecDescent-1.967.9
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Sub-Quote
+	>=dev-perl/Try-Tiny-0.40.0
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.540.0
+	dev-perl/File-ShareDir-Install
+	>=dev-perl/JSON-2
+	test? (
+		>=dev-perl/JSON-MaybeXS-1.3.3
+		dev-perl/Test-Differences
+		>=dev-perl/Test-Exception-0.420.0
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/XML-Writer-0.500.0
+		>=dev-perl/YAML-0.660.0
+	)
+"


             reply	other threads:[~2024-05-03  4:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  4:45 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-22  3:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Translator/ Sam James
2024-06-09 21:24 Sam James
2024-02-28 20:50 Jakov Smolić
2023-06-18 23:19 Sam James
2021-12-06 15:13 Andreas K. Hüttel
2021-08-09  0:16 Andreas K. Hüttel
2020-07-21 19:54 Kent Fredric
2019-12-25 20:32 Sergei Trofimovich
2018-07-21 12:27 Kent Fredric
2018-01-08 22:42 Kent Fredric
2017-06-25  9:21 Kent Fredric
2016-08-06 11:54 Kent Fredric
2016-05-04 21:54 Andreas Hüttel
2016-04-29 19:36 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=1714711506.5d101778ccd758ec2b3449fcc9a8ee7e066814b3.dilfridge@gentoo \
    --to=dilfridge@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