From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/indent/
Date: Wed, 22 Mar 2023 03:46:12 +0000 (UTC) [thread overview]
Message-ID: <1679456038.a3cb0d2c4371626c2b27dc89b1e59e5d2c15ad3e.sam@gentoo> (raw)
commit: a3cb0d2c4371626c2b27dc89b1e59e5d2c15ad3e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 03:33:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 03:33:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cb0d2c
dev-util/indent: add 2.2.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/indent/Manifest | 1 +
dev-util/indent/indent-2.2.13.ebuild | 42 ++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-util/indent/Manifest b/dev-util/indent/Manifest
index f80f2d3f318e..cbc063493398 100644
--- a/dev-util/indent/Manifest
+++ b/dev-util/indent/Manifest
@@ -1 +1,2 @@
DIST indent-2.2.12.tar.xz 620280 BLAKE2B c3414ebe58d75b74356b5c37234639dc34998b73e45a4c28ee20ab2932c523b528d577c45c32db88f2ee4aed58d1dceeda2fe68b8975d211dc0dad4a3a20f7c7 SHA512 dbe73bd3729074825f9f5b4241a4c539ad32069df56511963417caf0351ff9ec5edd77e9580338301c8abf89ab9c0592bc7e82c14eec7450c496259d7e9045dd
+DIST indent-2.2.13.tar.xz 475360 BLAKE2B 6aad65e966f91c9776d0b3d32f185a6c7b45eabca847c806c1fff935562f6c4512f472ec814dc54d3fc40498f513baee99b5bcfc2ea25fd67fd24b0cd0f9fe1a SHA512 a92028f99cc64b451aac99802de564f2e915e7f0e258df761141f77595c07cc95c3f2c35917618dbc2cfa3aa5b163544e07aa6641c32298aca3a1c5331bb8c69
diff --git a/dev-util/indent/indent-2.2.13.ebuild b/dev-util/indent/indent-2.2.13.ebuild
new file mode 100644
index 000000000000..1a5bd3be15c1
--- /dev/null
+++ b/dev-util/indent/indent-2.2.13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools strip-linguas
+
+DESCRIPTION="Indent program source files"
+HOMEPAGE="https://www.gnu.org/software/indent/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="nls"
+
+BDEPEND="
+ app-text/texi2html
+ nls? ( sys-devel/gettext )
+"
+DEPEND="nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ sed -i -e '/AM_CFLAGS/s:-Werror::g' src/Makefile.{am,in} || die
+ eautoreconf
+}
+
+src_configure() {
+ strip-linguas -i po/
+
+ export gl_cv_cc_vis_werror=no
+ export ac_cv_func_setlocale=$(usex nls)
+
+ econf $(use_enable nls)
+}
+
+src_test() {
+ emake -C regression
+}
next reply other threads:[~2023-03-22 3:46 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 3:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-11 6:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/indent/ Petr Vaněk
2024-03-15 23:48 Mart Raudsepp
2024-03-15 22:36 Mart Raudsepp
2023-04-23 21:42 Sam James
2023-04-22 11:52 Sam James
2023-04-22 11:31 Sam James
2023-04-22 10:34 Arthur Zamarin
2023-04-22 10:34 Arthur Zamarin
2023-04-22 10:34 Arthur Zamarin
2022-04-19 23:40 Sam James
2021-06-30 10:15 Ulrich Müller
2021-02-02 19:42 Andreas Sturmlechner
2021-01-06 22:55 Fabian Groffen
2020-12-21 9:36 Sergei Trofimovich
2020-12-03 5:20 Sam James
2020-12-02 3:06 Thomas Deutschmann
2020-12-01 12:59 Sam James
2020-11-29 17:17 Sergei Trofimovich
2020-11-29 17:11 Sergei Trofimovich
2020-11-29 17:08 Sergei Trofimovich
2020-01-13 14:35 Jeroen Roovers
2018-09-06 20:44 Jeroen Roovers
2018-01-05 22:02 Ulrich Müller
2015-09-19 10:10 Jeroen Roovers
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=1679456038.a3cb0d2c4371626c2b27dc89b1e59e5d2c15ad3e.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