diff options
author | Aron Griffis <agriffis@gentoo.org> | 2002-07-08 02:55:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2002-07-08 02:55:59 +0000 |
commit | 438172cde4e2644d987426c06759c6039caf53bd (patch) | |
tree | 96f16ecb3b7c014028659538dace1c9e8656dfc6 /dev-ruby/rdtool | |
parent | Added LICENSE, KEYWORDS, SLOT. (diff) | |
download | gentoo-2-438172cde4e2644d987426c06759c6039caf53bd.tar.gz gentoo-2-438172cde4e2644d987426c06759c6039caf53bd.tar.bz2 gentoo-2-438172cde4e2644d987426c06759c6039caf53bd.zip |
Added LICENSE, KEYWORDS, SLOT.
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r-- | dev-ruby/rdtool/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rdtool/rdtool-0.6.6.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-ruby/rdtool/ChangeLog b/dev-ruby/rdtool/ChangeLog index d7ac5b77d9c2..f62b42e4c7fc 100644 --- a/dev-ruby/rdtool/ChangeLog +++ b/dev-ruby/rdtool/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-ruby/rdtool # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.2 2002/07/08 02:55:59 agriffis Exp $ *rdtool-0.6.6 (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> rdtool-0.6.6.ebuild: + + Added LICENSE, KEYWORDS, SLOT. diff --git a/dev-ruby/rdtool/rdtool-0.6.6.ebuild b/dev-ruby/rdtool/rdtool-0.6.6.ebuild index c22c821ef9ba..8db177410c34 100644 --- a/dev-ruby/rdtool/rdtool-0.6.6.ebuild +++ b/dev-ruby/rdtool/rdtool-0.6.6.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/rdtool/rdtool-0.6.6.ebuild,v 1.2 2001/11/10 12:17:54 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.6.ebuild,v 1.3 2002/07/08 02:55:59 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Fast string scanning library for Ruby" SRC_URI="http://www2.pos.to/~tosh/ruby/rdtool/archive/${P}.tar.gz" HOMEPAGE="http://www2.pos.to/~tosh/ruby/rdtool/en/index.html" +LICENSE="Ruby" +KEYWORDS="x86" +SLOT="0" DEPEND=">=dev-lang/ruby-1.6.1 >=dev-ruby/racc-1.2.4 |