diff options
author | 2004-09-07 11:06:55 +0000 | |
---|---|---|
committer | 2004-09-07 11:06:55 +0000 | |
commit | 35c6560b8843e7eb67bdccc5e0a7eb0397f21891 (patch) | |
tree | 95dbee47d40b4b6f99c50311dd78d79ab928d82a /dev-ruby/rubymail/rubymail-0.14.ebuild | |
parent | disable maketest, bug 63102 (Manifest recommit) (diff) | |
download | gentoo-2-35c6560b8843e7eb67bdccc5e0a7eb0397f21891.tar.gz gentoo-2-35c6560b8843e7eb67bdccc5e0a7eb0397f21891.tar.bz2 gentoo-2-35c6560b8843e7eb67bdccc5e0a7eb0397f21891.zip |
Version bumped. Added src_test().
Diffstat (limited to 'dev-ruby/rubymail/rubymail-0.14.ebuild')
-rw-r--r-- | dev-ruby/rubymail/rubymail-0.14.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/rubymail/rubymail-0.14.ebuild b/dev-ruby/rubymail/rubymail-0.14.ebuild deleted file mode 100644 index 7a1d03c01e28..000000000000 --- a/dev-ruby/rubymail/rubymail-0.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.14.ebuild,v 1.4 2004/06/25 02:01:40 agriffis Exp $ - -DESCRIPTION="A mail handling library for Ruby" -HOMEPAGE="http://www.lickey.com/rubymail/" -SRC_URI="http://www.lickey.com/rubymail/download/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86" -IUSE="" -DEPEND="virtual/ruby" - -src_compile() { - ruby install.rb config --prefix=/usr || die - ruby install.rb setup || die -} - -src_install() { - ruby install.rb config --prefix=${D}/usr || die - ruby install.rb install || die - dodoc NEWS NOTES README THANKS TODO - dohtml -r doc/* - cp -dr guide ${D}/usr/share/doc/${PF} -} |