diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-17 10:34:06 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-17 10:34:06 +0000 |
commit | 4ba52a2dd82c6318cc8f8a26f41e386cae5ed9a2 (patch) | |
tree | d2825a205b0ae5ceb46505f24d7c499564990830 /dev-ruby/text-format | |
parent | inital ebuild (diff) | |
download | gentoo-2-4ba52a2dd82c6318cc8f8a26f41e386cae5ed9a2.tar.gz gentoo-2-4ba52a2dd82c6318cc8f8a26f41e386cae5ed9a2.tar.bz2 gentoo-2-4ba52a2dd82c6318cc8f8a26f41e386cae5ed9a2.zip |
inital ebuild
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/text-format/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/text-format/files/digest-text-format-0.61 | 1 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-0.61.ebuild | 20 |
4 files changed, 32 insertions, 2 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog new file mode 100644 index 000000000000..f3eade7781f3 --- /dev/null +++ b/dev-ruby/text-format/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/ruby-gnome +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.1 2003/05/17 10:33:53 mholzer Exp $ + +*text-format-0.61 (17 May 2003) + + 17 May 2003; Martin Holzer <mholzer@gentoo.org> text-format-0.61.ebuild: + Initial Version. Submitted by Björn Lindström <bkhl@privat.utfors.se> + in #17609. 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 +} |