diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-12-25 10:05:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-12-25 10:05:16 +0000 |
commit | ba54d60dd57aafee0b4f374546745a48d6c8dd2a (patch) | |
tree | e870101484cf062219fd8456c54c68a50dec4569 /dev-ruby/ruby-progressbar | |
parent | Initial import (diff) | |
download | historical-ba54d60dd57aafee0b4f374546745a48d6c8dd2a.tar.gz historical-ba54d60dd57aafee0b4f374546745a48d6c8dd2a.tar.bz2 historical-ba54d60dd57aafee0b4f374546745a48d6c8dd2a.zip |
Initial import
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5 | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild | 21 |
4 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/ruby-progressbar/Manifest b/dev-ruby/ruby-progressbar/Manifest index ebbc1f85868a..ec877a9c3124 100644 --- a/dev-ruby/ruby-progressbar/Manifest +++ b/dev-ruby/ruby-progressbar/Manifest @@ -1,2 +1,4 @@ -MD5 57911372b574697639e4cfbf420e6017 ruby-progressbar-0.5.ebuild 438 +MD5 1d902673c566f51dcd21be10683c1826 ruby-progressbar-0.5.ebuild 553 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 902978615dba4bccdb492967d07a3d5a ChangeLog 365 MD5 16e17907b0029029d771eb6e48b9e3ae files/digest-ruby-progressbar-0.5 70 diff --git a/dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5 b/dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5 new file mode 100644 index 000000000000..afb1120d3518 --- /dev/null +++ b/dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5 @@ -0,0 +1 @@ +MD5 307fe899a316c3e5dda6674004a874cb ruby-progressbar-0.5.tar.gz 4270 diff --git a/dev-ruby/ruby-progressbar/metadata.xml b/dev-ruby/ruby-progressbar/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/ruby-progressbar/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild new file mode 100644 index 000000000000..9b78fcee1353 --- /dev/null +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild,v 1.1 2003/12/25 10:05:05 usata Exp $ + +inherit ruby + +DESCRIPTION="A Text Progress Bar Library for Ruby" +HOMEPAGE="http://www.namazu.org/~satoru/ruby-progressbar/" +SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz" + +LICENSE="Ruby" +SLOT="0" +USE_RUBY="any" +KEYWORDS="~x86" + +IUSE="" + +DEPEND="dev-lang/ruby" +#RDEPEND="" + +S=${WORKDIR}/${P} |