From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1310792-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83E39139360 for <garchives@archives.gentoo.org>; Sun, 8 Aug 2021 02:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F50E0878; Sun, 8 Aug 2021 02:29:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 826B1E0877 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Aug 2021 02:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E2E1342D45 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Aug 2021 02:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699D385A for <gentoo-commits@lists.gentoo.org>; Sun, 8 Aug 2021 02:29:02 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1628381553.d315d7344633a7bccb170b9d082bc0fe8629a1e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/checkbashisms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/checkbashisms/Manifest dev-util/checkbashisms/checkbashisms-2.21.3.ebuild X-VCS-Directories: dev-util/checkbashisms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d315d7344633a7bccb170b9d082bc0fe8629a1e9 X-VCS-Branch: master Date: Sun, 8 Aug 2021 02:29:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fd1cdeb-6850-401b-a339-c2de7ed0c11e X-Archives-Hash: 60f03db51b78c514a378e21bc9844cdb commit: d315d7344633a7bccb170b9d082bc0fe8629a1e9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 8 00:12:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 8 00:12:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d315d734 dev-util/checkbashisms: add 2.21.3 (no functional change) Doesn't seem to be any change in the tarball we grab this from (Debian's devscripts) but let's do this anyway to silence the notification of a new version. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/checkbashisms/Manifest | 1 + dev-util/checkbashisms/checkbashisms-2.21.3.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest index a372dd94ff8..457d5db0bdd 100644 --- a/dev-util/checkbashisms/Manifest +++ b/dev-util/checkbashisms/Manifest @@ -1 +1,2 @@ DIST devscripts_2.21.2.tar.xz 980516 BLAKE2B 907f2f4e258a8396ad0a28eead1e2058b8e19be205f024ea80c0fbd9621d5ca4299844fe83d66cac7f653a917705d9c36eddb9d51454a7fbb9d7e2b52bc994ff SHA512 a6765d807dc0c2ef7a3d8c59e1262bfe7542c3ca52cda3c1910af253925cb105a9d1bf272c76a86f0b3cdda9c8a4e2d29a660437f73087dd70ee8a444bbedb01 +DIST devscripts_2.21.3.tar.xz 980408 BLAKE2B 99207ed58c0fdc592ce491ddda79a2ecb22a8975ef70828749bf58dff9cc94f63779025b3f0326d0c2c49ca768a7e651b1f9e7843e6da298c25340916334de25 SHA512 84122dd36de7961c26044ac8b8eeee2c0aae1dd4a811b5f0d522fe43488dad2872aa044ad1f38a78e49f9d13d8c19eb583a8082d636caeebb188f1dd4f1caec7 diff --git a/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild b/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild new file mode 100644 index 00000000000..f83f6eb85c5 --- /dev/null +++ b/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="devscripts" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX" +HOMEPAGE="https://packages.debian.org/devscripts https://salsa.debian.org/debian/devscripts" +SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +# Requires python packages to check tools we don't need anyway +RESTRICT="test" + +RDEPEND="dev-lang/perl + virtual/perl-Getopt-Long" + +S="${WORKDIR}/${MY_P}/scripts" + +src_prepare() { + default + + sed "s@###VERSION###@${PV}@" -i checkbashisms.pl || die +} + +src_compile() { :; } + +src_install() { + newbin ${PN}.pl ${PN} + doman ${PN}.1 +}