From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/checkbashisms/
Date: Thu, 3 May 2018 20:31:06 +0000 (UTC) [thread overview]
Message-ID: <1525379425.b5d8c7d97590906dad75eefd771cd62e67a27a19.whissi@gentoo> (raw)
commit: b5d8c7d97590906dad75eefd771cd62e67a27a19
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 20:30:25 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu May 3 20:30:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d8c7d9
dev-util/checkbashisms: Bump to v2.18.2
No changes in checkbashisms.
Package-Manager: Portage-2.3.33, Repoman-2.3.9
dev-util/checkbashisms/Manifest | 1 +
dev-util/checkbashisms/checkbashisms-2.18.2.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index 715fd88dd78..2070dd5cd63 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1,2 +1,3 @@
DIST devscripts_2.17.12.tar.xz 712676 BLAKE2B a0d04f042d5337ab89e5cdb7f16b4de306052e1f7517ed05ff7fab447d8425b44a37941e7672c69f36ce93b3c73c06d706bb6c0e8c0932d626789b0d141193f1 SHA512 21de10d8742c3f2c3c83fc2660ccb7aed112e78c7a7857de62c0fa1b84d7c03a9e488b60a291e5529e3c5632c3f5d206dc11e88ac133a7e84632e1885041e3c5
DIST devscripts_2.18.1.tar.xz 720156 BLAKE2B f6e7667b46796b395a3d46b1ae6cacc9d4cf59c698f5ccb695c030b3ce99a9dde86c14aef385707b5a8d8ce688981bbe882ff97ffc81237f5cc7029e9293a73f SHA512 d2043b1e399cc0eece2eb9023b9b93480cc0bf270fc7dae45d1ba7eae0744e74cf0dce286787f7a30b4aafbe85e7ff282ea71f29f3cc011c9ef05e626cf03b22
+DIST devscripts_2.18.2.tar.xz 729456 BLAKE2B f620edf67f67e84697677117294b9d8bc90db30fe1e228d5043179d1ae1e65f10f7299870bef3ff920312fd7103abd6c5f0296055776318640a3a9535ec006c7 SHA512 a68e9eccb5662b1ae0860b3f6cdc812a3105df83cd36f4b98b339ba1637a165f45b06acfb9dbadcf1055b65a4d5aa0780c1b921ed422ed1f0334735adadf4b6a
diff --git a/dev-util/checkbashisms/checkbashisms-2.18.2.ebuild b/dev-util/checkbashisms/checkbashisms-2.18.2.ebuild
new file mode 100644
index 00000000000..be58ae776f2
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.18.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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://anonscm.debian.org/cgit/collab-maint/devscripts.git"
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+ virtual/perl-Getopt-Long
+ !<dev-util/rpmdevtools-8.3-r1"
+
+S="${WORKDIR}/${MY_P}/scripts"
+
+src_prepare() {
+ default
+
+ eapply -p2 "${FILESDIR}"/${PN}-2.15.9-command-vV.patch
+
+ sed "s@###VERSION###@${PV}@" -i checkbashisms.pl || die
+}
+
+src_compile() { :; }
+
+src_install() {
+ newbin ${PN}.pl ${PN}
+ doman ${PN}.1
+}
next reply other threads:[~2018-05-03 20:31 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-03 20:31 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-19 7:42 [gentoo-commits] repo/gentoo:master commit in: dev-util/checkbashisms/ Arthur Zamarin
2023-08-19 6:35 Sam James
2023-08-19 6:33 Sam James
2023-07-20 2:26 Sam James
2022-09-25 4:43 Sam James
2022-09-25 4:36 Sam James
2022-09-25 4:35 Sam James
2022-09-25 4:35 Sam James
2022-09-24 5:23 Agostino Sarubbo
2022-09-24 5:22 Agostino Sarubbo
2022-06-21 17:40 Matt Turner
2022-06-02 2:19 Sam James
2022-06-02 2:19 Sam James
2022-04-21 23:35 Sam James
2022-04-17 17:06 Sam James
2021-12-05 3:35 Sam James
2021-09-25 18:39 Marek Szuba
2021-08-27 13:16 Thomas Deutschmann
2021-08-08 2:30 Sam James
2021-08-08 2:29 Sam James
2021-08-06 20:49 Sam James
2021-07-27 3:21 Sam James
2021-07-26 11:17 Sam James
2021-05-14 16:19 Thomas Deutschmann
2021-05-08 19:11 David Seifert
2021-05-08 18:44 Sam James
2021-05-08 18:41 Sam James
2021-03-06 16:03 Thomas Deutschmann
2021-03-06 16:03 Thomas Deutschmann
2021-01-05 20:51 Sam James
2020-12-29 17:14 Sam James
2020-12-20 23:55 Thomas Deutschmann
2020-10-03 11:05 Sven Wegener
2020-08-16 0:53 Thomas Deutschmann
2020-05-01 18:13 Thomas Deutschmann
2020-05-01 13:23 Thomas Deutschmann
2020-03-30 1:36 Thomas Deutschmann
2020-02-09 13:14 David Seifert
2020-02-06 17:39 Lars Wendler
2020-02-06 17:39 Lars Wendler
2020-02-06 17:39 Lars Wendler
2019-10-21 12:27 Lars Wendler
2019-07-30 23:02 Thomas Deutschmann
2019-07-30 23:02 Thomas Deutschmann
2019-07-30 23:02 Thomas Deutschmann
2019-05-20 9:24 Lars Wendler
2019-02-22 14:08 Thomas Deutschmann
2019-01-21 10:35 Lars Wendler
2019-01-21 10:35 Lars Wendler
2019-01-21 10:35 Lars Wendler
2018-12-18 0:51 Thomas Deutschmann
2018-11-15 9:03 Lars Wendler
2018-11-15 9:03 Lars Wendler
2018-10-09 12:28 Lars Wendler
2018-09-11 11:22 Lars Wendler
2018-05-29 17:55 Thomas Deutschmann
2018-05-04 15:36 Thomas Deutschmann
2018-05-04 15:36 Thomas Deutschmann
2018-05-04 10:52 Agostino Sarubbo
2018-05-03 20:31 Thomas Deutschmann
2018-03-15 9:45 Lars Wendler
2018-03-15 9:45 Lars Wendler
2018-03-15 9:45 Lars Wendler
2018-02-03 22:47 Thomas Deutschmann
2017-11-06 9:40 Lars Wendler
2017-11-06 9:40 Lars Wendler
2017-11-06 9:40 Lars Wendler
2017-10-01 22:49 Thomas Deutschmann
2017-07-24 7:54 Lars Wendler
2017-07-24 7:54 Lars Wendler
2017-07-24 7:54 Lars Wendler
2017-07-14 6:58 Lars Wendler
2017-07-14 6:58 Lars Wendler
2017-07-11 12:23 Lars Wendler
2017-07-11 12:23 Lars Wendler
2017-06-09 1:19 Lars Wendler
2017-06-09 1:19 Lars Wendler
2017-04-04 9:03 Lars Wendler
2017-03-22 7:26 Lars Wendler
2017-03-22 7:26 Lars Wendler
2017-03-08 10:19 Lars Wendler
2017-03-08 10:19 Lars Wendler
2017-02-06 2:50 Lars Wendler
2017-02-06 2:50 Lars Wendler
2017-01-13 14:57 Lars Wendler
2017-01-13 14:57 Lars Wendler
2016-12-19 11:03 Lars Wendler
2016-12-19 11:03 Lars Wendler
2016-12-12 8:41 Lars Wendler
2016-11-30 14:46 Lars Wendler
2016-11-30 14:45 Lars Wendler
2016-10-04 13:28 Lars Wendler
2016-10-04 13:28 Lars Wendler
2016-08-23 14:35 Lars Wendler
2016-08-23 14:35 Lars Wendler
2016-07-13 20:24 Lars Wendler
2016-07-13 20:24 Lars Wendler
2016-06-14 9:43 Lars Wendler
2016-06-14 9:43 Lars Wendler
2016-04-27 9:05 Lars Wendler
2016-03-21 10:03 Lars Wendler
2016-03-21 10:03 Lars Wendler
2016-01-02 10:27 Lars Wendler
2015-11-11 0:52 Mike Frysinger
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=1525379425.b5d8c7d97590906dad75eefd771cd62e67a27a19.whissi@gentoo \
--to=whissi@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