diff options
-rw-r--r-- | dev-ruby/ruby-gconf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gconf/ChangeLog b/dev-ruby/ruby-gconf/ChangeLog index da27416a6e77..b57da5cd7591 100644 --- a/dev-ruby/ruby-gconf/ChangeLog +++ b/dev-ruby/ruby-gconf/ChangeLog @@ -1,12 +1,16 @@ # 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.2 2002/04/22 01:07:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ChangeLog,v 1.3 2002/07/08 02:05:05 agriffis Exp $ *ruby-gconf-0.2 (21 Apr 2002) 21 Apr 2002; Aron Griffis <agriffis@gentoo.org> ruby-gconf-0.2.ebuild: Updated to version 0.2 + + 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ruby-gconf-0.2.ebuild: + + Added LICENSE, KEYWORDS, SLOT. *ruby-gconf-0.1 (1 Feb 2002) diff --git a/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild b/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild index 2ddbb414cc25..c637e12ab263 100644 --- a/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild +++ b/dev-ruby/ruby-gconf/ruby-gconf-0.2.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.2.ebuild,v 1.4 2002/05/27 17:27:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild,v 1.5 2002/07/08 02:05:05 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* |