From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-BibTeX/
Date: Sun, 18 Jun 2023 03:12:26 +0000 (UTC) [thread overview]
Message-ID: <1687057931.40044bd3727c6ca306b1fd773bd53edb7d98649b.sam@gentoo> (raw)
commit: 40044bd3727c6ca306b1fd773bd53edb7d98649b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 03:10:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 03:12:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40044bd3
dev-perl/Text-BibTeX: add 0.890.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Text-BibTeX/Manifest | 1 +
dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild | 44 +++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-perl/Text-BibTeX/Manifest b/dev-perl/Text-BibTeX/Manifest
index 4d4c18c78a12..780ec3efacbe 100644
--- a/dev-perl/Text-BibTeX/Manifest
+++ b/dev-perl/Text-BibTeX/Manifest
@@ -1 +1,2 @@
DIST Text-BibTeX-0.88.tar.gz 301812 BLAKE2B 8a8249a95ef6a8af29346ba647543ebfb7cc24f18271fb79f2bb5b427b6e1fdc38c4e485ee7fba33b22f061c075533871fe6f6e226f6825313618d70632726c8 SHA512 63425590feb479b43b70605144edad400650471ddefbc3dc40f5bd1b6c78e5e50eabaf60501e469de520e36221bebd1806eae8d45124b59feef9446fc3257d18
+DIST Text-BibTeX-0.89.tar.gz 301944 BLAKE2B afa3eb33dddde963d905c56df253b027745db3762fb90bff86513838e27904ad3a1800917167375c7dfc074573235bbddb4a8eb82e0224a818af34a0e51cbae2 SHA512 68f730fbacf541e693181d7b1f74bf7531222f3933a95651940d2ee5d48806188f2ab64329edf90eb3393d7fc3ddd58476b9908fde60e758c949c0ede6154d5b
diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild
new file mode 100644
index 000000000000..962bd7adb201
--- /dev/null
+++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=AMBS
+DIST_VERSION=0.89
+DIST_EXAMPLES=( "examples/*" "scripts/*" )
+
+inherit perl-module
+
+DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+ !dev-libs/btparse
+ virtual/perl-Encode
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Unicode-Normalize
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Config-AutoConf-0.320
+ >=dev-perl/ExtUtils-LibBuilder-0.20.0
+ >=virtual/perl-ExtUtils-CBuilder-0.270.0
+ >=dev-perl/Module-Build-0.360.300
+ test? (
+ >=dev-perl/Capture-Tiny-0.60.0
+ )
+"
+
+src_prepare() {
+ sed -i -e "/#include <stdio.h>/a #include <string.h>"\
+ btparse/tests/{tex,purify,postprocess,name,macro}_test.c || die
+ perl-module_src_prepare
+}
+
+src_install() {
+ perl-module_src_install
+ doheader btparse/src/btparse.h
+ doheader btparse/src/bt_config.h
+}
next reply other threads:[~2023-06-18 3:12 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-18 3:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 2:40 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-BibTeX/ Ionen Wolkens
2024-06-23 17:47 Arthur Zamarin
2024-06-20 15:07 Ionen Wolkens
2024-06-15 6:18 Viorel Munteanu
2024-06-14 18:05 Sam James
2024-05-28 18:23 Arthur Zamarin
2024-05-26 6:06 Arthur Zamarin
2023-07-24 4:02 Sam James
2023-07-24 3:59 Sam James
2021-10-26 1:21 Yixun Lan
2021-09-23 11:29 Andreas K. Hüttel
2021-09-23 11:29 Andreas K. Hüttel
2021-05-02 22:06 Sergei Trofimovich
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2019-10-12 11:53 Andreas K. Hüttel
2019-10-12 11:53 Andreas K. Hüttel
2018-11-23 13:06 Agostino Sarubbo
2018-10-01 0:07 Thomas Deutschmann
2017-11-11 15:40 Jonas Stein
2017-07-23 11:45 Manuel Rüger
2017-06-15 16:27 Markus Meier
2017-04-23 10:27 Agostino Sarubbo
2017-04-07 14:36 Kent Fredric
2017-03-31 0:26 Manuel Rüger
2017-03-15 15:34 Manuel Rüger
2017-03-15 15:34 Manuel Rüger
2017-03-11 21:46 Andreas Hüttel
2017-03-11 21:46 Andreas Hüttel
2017-03-11 21:46 Andreas Hüttel
2017-01-17 7:29 Kent Fredric
2016-09-26 22:58 Manuel Rüger
2016-07-16 22:25 Manuel Rüger
2016-06-11 17:08 Andreas Hüttel
2016-04-24 0:03 Manuel Rüger
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=1687057931.40044bd3727c6ca306b1fd773bd53edb7d98649b.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