diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-11-26 07:23:57 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-11-26 07:23:57 +0000 |
commit | f846473e93a6f74c686cda7361647cc503228e28 (patch) | |
tree | 708e301088de4e723f2cb85dce2ae9824e135e22 /dev-ruby/fattr | |
parent | Actually fix the dep this time (diff) | |
download | gentoo-2-f846473e93a6f74c686cda7361647cc503228e28.tar.gz gentoo-2-f846473e93a6f74c686cda7361647cc503228e28.tar.bz2 gentoo-2-f846473e93a6f74c686cda7361647cc503228e28.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fattr')
-rw-r--r-- | dev-ruby/fattr/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/fattr/fattr-2.1.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/fattr/ChangeLog b/dev-ruby/fattr/ChangeLog index 548b814b850e..d08b82b771f0 100644 --- a/dev-ruby/fattr/ChangeLog +++ b/dev-ruby/fattr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/fattr # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/ChangeLog,v 1.2 2009/10/03 13:08:03 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/ChangeLog,v 1.3 2009/11/26 07:23:57 graaff Exp $ + +*fattr-2.1.0 (26 Nov 2009) + + 26 Nov 2009; Hans de Graaff <graaff@gentoo.org> +fattr-2.1.0.ebuild: + Version bump: support class/module inheritable attributes. *fattr-1.1.0 (03 Oct 2009) diff --git a/dev-ruby/fattr/fattr-2.1.0.ebuild b/dev-ruby/fattr/fattr-2.1.0.ebuild new file mode 100644 index 000000000000..22d6d69bce7d --- /dev/null +++ b/dev-ruby/fattr/fattr-2.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/fattr-2.1.0.ebuild,v 1.1 2009/11/26 07:23:57 graaff Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="fattr.rb is a \"fatter attr\" for ruby." +HOMEPAGE="http://rubyforge.org/projects/codeforpeople/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |