diff options
Diffstat (limited to 'dev-ruby/fattr')
-rw-r--r-- | dev-ruby/fattr/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/fattr/fattr-1.1.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/fattr/ChangeLog b/dev-ruby/fattr/ChangeLog index f58ff795a965..548b814b850e 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.1 2009/07/01 06:28:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/ChangeLog,v 1.2 2009/10/03 13:08:03 a3li Exp $ + +*fattr-1.1.0 (03 Oct 2009) + + 03 Oct 2009; Alex Legler <a3li@gentoo.org> +fattr-1.1.0.ebuild: + Version bump *fattr-1.0.3 (01 Jul 2009) diff --git a/dev-ruby/fattr/fattr-1.1.0.ebuild b/dev-ruby/fattr/fattr-1.1.0.ebuild new file mode 100644 index 000000000000..1fa8d9936077 --- /dev/null +++ b/dev-ruby/fattr/fattr-1.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-1.1.0.ebuild,v 1.1 2009/10/03 13:08:03 a3li 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="" |