summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/text-format/text-format-0.61.ebuild')
-rw-r--r--dev-ruby/text-format/text-format-0.61.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ruby/text-format/text-format-0.61.ebuild b/dev-ruby/text-format/text-format-0.61.ebuild
deleted file mode 100644
index aa89878c23ba..000000000000
--- a/dev-ruby/text-format/text-format-0.61.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.61.ebuild,v 1.6 2005/03/14 11:43:25 nigoro Exp $
-
-DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
-HOMEPAGE="http://www.halostatue.ca/ruby/Text__Format.html"
-SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="virtual/ruby"
-
-src_install() {
- dodoc Changelog
- dohtml -r doc/*
- DESTDIR=${D} ruby install.rb
-}