summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-31 00:37:28 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-31 01:02:44 +0200
commit4ef7b250d083a3d2ef234f4ef6f6468d9aed5e24 (patch)
tree1e73a9192c54e26eab37c567965756e45eb8d096 /dev-util/checkbashisms/checkbashisms-2.18.11.ebuild
parentdev-util/checkbashisms: amd64 & x86 stable (diff)
downloadgentoo-4ef7b250d083a3d2ef234f4ef6f6468d9aed5e24.tar.gz
gentoo-4ef7b250d083a3d2ef234f4ef6f6468d9aed5e24.tar.bz2
gentoo-4ef7b250d083a3d2ef234f4ef6f6468d9aed5e24.zip
dev-util/checkbashisms: drop old
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util/checkbashisms/checkbashisms-2.18.11.ebuild')
-rw-r--r--dev-util/checkbashisms/checkbashisms-2.18.11.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/checkbashisms/checkbashisms-2.18.11.ebuild b/dev-util/checkbashisms/checkbashisms-2.18.11.ebuild
deleted file mode 100644
index 6cbe1ced2479..000000000000
--- a/dev-util/checkbashisms/checkbashisms-2.18.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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.18.6-command-vV.patch
-
- sed "s@###VERSION###@${PV}@" -i checkbashisms.pl || die
-}
-
-src_compile() { :; }
-
-src_install() {
- newbin ${PN}.pl ${PN}
- doman ${PN}.1
-}