diff options
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 14 |
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}'." -} |