summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-04-25 14:52:12 +0000
committerMamoru Komachi <usata@gentoo.org>2004-04-25 14:52:12 +0000
commit8552e801f0f3fb0c2d546d6bb5d6b8aea884d940 (patch)
treef62dfc0bc1a6da36c310f13783d97c706ea97f96 /dev-ruby
parentAdded to ~alpha. Removed old ebuild. (diff)
downloadhistorical-8552e801f0f3fb0c2d546d6bb5d6b8aea884d940.tar.gz
historical-8552e801f0f3fb0c2d546d6bb5d6b8aea884d940.tar.bz2
historical-8552e801f0f3fb0c2d546d6bb5d6b8aea884d940.zip
Added to ~alpha. Don't assign default to S. Removed old ebuild.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-progressbar/ChangeLog6
-rw-r--r--dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.51
-rw-r--r--dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild21
-rw-r--r--dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild7
4 files changed, 7 insertions, 28 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog
index ce9139bd9cba..dedace370b17 100644
--- a/dev-ruby/ruby-progressbar/ChangeLog
+++ b/dev-ruby/ruby-progressbar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-progressbar
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.4 2004/04/10 16:12:56 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.5 2004/04/25 14:52:12 usata Exp $
+
+ 25 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-progressbar-0.5.ebuild,
+ ruby-progressbar-0.8.ebuild:
+ Added to ~alpha. Don't assign default to S. Removed old ebuild.
11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-progressbar-0.5.ebuild,
ruby-progressbar-0.8.ebuild:
diff --git a/dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5 b/dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5
deleted file mode 100644
index afb1120d3518..000000000000
--- a/dev-ruby/ruby-progressbar/files/digest-ruby-progressbar-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 307fe899a316c3e5dda6674004a874cb ruby-progressbar-0.5.tar.gz 4270
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild
deleted file mode 100644
index f57d985eb559..000000000000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2004 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.4 2004/04/10 16:12:56 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 ~ppc"
-
-IUSE=""
-
-DEPEND="virtual/ruby"
-#RDEPEND=""
-
-S=${WORKDIR}/${P}
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild
index 7beb1c768b65..952533a38d3d 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.8.ebuild,v 1.2 2004/04/10 16:12:56 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.3 2004/04/25 14:52:12 usata Exp $
inherit ruby
@@ -11,11 +11,8 @@ SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
USE_RUBY="any"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ~alpha ~ppc"
IUSE=""
DEPEND="virtual/ruby"
-#RDEPEND=""
-
-S=${WORKDIR}/${P}