summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:51:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:51:31 +0000
commit0d15dbb345b10111a2d9077ef9c45ea6b849031e (patch)
tree52df47bcfc9ed4f2c5acb0ec3b5d7fd58c9c97f7 /dev-ruby/capistrano
parentfix autotools handling (bug #160276) (diff)
downloadhistorical-0d15dbb345b10111a2d9077ef9c45ea6b849031e.tar.gz
historical-0d15dbb345b10111a2d9077ef9c45ea6b849031e.tar.bz2
historical-0d15dbb345b10111a2d9077ef9c45ea6b849031e.zip
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r--dev-ruby/capistrano/ChangeLog8
-rw-r--r--dev-ruby/capistrano/capistrano-1.1.0.ebuild14
2 files changed, 13 insertions, 9 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog
index 3fdc68794f6c..e74ef6af72d4 100644
--- a/dev-ruby/capistrano/ChangeLog
+++ b/dev-ruby/capistrano/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.5 2006/11/11 17:24:21 peper Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.6 2007/01/05 16:42:57 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ capistrano-1.1.0.ebuild:
+ Convert to use elog.
11 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
capistrano-1.1.0.ebuild:
diff --git a/dev-ruby/capistrano/capistrano-1.1.0.ebuild b/dev-ruby/capistrano/capistrano-1.1.0.ebuild
index f51d77af262a..5fae78fcfa57 100644
--- a/dev-ruby/capistrano/capistrano-1.1.0.ebuild
+++ b/dev-ruby/capistrano/capistrano-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.1.0.ebuild,v 1.4 2006/11/11 17:24:21 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.1.0.ebuild,v 1.5 2007/01/05 16:42:57 flameeyes Exp $
inherit ruby gems
@@ -22,9 +22,9 @@ DEPEND=">=dev-lang/ruby-1.8.2
pkg_postinst()
{
- einfo
- einfo "Capistrano has replaced switchtower due to naming issues. If you were previously using"
- einfo "switchtower in your Rails apps, you need to manuall remove lib/tasks/switchtower.rake"
- einfo "from them and then run 'cap -A .' in your project director, making sure to keep deploy.rb"
- einfo
+ elog
+ elog "Capistrano has replaced switchtower due to naming issues. If you were previously using"
+ elog "switchtower in your Rails apps, you need to manuall remove lib/tasks/switchtower.rake"
+ elog "from them and then run 'cap -A .' in your project director, making sure to keep deploy.rb"
+ elog
}