summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-09-01 21:50:42 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-09-01 21:50:42 +0000
commitbe05b7df48f6346741243a8fc229d9297ee91d13 (patch)
treecf45ead0519ea072b5159a8250f68d8237f4f0b0 /dev-ruby/capistrano-launcher
parentConvert patch from DOS to Unix newlines. (diff)
downloadgentoo-2-be05b7df48f6346741243a8fc229d9297ee91d13.tar.gz
gentoo-2-be05b7df48f6346741243a8fc229d9297ee91d13.tar.bz2
gentoo-2-be05b7df48f6346741243a8fc229d9297ee91d13.zip
Fixed instructions in pkg_postinst.
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-ruby/capistrano-launcher')
-rw-r--r--dev-ruby/capistrano-launcher/ChangeLog6
-rw-r--r--dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/capistrano-launcher/ChangeLog b/dev-ruby/capistrano-launcher/ChangeLog
index ab1bf76f2f7a..27927c15fe38 100644
--- a/dev-ruby/capistrano-launcher/ChangeLog
+++ b/dev-ruby/capistrano-launcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano-launcher
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.1 2007/09/01 20:10:16 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.2 2007/09/01 21:50:42 nichoj Exp $
+
+ 01 Sep 2007; Joshua Nichols <nichoj@gentoo.org>
+ capistrano-launcher-1.ebuild:
+ Fixed instructions in pkg_postinst.
*capistrano-launcher-1 (01 Sep 2007)
diff --git a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild b/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
index 5e4badfdff1a..1b105c8edc6f 100644
--- a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
+++ b/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.1 2007/09/01 20:10:16 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.2 2007/09/01 21:50:42 nichoj Exp $
DESCRIPTION="Launcher script for capistrano"
HOMEPAGE="http://capify.org/"
@@ -25,5 +25,5 @@ pkg_postinst() {
einfo "The highest installed version of capistrano will be used when"
einfo "invoking /usr/bin/cap by default."
einfo "To invoke a different version, invoke it like:"
- einfo "\tcap _1.4.1"
+ einfo "\tcap _1.4.1_"
}