summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-10 07:24:48 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-10 07:24:48 +0000
commitcba7bf9f28d99b1667d3c2168698028127824340 (patch)
treead2b3a48992a1b3c81ec579ac3834d537248918f /dev-util/checkbashisms
parentAdd reference to CVE-2012-0035 to previous ChangeLog entry. (diff)
downloadgentoo-2-cba7bf9f28d99b1667d3c2168698028127824340.tar.gz
gentoo-2-cba7bf9f28d99b1667d3c2168698028127824340.tar.bz2
gentoo-2-cba7bf9f28d99b1667d3c2168698028127824340.zip
Initial commit. Bug #398275, ebuild submitted by Michael <gentoo@scribeofthenile.com>.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/checkbashisms')
-rw-r--r--dev-util/checkbashisms/ChangeLog11
-rw-r--r--dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild23
-rw-r--r--dev-util/checkbashisms/metadata.xml7
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-util/checkbashisms/ChangeLog b/dev-util/checkbashisms/ChangeLog
new file mode 100644
index 000000000000..dda09a6730f5
--- /dev/null
+++ b/dev-util/checkbashisms/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-util/checkbashisms
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.1 2012/01/10 07:24:48 robbat2 Exp $
+
+*checkbashisms-2.0.0.2 (10 Jan 2012)
+
+ 10 Jan 2012; Robin H. Johnson <robbat2@gentoo.org>
+ +checkbashisms-2.0.0.2.ebuild, +metadata.xml:
+ Initial commit. Bug #398275, ebuild submitted by Michael
+ <gentoo@scribeofthenile.com>.
+
diff --git a/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild
new file mode 100644
index 000000000000..b325795bfed9
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v 1.1 2012/01/10 07:24:48 robbat2 Exp $
+
+EAPI=4
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX"
+HOMEPAGE="http://sourceforge.net/projects/checkbashisms/"
+SRC_URI="mirror://sourceforge/checkbaskisms/${PV}/${PN} -> ${P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/perl
+ virtual/perl-Getopt-Long"
+
+S=${WORKDIR}
+
+src_install() {
+ newbin "${DISTDIR}"/${P} ${PN}
+}
diff --git a/dev-util/checkbashisms/metadata.xml b/dev-util/checkbashisms/metadata.xml
new file mode 100644
index 000000000000..c6d862855eb5
--- /dev/null
+++ b/dev-util/checkbashisms/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+</pkgmetadata>