summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-03 00:41:01 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-03 00:41:01 +0000
commite442e718c9f13a39d00db615852a2734c3db9fa4 (patch)
tree2a9d2416d83737b578af1b6ec3998e9796162d65 /dev-ruby
parentAdd ~x86 keyword after testing (diff)
downloadgentoo-2-e442e718c9f13a39d00db615852a2734c3db9fa4.tar.gz
gentoo-2-e442e718c9f13a39d00db615852a2734c3db9fa4.tar.bz2
gentoo-2-e442e718c9f13a39d00db615852a2734c3db9fa4.zip
Remove outdated postinst message.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/bluecloth/ChangeLog7
-rw-r--r--dev-ruby/bluecloth/bluecloth-1.0.0.ebuild14
2 files changed, 7 insertions, 14 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog
index ef0cf6dca67b..66019ba911c2 100644
--- a/dev-ruby/bluecloth/ChangeLog
+++ b/dev-ruby/bluecloth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bluecloth
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.12 2007/09/17 20:13:13 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.13 2008/11/03 00:41:01 flameeyes Exp $
+
+ 03 Nov 2008; Diego Pettenò <flameeyes@gentoo.org> bluecloth-1.0.0.ebuild:
+ Remove outdated postinst message.
17 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing citizen428 from metadata.xml (see #56803 for reference).
diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild
index 651f98d2a4aa..b3780a5a7b21 100644
--- a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild
+++ b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.11 2007/06/20 19:58:04 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.12 2008/11/03 00:41:01 flameeyes Exp $
inherit ruby gems
@@ -18,13 +18,3 @@ USE_RUBY="ruby18"
DEPEND=">=dev-lang/ruby-1.8"
S=${WORKDIR}/${MY_P}
-
-pkg_postinst() {
- elog "This package was installed using a 'gem'."
- elog "If you are intending to write code which"
- elog "requires ${PN}, you will need to"
- elog
- elog "require 'rubygems'"
- elog
- elog "before requiring '${PN}'."
-}