diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-21 08:54:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-21 08:54:08 +0000 |
commit | 0d96a3b5db11b39e7fac737265eceaab939c8df9 (patch) | |
tree | e530f871c926070f393730ffa374b8aa7180e518 /dev-util/checkbashisms | |
parent | Restricting jython (diff) | |
download | gentoo-2-0d96a3b5db11b39e7fac737265eceaab939c8df9.tar.gz gentoo-2-0d96a3b5db11b39e7fac737265eceaab939c8df9.tar.bz2 gentoo-2-0d96a3b5db11b39e7fac737265eceaab939c8df9.zip |
Version bump.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/checkbashisms')
-rw-r--r-- | dev-util/checkbashisms/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-util/checkbashisms/ChangeLog b/dev-util/checkbashisms/ChangeLog index 03cf8de40b07..e682316bb3cd 100644 --- a/dev-util/checkbashisms/ChangeLog +++ b/dev-util/checkbashisms/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2012/01/10 23:20:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.3 2012/02/21 08:54:08 robbat2 Exp $ + +*checkbashisms-2.0.0.5 (21 Feb 2012) + + 21 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +checkbashisms-2.0.0.5.ebuild: + Version bump. 10 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> checkbashisms-2.0.0.2.ebuild: diff --git a/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild b/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild new file mode 100644 index 000000000000..2d9c4bf13330 --- /dev/null +++ b/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild @@ -0,0 +1,24 @@ +# 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.5.ebuild,v 1.1 2012/02/21 08:54:08 robbat2 Exp $ + +EAPI=4 + +DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX" +# "checkbaskisms" is not a typo, it's the actual upstream SF project name. +HOMEPAGE="http://sourceforge.net/projects/checkbaskisms/" +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} +} |