summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-17 10:34:06 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-17 10:34:06 +0000
commit7e1d118af179d799f2419cabab524208e6a5e3ce (patch)
treedf5a6ae985ee7c0f4a260a709917cce6f5a2b806 /dev-ruby
parentinital ebuild (diff)
downloadhistorical-7e1d118af179d799f2419cabab524208e6a5e3ce.tar.gz
historical-7e1d118af179d799f2419cabab524208e6a5e3ce.tar.bz2
historical-7e1d118af179d799f2419cabab524208e6a5e3ce.zip
inital ebuild
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/text-format/Manifest4
-rw-r--r--dev-ruby/text-format/files/digest-text-format-0.611
-rw-r--r--dev-ruby/text-format/text-format-0.61.ebuild20
3 files changed, 23 insertions, 2 deletions
diff --git a/dev-ruby/text-format/Manifest b/dev-ruby/text-format/Manifest
index b82ecb99392c..17b6511659cf 100644
--- a/dev-ruby/text-format/Manifest
+++ b/dev-ruby/text-format/Manifest
@@ -1,3 +1,3 @@
-MD5 43ff380f7ce00cb55d2f1171c22852d9 text-format-0.61.ebuild 495
-MD5 bd251b291f24c1f3f81a1d27d15eee57 ChangeLog 414
+MD5 13b2a113bbf0e5f6a773c4910a1f6bae text-format-0.61.ebuild 603
+MD5 c7d38fd31902362d0faa0485f62fe7b2 ChangeLog 416
MD5 f37bc0821cc417e5995a74ea0da04a74 files/digest-text-format-0.61 67
diff --git a/dev-ruby/text-format/files/digest-text-format-0.61 b/dev-ruby/text-format/files/digest-text-format-0.61
new file mode 100644
index 000000000000..3b2644934d02
--- /dev/null
+++ b/dev-ruby/text-format/files/digest-text-format-0.61
@@ -0,0 +1 @@
+MD5 da965e66aceddd7d39dbdd9a23e05236 text-format-0.61.tar.gz 47279
diff --git a/dev-ruby/text-format/text-format-0.61.ebuild b/dev-ruby/text-format/text-format-0.61.ebuild
new file mode 100644
index 000000000000..b0e8740854aa
--- /dev/null
+++ b/dev-ruby/text-format/text-format-0.61.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/05/17 10:33:53 mholzer 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="dev-lang/ruby"
+S=${WORKDIR}/${P}
+
+src_install() {
+ dodoc Changelog
+ dohtml -r doc/*
+ DESTDIR=${D} ruby install.rb
+}