diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-10 23:20:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-10 23:20:01 +0000 |
commit | f002e3e522b3666e96904700671f5c503b0227af (patch) | |
tree | 3ca3a19c5ba0d3c460af7314b15cb23a3751b7b1 /dev-util/checkbashisms | |
parent | Marking phonon-vlc-0.4.0 ppc for bug 396359 (diff) | |
download | gentoo-2-f002e3e522b3666e96904700671f5c503b0227af.tar.gz gentoo-2-f002e3e522b3666e96904700671f5c503b0227af.tar.bz2 gentoo-2-f002e3e522b3666e96904700671f5c503b0227af.zip |
Add clarification that checkbaskisms is not a typo, and fix homepage.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/checkbashisms')
-rw-r--r-- | dev-util/checkbashisms/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/checkbashisms/ChangeLog b/dev-util/checkbashisms/ChangeLog index dda09a6730f5..03cf8de40b07 100644 --- a/dev-util/checkbashisms/ChangeLog +++ b/dev-util/checkbashisms/ChangeLog @@ -1,6 +1,10 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.2 2012/01/10 23:20:01 robbat2 Exp $ + + 10 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> + checkbashisms-2.0.0.2.ebuild: + Add clarification that checkbaskisms is not a typo, and fix homepage. *checkbashisms-2.0.0.2 (10 Jan 2012) diff --git a/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild index b325795bfed9..9c4a88fa8d5d 100644 --- a/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild +++ b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild @@ -1,11 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v 1.2 2012/01/10 23:20:01 robbat2 Exp $ EAPI=4 DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX" -HOMEPAGE="http://sourceforge.net/projects/checkbashisms/" +# "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" |