diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-01-08 17:43:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-01-08 17:43:06 +0000 |
commit | b38f95078651e4c4e8bd10dfc7bb4dd855b4b846 (patch) | |
tree | adca690505f6ee6fee125f66a7f5038fcae33e54 /dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild | |
parent | Old. (diff) | |
download | historical-b38f95078651e4c4e8bd10dfc7bb4dd855b4b846.tar.gz historical-b38f95078651e4c4e8bd10dfc7bb4dd855b4b846.tar.bz2 historical-b38f95078651e4c4e8bd10dfc7bb4dd855b4b846.zip |
Update LICENSE to MIT, bug 450780.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0x8883FA56A308A8D7!
Diffstat (limited to 'dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild index c3663b6bacf2..f17c653f11b1 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.4 2012/10/23 21:34:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.5 2013/01/08 17:42:57 graaff Exp $ EAPI=4 @@ -16,7 +16,7 @@ inherit ruby-fakegem DESCRIPTION="A Text Progress Bar Library for Ruby" HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" -LICENSE="|| ( Ruby GPL-2 )" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86-fbsd" |