diff options
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/air/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/air/air-1.2.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/air/ChangeLog b/app-forensics/air/ChangeLog index 2c77400a31da..b876190539bb 100644 --- a/app-forensics/air/ChangeLog +++ b/app-forensics/air/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/air # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.17 2009/04/30 17:46:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.18 2009/11/24 14:54:45 flameeyes Exp $ + + 24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> air-1.2.8-r1.ebuild: + Fix obvious typo. 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -air-1.2.8.ebuild: Remove old diff --git a/app-forensics/air/air-1.2.8-r1.ebuild b/app-forensics/air/air-1.2.8-r1.ebuild index 4d969f378736..ccb686c8ce86 100644 --- a/app-forensics/air/air-1.2.8-r1.ebuild +++ b/app-forensics/air/air-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.8-r1.ebuild,v 1.1 2009/04/08 17:23:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.8-r1.ebuild,v 1.2 2009/11/24 14:54:45 flameeyes Exp $ DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" @@ -52,5 +52,5 @@ src_install() { } pkg_postinst() { - elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" + elog "The author, steve@unixgurus.com, would appreciate an email of the install file /usr/share/doc/${PF}/air-install.log" } |