summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-07-08 01:40:28 +0000
committerAron Griffis <agriffis@gentoo.org>2002-07-08 01:40:28 +0000
commite23a83919d1abce7ea0e6825e6e521ecbf21db34 (patch)
tree9313dd71012af5a1b2e8b241f5149dd521903c88
parentDang I'm forgetful as of late forgot to add patch (diff)
downloadgentoo-2-e23a83919d1abce7ea0e6825e6e521ecbf21db34.tar.gz
gentoo-2-e23a83919d1abce7ea0e6825e6e521ecbf21db34.tar.bz2
gentoo-2-e23a83919d1abce7ea0e6825e6e521ecbf21db34.zip
Updated with LICENSE, KEYWORDS, SLOT.
-rw-r--r--dev-lang/ruby/ChangeLog19
-rw-r--r--dev-ruby/amstd/ChangeLog21
-rw-r--r--dev-ruby/amstd/amstd-1.9.5.ebuild5
3 files changed, 28 insertions, 17 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog
index e65f797aa0ef..228a13f2be15 100644
--- a/dev-lang/ruby/ChangeLog
+++ b/dev-lang/ruby/ChangeLog
@@ -1,17 +1,20 @@
# ChangeLog for dev-ruby/ruby
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.3 2002/03/05 22:20:17 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.4 2002/07/08 01:40:01 agriffis Exp $
*ruby-1.6.7 (4 Mar 2002)
- 4 Mar 2002; Karl Trygve Kalleberg <karltk@gentoo.org> all:
+ 4 Mar 2002; Karl Trygve Kalleberg <karltk@gentoo.org> all:
- Ruby is the interpreted scripting language for quick and easy
- object-oriented programming. It has many features to process text files
- and to do system management tasks (as in Perl). It is simple,
- straight-forward, extensible, and portable.
+ Ruby is the interpreted scripting language for quick and easy
+ object-oriented programming. It has many features to process text files
+ and to do system management tasks (as in Perl). It is simple,
+ straight-forward, extensible, and portable.
- Moved from dev-lang/ruby to dev-ruby/ruby.
+ Moved from dev-lang/ruby to dev-ruby/ruby.
- Ebuild submitted by Tuurlijk <gentoo@tuurlijk.eu.org>
+ Ebuild submitted by Tuurlijk <gentoo@tuurlijk.eu.org>
+ 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ruby-1.6.7.ebuild:
+
+ Updated with LICENSE, KEYWORDS, SLOT.
diff --git a/dev-ruby/amstd/ChangeLog b/dev-ruby/amstd/ChangeLog
index 112ae22be9ec..338476c4d987 100644
--- a/dev-ruby/amstd/ChangeLog
+++ b/dev-ruby/amstd/ChangeLog
@@ -1,13 +1,18 @@
# ChangeLog for dev-ruby/amstd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.2 2002/07/08 01:40:28 agriffis Exp $
*amstd-1.9.5 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that
+ the comments should well explained and written in clean English. The
+ details about writing correct changelogs are explained in the
+ skel.ChangeLog file which you can find in the root directory of the
+ portage repository.
+
+ 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> amstd-1.9.5.ebuild :
+
+ Updated with LICENSE, KEYWORDS, SLOT.
diff --git a/dev-ruby/amstd/amstd-1.9.5.ebuild b/dev-ruby/amstd/amstd-1.9.5.ebuild
index 347a04ade4a0..1ebe9e5eec5b 100644
--- a/dev-ruby/amstd/amstd-1.9.5.ebuild
+++ b/dev-ruby/amstd/amstd-1.9.5.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-1.9.5.ebuild,v 1.3 2001/11/10 12:17:54 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-1.9.5.ebuild,v 1.4 2002/07/08 01:40:28 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard libraries for Ruby"
SRC_URI="http://www1.u-netsurf.ne.jp/~brew/mine/soft/${P}.tar.gz"
HOMEPAGE="http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html"
+LICENSE="LGPL"
+KEYWORDS="x86"
+SLOT="0"
DEPEND=">=dev-lang/ruby-1.6.1"