From f002e3e522b3666e96904700671f5c503b0227af Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 10 Jan 2012 23:20:01 +0000 Subject: Add clarification that checkbaskisms is not a typo, and fix homepage. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- dev-util/checkbashisms/ChangeLog | 6 +++++- dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'dev-util/checkbashisms') 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 + 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" -- cgit v1.2.3-65-gdbad