summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-07-08 02:37:12 +0000
committerAron Griffis <agriffis@gentoo.org>2002-07-08 02:37:12 +0000
commite5b759e5e4dbd40a69e1420dddbb233b2f2dc615 (patch)
tree00556c3e10b8ad4f6322e2fb46f5b50469033f1b /dev-ruby
parentAdded KEYWORDS (diff)
downloadhistorical-e5b759e5e4dbd40a69e1420dddbb233b2f2dc615.tar.gz
historical-e5b759e5e4dbd40a69e1420dddbb233b2f2dc615.tar.bz2
historical-e5b759e5e4dbd40a69e1420dddbb233b2f2dc615.zip
Added LICENSE, KEYWORDS, SLOT.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/racc/ChangeLog6
-rw-r--r--dev-ruby/racc/racc-1.2.4.ebuild5
-rw-r--r--dev-ruby/ruby-gconf/ChangeLog6
-rw-r--r--dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild5
4 files changed, 18 insertions, 4 deletions
diff --git a/dev-ruby/racc/ChangeLog b/dev-ruby/racc/ChangeLog
index a625ce6a8efa..9af25792d568 100644
--- a/dev-ruby/racc/ChangeLog
+++ b/dev-ruby/racc/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-ruby/racc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.2 2002/07/08 02:33:16 agriffis Exp $
*racc-1.2.4 (1 Feb 2002)
@@ -11,3 +11,7 @@
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> racc-1.2.4.ebuild:
+
+ Added LICENSE, KEYWORDS, SLOT.
diff --git a/dev-ruby/racc/racc-1.2.4.ebuild b/dev-ruby/racc/racc-1.2.4.ebuild
index 9967e598a19c..79aa2946227b 100644
--- a/dev-ruby/racc/racc-1.2.4.ebuild
+++ b/dev-ruby/racc/racc-1.2.4.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/racc/racc-1.2.4.ebuild,v 1.3 2001/11/10 12:17:54 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.2.4.ebuild,v 1.4 2002/07/08 02:33:16 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="LALR parser generator 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
>=dev-ruby/amstd-1.9.5"
diff --git a/dev-ruby/ruby-gconf/ChangeLog b/dev-ruby/ruby-gconf/ChangeLog
index b57da5cd7591..cf9adf23a0d0 100644
--- a/dev-ruby/ruby-gconf/ChangeLog
+++ b/dev-ruby/ruby-gconf/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-ruby/ruby-gconf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ChangeLog,v 1.3 2002/07/08 02:05:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ChangeLog,v 1.4 2002/07/08 02:37:12 agriffis Exp $
*ruby-gconf-0.2 (21 Apr 2002)
@@ -22,3 +22,7 @@
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> ruby-gconf-0.1.ebuild:
+
+ Added LICENSE, KEYWORDS, SLOT.
diff --git a/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild b/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild
index 836cbe7f4ee9..3f823bbca5da 100644
--- a/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild
+++ b/dev-ruby/ruby-gconf/ruby-gconf-0.1.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/ruby-gconf/ruby-gconf-0.1.ebuild,v 1.3 2002/05/27 17:27:37 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild,v 1.4 2002/07/08 02:37:12 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Ruby Gconf bindings"
SRC_URI="mirror://sourceforge/ruby-gnome/${P}.tar.gz"
HOMEPAGE="http://ruby-gnome.sourceforge.net/"
+LICENSE="Ruby"
+KEYWORDS="x86"
+SLOT="0"
DEPEND=">=dev-lang/ruby-1.6.4-r1
=x11-libs/gtk+-1.2*