diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 05:23:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 05:23:08 +0000 |
commit | 20cb36482e6e63dfdd99c0b5cd4b41a73c03851f (patch) | |
tree | bd2a5940449d22842cd37a578050babcfe624c9d /dev-ruby/redcloth | |
parent | whitespace (diff) | |
download | historical-20cb36482e6e63dfdd99c0b5cd4b41a73c03851f.tar.gz historical-20cb36482e6e63dfdd99c0b5cd4b41a73c03851f.tar.bz2 historical-20cb36482e6e63dfdd99c0b5cd4b41a73c03851f.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/redcloth-3.0.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-ruby/redcloth/redcloth-3.0.4.ebuild b/dev-ruby/redcloth/redcloth-3.0.4.ebuild index 8ffc4fee7e31..8b461885cb74 100644 --- a/dev-ruby/redcloth/redcloth-3.0.4.ebuild +++ b/dev-ruby/redcloth/redcloth-3.0.4.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/redcloth/redcloth-3.0.4.ebuild,v 1.8 2007/03/17 16:23:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-3.0.4.ebuild,v 1.9 2007/07/11 05:23:08 mr_bones_ Exp $ inherit ruby gems @@ -19,7 +19,6 @@ DEPEND="virtual/ruby" S=${WORKDIR}/${MY_P} - pkg_postinst() { elog "NOTE: This package is now installed via a 'gem'." elog "Previous versions used a standard tarball." @@ -32,4 +31,3 @@ pkg_postinst() { elog "before:" elog "require '${PN}'" } - |